corda / net.corda.core.messaging / CordaRPCOps / startTrackedFlowDynamic

startTrackedFlowDynamic

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

Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. logicType must be annotated with net.corda.core.flows.StartableByRPC.