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!