hi there - I was wondering if there is any support...
# prefect-community
k
hi there - I was wondering if there is any support for inter-flow dependencies - as in “run flow B when flow A finishes” - I’m still just getting started, so I might be thinking about this incorrectly - thanks!
c
Hey Kevin! Currently this is supported via the API by including a terminal task on flow A that triggers a flow run of flow B (in fact we have a task in the task library you can use off the shelf for this). We are currently designing a more first class flow-to-flow dependency experience (including more complicated dependency structures + UI visualizations) targeted for next quarter!
k
awesome thanks so much @Chris White - this is really helpful for flows that live in separate repos (for example)