To get an overview/list of the tasks in the sequence of bpmn flow

I have a bpmn flow and is it possible to view the list of tasks which are available in a sequence. After the instance is started, is there an api/method available to get the list of tasks (that will get executed in the order) from the ProcessEngine. I have attached the sample bpmn flow.loan-approval.bpmn (4.0 KB)

Hi Divya,

what do you mean exactly?
You want to get a list of instances of “Approve Loan” UserTask?

Best regards,

Markus

Hi Markus,

Its both way where I need to get the list of tasks in an instance and list of instances of a user task.

Regards,
Divya