Run History
Each automation maintains a run history log that records every execution attempt.
What Is Logged
| Field | Description |
|---|---|
| Timestamp | When the automation ran |
| Status | OK or ERROR |
| Data | Result details (error message, action results) |
| Summary | Human-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_runsWordPress 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