In the modeler I get: DevTools failed to load SourceMap: Could not parse content for file:///C:/camunda-modeler/resources/app.asar/public/index.js.map: Unexpected end of JSON input
In Atom I can see that index.js.map is missing.
Has anybody an idea what could be wrong and how to solve?
The deployment looks fine and Camunda runs as well. From the message I see in Tasklist I would assume that the problem is how you link the form to your diagram.
What do you put in the properties panel of the Camunda Modeler an where? Are you using Camunda with SpringBoot?
Are you using Camunda with SpringBoot? → I have installed camunda-bpm-run-7.16.0.tar.gz on a Raspberry Pi with Debian distribution. Up to now I never had to do with SpringBoot, so far I know nothing about it. But I learned, that I have to learn first to setup a BPMN-system before I can use it. So far so good.
I just downloaded V7.17.0-alpha2 and started it.
Here is a part of the startsequence:
There is an output “Spring-Boot: (v2.6.1)” is thia what you meant with your question if I use SpringBoot?
Looking briefly at this, it looks like the FormRef is blank, which the system won’t like (you have to tell the BPMN file exactly what for to use, since it might alredy exist on the server and might not be included in the push to the server from the “Deploy Diagram to Camunda Platform”
yes just wanted to know how you run Camunda. So knowing that it is camunda run ist already fine!
I just deployed your bpmn model with a form and it works for me. I changed the form ref field . In your bpmn model you wrote: camunda-forms:deployment:payment.form
I changed it basically to the id of the form in your case that would be Form_Payment . Have you tried this variation already?
Unfortunately the tutorial in the docs used an older version of the modeler where the key included the information of the type and the binding. With the new modeler that is not needed any more.