Table of Contents

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 = 210

The requested acknowledgment was completed.

AcknowledgmentRequested = 200

Acknowledgment was requested before the operation could continue.

CapabilityTokenIssued = 300

A scoped capability token was issued for a permitted operation.

DecisionEvaluated = 100

The governance decision was evaluated.

ExternalEmissionDeadLettered = 530

External provider emission was dead-lettered after terminal failure or policy-based quarantine.

ExternalEmissionDelivered = 510

External provider emission was delivered successfully.

ExternalEmissionFailed = 520

External provider emission failed and may require retry, escalation, or host handling.

ExternalEmissionQueued = 500

External provider emission was queued for downstream delivery.

GatewayExecutionCompleted = 410

Gateway execution completed for a governed operation.

GatewayExecutionDenied = 420

Gateway execution was denied before the operation completed.

GatewayExecutionStarted = 400

Gateway 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.