corda / net.corda.core.messaging / CordaRPCOps / finishedFlowsWithClientIds

finishedFlowsWithClientIds

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

Returns all finished flows that were started with a client ID for which the client ID mapping has not been removed. This version only returns the client ids for flows started by the same user currently calling finishedFlowsWithClientIds.

Return
A Map containing client ids for finished flows started by the user calling finishedFlowsWithClientIds, mapped to true if finished successfully, false if completed exceptionally.