Skip to main content
Every time an automation starts, Theymes creates a run. Runs help you understand what happened, which actions executed, what values were produced, and why an automation failed.

Run statuses

Run list

The run list shows recent runs for an automation, including:
  • Run status.
  • Trigger name.
  • Created and updated times.
  • Whether the run had errors.
Use the errors-only filter when you want to investigate failures.

Run details

The run detail page shows:
  • The run ID.
  • The automation that created the run.
  • The run status and timestamps.
  • Execution errors.
  • The timeline of executed nodes.
  • Output variables created by each node.
Use run details to confirm that filters matched correctly, Liquid templates rendered as expected, HTTP request outputs were extracted correctly, and switch branches selected the intended path.

Common error causes

Troubleshooting workflow

  1. Open the failed run.
  2. Find the first node with an error.
  3. Check the values produced by previous nodes.
  4. Verify any Liquid template used by the failed node.
  5. Update the automation draft.
  6. Save and publish the automation again.

Retention

Automation run history is kept for a limited time. If you need long-term reporting, send important automation events to your own system with an HTTP request or Slack message.