cancel
Showing results for 
Search instead for 
Did you mean: 

Get All Active Tasks, Including Sub Process TasksGet All Active Tasks, Including Sub Process Tasks

nandeesh
Champ in-the-making
Champ in-the-making

Get All  Active Tasks, Including Sub Process Tasks how this can be achived using activiti 1.7

1 REPLY 1

bassam_al-saror
Star Collaborator
Star Collaborator

If you mean APS 1.7 and using REST API, you can use Get historic task instances | Alfresco Documentation This will only return tasks that current user (currently authenticated) can access (i.e. tasks user is involved in). In case you want to access all tasks without restrictions use process engine REST API Activiti User Guide (Note: only Tenant admins can use process engine REST APIs).