corda / net.corda.core.messaging / CordaRPCOps / startFlowDynamic

startFlowDynamic

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

Start the given flow with the given arguments. logicType must be annotated with net.corda.core.flows.StartableByRPC.