aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/modelBpmnProp.json
blob: c8efff87781897caa8bebfe3380750a3246f6e87 (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
{
    "policy":
    [
        {
            "id": "Policy_",
            "from": "StartEvent_1"
        }
    ],

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

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