Hello,
When I create a workflow with Activiti Explorer, I give for a task a candidateGroup, I can see it when I edit the bpmn20.xml : <userTask id="development" name="Development" activiti:candidateGroups="DEVELOPER.ITSM">
However, when I retrieve a specifc task with the REST API call : GET runtime/tasks/{taskId} I can't find the candidateGroup.
Also, how can it be retrieved in the generated diagram ? This is to know who can claim a task.
Thanks
Aurelien