Zachary Loertscher
05/15/2023, 3:25 PMTaylor Curran
05/15/2023, 7:23 PM@flow
def my_parent_flow():
a = run_deployment("ecs-deployment")
if a.state() == "Completed":
run_deployment("ec2-deployment")
Zachary Loertscher
05/16/2023, 7:22 PM