find State Machines
fun <F : FlowLogic<*>> findStateMachines(flowClass: Class<F>): List<<Error class: unknown class><F, CordaFuture<*>>>
Returns the currently live flows of type flowClass, and their corresponding result future.
Returns the currently live flows of type flowClass, and their corresponding result future.