Class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector provider execution-orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationCategories
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”ApprovalRequired
Section titled “ ApprovalRequired”The current provider execution lane still requires explicit approval.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”CommandJournalEvidence
Section titled “ CommandJournalEvidence”The command journal currently exposes retained evidence for provider execution orchestration.
public const string CommandJournalEvidence = "command-journal-evidence"Field Value
Section titled “Field Value”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot yet orchestrate provider execution safely.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeOrchestratable
Section titled “ CurrentNodeOrchestratable”The current node can orchestrate provider execution safely.
public const string CurrentNodeOrchestratable = "current-node-executable"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The current provider execution lane still targets a destructive operation.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”DurableJournalConfigured
Section titled “ DurableJournalConfigured”A durable command-journal store is configured for the runtime.
public const string DurableJournalConfigured = "durable-journal-configured"Field Value
Section titled “Field Value”ExecutionHardened
Section titled “ ExecutionHardened”Scheduler execution truth currently looks hardened enough for orchestration.
public const string ExecutionHardened = "execution-hardened"Field Value
Section titled “Field Value”ExecutionRisk
Section titled “ ExecutionRisk”Scheduler execution truth currently remains risky.
public const string ExecutionRisk = "execution-risk"Field Value
Section titled “Field Value”InMemoryJournalOnly
Section titled “ InMemoryJournalOnly”Provider execution orchestration currently depends on in-memory history only.
public const string InMemoryJournalOnly = "in-memory-journal-only"Field Value
Section titled “Field Value”NoRecordedCommand
Section titled “ NoRecordedCommand”No command-journal evidence has been recorded yet.
public const string NoRecordedCommand = "no-recorded-command"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider execution orchestration still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OrchestrationBlocked
Section titled “ OrchestrationBlocked”Provider execution orchestration remains blocked.
public const string OrchestrationBlocked = "orchestration-blocked"Field Value
Section titled “Field Value”OrchestrationCompleted
Section titled “ OrchestrationCompleted”Provider execution orchestration no longer needs another provider-facing orchestration step.
public const string OrchestrationCompleted = "orchestration-completed"Field Value
Section titled “Field Value”OrchestrationExecuting
Section titled “ OrchestrationExecuting”Provider execution orchestration is currently executing one provider-facing orchestration step.
public const string OrchestrationExecuting = "orchestration-executing"Field Value
Section titled “Field Value”OrchestrationReady
Section titled “ OrchestrationReady”Provider execution orchestration is currently ready on the shared lane.
public const string OrchestrationReady = "orchestration-ready"Field Value
Section titled “Field Value”OrchestrationRisk
Section titled “ OrchestrationRisk”Provider execution orchestration currently remains risky.
public const string OrchestrationRisk = "orchestration-risk"Field Value
Section titled “Field Value”PersistedHistory
Section titled “ PersistedHistory”The durable command journal currently exposes persisted recorded history.
public const string PersistedHistory = "persisted-history"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 execution 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 execution remained blocked.
public const string ProviderCommandBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”ProviderCommandFailed
Section titled “ ProviderCommandFailed”The latest provider execution failed while Cephalon translated provider command shape.
public const string ProviderCommandFailed = "latest-execution-failed"Field Value
Section titled “Field Value”ProviderCommandNoOp
Section titled “ ProviderCommandNoOp”The latest provider execution 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 execution remained operator-owned.
public const string ProviderCommandOperatorOnly = "provider-command-operator-only"Field Value
Section titled “Field Value”ProviderCommandUnavailable
Section titled “ ProviderCommandUnavailable”The latest provider execution could not resolve a provider 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.
public const string ProviderExecutable = "provider-executable"Field Value
Section titled “Field Value”ProviderExecutionOrchestration
Section titled “ ProviderExecutionOrchestration”The runtime participates in the provider execution-orchestration lane.
public const string ProviderExecutionOrchestration = "provider-execution-orchestration"Field Value
Section titled “Field Value”ProviderOwnedCompleted
Section titled “ ProviderOwnedCompleted”Provider-owned write-path execution no longer needs another 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”RecoveredHistory
Section titled “ RecoveredHistory”The durable command journal currently exposes recovered recorded history.
public const string RecoveredHistory = "recovered-history"Field Value
Section titled “Field Value”RecoveryBlocked
Section titled “ RecoveryBlocked”Scheduler recovery remains blocked by missing durable evidence.
public const string RecoveryBlocked = "recovery-blocked"Field Value
Section titled “Field Value”RecoveryNeeded
Section titled “ RecoveryNeeded”The durable shared scheduler currently still needs durable recovery hardening.
public const string RecoveryNeeded = "recovery-needed"Field Value
Section titled “Field Value”RecoveryReady
Section titled “ RecoveryReady”Scheduler recovery is ready for safe orchestration.
public const string RecoveryReady = "recovery-ready"Field Value
Section titled “Field Value”SchedulerConflicted
Section titled “ SchedulerConflicted”The durable shared scheduler currently remains conflicted.
public const string SchedulerConflicted = "scheduler-conflicted"Field Value
Section titled “Field Value”SchedulerScheduled
Section titled “ SchedulerScheduled”The durable shared scheduler currently keeps one bounded retry scheduled.
public const string SchedulerScheduled = "scheduled"Field Value
Section titled “Field Value”SchedulerUnscheduled
Section titled “ SchedulerUnscheduled”The durable shared scheduler currently does not need another scheduled step.
public const string SchedulerUnscheduled = "unscheduled"