{{ workflow.workflow_name }}
{{ workflow.duration_display }}
{{ workflow.step_count }}
{{ workflow.finished_display }}
Related object
{{ related_object.label }}
{{ related_object.type_label }} · {{ related_object.object_id }}
Execution graph
{% if workflow.graph.nodes %}
{% for node in workflow.graph.nodes %}
{% endfor %}
{{ node.label }}
{{ node.type }}
{% if node.execution_count > 1 %}
×{{ node.execution_count }}
{% else %}
{{ node.status }}
{% endif %}