Hi everyone,
i just started to study the workflows and i made a custom version of the BPMN
https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/workflow/adh...
of Alfresco.
The only difference i made is to put a component on the middle for call a java delegate class and made something on the server code, but it's seem my process never arrive to it.
https://github.com/p4535992/bug-alfresco-workflow-java-delegate/blob/master/screenshot/mybpmn.jpg
I have prepare and put a full test project on this url:
https://github.com/p4535992/bug-alfresco-workflow-java-delegate
i must doing something wrong with the configuration of the listener on the bpmn, but i can's see what is wrong.