How to Use Automations Run History
  • 30 Apr 2024
  • 2 Minutes to read
  • Contributors

How to Use Automations Run History


Article Summary

Learn about run history and how you can use these insights to invoke changes in your automation.

What is the Run History?

Run history shows the archive of all the Runs an Automation has completed. A run refers to each time an event is invoked. For example, when a Machine outputs or when a Table Record is created or updated.

The run history of an automation reveals the status of the automation, i.e. whether or not it is successfully running and triggering from an event.

Note that the log of runs in the run history only holds for 3 days, all runs exceeding the 3 day time-period are deleted from the history.

There are 4 different states for each automation run:

StateDescription
successSuccess - the automation ran without issue.
time outTimed Out - the automation ran until it hit its time limit (more on limits here).
limitedLimited - the automation was either called too many times (see this article) or your workspace is at its limit for automation runs per second (see this article).
failureFailure - the automation ran into an issue - the automation will describe the issue or have internal error listed, if so, please reach out to support.

How to View Run History

There are two ways to view the run history of an automation.

  1. Logic Editor panel of the Automations Editor
    Automations Run History1

When no Logic Block is selected in the Automations Editor, you can see the most recent run history of the version you are currently viewing.

  1. Run History Page
    Automations Run History2

There is also a dedicated page for run history, revealing more details than that of the Logic Editor view. This page shows the history for all versions of the automation, up to 3 days.

Run History Page Overview

To access the run history page, click on the automation you want to view and then click the Run History tab.

Automations Run History Annotated

The run history page is dedicated for viewing the status of automation runs. The data includes the version number of the automation, the status of the run (Success or Fail), and the date and time the run started and ended. You can use this page to gather insights and determine if you need to edit the automation to optimize it for success.

Screenshot 2024-04-25 at 11.41.09 AM

Furthermore, the run history also provides insight into why an automation run may have succeeded, failed, or been limted. The history shows the completed steps or available error message.

Further Reading


Was this article helpful?