adding listener to all task create events in activiti 5.15.1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2015 10:05 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2015 10:43 AM
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,
Best regards,
