Enum GovernanceDecisionOutcome
- Namespace
- AsiBackbone.Core.Decisions
- Assembly
- AsiBackbone.Core.dll
Represents the outcome selected by a governance decision.
public enum GovernanceDecisionOutcome
Fields
AcknowledgmentRequired = 4The operation requires acknowledgment before it may proceed.
Allowed = 0The operation is allowed to proceed.
Deferred = 3The operation is deferred and should be evaluated again later or by another process.
Denied = 2The operation is denied and should not proceed.
EscalationRecommended = 5The operation should be escalated before execution.
Warning = 1The operation is allowed to proceed, but warning reasons should be retained for audit or host presentation.