graflow, autoplacement 1.5, with layer-ordering, 2nd test WF

This commit is contained in:
STEINNI
2026-01-04 19:31:31 +00:00
parent 0cedc88eab
commit ff77990aa2
6 changed files with 261 additions and 147 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"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"] }
]
}
}