How can i show the completed tasks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 01:16 AM
Hi Team,
I am using activiti in spring. i would like to show the completed tasks which related to logged in user. How can i show that in spring jsp's?
Labels:
- Labels:
-
Alfresco Process Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 05:37 AM
If you're using Alfresco Process Services, you can use the REST API for retrieving a list of completed process instances: https://docs.alfresco.com/process-services1.6/topics/process_instance_list.html
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 06:06 AM
Thank you for your reply. I am using activiti in my spring project. activiti tables are created in my custom database. how can i get list of tasks?
