Manage Executions of your Flows in one place.

On the Executions page, you will see a list of previous flow executions.

By clicking on an execution id or on the eye icon, you can open an execution.

Kestra User Interface Executions Page

An Execution page will allow you to access the details of a flow execution, including logs, outputs, and metrics.

Kestra User Interface Execution Page

Gantt

The Gantt tab allows you to see each task's durations. From this interface, you can replay a specific task, see task source code, change task status, or look at task metrics and outputs.

Kestra User Interface Execution Gantt

Logs

The Logs tab allows to access task's logs. You can filter by log level, copy logs in your clipboard, or download logs as a file.

Kestra User Interface Execution Log

Topology

Similar to the Editor view, you can see your execution topology. From this, you can access specific task logs, replay certain tasks or change task status.

Kestra User Interface Execution Topology

Outputs

The Outputs tab inside of an execution page allows to see each task's outputs.

Kestra User Interface Execution Outputs

The "Debug Outputs" box allows to evaluate expressions on those task outputs. It's a great way to debug your flows.

Note: You have to select one task to be able to use the "Debug Outputs" button.

Kestra User Interface Execution Debug Outputs

For example, you can use the "Render expression" feature to deep-dive into your tasks' outputs and play directly with expressions.

Metrics

The Metrics tab shows every metric exposed by tasks after execution.

Kestra User Interface Execution Metric

Was this page helpful?