when I try to deploy, like described in the Quickstart Tutorial, the Camunda Modeler gives me an unknown Error for all the different rest-engines urls I was able to find so far.
Also the Platform BPMNs are not deployed via REST at all but create a .bpmn file which is to your in correspondence with your embedded Camunda Plattform.
But I guess this is just not the way to go, as coworker informed me. I just got confused because the JEE docs reference this Quickstart too.
your screenshot from the first comment looks different then the one in the documentation.
Camunda Cloud and Camunda Platform are two different products and the technical attributes in the BPMN model have different namespaces. If you create a BPMN Diagram (Camunda Cloud), the modeler can only deploy it to Camunda Cloud. That’s the headline of your screenshot.
On the lower left side of the modeler you can check where your diagram is build for:
unfortunately again, it does not. I don’t think you can, like in my screenshot, or the Quickstart documentation, even enter a REST Endpoint for a deployment if you choose a platform BPMN.
It does seem that way, but if you look very closely at the bottom-left corner of the second screenshot in that page, it says “XML Camunda Platform ^ >”
That means that they want you to create a Camunda Platform BPMN.
The first image of Step 3 also shows the “XML Camunda Platform ^ >”
If you click SAVE, you are correct, that it will try to save a .bpmn file. This is expected, as there a several different ways to deploy to a local Camunda install.
Once you have saved your .BPMN file you can then upload it to the REST interface as is demonstrated in the second image of step 3.
thank you for insisting on this topic. It’s indeed an error on our documentation. I will file a pull request with a screenshot where the Camunda Platform is selected.
If you choose this option (Camunda Platform) on the first click, you are able to run the example successfully.
thank you for the help and acknowledgment of the problem.
But there is yet another Problem.
On Deploy the Process (3/6) | docs.camunda.org second Screenshot it is explained to enter a rest endpoint. But you only have this option for the cloud deployment haven’t you ?
I got a .war deployed another way following a YouTube tutorial. Just wanted to pointed as well.