Flow Builder
Save
Load
Do Layout
{ "class": "go.GraphLinksModel", "nodeDataArray": [ { "key":1, "text":"Loading Screen", "category":"Loading" }, { "key":2, "text":"Beginning" }, { "key":3, "text":"Segment 1" }, { "key":4, "text":"Segment 2" }, { "key":5, "text":"Segment 3"}, { "key":6, "text":"End Screen", "category":"End" }, { "key":-2, "category": "Recycle" } ], "linkDataArray": [ { "from":1, "to":2 }, { "from":2, "to":3 }, { "from":2, "to":5 }, { "from":3, "to":4 }, { "from":4, "to":6 } ] }