Enum AuditResidueLifecycleStage
- Namespace
- AsiBackbone.Core.Audit
- Assembly
- AsiBackbone.Core.dll
Defines framework-neutral lifecycle stages for audit residue emitted across a governed decision flow.
public enum AuditResidueLifecycleStage
Fields
AcknowledgmentCompleted = 210The requested acknowledgment was completed.
AcknowledgmentRequested = 200Acknowledgment was requested before the operation could continue.
CapabilityTokenIssued = 300A scoped capability token was issued for a permitted operation.
DecisionEvaluated = 100The governance decision was evaluated.
ExternalEmissionDeadLettered = 530External provider emission was dead-lettered after terminal failure or policy-based quarantine.
ExternalEmissionDelivered = 510External provider emission was delivered successfully.
ExternalEmissionFailed = 520External provider emission failed and may require retry, escalation, or host handling.
ExternalEmissionQueued = 500External provider emission was queued for downstream delivery.
GatewayExecutionCompleted = 410Gateway execution completed for a governed operation.
GatewayExecutionDenied = 420Gateway execution was denied before the operation completed.
GatewayExecutionStarted = 400Gateway execution started for a governed operation.
Remarks
The numeric values are intentionally spaced so later additive stages can be inserted without renumbering the stable sequence.