Hi, up to Syncope 1.1.4, notifications could be sent based on the performed tasks as reported back by the UserWorkflowAdapter (e.g. UserController.create(): notificationManager.createTasks(created.getResult().getKey(), created.getPerformedTasks()).
Since Syncope 1.1.5, this was apparently changed (via SYNCOPE-423) such that the event passed to the notification manager to determine which notification is sent is only based on the method name in the ...Controller-Class. Even if you execute a workflow task via UserWorkflowController.executeWorkflowTask(), you only get "executeWorkflowTask" as an event. Is this correct? If so, is there another way currently to use the performed task to decide which notifications are sent? Cheers, Guido
