Start process invoking or triggering

Hi,
I want invoke start process using REST API in springboot appication inplace of invoking manually please guide me how i can do it

Hi @avinash,

just using this API: https://docs.camunda.org/manual/latest/reference/rest/process-definition/post-start-process-instance/.

The URL for spring boot rest api is localhost:8080/rest (https://docs.camunda.org/manual/7.10/user-guide/spring-boot-integration/rest-api/).

Hope this helps, Ingo

Thank you I ll check it