GroupOperationSchedule groupOperationSchedule = scheduleGroupOperation(subject,
schedule.getGroup().getId(), executionOrderResourceIds, schedule.getHaltOnFailure(),
schedule.getOperationName(), schedule.getParameters(), trigger, schedule.getDescription());
return groupOperationSchedule.getId();
} catch (SchedulerException e) {
throw new ScheduleException(e);
}
}