All Executions
Autom8 AI gives you full visibility into every workflow run across your workspace. Use the Executions tab to monitor and manage these runs in real time or retrospectively.
Viewing All Executions
To see all workflow executions:
Go to the Overview page
Open the Executions tab
This displays every execution you have access to, across all workflows and projects.
If your workspace supports projects, you can also view executions at the project level—restricted to workflows inside that project.
Note: Deleting a workflow permanently removes its execution history.
Filtering Executions
To narrow down the list, apply filters:
Workflow: Select all workflows or a specific one
Status: Filter by Success, Failed, Running, or Waiting
Start Time: Show executions that ran within a specific timeframe
Custom Data: Filter by key-value pairs defined inside your workflows (available on Pro and Enterprise plans)
Retrying Failed Executions
You can retry a failed run directly from the Executions tab:
Find the failed execution
Open the options menu
Choose:
Retry with current workflow: Uses the latest version of your workflow
Retry with original workflow: Re-executes the workflow exactly as it ran originally
This is useful for debugging or reprocessing failed runs without needing to trigger the entire flow again.
Load Previous Data into the Editor
You can load the data from a past execution into the workflow editor to inspect it, debug it, or rerun it manually. This allows you to replicate the exact conditions of a previous run and refine your logic step by step.
Last updated