Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIds

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

Defines the stable operator-facing action identifiers used by managed-connector action plans.

public static class CdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIds

objectCdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIds

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

Complete the connector declaration so shared governance truth has the minimum required metadata.

public const string CompleteGovernanceDeclaration = "complete-governance-declaration"

string

Complete the declared task baseline before relying on desired-versus-observed drift posture.

public const string CompleteTaskBaseline = "complete-task-baseline"

string

Defer control-plane ownership until Cephalon ships write-path connector management for the declared mode.

public const string DeferControlPlane = "defer-control-plane"

string

Investigate the reported desired-versus-observed managed-connector drift.

public const string InvestigateDrift = "investigate-drift"

string

Keep the connector in observe-only mode and continue using shared runtime reporting truth.

public const string KeepObserveOnly = "keep-observe-only"

string

No operator action is currently required for the execution runtime.

public const string None = "none"

string

Resolve runtime remediation work before relying on deeper managed-connector follow-through.

public const string ResolveRuntimeRemediation = "resolve-runtime-remediation"

string

Wait for the managed connector to report task topology before evaluating desired-versus-observed drift.

public const string WaitForRuntimeReport = "wait-for-runtime-report"

string