How to get the flow or path of execution of a BPMN process while or after the execution?

I have a requirement to show the current status of a BPMN process on my application, and also along with that have to show the path(flow of the tasks) it took to reach the current position. So, just wanted to is there any way we can implement it or where I can find path related data for an specific process.

Hello @Vinit_Patil ,

to get the history of a process instance, you can use the Historic Activity Instances:

https://docs.camunda.org/rest/camunda-bpm-platform/7.20-SNAPSHOT/#tag/Historic-Activity-Instance

I hope this helps

Jonathan

Thanks @jonathan.lukas ,
History Activity Instance worked

1 Like