recover Finality Flow By Txn Id
abstract fun recoverFinalityFlowByTxnId(txnId: <Error class: unknown class>, forceRecover: Boolean = false): Boolean
Recover a failed finality flow 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
true if a transaction is successfully recovered false if a transaction does not require recovery
Throws
Flow Recovery Exception
if there is an error whilst performing recovery