{ "id": "abc1234-def", "current": [ "tg1" ], "nodes": [ { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg5", "label": "TargetGroup", "selector": "prod-global", "artifactName": "foo", "artifactVersion": "v2" } }, { "nodeType": "TimerGate", "data": { "state": "pending", "key": "g1", "label": "TimerGate", "startTime": "2024-08-30T17:01:29.639722Z", "delayMinutes": 10 } }, { "nodeType": "ApprovalGate", "data": { "state": "pending", "key": "g2", "label": "ApprovalGate" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg1", "label": "TargetGroup", "selector": "dev", "artifactName": "foo", "artifactVersion": "v2" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg2", "label": "TargetGroup", "selector": "staging-east", "artifactName": "foo", "artifactVersion": "v2" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg3", "label": "TargetGroup", "selector": "staging-west", "artifactName": "foo", "artifactVersion": "v2" } }, { "nodeType": "TargetGroup", "data": { "state": "pending", "key": "tg4", "label": "TargetGroup", "selector": "prod-us", "artifactName": "foo", "artifactVersion": "v2" } } ], "edges": [ { "From": "tg1", "To": "g1" }, { "From": "g1", "To": "tg2" }, { "From": "g1", "To": "tg3" }, { "From": "tg2", "To": "g2" }, { "From": "tg3", "To": "g2" }, { "From": "g2", "To": "tg4" }, { "From": "g2", "To": "tg5" } ] }