corda / net.corda.core.messaging / CordaRPCOps / killFlow

killFlow

abstract fun killFlow(id: StateMachineRunId): Boolean

Attempts to kill a flow. This is not a clean termination and should be reserved for exceptional cases such as stuck fibers.

Return
whether the flow existed and was killed.