What’s the best practice for running a flow of flo...
# prefect-community
m
What’s the best practice for running a flow of flows locally?
a
Using Prefect 2.0 😄 this way, you don't have to register your subflows and you can call them from other flows almost as if they were tasks
in Prefect 1.0, you have to, unfortunately, register your child flows before calling them in a parent flow as those are technically not "subflows" but the orchestrator pattern triggering flows via an API call (thus, their metadata must exist in the API backend first)
👍 1
m
Thanks so much Anna! Do you have an estimate as to when Prefect 2.0 will be out of beta?
a
It's easiest to just follow release-notes on Discourse, we ship new releases iteratively.