Automations - Execution Editor

  • Updated

The Execution Editor provides a detailed, step-by-step view of each execution, allowing you to inspect the process both visually and technically and access by clicking one of the executions name. This tool is essential for:

  • Analyzing performance.
  • Troubleshooting errors.
  • Validating data inputs and outputs.
  • Reviewing node configurations as they were at execution time.

The editor opens two tabs: Details and Raw JSON

Details Tab

The Details tab is view-only and shows the execution visually.

What you can see here:

  • All steps of automation.
  • Each step’s execution result.
  • Real data inputs that were used.
  • The configuration of each node exactly as it existed at the time of execution.

You can click on any step to understand what happened, identify issues, or validate behavior.

Raw JSON Tab

The Raw JSON tab displays the execution’s full technical payload in JSON format.
This includes:

  • Data passed into each step.
  • System-generated values.
  • Runtime metadata.
  • Error messages (if applicable).

This tab is used for deep troubleshooting and technical validation.