How to get delegation task event

Hi,
I want to send some notifications to the user when a task delegated to him.
so after calling org.flowable.engine.TaskService delegateTask method, we send a notification to the user.
is there another way like listen for a specific event that indicates a task delegated to the user for this scenario?

Hey @behnamnazarpak97,

I am not sure that I understood the question entirely. There is the assignment event that is triggered when the task assignee is set or changed.

Cheers,
Filip

1 Like