Skip to main content

Wait for Approval

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.

Configuration​

FieldRequiredDescription
Approval MessageNoA message to display to the user when they view the approval request.

Output Variables​

VariableDescription
approvedA boolean indicating whether the user approved (true) or disapproved (false).
actionThe action taken by the user — either "approve" or "disapprove".

Results​

The Results tab shows the approval outcome after the node executes.

note

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.