The Create Approval Link node generates approval and disapproval URLs without pausing workflow execution. Use it when you want to include approval links in a notification, email, or message and let the workflow continue running while waiting for the user to act externally.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
This node requires no configuration. It automatically generates the approval and disapproval URLs when executed.Output Variables
| Variable | Description |
|---|---|
approvalLink | The URL a user can click to approve the request. |
disapprovalLink | The URL a user can click to disapprove the request. |
Results
The Results tab shows the generated URLs after the node executes.Unlike Wait for Approval, this node does not pause the workflow. Use the generated URLs in a downstream node (e.g. an email or message) to send them to the approver.