but the camunda forms are not visible. I think it’s because the tutorial uses older version but then the documentation is also outdated and I couldn’t find what to put in the Form Ref field
The document says there will be Form Key field, but there is no such field. Instead there are three field to populate - Type, Form Ref and Binding
I tried below but didn’t work
Trial 1: Type - Camunda form, Form Ref - "camunda-forms:/forms/.form
Trial 2: Type - Camunda form, Form Ref - "/forms/.form
Hello Niall,
I used id of the form to populate Form Ref field as directed in the updated video, but still the same problem
I see another post about updating processes.xml, but where is this file?
Is my understanding correct. For spring boot project, I just need modeler to create bmpn and form file and then run the java project. No need to have Camunda-bpm-run separately running?
In the localhost Camunda UI, under More → Deployments → SpringAutoDeployment, I only see bpmn file, I don’t see the two forms which are present in the resources/static/forms. Looks like the forms are not getting picked up. Some config should be done somewhere, I suppose
** Latest Update **
Updated yaml as below, and now the More → Deployments → SpringAutoDeployment list bpmn and forms as well. I can click the form and see the fields/form. But still the form is not visible under Task List
I tried the same and shared the resources zip file containing both bpmn and form file. Unfortunately, it is not working. I’ll leave it now and wait when the documentation is updated and then try again