Hi @Neil Natarajan, you cannot call flows (or tasks) from within other tasks, but you can:
• call flows within flows (nesting as deeply as needed)
• call tasks within flows
here are some docs on subflow patterns (as they're now referred to in Prefect 2.0)
🔥 1
n
Neil Natarajan
08/08/2022, 7:27 PM
Thank you! is the same possible in prefect core 1.x? any advice would be appreciated including weighing pros and cons of upgrading to 2.0 vs getting this to work in 1.x with hacks