}
private void updateStatusJob() {
if (updateStatusJob != null) {
String stepName = "Update status job";
eventBus.fireEvent(new BatchStepEvent(stepName, true));
this.updateStatusJob.execute();
eventBus.fireEvent(new BatchStepEvent(stepName, false));
}
}