Manual gates
{% if manual_gates %}Human handoff and approval artifacts across runs.
{% else %}No manual gates yet.
{% endif %}| Gate id | Run | Task | Status | Question |
|---|---|---|---|---|
| {{ record.gate.gate_id }} | {{ record.run_id }} | {{ record.task_id }} | {{ record.gate.status.value }} | {% if record.human_request %} {{ record.human_request.question }} {% else %} - {% endif %} |