{% extends "base.html" %} {% from "partials/status_badge.html" import status_badge %} {% 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 %}
|
| 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' }} |
No arguments provided
{% endif %}{{ result }}
{{ exception }}
No result or exception available.
{% endif %}{{ entry.runner_id }}
{{ entry.parent_runner_id }}
No history available.
{% endif %}