{% extends "base.html" %} {% block title %}Job {{ job.workflow_job_id }} · Striatum{% endblock %} {% block main %} ← {{ run.run_id }} 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 %} {% if job.state in ('queued', 'running', 'blocked', 'ready', 'claimed') %} Cancel job {% endif %} {% if job.state in ('failed', 'canceled', 'blocked') %} Retry job {% 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 {% for artifact in artifacts %} {{ artifact.artifact_kind }} {{ artifact.repo_path }} {% endfor %} {% endif %} {% endblock %}
← {{ run.run_id }}
{{ job.workflow_job_id }}
{{ job.job_id }}
{{ artifact.repo_path }}