For the complete documentation index, see llms.txt. This page is also available as Markdown.

📋Worked Example: Queue-Based Workflow

Worked Example: Queue-Based Workflow

Build a workflow where work routes to a team queue instead of a single reviewer.

Work Queue screen type.

Work Queue screen type.

Scenario

An inventory count discrepancy is submitted and routed to the operations team. The team sees it in Work Queue, claims it, investigates, and completes it.

Setup steps

  1. Create a source page for count discrepancies.

  2. Add fields: Item, Location, Reported count, Expected count, Reason, Priority, Status, Owner.

  3. Add Submit discrepancy.

  4. Open Automation and choose queue or dispatch workflow.

  5. Set When this happens to Submit discrepancy.

  6. Choose Operations team as recipient.

  7. Choose Work Queue as destination.

  8. Add Notification Center alert to the team.

  9. Add Workflow Status for the submitter.

  10. Add Exception Resolution for missing team or permission failures.

  11. Validate.

  12. Submit a test discrepancy and preview as operations.

Verification

The workflow is ready when the item appears in Work Queue, a team member can claim it, status changes visibly, the submitter can see progress, and exceptions are clean.