What "Name" must be given in "Deployment Details" window in case of a Collaboration Diagram?

Hi folks,

My BPMN model consists of a Collaboration Diagram.
This means that there are 2 processes which I must deploy (1 main and 1 subprocess).

Having read the relative Docs here about Deployment from Camunda Modeler

I understand that the given Deployment Name corresponds to the declared (in Properties Panel) Process Name.


In my case (of 2 processes) what Name must I give there ? I have declared 2 process names.

Does anyone have any idea on this please ?

Thanks in advance,
Steve

the deployment name doesn’t really matter too much and doesn’t affect the processes in runtime.

1 Like

Hi again @Niall and thanks for your feedback :slightly_smiling_face:

Can I ask sth additional about Endpoint Configuration in Camunda Modeler ?
In REST Endpoint field, what is the difference between the following 2 URLs ?
http://localhost:8080/engine-rest
http://localhost:8080/engine-rest/deployment/create
Does make any sense on runtime which of these 2 endpoints have I declared there ?

Thanks a lot,
Steve

There isn’t a difference to the end point only that if the modeler detects
http://localhost:8080/engine-rest
if will add deployment/create to the rest of the call.
Otherwise it wont.