Workflow Executions
Each workflow in Autom8 AI maintains a record of its executions—every time it runs, whether manually or automatically.
Accessing Execution History
To view all executions for a workflow:
Open the workflow
Select the Executions tab
You’ll see a timeline of all runs, including their status, time, and data processed.
Important Distinctions
Execution History shows individual workflow runs (e.g. triggered events, test runs).
Workflow History tracks changes to the workflow itself—such as edits to nodes, parameters, or logic.
Deleting a workflow also deletes its execution history. This data cannot be recovered.
Filtering Executions
You can filter workflow executions by:
Status: Failed, Running, Success, Waiting
Start Time: Filter by execution timestamp
Custom Data: Use key-value filters if your workflow saves custom execution data (available in Pro and Enterprise plans)
Retrying Failed Executions
If a workflow run fails, you can retry it:
Go to the Executions tab
Find the failed execution
Click the Retry option:
Retry with current workflow: Uses the updated version of your workflow
Retry with original workflow: Uses the version as it was during the failed run
This helps you test fixes or rerun the exact same logic under controlled conditions.
Last updated