HumanReview.
User Selection
Let users choose which route(s) to execute. The router pauses and presents available choices.Parameters
Selection Methods
Multiple Selection
Allow users to select multiple routes. Selected routes execute in sequence.choices, not the selection order.
Confirmation Mode
Confirm automated routing decisions. A selector function determines the route, but the user must approve before execution.Confirmation Parameters
Output Review
Review a router’s output after execution. If rejected, the reviewer can pick a different route. Seton_reject=OnReject.retry to re-route on rejection. See the dedicated Output Review page for full details.
OnReject.retry, the workflow re-pauses for route selection so the reviewer can pick a different branch.
Output Review Parameters
Comparing HITL Modes
Use user selection when the user should decide the path. Use confirmation when the system decides but needs human approval. Use output review when the result matters more than the route chosen.