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 CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”BackgroundRetryDisabled
Section titled “ BackgroundRetryDisabled”The current shared runtime truth allows one safe retry, but background retry execution is not enabled yet.
public const string BackgroundRetryDisabled = "background-retry-disabled"Field Value
Section titled “Field Value”Cooldown
Section titled “ Cooldown”The current retry-execution policy is waiting for a cooldown window to elapse.
public const string Cooldown = "cooldown"Field Value
Section titled “Field Value”ManualApproval
Section titled “ ManualApproval”The current retry-execution policy still needs a human approval gate to clear first.
public const string ManualApproval = "manual-approval"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The retry-execution policy does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”NotNeeded
Section titled “ NotNeeded”The current shared runtime truth indicates that no further retry action is currently needed.
public const string NotNeeded = "not-needed"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The current retry-execution policy remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”PolicyBlocked
Section titled “ PolicyBlocked”The current retry-execution policy remains blocked by shared runtime truth or safety guardrails.
public const string PolicyBlocked = "policy-blocked"Field Value
Section titled “Field Value”RetryReady
Section titled “ RetryReady”The current retry-execution policy allows Cephalon to execute one safe retry automatically.
public const string RetryReady = "retry-ready"