{% extends "base.html" %} {% block title %}Task #{{ task_id }} - Hermes{% endblock %} {% block content %} {% if data.error %}
{{ data.error }}
Status: {{ task.status }}
Assignee: {{ task.assignee or 'N/A' }}
Priority: {{ task.priority or 'N/A' }}
Workspace: {{ task.workspace_path or 'N/A' }}
Created: {% if task.created_at %}{{ task.created_at|int|dt }}{% else %}N/A{% endif %}
{% if task.started_at %}Started: {{ task.started_at|int|dt }} ({{ task.started_at|int|rel }})
{% endif %} {% if task.completed_at %}Completed: {{ task.completed_at|int|dt }} ({{ task.completed_at|int|rel }})
{% endif %}{{ task.body[:500] }}
{% else %}
No description
{% endif %}{{ task.result }}
{{ event.payload }}
{% endif %}
No events
{% endif %}No comments
{% endif %}| ID | Profile | Status | PID | Started | Ended | Outcome |
|---|---|---|---|---|---|---|
| {{ run.id }} | {{ run.profile or 'N/A' }} | {{ run.status }} | {{ run.worker_pid or 'N/A' }} | {% if run.started_at %}{{ run.started_at|int|dt }}{% else %}N/A{% endif %} | {% if run.ended_at %}{{ run.ended_at|int|dt }}{% else %}N/A{% endif %} | {{ run.outcome or 'N/A' }} |
No runs
{% endif %}No attachments
{% endif %}