Skip to main content
Human Review pauses execution and presents the connected asset for a person to approve before the workflow continues. The approved asset passes through unchanged, so downstream nodes receive the same data type as the input.

When to use

  • Quality assurance before publishing
  • Compliance review
  • Creative approval gates
Common patterns: generate_image → human_review → export, or generate_text → human_review.

Inputs

Asset
dynamic
required
The asset to review. Required, accepts multiple inputs and an array. Its type determines the output type.

Outputs

Asset
dynamic
The reviewed asset, passed through after approval.

Configuration

instructions
string
default:""
Guidance shown to the reviewer describing what to check.
Human Review does not run a model and does not consume credits.