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

Completed Workflows By Data Source (Latest 50)

{% for file in files %} {% endfor %}
Data Source Workflow Id Delivery Date Start End Status
{{ file.data_source }} {{ file.workflow_id }} {{ file.delivery_date }} {{ file.start }} {{ file.end }} {% if file.status.casefold() == 'succeeded' %} {% endif %} {% if file.status.casefold() == 'failed' %} {% endif %} {% if file.status.casefold() == 'running' %} {% endif %} {% if file.status.casefold() == 'rejected' %} {% endif %} {{ file.status }}
{% endblock %}