View Executions From Editor
Use the Executions view inside an automation when you want to inspect recent runs without leaving the editor.
This view keeps the automation graph visible while showing a compact list of recent executions for the current automation. You can switch between runs and inspect step output in the same place where you edit the workflow.
Before You Start​
- Open an existing automation that has already run at least once.
Steps​
- Open the automation in Teamspace Settings > Automate.
- Select Executions in the automation header.
- Review the latest execution, which opens automatically.
- Choose another execution from the list on the left if you want to compare runs.
- 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 an automation and need to move quickly between editing the workflow and validating what a recent run 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 run changed.
Example​
This video shows how to open automation executions from the editor, switch runs, 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 automation in this view?​
Not directly. Executions is a read-only inspection mode. Switch back to Edit to change the workflow.