ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategories

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable managed-connector execution-approval and safety-gating category identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategories

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategories

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

The current intended follow-through is ready to enter a future approval workflow.

public const string ApprovalReady = "approval-ready"

string

The current intended follow-through still requires an explicit approval gate.

public const string ApprovalRequired = "approval-required"

string

The current intended follow-through is currently eligible for a future auto-execution lane.

public const string AutoEligible = "auto-eligible"

string

The managed connector is blocked by failed or otherwise blocking runtime remediation work.

public const string BlockingRemediation = "blocking-remediation"

string

The managed connector currently declares a control plane that Cephalon does not yet own for execution.

public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"

string

The current intended follow-through would still perform a destructive operation such as delete.

public const string DestructiveOperation = "destructive-operation"

string

The managed connector currently reports drift that increases execution risk.

public const string DriftRisk = "drift-risk"

string

The managed connector is currently out of policy for shared execution follow-through.

public const string GovernanceOutOfPolicy = "governance-out-of-policy"

string

The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.

public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"

string

The current intended follow-through would still require a lifecycle change such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The current intended follow-through would not require additional managed-connector changes.

public const string NoExecutionNeeded = "no-execution-needed"

string

The managed connector currently remains observe-only, so execution approval is not applicable on the shared surface.

public const string ObserveOnlyMode = "observe-only-mode"

string

The managed connector does not yet report enough runtime truth for Cephalon to trust execution approval.

public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"

string

The managed connector currently reports stale observations that make safety-gating less trustworthy.

public const string StaleObservation = "stale-observation"

string