Workflow Manager
Definitions
Instances
Observability
Home
← Definitions
hitl-reviewer-approval.md
# HITL reviewer approval (example) Tenant workflow that pauses for email-based human approval using the **`askable.hitl`** system agent. ## Steps 1. Prepare the request (sequential) — summarize what needs approval. 2. **Human approval** — send email to reviewers with approve/deny buttons; workflow continues only after approval. Configure reviewers on the human_approval step: ```json { "agentId": "askable.hitl", "stepConfig": { "hitl": { "reviewers": ["legal@example.com", "ops@example.com"], "emailSubject": "[Approval required] Deploy to production", "requestTitle": "Production deploy approval", "summary": "Release v1.2.0 is ready. Approve to continue the rollout." } } } ```
Save
Saves to
content/workflows/hitl-reviewer-approval.md
(server action).