Dependent Prefect flow runs across multiple instances

Viewed 28

I have two physical machines. I would like Prefect to automatically execute a flow run on machine B once a flow run on machine A finishes. What's the most lightweight way to do this?

In other words, I want to run a flow of flows, in which the flows are executed on different physical devices.

Why do I need this? Some of the data is sensitive so they are only accessible on a particular machine.

1 Answers
Related