corda / net.corda.core.messaging / CordaRPCOps / finishedFlowsWithClientIdsAsAdmin

finishedFlowsWithClientIdsAsAdmin

abstract fun finishedFlowsWithClientIdsAsAdmin(): Map<String, Boolean>

Returns all finished flows that were started with a client id by all RPC users for which the client ID mapping has not been removed.

Return
A Map containing all client ids for finished flows, mapped to true if finished successfully, false if completed exceptionally.