} catch (InstanceNotFoundException e) {
throw new RuntimeException(e);
}
if (subcontractedTaskData.isNodeWithoutChildrenExported()) {
orderElement = orderElement.calculateOrderLineForSubcontract();
}
OrderElementDTO orderElementDTO = OrderElementConverter.toDTO(
orderElement,
getConfiguration(subcontractedTaskData));