get list of process and start process

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.

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