{% extends "base.html" %} {% block title %}Job {{ job.workflow_job_id }} · Striatum{% endblock %} {% block main %}

Job {{ job.workflow_job_id }}

{{ job.state }} {{ job.role_id }}{% if job.lane_id %} · {{ job.lane_id }}{% endif %} {% if latest_verdict %} {{ latest_verdict.verdict }} {% if latest_verdict.posture and latest_verdict.posture != "neutral" %} {{ latest_verdict.posture }} {% endif %} {% endif %}

Details

Job ID
{{ job.job_id }}
Type
{{ job.job_type }}
Attempt
{{ job.attempt }}
Created
{{ job.created_at }}
Started
{{ job.started_at or "—" }}
Completed
{{ job.completed_at or "—" }}
{% if artifacts %}

Artifacts

{% endif %}
{% endblock %}