Skip to main content

View Executions From Editor

Use the Executions view inside a workflow when you want to inspect recent executions without leaving the editor.

This view keeps the workflow graph visible while showing a compact list of recent executions for the current workflow. You can switch between executions and inspect step output in the same place where you edit the workflow.

Before You Start​

  • Open an existing workflow that has already run at least once.

Steps​

  1. Open Workflows from the left-hand menu, then open the workflow.
  2. Select Executions in the workflow header.
  3. Review the latest execution, which opens automatically.
  4. Choose another execution from the list on the left if you want to compare executions.
  5. Select a step in the graph to inspect its recorded status or output.

When Should I Use Executions?​

Use Executions when you are iterating on a workflow and need to move quickly between editing the workflow and validating what a recent execution produced.

Tips​

  • Start with the latest execution to confirm the most recent behavior first.
  • Open the step that looks stalled, failed, or skipped to narrow down where the execution changed.

Example​

This video shows how to open workflow executions from the editor, switch executions, and inspect a step output.

FAQ​

Q: Which execution opens first?​

The latest execution opens automatically, so the graph is always populated when you enter Executions.

Q: Can I still edit the workflow in this view?​

Not directly. Executions is a read-only inspection mode. Switch back to Edit to change the workflow.