Embedded forms deployed via modeler not working in Tasklist

Environment (Required on creation)

CIB Seven 2.0.0

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

I have deployed a html form along with bpmn via camunda modeler. The bpmn refers to html form like this

camunda:formKey="embedded:deployment:StartProcess.html"

I have referred this documentation https://docs.cibseven.org/manual/latest/user-guide/task-forms/#form-key-details

Here the error i see 404 not found in browser logs. because it makes call to http://localhost:8080/deployment:StartProcess.html?noCache=1747500441602

Image

Steps to reproduce (Required on creation)

  1. Create a bpmn and simple html form.
  2. Refer form via camunda:formKey="embedded:deployment:StartProcess.html"
  3. Deploy via camunda modeler and try to start form

Observed Behavior (Required on creation)

404 not found

Expected behavior (Required on creation)

It should open the form.

Root Cause (Required on prioritization)

Not sure of root cause but if i keep the form at webapp/forms folder and refer it via camunda:formKey="embedded:app:forms/StartProcess.html" it works.

Solution Ideas

Hints

Links

Breakdown

### Pull Requests