YSLOG.info("I03002",
context.getBatchId(), context.getFlowId(), context.getExecutionId(), context.getPhase());
return;
}
List<? extends Job> jobs;
ErrorHandler handler;
switch (context.getPhase()) {
case SETUP:
jobs = buildSetupJobs(context);
handler = JobScheduler.STRICT;
break;