aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/modelBpmn.json
blob: 823641c73dc649a3b8e751e133575f4d1919170c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "collector": [
    {
      "id": "Collector_1c72ct5",
      "from": "StartEvent_1"
    }
  ],
  "stringMatch": [
    {
      "id": "StringMatch_05arstl",
      "from": "Collector_1c72ct5"
    }
  ],
  "policy": [
    {
      "id": "Policy_0honxgv",
      "from": "TCA_1jy9to4"
    }
  ],
  "tca": [
    {
      "id": "TCA_1jy9to4",
      "from": "Holmes_0i4n2mm"
    }
  ],
  "holmes": [
    {
      "id": "Holmes_0i4n2mm",
      "from": "VesCollector_0orydnh"
    }
  ],
  "vesCollector": [
    {
      "id": "VesCollector_0orydnh",
      "from": "StringMatch_05arstl"
    }
  ]
}