Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStates

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable state identifiers used by managed-connector retry-execution policy answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStates

objectCdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The current shared runtime truth allows one safe retry, but background retry execution is not enabled yet.

public const string BackgroundRetryDisabled = "background-retry-disabled"

string

The current retry-execution policy is waiting for a cooldown window to elapse.

public const string Cooldown = "cooldown"

string

The current retry-execution policy still needs a human approval gate to clear first.

public const string ManualApproval = "manual-approval"

string

The retry-execution policy does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

The current shared runtime truth indicates that no further retry action is currently needed.

public const string NotNeeded = "not-needed"

string

The current retry-execution policy remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current retry-execution policy remains blocked by shared runtime truth or safety guardrails.

public const string PolicyBlocked = "policy-blocked"

string

The current retry-execution policy allows Cephalon to execute one safe retry automatically.

public const string RetryReady = "retry-ready"

string