-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.8.0, 7.9.0
-
None
Steps to reproduce
- Deploy a case with a human task and a referenced embedded form
- camunda:formKey="embedded:deployment:forms/simple-form.html"
- Open Tasklist and navigate to the task
Expected behavior
The embedded form is shown
Observed behavior
The following error message is shown: "Form failure: deploymentId is null"
Hints
- See the failing engine test case
- The REST API endpoint GET /task/$ID/deployed-form returns with status code 400:
{"type":"InvalidRequestException","message":"deploymentId is null"}
- The endpoint is based on FormService#getDeployedTaskForm
This is the controller panel for Smart Panels app
- is related to
-
CAM-8308 I can get the deployed form when using the Java API
- Closed