Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationCategories

objectCdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationCategories

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

The current provider execution lane still requires explicit approval.

public const string ApprovalRequired = "approval-required"

string

The command journal currently exposes retained evidence for provider execution orchestration.

public const string CommandJournalEvidence = "command-journal-evidence"

string

The current node cannot yet orchestrate provider execution safely.

public const string CurrentNodeBlocked = "current-node-blocked"

string

The current node can orchestrate provider execution safely.

public const string CurrentNodeOrchestratable = "current-node-executable"

string

The current provider execution lane still targets a destructive operation.

public const string DestructiveOperation = "destructive-operation"

string

A durable command-journal store is configured for the runtime.

public const string DurableJournalConfigured = "durable-journal-configured"

string

Scheduler execution truth currently looks hardened enough for orchestration.

public const string ExecutionHardened = "execution-hardened"

string

Scheduler execution truth currently remains risky.

public const string ExecutionRisk = "execution-risk"

string

Provider execution orchestration currently depends on in-memory history only.

public const string InMemoryJournalOnly = "in-memory-journal-only"

string

No command-journal evidence has been recorded yet.

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

string

Provider execution orchestration still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider execution orchestration remains blocked.

public const string OrchestrationBlocked = "orchestration-blocked"

string

Provider execution orchestration no longer needs another provider-facing orchestration step.

public const string OrchestrationCompleted = "orchestration-completed"

string

Provider execution orchestration is currently executing one provider-facing orchestration step.

public const string OrchestrationExecuting = "orchestration-executing"

string

Provider execution orchestration is currently ready on the shared lane.

public const string OrchestrationReady = "orchestration-ready"

string

Provider execution orchestration currently remains risky.

public const string OrchestrationRisk = "orchestration-risk"

string

The durable command journal currently exposes persisted recorded history.

public const string PersistedHistory = "persisted-history"

string

Provider-owned write-path execution remains blocked.

public const string ProviderBlocked = "provider-blocked"

string

The latest provider execution translated into a provider-facing command shape.

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

string

The latest provider execution remained blocked.

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

string

The latest provider execution failed while Cephalon translated provider command shape.

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

string

The latest provider execution determined that no provider command is required.

public const string ProviderCommandNoOp = "latest-execution-no-op"

string

The latest provider execution remained operator-owned.

public const string ProviderCommandOperatorOnly = "provider-command-operator-only"

string

The latest provider execution could not resolve a provider adapter.

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

string

Provider-owned write-path execution is currently ready.

public const string ProviderExecutable = "provider-executable"

string

The runtime participates in the provider execution-orchestration lane.

public const string ProviderExecutionOrchestration = "provider-execution-orchestration"

string

Provider-owned write-path execution no longer needs another provider command.

public const string ProviderOwnedCompleted = "provider-owned-completed"

string

Provider-owned write-path execution already translated one provider-facing command shape.

public const string ProviderOwnedExecuting = "provider-owned-executing"

string

Provider-owned write-path execution currently remains risky.

public const string ProviderOwnedRisk = "provider-owned-risk"

string

The durable command journal currently exposes recovered recorded history.

public const string RecoveredHistory = "recovered-history"

string

Scheduler recovery remains blocked by missing durable evidence.

public const string RecoveryBlocked = "recovery-blocked"

string

The durable shared scheduler currently still needs durable recovery hardening.

public const string RecoveryNeeded = "recovery-needed"

string

Scheduler recovery is ready for safe orchestration.

public const string RecoveryReady = "recovery-ready"

string

The durable shared scheduler currently remains conflicted.

public const string SchedulerConflicted = "scheduler-conflicted"

string

The durable shared scheduler currently keeps one bounded retry scheduled.

public const string SchedulerScheduled = "scheduled"

string

The durable shared scheduler currently does not need another scheduled step.

public const string SchedulerUnscheduled = "unscheduled"

string