recoverFinalityFlowByTxnIds

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

Recover a specified set of failed finality flows by transaction id. forceRecover will also attempt to recover flows which are in a RUNNABLE, PAUSED or HOSPITALIZED state. This operation will attempt to recovery failed peers if the initiator-side of the transaction completed successfully.

Return

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