Is it possible to set 'candidateGroup' for a task using camunda Rest API?

You can add a candidate group by creating an identity link of type candidate between task and group. This is the REST endpoint: https://docs.camunda.org/manual/latest/reference/rest/task/identity-links/post-identity-link/

5 Likes