-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Camunda Forms using the new referencing mechanism are represented by a database entity (CamundaFormDefinition) which should persist in a new database table (ACT_RE_CAMFORMDEF). To do that we need to:
- adjust the SQL scripts (create, drop, migrate).
- create mapping XML for MyBatis.
- create entity class CamundaFormDefinition extending ResourceDefinition and holding:
- key (corresponding to camunda:formRef)
- deploymentId
- version
- create CamundaFormDefinitionManager class.