Add Workflows scenarios: Post-Sales Mailbox & Weekly Inventory Health - #48
Open
Adriana Trujillo (adrianatruji) wants to merge 1 commit into
Open
Add Workflows scenarios: Post-Sales Mailbox & Weekly Inventory Health#48Adriana Trujillo (adrianatruji) wants to merge 1 commit into
Adriana Trujillo (adrianatruji) wants to merge 1 commit into
Conversation
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.
Author
|
adilei Tested end to end and all working well. Ready to add when you are! Thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
/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./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