summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/src/test/resources/workflow/workflow.json
blob: 2042810f7a14f524a6af90d0ab4d663615c31bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{"nodes":[
        {
            "sequenceFlows":[
                {"condition":"","sourceRef":"node0","targetRef":"node1"}
            ],
            "parameters":[],"id":"node0","name":"startEvent","type":"startEvent","parentId":"root",
            "position":{"width":30,"height":30,"left":468,"top":55}
        },
        {
            "sequenceFlows":[],
            "input":[],"output":[],"template":{},"id":"node1","name":"endEvent",
            "type":"endEvent","parentId":"root",
            "position":{"width":252.08334350585938,"height":46.66666793823242,"left":432,"top":167}
        }],
"configs":{"restConfigs":[]}
}