-
Type:
Feature Request
-
Resolution: None
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: camunda modeler
-
None
I'd like to be able to create an Element Template for a User Task that automatically has formFields added in when selected. An example of possible syntax:
"properties": [{
"label": "Formfield 1",
"type": "String",
"value": "[predefined value for the formfield]",
"editable": true,
"binding":
,
"constraints":
}]