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

Workflows

{% for w in workflows %} {% endfor %}
Name Version Owner Status Runtime (s) Tasks Actions
{{ w.workflow_name }} {{ w.workflow_version }} {{ w.user }} {{ w.status }} {{ w.workflow_duration | timeformat }} {{ w['tasks_completed_count'] }} {{ w['tasks_failed_count'] }}
{% endblock %}