Autom8 AI Docs
  • Introduction to A8I
  • Quick Start
    • Your First Workflow
  • Workflows Explained
    • Create and Run a Workflow
    • Workflow Components
    • Executions
    • Manual, Partial, and Production Executions
    • Workflow Executions
    • All Executions
    • Custom Execution Data
    • Debug and Re-run Past Executions
    • Tags
    • Export and Import Workflows
    • Workflow Templates
    • Workflow Sharing
    • Workflow Settings
  • Flow Logic
  • Data
    • Data Structure
    • Data Flow Within Nodes
    • Transforming Data
    • Processing Data with Code
    • Data Mapping
  • AI Assistant
  • Glossary
  • Integrations
  • Build an AI Chat Agent in Autom8 AI
Powered by GitBook
On this page
  1. Workflows Explained

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.

PreviousWorkflow ComponentsNextManual, Partial, and Production Executions

Last updated 5 days ago