execute Async
fun <T, R : Any> FlowLogic<T>.executeAsync(operation: FlowAsyncOperation<R>, maySkipCheckpoint: Boolean = false): R
Deprecated
This has been replaced by [FlowLogic.await] that provides an improved and public API
Replace with
net.corda.core.flows.FlowLogic.await
Content copied to clipboard
Executes the specified operation and suspends until operation completion.