bpmn-js-properties-panel
Version:
A simple properties panel for bpmn-js
28 lines • 543 B
JSON
{
"name": "VIP-Order Path",
"id": "e.com.merce.FastPath",
"appliesTo": [
"bpmn:SequenceFlow"
],
"properties": [
{
"label": "VIP-Ordering",
"type": "String",
"editable": false,
"value": "${ customer.vip }",
"binding": {
"type": "property",
"name": "conditionExpression"
}
},
{
"label": "Label",
"type": "Text",
"value": "YEY YEA!",
"binding": {
"type": "property",
"name": "name"
}
}
]
}