aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/holmes/modelBpmn.json
blob: db8e54dd3cb7f12eb9a558e11136b870cb4faf27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "vesCollector": [
    {
      "id": "VesCollector_0orydnh",
      "from": "StartEvent_1"
    }
  ],
   "holmes": [
    {
      "id": "Holmes_0i4n2mm",
      "from": "VesCollector_0orydnh"
    }
  ],
  "policy": [
    {
      "id": "Policy_0honxgv",
      "from": "Holmes_0i4n2mm"
    }
  ]
}