JSF forms not support in latest Camunda Version?

Hi all,

I was trying to make this project work :

When I try to launch the wf from tasklist, I get this error :
Form failure: Form must provide exaclty one element <form …>

There is no error in wildfly nor in the browser (F12 does not show any JS erros).

The form generated with JSF has indeed two forms tag (I looked at the HTML by accessing the start form directly : http://localhost:8080/underwriting/new-application.xhtml)

Do you know if JSF forms are still supported ?
I looked on the official documentation, I can find tutorials and examples until 7.7 version (https://docs.camunda.org/manual/7.7/examples/tutorials/jsf-task-forms/), but nothing starting from 7.8.

I looked at the released notes, but did not find anything mentionning that it was not supported anymore.

Thanks for your help,

seb

I found out what the issue was.
I was starting the process using Camunda tasklist standard webapp.

In this case, the templates.xhtml defined in the new-application was defining another form.
I just needed to remove the h:form defined in the templates.xhtml to get rid of the error.