Hey folks. Is there a best practice for conditiona...
# ask-community
i
Hey folks. Is there a best practice for conditionally triggering a deployment for a flow, from another flow in Prefect 2 i.e.
flow a deployment x
triggering
flow b deployment y
?
1
a
The run_deployment function actually makes that very possible
i
Thanks Anna! I will take a look into this function.
🙌 1