Flow RPCOps
Functions
Schedule all flows to pause.
Schedule all Hospitalized flows to pause.
Recover all failed finality flows as determined by associated status. Specifically, FlowState.FAILED TransactionStatus.IN_FLIGHT forceRecover will also attempt to
Recover a failed finality flow by id. forceRecover will attempt to recover flows which are in a RUNNABLE, PAUSED or HOSPITALIZED state.
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.
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.
Recover a specified set of failed finality flows by id. forceRecover will attempt to recover flows which are in a RUNNABLE, PAUSED or HOSPITALIZED state.
Recover flows matching the specified query criteria. forceRecover will also attempt to recover flows which are in a RUNNABLE, PAUSED or HOSPITALIZED state.
Retry all paused flows.
Retry all paused flows which were hospitalised (before paused).