Debug and Re-run Past Executions
Autom8 AI allows you to load and re-run data from previous workflow executions. This is especially helpful when debugging failed runs—so you can fix the issue and test the same input conditions without retriggering the original event.
Feature Availability
Available on:
Cloud: All plans
Self-Hosted: Registered Community edition and above
How to Load Past Execution Data
Open your workflow
Go to the Executions tab
Find the execution you want to debug:
For failed executions, click Debug in Editor
For successful executions, click Copy to Editor
This action loads the exact data into your workflow editor and pins it to the first node, allowing you to safely iterate and re-test.
Note: Only executions saved by your workflow settings will appear in the list.
Last updated