Rest Api for the stepwise successful execution of a workflow

Hi ,

Is it possible to monitor the workflow execution progress so that we can identify the service tasks/steps executed .

Thanks and Regards,
Albin

Hi Albin,

Check get activity instances:
https://docs.camunda.org/manual/develop/reference/rest/process-instance/get-activity-instances/

Retrieves an Activity Instance (Tree) for a given process instance by id.

Best regards,
Yana