Hello i want to have all the tasks done of a completed instance, but i did not know how to train the uri knowing that i work with activiti-rest

cancel
Showing results for 
Search instead for 
Did you mean: 
mobarkiyasmine
Active Member

Hello i want to have all the tasks done of a completed instance, but i did not know how to train the uri knowing that i work with activiti-rest

Hello i want to have all the tasks done of a completed instance, but i did not know how to train the uri knowing that i work with activiti-rest

2 Replies
bassam_al-saror
Alfresco Employee

Re: Hello i want to have all the tasks done of a completed instance, but i did not know how to train the uri knowing that i work with activiti-rest

Use https://www.activiti.org/5.x/userguide/#_query_for_historic_task_instances 

Example

POST query/historic-task-instances

{   "processInstanceId" : "1025"   }
mobarkiyasmine
Active Member

Re:  Hello i want to have all the tasks done of a completed instance, but i did not know how to train the uri knowing that i work with activiti-rest

@

thank you Bassam , 

that's what I was looking for.