WorkflowResult<Map.Entry<Long, String>> updated = wfAdapter.submitForm(form, SecurityContextHolder.getContext().
getAuthentication().getName());
List<PropagationTask> tasks = propagationManager.getUpdateTaskIds(new WorkflowResult<Map.Entry<Long, Boolean>>(
new DefaultMapEntry(updated.getResult().getKey(), Boolean.TRUE), updated.getPropByRes(), updated.
getPerformedTasks()), updated.getResult().getValue(), null, null);
propagationManager.execute(tasks);
final UserTO savedTO = userDataBinder.getUserTO(updated.getResult().getKey());