I was using Camunda REST API to query for task instance, process instance and variable instances.
I want to fetch details for completed and active instances of task and process instances.
History Rest API will provide both completed and active instances details?
thorben
2
Hi @aravindhrs,
Yes, history APIs return data for both completed and running instances.
Cheers,
Thorben
1 Like
Hi @aravindhrs,
Using following REST APIs data for both current and history can be retrieved by using the appropriate parameters.
-Thanks,
Vasudev.