cancel
Showing results for 
Search instead for 
Did you mean: 

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

mobarkiyasmine
Confirmed Champ
Confirmed Champ

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 2

bassam_al-saror
Star Collaborator
Star Collaborator

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

Example

POST query/historic-task-instances

{   "processInstanceId" : "1025"   }

@

thank you Bassam , 

that's what I was looking for.