{% extends 'mini_kaggle/basic.html' %} {% load static %} {% block head %} {% endblock %} {% block title %}Workflows{% endblock %} {% block body %} {% if workflows %}
Name | Creator | Last run status | Last run time | Active runs | Actions | ||
---|---|---|---|---|---|---|---|
{{ workflow.name }} | {{ workflow.creator.username }} | {% if workflow.workflowexecution_set.last %}
{% with workflow_execution_status=status|get_value:workflow.workflowexecution_set.last.status %}
|
{{ workflow.workflowexecution_set.last.created_at }} | {% else %}N/A | N/A | {% endif %}{{ workflow.get_active_executions_count }} | {% if workflow.schedule %} {% endif %} |