Pending Updates

Registry of cross-project / cross-machine actions an agent was blocked from completing in-session (T-1268). Append-only — resolved entries are flagged, not deleted.

{{ total_pending }} pending {% if total_resolved %}· {{ total_resolved }} resolved{% endif %}

Pending

{% if pending %} {% for e in pending %} {% endfor %}
ID Task Host Reason Command Created Actions
{{ e.id }} {{ e.task or '-' }} {{ e.host or '-' }} {{ e.reason or '' }} {{ e.command or '' }} {{ e.created or '-' }}
{% else %}

No pending entries.

{% endif %} {% if resolved %}

Resolved

{% for e in resolved %} {% endfor %}
ID Task Resolved Note Command
{{ e.id }} {{ e.task or '-' }} {{ e.resolved_date or '-' }} {{ e.resolution_note or '' }} {{ e.command or '' }}
{% endif %}