{% extends "base.html" %} {% block content %}
| Workflow Task ID | Invocation ID | Parent Workflow | Actions |
|---|---|---|---|
| {{ run.workflow_type }} | {{ run.workflow_id }} | {% if run.parent_workflow %} {{ run.parent_workflow.workflow_id[:8] }}... {% else %} - {% endif %} | View Invocations |
No workflow executions have been registered yet. Workflow runs will appear here after workflows are executed at least once.