How to Trigger Task Listener on Identity Link Add/Remove

Hi everyone,

I’m trying to create a task listener for task assignments in Camunda. Since I can’t assign a task to multiple users directly, I’ve used identity links via the REST API to assign users with their user IDs and type “candidate.”

However, I’ve noticed that the assignment task listener doesn’t get triggered when I add identity links using the REST API. Is there a way to trigger a listener when an identity link (e.g., candidate users) is added or removed?

Any advice on how to achieve this would be appreciated!

Hi @pertsh.galstyan

There is not a dedicated task listener for candidate updates.
You’ll need to use both the create and update task listeners to capture candidate set and candidate update events and respond accordingly.