aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/modelBpmnProp.json
blob: 26fd884d842bb4858d8102642523d0afbc338c41 (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
39
40
41
{
    "collector": 
    [
        {
            "id": "Collector_",
            "from": "StartEvent_1"
        }
    ],

    "stringMatch": 
    [
        {
            "id": "StringMatch_",
            "from": "Collector_"
        }
    ],

    "policy": 
    [
        {
            "id": "Policy_",
            "from": "StringMatch_"
        }
    ],

    "tca": 
    [
        {
            "id": "TCA_",
            "from": ""
        }
    ],

    "customType": 
    [
        {
            "id": "CustomType_",
            "from": ""
        }
    ]
}