UNPKG

bpmn-js-properties-panel

Version:
28 lines 543 B
{ "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" } } ] }