JBPM 7.31 catch reassign event

76 views Asked by At

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?

1

There are 1 answers

0
Abhijit Humbe On

You can write customTaskEventListener by implementing interface TaskEventListener and use 'afterTaskReassignedEvent' to send notification or to change some task variables.