cancel
Showing results for 
Search instead for 
Did you mean: 

adding listener to all task create events in activiti 5.15.1

justass
Champ in-the-making
Champ in-the-making
Hello,

  I am using Activiti 5.15.1. How to add listener on every user task create event? I was hoping to use typedEventListeners in engine configuration with event type "TASK_CREATED", but there is no TASK_CREATED event in 5.15.1 version..
  Thanks.
1 REPLY 1

trademak
Star Contributor
Star Contributor
You can look at the History implementation in Activiti as an example. There's a possibility to add parse handlers (in your case post parse handlers) that allow you to add logic to every parsed user task or other BPMN element.

Best regards,