Back to Conductor

Viewing Workflow Executions

docs/devguide/how-tos/Workflows/viewing-workflow-executions.md

2019-04-12-13003.4 KB
Original Source

Viewing Workflow Executions

The Conductor UI provides a convenient interface for viewing workflow executions as visual diagrams. You can view workflow executions:

To view a workflow execution:

In Executions or Workbench, select the Workflow ID hyperlink.

Workflow execution details

The following tabs are available for each workflow execution:

Tab NameDescription
Tasks > DiagramVisual diagram of the workflow and its tasks.
Tasks > Task ListList of the task executions in this workflow, including details like the task name, task ID, status, and so on.
Tasks > TimelineTimeline showcasing the duration and sequence of each task in the workflow.
SummarySummary view of the workflow execution, which includes the workflow ID, status, duration, and so on.
Workflow Input/OutputView of the JSON payload for the workflow inputs, outputs, and variables.
JSONView of the full workflow execution JSON, including all tasks, inputs, outputs, and so on.

Workflow diagram view

In Tasks > Diagram, you can view the workflow's exact execution path. The executed paths are shown in green and while other alternative paths are greyed out.

Each task status will also be clearly marked, highlighting any task errors.

Task execution details

You can also view a task's execution details by selecting a task from the following tabs:

  • Tasks > Diagram
  • Tasks > Task List
  • Tasks > Timeline

This action opens a left-side panel that contains the following tabs:

Tab NameDescription
SummarySummary view of the task execution, which includes the task execution ID, status, duration, and so
InputView of the JSON payload for the task inputs.
OutputView of the JSON payload for the task outputs.
LogsView of the log messages logged by the task, if any.
JSONView of the full task execution JSON, including retry count, start time, worker ID, and so on.
DefinitionView of the task configuration used when executing the task.