Skip to main content

Run History

Each automation maintains a run history log that records every execution attempt.

What Is Logged

FieldDescription
TimestampWhen the automation ran
StatusOK or ERROR
DataResult details (error message, action results)
SummaryHuman-readable summary (e.g., "Ran: 2 action(s)")

Accessing Run History

From the Automations admin page, click on an automation to view its run history. The most recent runs are shown first.

Retention

  • Each automation stores up to 100 historical entries
  • Older entries are automatically trimmed
  • The history is stored in the predictcart_automation_runs WordPress option

Troubleshooting with History

Run history helps identify:

  • Why an automation failed (error messages are recorded)
  • When conditions were not met ("conditions_not_met" reason)
  • Which actions ran successfully and which failed