Event type on task delegate and resolve

I could not find in the documentation what event type is generated (if it is generated) when task is delegated or resolved to assign a listener?

We have a special delegator implemented to notify external system about the process state changed and it fires on task assignment / completion. From now we want to start using delegate / resolve options.

Just for history to whom it could be interesting …

After some experiments with Camunda we have determined that on delegation and resolution action the same assignment event is triggered.

When the task is delegated the assignee is a new user, the owner the previous one and delegation state is PENDING.

When the task is resolved the assignee is the owner and the delegation state is RESOLVED.

1 Like