Camunda 7 Form Failure

Hi Guys,

I’m just wondering why I’m encountering this error?

Upon checking the camunda docs, filename should be preceded by ‘/’ as started in here: https://docs.camunda.org/manual/7.16/user-guide/camunda-bpm-run/#deploy-bpmn-models
and this is what I’ve done. Not sure why suddenly it is throwing this error.

Here are my screenshots:

image

embedded:deployment:/L1_Investigation.html

image

embedded:deployment:/L2_Investigation.html

image

embedded:deployment:/L3_Investigation.html

Thanks!

I’m using camunda platform run 7.16. thank you!

Hey @edcapulong ,

by suddenly, you mean it has worked before? Could you share your form and your diagram? How do you deploy your form to Camunda Run?

Cheers
Nele

Hi @Nele

Yup, everything works as expected before but suddenly it won’t work now.

How I deploy is by putting all my html forms and .bpmn files on the ‘resources’ folder of Camunda, and all are deployed by SpringBoot autodeployment.

Thanks!!!

Hi @edcapulong,

this could be caused by the filtering of duplicate resources if the only the process model was cahanged and the forms kept untouched.

It depends on your Spring Boot approach to configure the filtering either in processes.xml or application.yml

Hope this helps, Ingo

1 Like