When to reach for a task template
Use a task template whenever a person needs to look at extracted data, decide something, and click a button:- Reviewing extracted invoice data before payment
- Approving or rejecting a document classification
- Resolving exceptions raised by validation rules
- Confirming that an AI-generated summary is correct
Cookbook recipes
These recipes solve concrete problems that come up in nearly every review workflow. Each recipe is independent — pick the ones you need.Gating actions on exceptions
Only allow the reviewer to approve when the data they care about is clean.
Take-ownership pattern
Record that a reviewer accepted a value, and stop AI from quietly overwriting it.
Requiring comments on actions
Force a comment on outcome-changing actions like Reject or Escalate, persisted to the activity timeline.
Related reading
- Task Templates in Studio — visual editor walkthrough
- Activity Plans — how multiple tasks chain together
- Data Definitions: event subscriptions — where AI/automation may try to write
- Data Definitions: validation rules — what creates the exceptions you’ll gate on
