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