Hi all. I’m new in camunda.
I have some trouble with custom form for user task.
I have two applications (one app is just camunda ui (spring boot). second app is camunda buisness process.(spring boot)) these apps use the same data base.
2d app file structure:
-src:
–main:
—java…
—resources:
----META-INF.processes.xml
----static.forms.test.html
----process.bpmn
i created process via Camunda Modeler and put it to resource folder from my app.
I tried different ways for using this form:
embedded:app:forms/test.html
embedded:deployment:forms/FORM_NAME.html
embedded:deployment:FORM_NAME.html
app:forms/test.html
I’m testing these apps locally
Just run spring boot apps on different ports
For example
buisness flow works on 8080 port
ui part works on 8888 port
everething works fine exept of forms for user task
Could anybody help with this issue?
Hope you have camunda webapp dependency added in pom. Structure seems correct for me.
embedded:app:forms/test.html should work.
Try deleting target folder and clean + compile project once.