/queue is the analyst’s home page. Everything a workflow didn’t auto-resolve lands here.
Filters
The tabs at the top filter by status:- All open — anything not resolved.
- Pending — never touched yet.
- In review — claimed by an analyst.
- Awaiting evidence — RFI sent, evidence pending.
- Escalated — handed up to senior.
SLA enforcement
Every row carries an alert expiration — the deadline by which an analyst must act. The expiration is set by the workflow that produced the alert (the standard default is 2 hours for transaction-monitoring alerts; KYC / KYB reviews use longer windows). Two things happen as the timer approaches zero:- 15 minutes before expiry the row turns red in the queue and the assignee is paged on the configured channel (Slack / email / pager — whatever the deployment wires up).
- At zero the workflow’s
manualReview.timeoutPolicydecides what happens next:auto_escalate— alert moves to senior queue with extended TTL. Most common. Lets a busy analyst miss the window without losing the case.auto_deny— fail-safe for high-stakes reviews where silent inaction must not approve.auto_approve— fail-open. Rare; only used for low-risk alerts where idle approval is acceptable.