corda / net.corda.node.internal / CordaRPCOpsImpl / startFlowDynamic

startFlowDynamic

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

Overrides CordaRPCOps.startFlowDynamic

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