fun <P : FlowLogic<T>, T> findStateMachines(flowClass: Class<P>): List<Pair<P, ListenableFuture<T>>>
Returns a list of all state machines executing the given flow logic at the top level (subflows do not count)