Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStates

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

Defines the stable managed-connector execution-approval state identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStates

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStates

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

The managed connector is currently ready to enter a future approval workflow before engine execution.

public const string ApprovalReady = "approval-ready"

string

The managed connector would still require an elevated explicit approval gate because the intended follow-through remains safety-sensitive.

public const string ApprovalRequired = "approval-required"

string

The managed connector is currently blocked by incomplete runtime truth or runtime remediation posture before approval can be considered.

public const string AutoBlocked = "auto-blocked"

string

The managed connector currently fits a future auto-execution lane without requiring an additional approval workflow.

public const string AutoEligible = "auto-eligible"

string

The execution runtime does not currently require managed-connector execution approval on the shared surface.

public const string NotApplicable = "not-applicable"

string

The managed connector is currently blocked by governance or control-plane policy rather than runtime readiness alone.

public const string PolicyBlocked = "policy-blocked"

string