get list of process and start process

1
0
-1

how to get list of process in application page and also how to start the process from the application page please help me thanks in advance.

1 answer

1
0
-1

Hi

Please check the REST API documentation to find out how to retrieve processes and how to start new case.

You are looking for a search query on your processes and a POST on /API/bpm/process/:processId/instantiation to start a process.

HTH Romain

Notifications