Approvals

Review pending workflow approval requests, approve or reject them, and understand how approval steps resume executions.

Approvals are human decision points inside workflows. A workflow can pause at a Request Approval step, ask eligible people to decide, then continue based on the outcome.

Open Approvals under Work.

Pending requests need a decision. Done shows approvals you already decided.

What you see

The Approvals page has two tabs:

TabPurpose
PendingRequests waiting for your decision
DoneRequests you already approved or rejected

Each row can show:

ColumnMeaning
TitleThe approval request title from the workflow step
WorkflowThe workflow that created the request
Run #The execution run waiting for the decision
StatusWhether the request is pending or already decided
QuorumHow many eligible approvers must decide
Your decisionYour recorded decision, when you have made one
UpdatedLast activity time

Decide on an approval

  1. Open Approvals

    Go to Approvals.

  2. Open a pending request

    On Pending, open the request you need to review. Automate opens a detail sheet.

  3. Review context

    Read the title, instructions, workflow, run number, and any data shown by the workflow. If the context is not enough, do not guess; ask the workflow owner or reject with a useful comment.

  4. Add a comment

    Fill Comment (optional) when the reason should be visible later. Comments help teammates understand why a request moved forward or stopped.

  5. Approve or reject

    Click Approve or Reject. Automate records the decision and the execution resumes when the quorum rule is satisfied.

    Review the request context, add an optional comment, then approve or reject.

Quorum and eligibility

Not every visible request can be decided by every user. The workflow builder chooses approvers and quorum.

SettingWhat it means
Any oneOne eligible approver is enough
All eligibleEveryone eligible must approve
N of MA set number of eligible approvers must approve
Sequential stagesApproval moves through stages in order

If Automate says Waiting for an eligible approver. You cannot decide on this request, you can view the request but you are not one of the people allowed to decide it.

What happens after a decision

DecisionTypical result
ApproveThe workflow continues on the approved path when quorum is met
RejectThe workflow follows the rejection outcome or stops, depending on how the builder configured the action

The toast may say Approved — execution resuming, Rejected — execution resuming, or Rejection recorded.

For workflow builders

Build approval steps from the workflow canvas:

  1. Open a workflow.
  2. Add Flow Control → Request Approval.
  3. Set Approval Title, Instructions, Quorum, and Approvers.
  4. Test the workflow with a small group before using it in production.

Use clear titles and instructions. Approvers should not need to open five other systems to understand what they are approving.

Related