{% if task %}
| Task ID: | {{ task.task_id }} |
|---|---|
| Module: | {{ task_extra.module }} |
| Function: | {{ task_extra.func_qualname }} |
| 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 }} |
| Invocation ID | Parent Workflow | Actions |
|---|---|---|
{{ run.workflow_invocation_id }}
|
{% if run.parent_workflow %}
{{ run.parent_workflow.workflow_task_id }}
{% else %}
-
{% endif %}
( {{ run.parent_workflow.workflow_invocation_id[:8] }}...)
|
View All Invocations Family Tree |
This workflow type has not been executed yet.