in JBPM is possible to catch a reassign event? Example a Human Task is assign to user JOHN, administrator user call kie-server REST API to reassign Human Task to MARK. Is possible to catch the reassignment event in order to send notification or change some task parameter?
Asked
Active
Viewed 42 times
1 Answers
2
You can write customTaskEventListener by implementing interface TaskEventListener and use 'afterTaskReassignedEvent' to send notification or to change some task variables.

Abhijit Humbe
- 1,563
- 1
- 12
- 13