ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalCategories

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalCategories

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

The current command journal exposes a safe retry candidate, but automatic background retry remains disabled.

public const string AutomaticRetryDisabled = "automatic-retry-disabled"

string

The command journal currently exposes bounded retention for recent command evidence.

public const string BoundedRetention = "bounded-retention"

string

The current command journal remains constrained because control-plane ownership still remains outside Cephalon.

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

string

The current command journal still reflects a cooldown window that has not elapsed.

public const string CooldownActive = "cooldown-active"

string

The current command journal contains evidence that replaying the command would be duplicative.

public const string DuplicateCommand = "duplicate-command"

string

The current command journal remains constrained by governance that is out of policy.

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

string

The command journal has truncated older entries beyond the current bounded retention window.

public const string HistoryTruncated = "history-truncated"

string

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

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

string

The latest retained command-execution outcome remained blocked.

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

string

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

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

string

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

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

string

The current command journal still requires explicit manual approval before automation should continue.

public const string ManualApprovalRequired = "manual-approval-required"

string

The current command journal contains retained evidence matching the derived command fingerprint.

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

string

The current command journal indicates that no additional provider command is needed.

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

string

No managed-connector command-execution outcome has been recorded yet for the journal.

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

string

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

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

string

The current command journal remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The current command journal remains blocked by shared runtime truth or policy guardrails.

public const string PolicyBlocked = "policy-blocked"

string

The current command journal remains constrained by incomplete shared runtime truth.

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

string