{% extends "_layout.html" %} {% block content %}
Data Source | Workflow Id | Start Time | Current Service | Completed Services |
---|---|---|---|---|
{{ file.data_source }} | {{ file.workflow_id }} | {{ file.start_utc }}
{{ file.time_taken }} |
{% if file.current_service_status.casefold() == 'succeeded' %}
{% endif %}
{% if file.current_service_status.casefold() == 'failed' %}
{% endif %}
{% if file.current_service_status.casefold() == 'running' %}
{% endif %}
{% if file.current_service_status.casefold() == 'rejected' %}
{% endif %}
{{ file.current_service }}
{{ file.current_service_time_taken }} |
{{ file.completed_services|safe }} |