Question: now sure where the is should go
If I have 3 different flows. How can I pass some kind of correlation?
I’ve got an api which kick starts a flow. Then once the api has finished, it’ll report back to prefect to schedule another separate flow.
Now I want to use prefect to look across the 2 flows and see what happened. Eg, if one failed. Where did it fail. Was flow 1 or flow 2? Can I tie them together in this way?