graflow: added icmp example & fixed grand-slam long-links
This commit is contained in:
@@ -2,36 +2,36 @@
|
||||
"nodesFile": "/app/assets/html/bzGraflow/nodesTest2.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "start",
|
||||
"id": "aze",
|
||||
"coords": { "x": 220, "y": 20},
|
||||
"markup": { "text": "Start" }
|
||||
},
|
||||
{ "nodeType": "process",
|
||||
"id": "aze2",
|
||||
"coords": { "x": 220, "y": 120},
|
||||
"xcoords": { "x": 220, "y": 120},
|
||||
"markup": { "text": "x = alph - 1" }
|
||||
},
|
||||
{ "nodeType": "condition",
|
||||
"id": "qsd",
|
||||
"coords": { "x": 250, "y": 270},
|
||||
"xcoords": { "x": 250, "y": 270},
|
||||
"markup": { "text": "x > 0" }
|
||||
},
|
||||
{ "nodeType": "preparation",
|
||||
"id": "qsd2",
|
||||
"coords": { "x": 250, "y": 470},
|
||||
"xcoords": { "x": 250, "y": 470},
|
||||
"markup": { "text": "prepare SQL" }
|
||||
},
|
||||
{ "nodeType": "database",
|
||||
"id": "wcx",
|
||||
"coords": { "x": 500, "y": 450},
|
||||
"xcoords": { "x": 500, "y": 450},
|
||||
"markup": { "text": "MySQL<br>Store" }
|
||||
},
|
||||
{ "nodeType": "end",
|
||||
"id": "ert",
|
||||
"coords": { "x": 250, "y": 650},
|
||||
"xcoords": { "x": 250, "y": 650},
|
||||
"markup": { "text": "End" }
|
||||
}
|
||||
},
|
||||
{ "nodeType": "start",
|
||||
"id": "aze",
|
||||
"xcoords": { "x": 220, "y": 20},
|
||||
"markup": { "text": "StartMike" }
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"], "endArrow":true },
|
||||
|
||||
Reference in New Issue
Block a user