As you see in above process activiti diagram there are three Task:
1. Handle vacation Request
2. Adjust vacation Request
3. Send confirmation mail
I am using following code:
long count = taskService.createTaskQuery().taskName("task_name").count();
Above code gives only active manual task count.
What i want:
I am able to fetch all task but Is there anything in API to get these details.
Hi, sawan darekar
You can get list of active process instances by using rest api refer this link
Other
To access the REST API Explorer refer link http://hostort/activiti-app/api-explorer.html
Process Instance List | Alfresco Documentation
Thanks,
Kalpesh
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.