39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"nodesFile": "/app/assets/html/bzGraflow/nodesTest2.html",
|
|
"flow": {
|
|
"nodes":[
|
|
{ "nodeType": "start",
|
|
"id": "aze",
|
|
"coords": { "x": 220, "y": 20}
|
|
},
|
|
{ "nodeType": "process",
|
|
"id": "aze2",
|
|
"coords": { "x": 220, "y": 120}
|
|
},
|
|
{ "nodeType": "condition",
|
|
"id": "qsd",
|
|
"coords": { "x": 250, "y": 270}
|
|
},
|
|
{ "nodeType": "preparation",
|
|
"id": "qsd2",
|
|
"coords": { "x": 250, "y": 470}
|
|
},
|
|
{ "nodeType": "database",
|
|
"id": "wcx",
|
|
"coords": { "x": 250, "y": 650}
|
|
},
|
|
{ "nodeType": "end",
|
|
"id": "ert",
|
|
"coords": { "x": 250, "y": 850}
|
|
}
|
|
],
|
|
"links": [
|
|
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"] },
|
|
{ "from": ["aze2", "inout2"], "to": ["qsd", "inp1"] },
|
|
{ "from": ["qsd", "out1"], "to": ["aze2", "inout3"] },
|
|
{ "from": ["qsd", "out2"], "to": ["qsd2", "inp1"] },
|
|
{ "from": ["qsd2", "out1"], "to": ["wcx", "inout1"] },
|
|
{ "from": ["wcx", "inout2"], "to": ["ert", "inp1"] }
|
|
]
|
|
}
|
|
} |