Hi, I 'd like to ask some help/advice on setting up dependent flows. A simplified example of my set up is:
I have a flow that ingests some data through a couple of tasks, lets call it flow1. I have another task that I'd like to run from a different flow, call it flow2. The catch is that there will be many such data-ingestion (flow1) dependent tasks. How can i make flow2 have its own schedule but only kick off once flow1 is completed ?
I find the solution of making all tasks belonging to one big flow (and setting dependencies there) unsatisfactory as this will grow a lot in the medium term. Thank you in advance for any pointers!