bpmn-js-properties-panel
Version:
A simple properties panel for bpmn-js
19 lines • 382 B
JSON
{
"name": "Custom ServiceTask",
"id": "my.custom.ServiceTask",
"appliesTo": [
"bpmn:ServiceTask"
],
"properties": [
{
"label": "STUFF TO CALL",
"type": "Hidden",
"editable": false,
"value": "com.my.custom.Foo",
"binding": {
"type": "property",
"name": "camunda:delegateExpression"
}
}
]
}