pub enum RemovedManualWork {
MissingEvidenceInvestigation,
DuplicateCandidateReconciliation,
IncompleteProfileCleanupPreparation,
SourceFreshnessReview,
ServiceLineNormalizationReview,
CheckoutEvidenceReview,
SensitivePayloadEscalation,
}Expand description
Decision taxonomy for removed manual work in the data-quality hygiene workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
MissingEvidenceInvestigation
Represents missing evidence investigation in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
DuplicateCandidateReconciliation
Represents duplicate candidate reconciliation in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
IncompleteProfileCleanupPreparation
Represents incomplete profile cleanup preparation in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
SourceFreshnessReview
Represents source freshness review in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
ServiceLineNormalizationReview
Represents service line normalization review in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CheckoutEvidenceReview
Represents checkout evidence review in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
SensitivePayloadEscalation
Represents sensitive payload escalation in the data-quality hygiene decision model so the app can choose the correct evidence, review, 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