We would like certain flows to only be run if another flow has already run or not run. This would allow us to get more granular with processing flows. An example would be a ticket is created in the system where a flow processes it and preforms the actions for recap, title, priority and categorization. A few weeks later this ticket moves to a different board, however we want a recap action done on it, but only if it hasn't already had one processed by another flow. Since these are two different flows, the recap would be processed as soon as it changes boards and the second flow runs. This is just one example, but allowing the choice of running a flow based on if other flows have or have not run on a ticket opens up a whole avenue of granularity that would be helpful.