LoopFlow
Tutorial Workshop Keywords 🎮 LoopFlow Lab
Keywords / human gates

human gates

Where a person steps in. Human-in-the-loop

Syntax

a human approves the plan first
a human reviews before stopping
a human approves before <X>

What it does

Five places a person enters the loop: approve the plan before any acting; review the result before the loop may stop; a hard blocking gate before a stage (deploys, provisioning); when blocked: ask a human; and the per-run confirm from the action policy (ask me before …).

Example

a human approves the plan first        # before any work
a human reviews before stopping        # judge the result
a human approves before provisioning   # blocking stage gate
when blocked: ask a human              # unblock when stuck
the gate forms

Related