I am still a bit confused about dependent flows 😞
Basically I have a "data collection" flow that should run every minute, and a "generate analytics flow" that should run every hour.
I need the "generate analytics" flow to run just after the "data collection" flow.
Serially, that would expand to:
13:58 -> Collect data
13:59 -> Collect data
14:00 -> Collect data + generate analytics
14:01 -> Collect data