cancel
Showing results for 
Search instead for 
Did you mean: 

How can i show the completed tasks?

vamsinipun
Star Contributor
Star Contributor

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?

2 REPLIES 2

mkappel
Confirmed Champ
Confirmed Champ

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

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?