{% extends "base.html" %} {% block title %}Workflow Details{% endblock %} {% block javascript_includes %} {% endblock %} {% block javascript_init %} {% endblock %} {% block navigation_bar %} {% endblock %} {% block title_header %}Workflow Details {{ workflow.wf_uuid }} {% endblock %} {% block content %}

Label {{ workflow.dax_label }}
Type {% if workflow.root_wf_id == workflow.wf_id %}root-wf {% else %}sub-wf{% endif %}
Progress {{ workflow.state }}{% if workflow.reason %} '{{ workflow.reason }}'{% endif %}
Submit Host {{ workflow.submit_hostname }}
User {{ workflow.user }}
Submit Directory {{ workflow.submit_dir }}
DAGMan Out File {{ workflow.dax_label }}-0.dag.dagman.out
Wall Time {{ statistics ['wall-time']|time_to_str }}
Cumulative Wall Time {{ statistics ['cum-time']|time_to_str }}
Files
Metadata
Charts Statistics

Workflow Label Status
Job Name Exit Code Application Stdout/Stderr Condor Stderr/Pegasus Lite Log
Job Name
Job Name Time Taken
Job Name Exit Code Application Stdout/Stderr Condor Stderr/Pegasus Lite Log
{% endblock %}