pub enum RemovedManualWork {
MissingEvidenceInvestigation,
DuplicateCandidateReconciliation,
IncompleteProfileCleanupPreparation,
SourceFreshnessReview,
ServiceLineNormalizationReview,
CheckoutEvidenceReview,
SensitivePayloadEscalation,
}Expand description
Decision choices for removed manual work in the data-quality hygiene workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
MissingEvidenceInvestigation
Selects missing evidence investigation for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
DuplicateCandidateReconciliation
Selects duplicate candidate reconciliation for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
IncompleteProfileCleanupPreparation
Selects incomplete profile cleanup preparation for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
SourceFreshnessReview
Selects source freshness review for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
ServiceLineNormalizationReview
Selects service line normalization review for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
CheckoutEvidenceReview
Selects checkout evidence review for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
SensitivePayloadEscalation
Selects sensitive payload escalation for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for RemovedManualWork
impl Clone for RemovedManualWork
Source§fn clone(&self) -> RemovedManualWork
fn clone(&self) -> RemovedManualWork
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more