...
1{
2 "name": "Bad Edge Plan",
3 "description": "This is a plan with a bad edge is a test rollout plan",
4 "initial": [
5 "tg1"
6 ],
7 "nodes": [
8 {
9 "nodeType": "TargetGroup",
10 "data": {
11 "key": "tg1",
12 "label": "TargetGroup",
13 "selector": "dev",
14 "artifactName": "foo",
15 "artifactVersion": "v2"
16 }
17 },
18 {
19 "nodeType": "TimerGate",
20 "data": {
21 "key": "g1",
22 "label": "TimerGate",
23 "startTime": "2024-08-30T17:01:29.639722Z",
24 "delayMinutes": 10
25 }
26 }
27 ],
28 "edges": [
29 {
30 "From": "tg1",
31 "To": "bad"
32 }
33 ]
34}
View as plain text