Manage your Flow executions all in one place.

On the Executions page, you will see a list of all your completed flow executions.

You can select multiple checkboxes to choose executions for bulk actions, such as Restart, Kill, Pause, or Force Run. Alternatively, you can click an execution ID or the magnifying glass icon to open an execution for further examination.

Kestra User Interface Executions Page

An Execution page displays the details of a flow execution, starting with an overview and options to focus on more specific aspects of an execution such as logs, outputs, and metrics.

Kestra User Interface Execution Page

Gantt

The Gantt tab visualizes each task's duration. 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 gives access to a task's logs. You can filter by log level, copy logs into your clipboard, or download logs as a file.

Kestra User Interface Execution Log

Topology

Similar to the Editor view, you can see your execution's topology. Topology provides a graphical view to access specific task logs, replay certain tasks, or change task status.

Kestra User Interface Execution Topology

Outputs

The Outputs tab presents the execution's generated outputs. All tasks and their corresponding outputs are accesible from this page for examination and debugging.

Kestra User Interface Execution Outputs

The "Debug Outputs" box allows you to evaluate expressions on those task outputs. It's a great way to ensure your actual output aligns with your expected output, and if not, it provides a place 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 "Debug Outputs" 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. For example, a BigQuery load task might show the amount of files inputted, rows inserted, and how long the operation took to complete.

Kestra User Interface Execution Metric

Was this page helpful?