Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStates

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

Defines the stable state identifiers used by managed-connector provider execution-orchestration answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStates

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

Provider execution orchestration does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider execution orchestration still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider execution orchestration remains blocked by shared runtime policy, scheduler, or orchestration truth.

public const string OrchestrationBlocked = "orchestration-blocked"

string

Provider execution orchestration no longer needs an additional provider-facing orchestration step on the shared lane.

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 runtime surface.

public const string OrchestrationReady = "orchestration-ready"

string

Provider execution orchestration currently remains risky because broader shared runtime truth is not safe enough yet.

public const string OrchestrationRisk = "orchestration-risk"

string