Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategories

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

Defines the stable category identifiers used by managed-connector command-retry answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategories

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

The command-retry posture is currently approval-ready but still requires an approval gate to clear.

public const string ApprovalReady = "approval-ready"

string

The command-retry posture still reflects a higher-risk approval requirement.

public const string ApprovalRequired = "approval-required"

string

The command-retry posture remains blocked by remediation that still needs to clear first.

public const string BlockingRemediation = "blocking-remediation"

string

The command-retry posture still reflects one or more shared write-path changes.

public const string ChangePlanned = "change-planned"

string

The command-retry posture is constrained because control-plane ownership still remains outside Cephalon.

public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"

string

The current retry posture is waiting for the active cooldown window to elapse.

public const string CooldownActive = "cooldown-active"

string

The command-retry posture still reflects a destructive write-path such as connector deletion.

public const string DestructiveOperation = "destructive-operation"

string

Replaying the current retry posture would duplicate a previously recorded command.

public const string DuplicateCommand = "duplicate-command"

string

The command-retry posture is constrained by governance that is currently out of policy.

public const string GovernanceOutOfPolicy = "governance-out-of-policy"

string

The command-retry posture is constrained by incomplete reporting coverage.

public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"

string

The latest matching command-execution outcome already translated the provider command shape.

public const string LatestExecutionAdapted = "latest-execution-adapted"

string

The latest matching command-execution outcome remained blocked.

public const string LatestExecutionBlocked = "latest-execution-blocked"

string

The latest matching command-execution outcome failed while Cephalon was translating the command.

public const string LatestExecutionFailed = "latest-execution-failed"

string

The latest matching command-execution outcome could not resolve a provider execution adapter.

public const string LatestExecutionUnavailable = "latest-execution-unavailable"

string

The command-retry posture still reflects a lifecycle transition such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The current retry posture matches a recorded execution-adapter fingerprint.

public const string MatchingAdapterFingerprint = "matching-adapter-fingerprint"

string

The current retry posture matches a recorded command fingerprint.

public const string MatchingCommandFingerprint = "matching-command-fingerprint"

string

The current retry posture matches a recorded issuance fingerprint.

public const string MatchingIssuanceFingerprint = "matching-issuance-fingerprint"

string

The current shared runtime truth indicates that no additional provider command is needed.

public const string NoExecutionNeeded = "no-execution-needed"

string

The current retry posture does not currently match any recorded command outcome.

public const string NoMatchingCommandHistory = "no-matching-command-history"

string

No managed-connector command-execution outcome has been recorded yet for the current retry posture.

public const string NoRecordedCommand = "no-recorded-command"

string

The command-retry posture is not currently applicable because the runtime remains observe-only.

public const string ObserveOnlyMode = "observe-only-mode"

string

The command-retry posture currently remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The current retry posture is eligible for one safe retry.

public const string RetryEligible = "retry-eligible"

string

The command-retry posture is constrained by incomplete runtime truth.

public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"

string

The command-retry posture is constrained by stale observation posture.

public const string StaleObservation = "stale-observation"

string