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 CdcCaptureExecutionRuntimeManagedConnectorCommandJournalCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalCategories
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”AutomaticRetryDisabled
Section titled “ AutomaticRetryDisabled”The current command journal exposes a safe retry candidate, but automatic background retry remains disabled.
public const string AutomaticRetryDisabled = "automatic-retry-disabled"Field Value
Section titled “Field Value”BoundedRetention
Section titled “ BoundedRetention”The command journal currently exposes bounded retention for recent command evidence.
public const string BoundedRetention = "bounded-retention"Field Value
Section titled “Field Value”ControlPlaneOwnershipGap
Section titled “ ControlPlaneOwnershipGap”The current command journal remains constrained because control-plane ownership still remains outside Cephalon.
public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"Field Value
Section titled “Field Value”CooldownActive
Section titled “ CooldownActive”The current command journal still reflects a cooldown window that has not elapsed.
public const string CooldownActive = "cooldown-active"Field Value
Section titled “Field Value”DuplicateCommand
Section titled “ DuplicateCommand”The current command journal contains evidence that replaying the command would be duplicative.
public const string DuplicateCommand = "duplicate-command"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The current command journal remains constrained by governance that is out of policy.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”HistoryTruncated
Section titled “ HistoryTruncated”The command journal has truncated older entries beyond the current bounded retention window.
public const string HistoryTruncated = "history-truncated"Field Value
Section titled “Field Value”LatestExecutionAdapted
Section titled “ LatestExecutionAdapted”The latest retained command-execution outcome already translated the provider command shape.
public const string LatestExecutionAdapted = "latest-execution-adapted"Field Value
Section titled “Field Value”LatestExecutionBlocked
Section titled “ LatestExecutionBlocked”The latest retained command-execution outcome remained blocked.
public const string LatestExecutionBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”LatestExecutionFailed
Section titled “ LatestExecutionFailed”The latest retained command-execution outcome failed while Cephalon was translating the provider command.
public const string LatestExecutionFailed = "latest-execution-failed"Field Value
Section titled “Field Value”LatestExecutionUnavailable
Section titled “ LatestExecutionUnavailable”The latest retained command-execution outcome could not resolve a provider execution adapter.
public const string LatestExecutionUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”ManualApprovalRequired
Section titled “ ManualApprovalRequired”The current command journal still requires explicit manual approval before automation should continue.
public const string ManualApprovalRequired = "manual-approval-required"Field Value
Section titled “Field Value”MatchingCommandFingerprint
Section titled “ MatchingCommandFingerprint”The current command journal contains retained evidence matching the derived command fingerprint.
public const string MatchingCommandFingerprint = "matching-command-fingerprint"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The current command journal indicates that no additional provider command is needed.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”NoRecordedCommand
Section titled “ NoRecordedCommand”No managed-connector command-execution outcome has been recorded yet for the journal.
public const string NoRecordedCommand = "no-recorded-command"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The command journal is not currently applicable because the runtime remains observe-only.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The current command journal remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”PolicyBlocked
Section titled “ PolicyBlocked”The current command journal remains blocked by shared runtime truth or policy guardrails.
public const string PolicyBlocked = "policy-blocked"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The current command journal remains constrained by incomplete shared runtime truth.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"