Skip to content

Workflow control

Human approval gates in automation: where people still need to decide

Automating a process does not mean removing every human decision from it. Approval gates are deliberate control points — placed by risk and reversibility, not by hierarchy — and designed so they never become the bottleneck.

John M Granskou10 min read
Prepared → gate → decisionPreparedGateApproveRejectEscalateAction
Human approval gates in automation: where people still need to decide

There is a version of automation that treats every remaining human step as a defect. It is a poor model for a business. Some decisions carry consequences that a workflow cannot weigh, and the correct design is not to remove the person — it is to remove everything around the person so the decision itself takes seconds.

Automation and autonomy are not the same thing

Automation means the system does the work. Autonomy means the system also decides whether the work should happen. Those are separate choices, and conflating them is what makes teams nervous about automating anything that matters.

A workflow can gather the data, validate it, calculate the outcome, draft the message and assemble the record — and still stop before committing. Ninety per cent of the effort is automated; the accountable moment is not.

Everything before the gate is automated. The gate holds a single decision, with the evidence already assembled beside it.

What an approval gate actually is

In practical terms a gate has four parts: a prepared action that has not yet been committed, a rule that decided this run needs a decision, a person or role who owns the decision, and a recorded outcome.

The prepared action matters. A gate that asks someone to go and do the work manually is not a gate — it is a handoff. A real gate presents a finished action and asks only whether it should proceed.

Where approval gates belong

The list is shorter than most organisations assume, and it is defined by consequence rather than by importance.

  • Refunds and credits — money leaving the business, often irreversibly.
  • Contract changes — terms that create obligations beyond the current transaction.
  • Pricing exceptions — discounts that set precedent as well as reducing revenue.
  • Publishing — anything that becomes public and cannot be fully retracted.
  • Account suspension — an action that stops a customer working, immediately and visibly.
  • Large purchases — spend above a threshold the business has agreed to review.
  • Customer escalation — cases where tone and judgement change the outcome.
  • Data deletion — permanent removal, especially where retention rules apply.
  • Compliance-sensitive actions — anything a regulator or auditor may later examine.

Review, approval and escalation are different controls

These three words are used interchangeably and mean quite different things operationally.

ControlWhen it appliesEffect on the workflow
ReviewThe action is reversible but should be seenRuns anyway; a person checks a sample or checks after the fact
ApprovalThe action commits something materialBlocks until a named person decides
EscalationThe first decision-maker cannot or should not decideReroutes to a higher authority with the context attached
Choosing the wrong control is why some processes feel over-governed and others feel unguarded.

Most workflows need only one of the three at any given step. Applying all of them produces process for its own sake.

Risk-based approval

Risk-based rules decide whether a run stops at all. The same action can be automatic in one context and gated in another, based on what a wrong outcome would cost.

Tiers are assigned by consequence. An action can move between tiers as its value, recipient or reversibility changes.

The point of tiering is not caution. It is to spend scarce human attention where it changes an outcome, and to stop spending it on the ninety per cent of runs where it does not.

Threshold-based approval

Thresholds are the simplest expression of risk: refunds under a defined amount proceed automatically, above it they stop; discounts within an agreed band apply, beyond it they need sign-off.

Thresholds work because they are unambiguous and auditable. They fail when they are set once and never revisited — a limit that made sense at one scale becomes either a rubber stamp or a permanent obstruction at another.

Designing the approval queue

The queue is the interface where governance either works or quietly stops working. It should be a place someone can clear in a few minutes, not a second inbox.

  1. Show the proposed action in full, exactly as it will execute.
  2. Show the evidence beside it — the record, the values, the rule that triggered the gate.
  3. Make approve, reject and escalate single actions, with a reason captured on rejection.
  4. Route to a role, not a person, so absence never stalls the process.
  5. Sort by deadline and consequence rather than by arrival time.
  6. Show the age of every item, and make the oldest impossible to ignore.

If someone has to open three other systems to make the decision, the gate has been placed correctly and designed badly.

Timeouts and escalation

Every gate needs a defined behaviour when nobody responds. Silence is a decision by default, and leaving it undefined means the default is whatever happens to occur.

There are only three honest options: escalate to another approver, release with the safe default action, or fail and notify. Which one is correct depends entirely on whether waiting is safer than acting — and that is a business decision, made in advance.

Audit logs and accountability

An approval is only meaningful if it can be reconstructed later. The log should hold the proposed action, the inputs, the rule that triggered the gate, the person or role who decided, the timestamp, any edits made, and the final outcome.

This is also what makes approvals improvable. A rule that is approved unmodified every single time can probably be automated; a rule that is regularly rejected or edited is describing a gap in the underlying logic.

When approval gates become bottlenecks

Gates fail in predictable ways: too many of them, routed to one overloaded person, with no timeout and no visibility of how long items wait. The result is a queue people work around rather than through.

SymptomUsual causeCorrection
Items wait daysRouted to one named individualRoute to a role with several members
Approvals are rubber-stampedThreshold too low; volume too highRaise the threshold, sample the remainder
Decisions made without contextEvidence lives in other systemsAssemble the evidence into the queue item
Work bypasses the gateThe manual route is fasterRemove the manual route, then fix the queue
Nobody knows what is pendingNo ageing or ownership viewReport queue depth and age like any other metric
Bottlenecks are design faults in the gate, not evidence that approval was the wrong idea.

Automate around the decision, not the decision itself

This is the sentence worth keeping. The expensive part of most approvals is not the judgement — it is the gathering, the chasing, the formatting and the re-entry that surrounds it.

Automate all of that, and a decision that used to take twenty minutes takes ten seconds. The person retains the accountability they should have; the process loses the latency it never needed.

Where a step involves an AI-generated output rather than a deterministic one, the same architecture applies with an additional variable: confidence changes run to run. That case is treated separately in human approval in AI workflows, and the decision of whether the step needs a model at all is covered in when not to add AI.


Deciding what runs unattended, what stops for a person and what happens when nobody answers is part of designing the workflow, not a policy written afterwards. It is how we scope automation and business systems work.

Frequently asked questions

What is an approval gate?

A deliberate pause in an automated workflow where a named person must decide before a committing action runs. Everything up to the gate is prepared automatically; only the commit waits.

Which automated actions should require approval?

Actions that are hard to reverse, financially material, regulated, or that reach a customer in a way that could damage the relationship. Refunds, contract changes, pricing exceptions, account suspension and data deletion are common examples.

Can approval workflows slow a business down?

They can, when every run is gated regardless of value. Risk-based and threshold-based rules keep routine work flowing and reserve human attention for the small proportion of runs that warrant it.

How do you prevent approval bottlenecks?

Route to roles rather than individuals, set thresholds so only material cases stop, attach the full context to each item, add timeouts with a defined default, and measure how long items wait.

What is escalation in workflow automation?

A defined path for items that cannot be resolved at the first level — because the approver is unavailable, the value exceeds their limit, or the case is genuinely ambiguous. Escalation is a designed route, not a failure.

Should approvals be logged?

Always. The log should record what was proposed, what evidence was shown, who decided, when, what changed and what the outcome was. Without it, an approval provides governance theatre rather than governance.

How is this different from human approval in AI workflows?

AI approval is one subset of this pattern, focused on reviewing an interpretive output whose confidence varies run to run — covered in human approval in AI workflows. Approval gates apply to deterministic business processes too, where the output is entirely predictable and the reason to stop is consequence rather than uncertainty.