Hi All Want to run flow when another project flow...
# ask-community
n
Hi All Want to run flow when another project flow-run is completed. #CL09KU1K7 #C03D12VV4NN
b
Hi Naren 👋 I can think of a few ways to do this. One way is to use a Prefect Cloud automation which triggers a flow run from a deployment as a result of another flow entering a state of
COMPELTED.
Another way is to use run_deployment() within your script. My thinking is you could call
run_deployment()
at the end of Flow A, to kick off a flow run of Flow B. Here's an example of run_deployment() in action, if you need a reference.