I really don’t know if there’s on the forum a similar post. I ask again.
I use camunda open source, i have a little project and i want to make it start on cockpit without a rest, so only a simple deploy. The file .war is already in the folder server. When i build the workflof in model and then press start, i see a view that invite me to insert the rest pathway. I want that the istance in cockpit is automatic, instead. Can you help me ??
It depends on the type of your process application. If you build a real process application the deployment is automatically done on application start up. Otherwise you will have to deploy via the API before you can start a process instance (which is what the Modeler is doing…)
Have a look at our getting started guide: