User task not visible from Activiti Workflow API but seen in Alfresco Share Tasks

cancel
Showing results for 
Search instead for 
Did you mean: 
capglpo
Member II

User task not visible from Activiti Workflow API but seen in Alfresco Share Tasks

I've created a BPMN with a first task defined like below

<userTask id="write-eb" name="Write EB" activiti:assignee="${bpm_assignee.properties.userName}"

activiti:candidateGroups="GROUP_AAA" />

 

I've started workflow with assignee = aaa-001 which belongs to group 'AAA' then released this task with API

 

=> Task appears correctly in Alfresco Share (view My Tasks) for each user which belongs to group AAA

 

Then, if i try to see user tasks from API like below, only process initiator 'aaa-002' can retrieve this task using API (with his credentials) operation GET http://localhost:8080/alfresco/api/-default-/public/workflow/versions/1/tasks

 

Is there any way to retrieve this same released task by other users from group 'AAA' using API?