How to get all completed tasks via Java

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 07:53 AM
I am using alfresco remote api and I need to get all users completed tasks. I have an updated TaskInstancesGet.java file that returns the current tasks of all users, but without a specific workflowInstanceId, I cannot get completed tasks. Help me please.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 11:46 AM
Have you tried WorkflowService:
https://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowService.html
Alternate JS API: https://docs.alfresco.com/6.0/references/API-JS-WorkflowManager.html
~Abhinav
(ACSCE, AWS SAA, Azure Admin)
(ACSCE, AWS SAA, Azure Admin)
