def child_flow_c():
d = run_deployment("child-flow-d/dep-child-d")
# How can I be sure that run_deployment("child-flow-d/dep-child-d") is completed before moving to next line/deployment
e = run_deployment("child-flow-d/dep-child-d")
How we check the status of
run_deployment
is completed before executing another
run_deployment
✅ 1
s
Serina
05/25/2023, 11:28 PM
You should be able to add polling and timeouts. But in the API ref it mentions that:
Copy code
This function will return when the created flow run enters any terminal state or the timeout is reached.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.