I am trying to use an embedded html form in Camunda 7 Modeler, but it doesn’t work upon deployment. The form is located in /forms/form.html and in the form key i put embedded:deployment:/forms/form.html but when i start a process and check the console it seems to be trying to get the from from localhost:8080/deployment:/forms/form.html
I also tried different syntax (removing the leading /, putting the form in the same directory as the BPMN diagram, putting the form in cib-seven-run/configuration/ressources so it is deployed when cib-seven-run is started) but everything fails
Does anyone have an example where they successfuly managed to use an html form in Camunda 7?