Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStates

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

Defines the stable state identifiers used by managed-connector command-envelope answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStates

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

Cephalon can describe the command envelope, but the write-path still requires approval before future engine execution.

public const string ApprovalGated = "approval-gated"

string

The managed connector still has one or more blockers before Cephalon can trust a runnable command envelope.

public const string Blocked = "blocked"

string

Cephalon can describe the command envelope and the shared execution lane is ready for later engine execution work.

public const string EngineReady = "engine-ready"

string

The execution runtime does not currently produce a managed-connector command envelope.

public const string NotApplicable = "not-applicable"

string

Cephalon can describe the command envelope, but the write-path remains operator-owned.

public const string OperatorOnly = "operator-only"

string