Hello my friends!
I don't know how to implement the listeners. I don't find the interface org.activiti.engine that it is always named in the forum.
Any help it is welcome.
Cheers,
Diego
Have you tried having a look at the section in the documentation called "Event Handlers" at the following URL - Activiti User Guide? This section describes how to implement Listeners for all the different types of events provided by Activiti.
Hello Paul,
Thanks for the answer. We are using Activiti 6.0, we implemented everything in the kickstarter app.
We dont know where to implement the java classes of the task handlers. Our solution is to do a new script task after the user task.
Thanks
Your class must implement TaskListener interface and you must override the notify method. Your custom logic goes into the notify method.
This class must be in the class path for it to get loaded and executed.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.