← Help & Docs

Approvals — the Universal Approval Engine

One approval queue, reusable approver groups, and decision modes behind every "needs a decision" flow in TATER. Last updated 2026-06-18

What it is

The Universal Approval Engine is a single, shared capability that any TATER feature uses when a request needs a human decision before it proceeds. Instead of every module reinventing its own approve/deny screen, queue, and notifications, they all plug into one engine — so every pending decision shows up in one place (My TATER → My Approvals), reminders and escalation work the same everywhere, and you define your approver pools once.

Flows already on the engine include travel exemptions and license rentals, with more migrating onto it over time. The engine is generic: each flow registers an adapter that performs its own side-effect (schedule a travel exemption, provision a license, …) when a decision lands, while the engine handles the groups, stages, quorum, reminders, escalation, audit trail, and inbox.

Approval groups

An approval group is a reusable, named pool of approvers — for example "IT Security Approvers" or "Risk Committee". Manage them in TATER Manage → Audit & Telemetry → Approvals → Approval Groups (Admin role).

Workflows & stages

A workflow is an ordered (or parallel) set of stages, each pointing at a group (or an inline list of approvers). Sequential stages advance one after another — e.g. a travel exemption goes Manager → IT / Security. Built-in flows construct their stages automatically from their own configuration; for custom needs you can define reusable workflows under Manage → Approvals → Workflows.

A deny at any stage denies the whole request. When the final stage is satisfied, the engine marks the request approved and runs the owning flow's side-effect.

My Approvals (for approvers)

Everything awaiting your decision — across every flow and every organization you belong to — appears in My TATER → My Approvals, with a badge so you know when something is waiting. Each item shows what's being requested, who requested it, and which stage it's at. Approve or deny inline (denials can include a reason). You'll also get an email when something needs you, a reminder if it lingers, and a final notification when a request you raised is decided.

Org-wide queue & oversight

Admins and auditors can see the whole organization's pending approvals in Manage → Approvals → Queue — useful for spotting bottlenecks. The Approval Activity & Bottlenecks report in TATER Insights breaks down volume and status by flow, average time-to-decision, and the oldest still-pending requests. Every decision is written to the audit log (who decided, when, via which channel), so approvals double as compliance evidence (change management, segregation of duties, risk acceptance sign-off).

MCP / AI access

Approvals are available to AI assistants through the TATER MCP server (HTTP and stdio):

Related