{% extends "base.html" %} {% block content %}

Project

{{ project.title }}

{{ project.slug }} · Runtime state: {{ project.state }}

Back to projects
Goals{{ goals|length }}
Tasks{{ tasks|length }}
Artifacts{{ recent_artifacts|length }}

Task DAG

Edges are inferred from produced and required artifact declarations.

Tasks

Recent Artifacts

{% for artifact in recent_artifacts %}
{{ artifact.artifact_key }}

{{ artifact.type }} · v{{ artifact.version }}

{{ artifact.status }} Download
{% endfor %}
{% endblock %}