graflow: dataset & markup from flow
This commit is contained in:
@@ -5,26 +5,29 @@
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "aze",
|
||||
"coords": { "x": 50, "y": 120},
|
||||
"data": {
|
||||
"markup": {
|
||||
"title": "Build attendees list",
|
||||
"subtitle": "Build an attendees list to email"
|
||||
}
|
||||
},
|
||||
"data": { "a": "a1", "b":"b1"}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "aze2",
|
||||
"coords": { "x": 300, "y": 120},
|
||||
"data": {
|
||||
"markup": {
|
||||
"title": "Select message",
|
||||
"subtitle": "Select an email template"
|
||||
}
|
||||
},
|
||||
"data": { "a": "a2", "b":"b2"}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "aze3",
|
||||
"coords": { "x": 550, "y": 120},
|
||||
"data": {
|
||||
"markup": {
|
||||
"title": "Data mapping",
|
||||
"subtitle": "Associate content variables with attendees data"
|
||||
}
|
||||
},
|
||||
"data": { "a": "a3", "b":"b3"}
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
|
||||
Reference in New Issue
Block a user