{ "name": "Bad Edge Plan", "description": "This is a plan with a bad edge is a test rollout plan", "initial": [ "tg1" ], "nodes": [ { "nodeType": "TargetGroup", "data": { "key": "tg1", "label": "TargetGroup", "selector": "dev", "artifactName": "foo", "artifactVersion": "v2" } }, { "nodeType": "TimerGate", "data": { "key": "g1", "label": "TimerGate", "startTime": "2024-08-30T17:01:29.639722Z", "delayMinutes": 10 } } ], "edges": [ { "From": "tg1", "To": "bad" } ] }