corda / net.corda.testing.driver / InProcess / startFlow

startFlow

open fun <T> startFlow(logic: FlowLogic<T>): CordaFuture<T>

Starts an already constructed flow. Note that you must be on the server thread to call this method.

Parameters

context - indicates who started the flow, see: InvocationContext.