executeAsync

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

Executes the specified operation and suspends until operation completion.