Executions
An execution is a single run of a workflow—from trigger to finish. It captures the full path and data flow of that automation instance.
Execution Modes
Manual Mode: Use this while building or debugging. Manually run workflows using the Test Workflow button. Tip: Keep your workflow Inactive during development to avoid accidental production runs.
Production Mode: When your workflow is ready to run automatically, switch it to Active. It will then execute based on its trigger conditions (e.g. webhooks, schedules, events).
Execution Logs
Autom8 AI provides two views for tracking and debugging executions:
Workflow Executions: View all runs for a specific workflow—useful for targeted troubleshooting.
Global Executions: View all workflow runs across your workspace—ideal for system-wide monitoring.
You can also include custom data in each execution to track variables, payloads, or context-specific details.
Last updated