recoverAllFinalityFlows

abstract fun recoverAllFinalityFlows(forceRecover: Boolean = false): Map<<Error class: unknown class>, Boolean>

Recover all failed finality flows as determined by associated status. Specifically, FlowState.FAILED TransactionStatus.IN_FLIGHT forceRecover will also attempt to

  • recover flows which are in a RUNNABLE, PAUSED or HOSPITALIZED state.

  • recover issuance transactions which finalised locally but failed to propagate to observer peers.

Return

map of identified failed flows and whether they were successfully recovered.