{% extends "base.html" %} {% from "partials/status_badge.html" import status_badge %} {% from "partials/event_pill.html" import event_pill %} {% macro short_id(value) -%} {% set text = value|string %} {% if text|length > 37 %}{{ text[:22] }}...{{ text[-12:] }}{% else %}{{ text }}{% endif %} {%- endmacro %} {% block page_title %}{% endblock %} {% block content %}
| Invocation ID: |
{{ invocation.invocation_id }}
|
|---|---|
| Status: | {{ status_badge(invocation.status.name) }} |
| Retries: | {{ invocation.num_retries }} |
| Parent Invocation: |
{% if invocation.parent_invocation_id %}
{{ invocation.parent_invocation_id }}
{% else %}
None
{% endif %}
|
| Parent Event: |
{% if invocation.parent_event_id %}
{{ invocation.parent_event_id }}
{% else %}
None
{% endif %}
|
| Created At: | {{ created_at }} |
| Completed At: | {{ completed_at }} |
| Duration: | {{ duration }} |
| Call ID: |
{{ call.call_id }}
|
|---|---|
| Task ID: | {{ task.task_id }} |
| Task Module: | {{ task.task_id.module }} |
| Task Function: | {{ task.task_id.func_name }} |
| Workflow Type: | {{ workflow.workflow_type }} |
|---|---|
| Workflow ID: |
{{ workflow.workflow_id }}
|
| Parent Workflow: |
{{ workflow.parent_workflow_id }}
|
| Sub-workflow: | {{ 'Yes' if workflow.is_subworkflow else 'No' }} |
{{ triggered_by.trigger_run_id }}
{% set run_timeline_url =
trigger_run_timeline_urls.get(triggered_by.trigger_run_id)
%} {% if run_timeline_url %}
{% endif %}
{{ triggered_by.trigger_id }}
{{
triggered_by.executed_at.isoformat(timespec="microseconds")
}}
{{ short_id(p.condition_id) }}{% else %}—{% endif %}
{{
p.context_timestamp.isoformat(timespec="microseconds")
}}{% else %}—{% endif %}
{{ p.context_summary }}{% else %}—{% endif %}
{{ invocation.parent_event_id }}
{{ ev.event_code }}
{% if ev.triggered %}triggered{% elif ev.matched %}matched{% else %}recorded{% endif %}
{{ ev.timestamp.isoformat(timespec="microseconds")
}}
{{ ev.event_id[:8] }}…
{{ short_id(run.trigger_run_id) }}
{% set run_timeline_url =
trigger_run_timeline_urls.get(run.trigger_run_id) %} {% if
run_timeline_url %}
{% endif %}
{{ run.task_id_key }}{{ run.executed_at.isoformat(timespec="microseconds")
}}
{{ short_id(p.condition_id) }}
{% else %}—{% endif %}
{{
p.context_timestamp.isoformat(timespec="microseconds")
}}{% else %}—{% endif
%}
{{ p.context_summary }}{% else %}—{% endif
%}
No arguments provided
{% endif %}{{ result }}
{{ exception }}
No result or exception available.
{% endif %}{{ entry.runner_id }}
{{ entry.parent_runner_id }}
No history available.
{% endif %}