When the respond pipeline runs in auto-execute, every PROPOSED action that passes all three gates fires automatically. Below shows the live config + audit trail.
| timestamp | +decision | +case | +detail | +
|---|---|---|---|
| {{ row.timestamp }} | ++ {% if row.action == 'auto-fire' %}✓ {{ row.action }} + {% elif row.action == 'error' %}✗ {{ row.action }} + {% else %}⊘ {{ row.action }}{% endif %} + | +{{ row.case_id or '—' }}{% if row.action_id %} · #{{ row.action_id }}{% endif %} |
+ {{ row.detail or '' }} | +
No auto-response decisions logged yet.
+ {% endif %} +