{% if task %}
Task information
Task ID: {{ task.task_id }}
Module: {{ task_extra.module }}
Function: {{ task_extra.func_qualname }}
Configuration
Registration Concurrency: {{ task.conf.registration_concurrency.name }}
Running Concurrency: {{ task.conf.running_concurrency.name }}
Max Retries: {{ task.conf.max_retries }}
Call Result Cache: {{ task.conf.call_result_cache }}
Workflow Runs
{{ workflow_runs|length }} Total Runs View Task Details
{% else %}
Workflow Runs
{{ workflow_runs|length }} Total Runs
{% endif %} {% if workflow_runs %}
{% for run in workflow_runs %} {% endfor %}
Invocation ID Parent Workflow Actions
{{ run.workflow_invocation_id }} {% if run.parent_workflow %} {% else %} - {% endif %} View All Invocations Family Tree
{% else %}
No workflow runs found

This workflow type has not been executed yet.

{% endif %}