aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/modelBpmn.json
blob: 4737174c595b3ece07bff35dac93012b14d49253 (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"
		}
	]
}