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

Is it possible to set ‘candidateGroup’ for a task using camunda Rest API?
Or is there any way to add custom implementation to camunda engine-rest?

1 Like

Hello,

We have only option to set an assignee by now.
For more information how to add custom impl to the Rest APi, please check this out.

Best regards,
Yana

2 Likes

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

Thanks @yana.vasileva and @thorben