Graflow: better refresh & clear, better EIC example, tension field

This commit is contained in:
STEINNI
2026-01-15 15:12:10 +00:00
parent 557f6078f3
commit 7f7c3de4e1
5 changed files with 80 additions and 19 deletions
+24 -3
View File
@@ -28,11 +28,32 @@
"subtitle": "Associate content variables with attendees data"
},
"data": { "a": "a3", "b":"b3"}
}
},
{ "nodeType": "eicBasic",
"id": "aze4",
"ncoords": { "x": 150, "y": 320},
"markup": {
"title": "Schedule mailing",
"subtitle": "Choose time to send the mail"
},
"data": { "a": "a3", "b":"b3"}
},
{ "nodeType": "eicBasic",
"id": "aze5",
"ncoords": { "x": 150, "y": 320},
"markup": {
"title": "Stats",
"subtitle": "Access mailing statistics"
},
"data": { "a": "a3", "b":"b3"}
}
],
"links": [
{ "from": ["aze", "out1"], "to": ["aze2", "in1"] },
{ "from": ["aze2", "out1"], "to": ["aze3", "in1"] }
{ "from": ["aze2", "out1"], "to": ["aze", "in1"] },
{ "from": ["aze2", "out2"], "to": ["aze3", "in1"] },
{ "from": ["aze", "out1"], "to": ["aze4", "in1"] },
{ "from": ["aze3", "out1"], "to": ["aze4", "in2"] },
{ "from": ["aze4", "out1"], "to": ["aze5", "in1"] }
]
}
}