1

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 Answers1

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