corda / net.corda.core.messaging.flows / FlowManagerRPCOps

FlowManagerRPCOps

interface FlowManagerRPCOps : RPCOps

RPC operations to perform operations related to flows including management of associated persistent states like checkpoints.

Functions

debugCheckpoints

Dump all the current flow checkpoints, alongside with the node's main jar, all CorDapps and driver jars into a zip file in the node's log directory.

abstract fun debugCheckpoints(): Unit

dumpCheckpoints

Dump all the current flow checkpoints as JSON into a zip file in the node's log directory.

abstract fun dumpCheckpoints(): Unit