net.corda.node.services.messaging / CordaRPCOps / startFlowDynamic

startFlowDynamic

@RPCReturnsObservables abstract fun <T : Any> startFlowDynamic(logicType: Class<out FlowLogic<T>>, vararg args: Any?): FlowHandle<T>

Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow.