Table of Contents

Enum GovernanceDecisionOutcome

Namespace
AsiBackbone.Core.Decisions
Assembly
AsiBackbone.Core.dll

Represents the outcome selected by a governance decision.

public enum GovernanceDecisionOutcome

Fields

AcknowledgmentRequired = 4

The operation requires acknowledgment before it may proceed.

Allowed = 0

The operation is allowed to proceed.

Deferred = 3

The operation is deferred and should be evaluated again later or by another process.

Denied = 2

The operation is denied and should not proceed.

EscalationRecommended = 5

The operation should be escalated before execution.

Warning = 1

The operation is allowed to proceed, but warning reasons should be retained for audit or host presentation.