default:
jobs = buildExecutionJobs(context, executions);
handler = JobScheduler.STRICT;
break;
}
PhaseMonitor monitor = obtainPhaseMonitor(context);
try {
scheduler.execute(monitor, context, jobs, handler);
} finally {
monitor.close();
}
YSLOG.info("I03001",
context.getBatchId(), context.getFlowId(), context.getExecutionId(), context.getPhase());
} catch (ExitCodeException e) {
YSLOG.error("E03001",