The Wait for Approval node pauses workflow execution and generates approval and disapproval links. The workflow resumes only after a user clicks one of the links, making it ideal for human-in-the-loop workflows that require a manual decision before proceeding.Documentation Index
Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
| Field | Required | Description |
|---|---|---|
| Approval Message | No | A message to display to the user when they view the approval request. |
Output Variables
| Variable | Description |
|---|---|
approved | A boolean indicating whether the user approved (true) or disapproved (false). |
action | The action taken by the user — either "approve" or "disapprove". |
Results
The Results tab shows the approval outcome after the node executes.The workflow will pause and wait indefinitely until a user clicks the approval or disapproval link. Use the
approved or action output variables in downstream nodes to branch based on the decision.