Skip to content

Add Workflows scenarios: Post-Sales Mailbox & Weekly Inventory Health - #48

Open
Adriana Trujillo (adrianatruji) wants to merge 1 commit into
microsoft:mainfrom
adrianatruji:feature/workflows
Open

Add Workflows scenarios: Post-Sales Mailbox & Weekly Inventory Health#48
Adriana Trujillo (adrianatruji) wants to merge 1 commit into
microsoft:mainfrom
adrianatruji:feature/workflows

Conversation

@adrianatruji

@adrianatruji Adriana Trujillo (adrianatruji) commented Aug 14, 2026

Copy link
Copy Markdown

What this adds

Two new Workflows scenario pages for the BlastBox Omega sample — companions to the existing agent scenarios — plus the workflow solution they document.

Guide pages

  • Post-Sales Mailbox (/scenarios/post-sales-mailbox) — an email-triggered workflow. A Classify node routes each inbound support email down one of three paths (shipment, defect, membership). Inline agents are grounded on the existing Order Management / Warehouse / Policy RAG MCPs, human-in-the-loop gates guard consequential decisions, and the shipment and defect branches merge into one shared return/exchange step. The page shows copyable sample emails, the branch each takes, and the summarized reply per case.
  • Weekly Inventory Health (/scenarios/weekly-inventory-health) — a scheduled workflow. The Inventory & Fulfilment Agent returns a structured SKU list; a Loop + three-way condition sends each SKU down a stale / reorder / healthy lane (with a manager review on the stale lane), then a Select + Create HTML table produce one staff digest email.

Both pages reuse the agent scenarios' "conversation" timeline, tool/delegate chips, result callout, and typography for a consistent look, and are linked from the homepage (new scenario cards + a workflow/inventory icon).

Sample solution

  • sample/solution/src/BlastBoxWorkflows/ — unpacked workflow solution source (both flows).
  • sample/solution/BlastBoxWorkflows_1_0_0_1.zip — packaged solution (sanitized; placeholder recipients only).

Notes

  • Each page documents the reattach-MCP and Outlook prerequisites.
  • Marker convention: the scheduled workflow uses numbered steps (a real sequence); the mailbox uses A/B/C for its independent cases.

Two workflow scenario pages (companions to the agent scenarios) plus the workflow solution they document. Reuses the agent pages' conversation timeline, chips, result callout and typography; adds homepage cards. Includes the unpacked solution source and the sanitized packaged zip.
@adrianatruji

Copy link
Copy Markdown
Author

adilei Tested end to end and all working well. Ready to add when you are! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant