.getAssociatedLimitingResourceQueueElementIfAny();
GanttDate earliestStart = resolveConstraints(task, Point.START);
GanttDate earliestEnd = resolveConstraints(task, Point.END);
limiting.updateDates(
TaskElementAdapter.toIntraDay(earliestStart),
TaskElementAdapter.toIntraDay(earliestEnd));
} catch (Exception e) {
// if this fails all the saving shouldn't fail
LOG.error(