Is there a way I can get the entire flow of a process using operate API in the order of the flow
Hi @savi003,
are you interested in the model or in the history of a process instance?
@StephanHaarmann , I want the history of the process in the order of the flow, approvals rejections etc
Thanks for the clarification. If you have the key of the process instance, you can query for the corresponding flow node instances. These instances have two time stamps: startDate, endDate. You can order the node instances using thisinformation to recreate the history.