{ "id": "my-example-rollout", "current": [ "tg1" ], "nodes": [ { "nodeType": "TimerGate", "data": { "state": "pending", "key": "g1", "label": "TimerGate", "startTime": "2024-08-30T17:01:29.639722Z", "delayMinutes": 10 } }, { "nodeType": "ApprovalGate", "data": { "state": "pending", "key": "ag1", "label": "ApprovalGate" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg1", "label": "TargetGroup", "selector": "dev", "artifactName": "store", "artifactVersion": "0.21" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg2", "label": "TargetGroup", "selector": "staging:east", "artifactName": "store", "artifactVersion": "0.21" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg3", "label": "TargetGroup", "selector": "staging:west", "artifactName": "store", "artifactVersion": "0.21" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg4", "label": "TargetGroup", "selector": "prod:us", "artifactName": "store", "artifactVersion": "0.21" } } ], "edges": [ { "From": "tg1", "To": "g1" }, { "From": "g1", "To": "tg2" }, { "From": "g1", "To": "tg3" }, { "From": "tg2", "To": "ag1" }, { "From": "tg3", "To": "ag1" }, { "From": "ag1", "To": "tg4" } ] }