[
  {
    "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"
        }
      }
    ]
  }
]