pub enum BriefActionKind {
ReviewDemandAgainstStaffingPlan,
ResolveCheckoutException,
ApproveRetentionFollowUpDraft,
InvestigateSourceDataQualityIssue,
}Expand description
Decision choices for brief action kind in the manager daily brief workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
ReviewDemandAgainstStaffingPlan
Selects review demand against staffing plan for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
ResolveCheckoutException
Selects resolve checkout exception for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
ApproveRetentionFollowUpDraft
Selects approve retention follow up draft for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
InvestigateSourceDataQualityIssue
Selects investigate source data quality issue for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for BriefActionKind
impl Clone for BriefActionKind
Source§fn clone(&self) -> BriefActionKind
fn clone(&self) -> BriefActionKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more