204205206207208209210211212213214
if (aggregator != null) { step.setStepExecutionAggregator(aggregator); } try { step.afterPropertiesSet(); } catch (Exception e) { throw new StepBuilderException(e); }