-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
Alongside process models it is also possible to deploy the form which can be referenced from a start event or user task by setting the attribute camunda:formKey="embedded:deployment:<path-to-a-deployed-form>.html".
AT:
- it is possible to get the deployed form
- the following services are exposed:
- FormService#getDeployedStartForm(String processDefinitionId) to get the referenced start form
- FormService#getDeployedTaskForm(String taskId) to get the referenced task form
- authorizations are checked
- the Java API is exposed in Rest API