aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/tca/modelBpmn.json
blob: 7358f9adef850daec40a8b800283d832702b5cf2 (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"
    }
  ],
   "tca": [
    {
      "id": "TCA_1jy9to4",
      "from": "VesCollector_0orydnh"
    }
  ],
  "policy": [
    {
      "id": "Policy_0honxgv",
      "from": "TCA_1jy9to4"
    }
  ]
}