Hello the team, I’m having an error when displaying my task form. I create my forms in the camunda modeler and linked them to the workflow but in the camunda platform Tasklist, when I started a new process and verify the contain of the task’s form tab, I’m having a form failure error.
Hey @Kokouvi_Jean-Jacques ,
How to you link the form? Maybe the link is not correctly?
Kind regards
Nele
That is a screenshot of my workflow. I also select and linked the form file to my deployment on camunda platform
just another question. How to you run Camunda? Do you use Camunda Run or a SpringBoot Application?
Cheers
Nele
Yes I use Camunda run
Hi @Nele, did I need to upload the form file to the camunda-bpm-run/configuration/resources directory to solve the error ?
I found the mistake. You use the file name of the form in the Form Ref field. Instead of using the file name of the form you need to use the Form ID.
I think that should solve the problem.
Kind regards
Nele
There is no need to put the form into the configuration/resource file of Camunda run. It is enough to deploy the form and then refer it
Yeah!!! Thank you @Nele ,that’s working. Now i can continue my way on discorvering camunda functionnalities. Thank you again for the assist
You are welcome! Glad I could help