Camunda process in progress

Hi All,

i have a very many BPMN’s and are integrated to one another. each BPMN does a specific job and it takes its own time. There are api calls which need couple of minutes to complete.

is there any way to find out if any execution is happening for a given BPMN or are they just waiting on user tasks?

So you’re interested in finding out if for a given BPMN model if there are any waiting processes instances?
So you want to do that via Java or Rest?

1 Like

Thank you for a quick reply. looking for rest API

did some home work this is giving me all the call activities/service tasks/ messageevents
http://localhost:8080/mainapp/rest/engine/default/history/activity-instance/?unfinished=true

Is there any other better way of doing it?