Hi all! Im trying to run a bunch of flows "togethe...
# ask-community
s
Hi all! Im trying to run a bunch of flows "together". In that if I go to the prefect UI and I manually run the 5 flows I want, they all execute (in parallel). When I wrap these flows in another flow and have that flow call the 5 (as subflows), they run all sequentially. Does anyone know how to run subflows in parallel, just like if I was to manually run them all myself?