ApplicationContextProvider.getApplicationContext().getBean(PropagationReporter.class);
try {
taskExecutor.execute(tasks, propagationReporter);
} catch (PropagationException e) {
LOG.error("Error propagation primary resource", e);
propagationReporter.onPrimaryResourceFailure(tasks);
}
final UserTO savedTO = binder.getUserTO(created.getResult().getKey());
savedTO.setPropagationStatusTOs(propagationReporter.getStatuses());
return savedTO;