Form failure: The context path is either empty or not defined after changing form folder

Hi,
I am really confused. I had to rename some folder in my webapp and now I get the error.

Of course I changed not only the folders, I changed the names in my bpmn via the modeler too. Because it did not work I undo the changes. But it still does not work.

That is my structure now:
grafik

My bpmn file:
... <bpmn:userTask id="usertask_startseite" name="Startseite" camunda:formKey="embedded:app:thesiswk_html/startseite.html" camunda:assignee="${initiator}">

I am really confused, because that was the way it worked before.
I use camunda 7.10, Wildfly 16.

Any ideas?
Thank you, Nicole

Hey Nicole,

It indeed looks like it should work. Can you please check where Tasklist is requesting the missing form?
You can see the network requests in your browser console (F12). There should be a 404 for startseite.html.

If the failing request has the wrong path, the task is probably using an old Process version.
If the path is correct but the File is not found, something might went wrong with the deployment.

Cheers
Martin

1 Like

Hi Martin,
thank you for you answer. I deploy via Eclipse. So I removed the project, closed eclipse and added it again,…now it works. :crazy_face:
Normally a clean publish should work but it needed removing and adding…

Cheers, Nicole