JBPM 7.31 catch reassign event

56 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 best solutions below

0
On

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