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.
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.