How can i show the completed tasks?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How can i show the completed tasks?

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
mkappel
Active Member II

Re: How can i show the completed tasks?

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

vamsinipun
Established Member

Re: How can i show the completed tasks?

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?