Camunda Rest APi Group tasks

Hello ,

While defining a new process in camunda , i am specifying a specific candidate group for a specific task.I am making an rest call for the endpoint /engine-rest/task?candindateGroup=“somegroup”
however i am getting an empty response.I tried both candidateGroup and candidateGroups to get the tasks specified for a specific group , however am getting an empty response.
Also i can get the tasks based on the assignee name.

Is there any way to get the task specific for a group from the modler from the rest api?what am i missing?

Thanks for help!
Abdallah

Hi Abdallah,

Assigned tasks are only returned in a canidate* query, when you add the parameter includeAssignedTasks=true.

Cheers,
Thorben

2 Likes