pub enum Status {
Received,
QuarantinedRejected,
Extracting,
ExtractionFailed,
AwaitingReview,
Verified,
Rejected,
Superseded,
Archived,
}Expand description
Normalized lifecycle states used to reconcile source-system data with domain workflows.
Variants§
Received
Stored but not yet scanned or extracted, so it cannot support compliance decisions.
QuarantinedRejected
Rejected during quarantine and blocked from staff-visible evidence flows.
Extracting
OCR or metadata extraction is running before reviewer-ready facts exist.
ExtractionFailed
Extraction failed and requires staff review before the document can provide facts.
AwaitingReview
Scan and extraction evidence is ready but still needs human approval.
Verified
Reviewer-approved document evidence may now support compliance or care workflows.
Rejected
Reviewer rejected the file, blocking it from compliance and customer messaging.
Superseded
Newer evidence replaced this document while the old audit trail remains retained.
Archived
Retained historical document no longer participates in active workflows.