Hi!
What is the best way to create a scheduled flow with multiple scheduled subflows? Couldn’t find an article or discourse discussion. We are using Prefect Cloud 1.0.
Example of structure:
• Main flow A, run every week, dependant on:
◦ Sublow B, run every day, dependant on:
▪︎ Sublow C, run every hour
So, if any of subflows fail, all upstream subflows should not start. Is there a way to do so?
cc @Taylor Curran