Open
Description
I used sdk-camunda-archetype 7.6.4-00 version.
I was trying out loan-approval example. I placed the forms inside src/main/webapp/forms as generated by the archetype. When running the application as spring boot directly from STS, everything works as expected.
But when I create a docker image, and then try to run it as a container, and then start a process from tasklist, the form is created but not displayed. When opened, it displays error:
"Form failure: No message available"
However, if I place the forms inside src/main/resources/static folder, it works fine even inside docker container.
Metadata
Metadata
Assignees
Labels
No labels