Can we deploy Camunda process external to spring boot project

Hello all,

I have recently started working on Camunda. I have gone through multiple tutorials, everywhere it says to deploy process within springboot project and then we can initiate a process using Runtime Service.

But I would like to deploy process using complete new service (a service dedicated to camunda processes) and initiate those proceses using springboot application.

Is there any way to execute as mentioned above.

Thanks in advance!

Hi @Nikhitha,

this code example from the forum may help you further: Halt the workflow and return the response to Controller

Hope this helps, Ingo