Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector provider-owned write-path execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategories
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”AdapterReady
Section titled “ AdapterReady”The current execution adapter is ready to translate provider-facing commands.
public const string AdapterReady = "adapter-ready"Field Value
Section titled “Field Value”AdapterUnavailable
Section titled “ AdapterUnavailable”No matching provider execution adapter is currently available.
public const string AdapterUnavailable = "adapter-unavailable"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The current write-path still requires explicit approval.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”CooldownWindow
Section titled “ CooldownWindow”The shared retry policy currently remains inside one cooldown window.
public const string CooldownWindow = "cooldown-window"Field Value
Section titled “Field Value”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot yet execute provider-owned write-path work safely.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeExecutable
Section titled “ CurrentNodeExecutable”The current node can execute provider-owned write-path work safely.
public const string CurrentNodeExecutable = "current-node-executable"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The current write-path still targets a destructive provider operation.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-owned write-path execution still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”ProviderBlocked
Section titled “ ProviderBlocked”Provider-owned write-path execution remains blocked.
public const string ProviderBlocked = "provider-blocked"Field Value
Section titled “Field Value”ProviderCommandAdapted
Section titled “ ProviderCommandAdapted”The latest provider-owned command translated into a provider-facing command shape.
public const string ProviderCommandAdapted = "latest-execution-adapted"Field Value
Section titled “Field Value”ProviderCommandBlocked
Section titled “ ProviderCommandBlocked”The latest provider-owned command remained blocked by shared runtime truth.
public const string ProviderCommandBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”ProviderCommandFailed
Section titled “ ProviderCommandFailed”The latest provider-owned command failed while Cephalon translated it.
public const string ProviderCommandFailed = "latest-execution-failed"Field Value
Section titled “Field Value”ProviderCommandNoOp
Section titled “ ProviderCommandNoOp”The latest provider-owned command determined that no provider command is required.
public const string ProviderCommandNoOp = "latest-execution-no-op"Field Value
Section titled “Field Value”ProviderCommandOperatorOnly
Section titled “ ProviderCommandOperatorOnly”The latest provider-owned command remained operator-owned.
public const string ProviderCommandOperatorOnly = "provider-command-operator-only"Field Value
Section titled “Field Value”ProviderCommandUnavailable
Section titled “ ProviderCommandUnavailable”The latest provider-owned command could not resolve a provider execution adapter.
public const string ProviderCommandUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”ProviderExecutable
Section titled “ ProviderExecutable”Provider-owned write-path execution is currently ready on the shared lane.
public const string ProviderExecutable = "provider-executable"Field Value
Section titled “Field Value”ProviderOwnedCompleted
Section titled “ ProviderOwnedCompleted”Provider-owned write-path execution no longer needs an additional provider command.
public const string ProviderOwnedCompleted = "provider-owned-completed"Field Value
Section titled “Field Value”ProviderOwnedExecuting
Section titled “ ProviderOwnedExecuting”Provider-owned write-path execution already translated one provider-facing command shape.
public const string ProviderOwnedExecuting = "provider-owned-executing"Field Value
Section titled “Field Value”ProviderOwnedRisk
Section titled “ ProviderOwnedRisk”Provider-owned write-path execution currently remains risky.
public const string ProviderOwnedRisk = "provider-owned-risk"Field Value
Section titled “Field Value”ProviderOwnedWritePathExecution
Section titled “ ProviderOwnedWritePathExecution”The runtime participates in the provider-owned write-path execution lane.
public const string ProviderOwnedWritePathExecution = "provider-owned-write-path-execution"Field Value
Section titled “Field Value”RetryReady
Section titled “ RetryReady”The shared retry policy currently exposes a retry-ready provider lane.
public const string RetryReady = "retry-ready"