https://prefect.io logo
y

Yorrick Mendes

01/31/2022, 10:34 PM
Hey prefectors, I’ve got a rather basic question. Is it possible to add 2 flows as tasks/dependencies to a main flow? It doesn’t look like it’s possible besides unpacking each flow and adding all the tasks and dependencies individually. The other way to go about it would be to add two tasks that each run a flow locally but that doesn’t seem like the cleanest solution and I’d probably lose a lot of the UI sugar with that approach
k

Kevin Kho

01/31/2022, 11:55 PM
This doc maye show you how to trigger another Flow
y

Yorrick Mendes

02/01/2022, 12:46 AM
Absolutely perfect thanks
3 Views