You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
{ "type": "camunda:formField", "name": "formFieldId" }
,
"constraints":
{ "notEmpty": true }
}]
The text was updated successfully, but these errors were encountered:
We're not going to build new Camunda 7 element template features. When using Camunda 8 we recommend using Camunda forms which are not part of the BPMN and can therefore not be supported by element templates.
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":
{ "type": "camunda:formField", "name": "formFieldId" }
,
"constraints":
{ "notEmpty": true }
}]
The text was updated successfully, but these errors were encountered: