But this marks the main flow as successful right away I want to wait for these deployment runs to be successful to mark the flow as successful
Basically main flow starts parallel deployment runs and wait for all of them to succeed to go to next step or finish the flow
Also I would like to get output of one of those deployment runs for the next step
a
Anna Geller
11/25/2022, 2:39 PM
In that case, you can call run_deployment from a task and run those tasks concurrently
d
Deepanshu Aggarwal
11/25/2022, 2:40 PM
Yeah that I’ve tried . It is getting stuck on the assertion error for now . As soon as the assertion error gets fixed we will be good to go forward with prefect for our production environment