Do we need to restart the camunda engine after every new sub process workflow deployment?

Hi Team,
I am deploying new workflow in camunda. Do I need to restart my application, so it can recognize the the new sub process workflow deployed?

When you use “auto-deployment”, meaning you have your bpmn files somewhere under src/main/resources and an (empty) META-INF/processes.xml, this is correct, the deployment will take place when the app restarts.

While developing the process, you could switch to manual deployment via REST, you can configure the modeler to deploy to an endpoint with the click of a button.

1 Like