How to make a deploy

oh Hello everyone !

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 ??

You can deploy via postman http://localhost:8080/engine-rest/deployment/create
run your cockpit in local and use the above and attach your file

2 Likes

yes, but why usually the sw deploy in cockpit automatically in cockpit ?

sorry i didnt understand your question.

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:

Best, McAlm

1 Like