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

Workflow Settings

Autom8 AI allows you to fine-tune behavior for each individual workflow using customizable settings.


Accessing Workflow Settings

  1. Open your workflow

  2. Click the Options menu (three-dot icon)

  3. Select Settings

This opens the workflow settings panel.


Available Settings

  • Execution Order Define how multi-branch workflows are executed:

    • v0 (Legacy): Executes step-by-step across all branches simultaneously

    • v1 (Recommended): Executes each branch sequentially, one at a time, from top to bottom on the canvas

  • Error Workflow Choose another workflow to trigger automatically if this one fails

  • Callable Workflow Decide whether this workflow can be called by other workflows

  • Timezone Set the timezone used for scheduled triggers (default is EDT/New York)

  • Execution Logging

    • Save Failed Executions: Keep a record of failed runs in production

    • Save Successful Executions: Log completed runs

    • Save Manual Executions: Log executions triggered manually in the editor

  • Execution Progress Enable saving of node-by-node progress. Useful for resuming from failure points (may slightly increase latency)

  • Workflow Timeout Optionally set a maximum execution time

    • Toggle to enable

    • Define timeout duration (hours, minutes, seconds)

    • Cloud plans may enforce maximum timeout limits based on tier

PreviousWorkflow SharingNextFlow Logic

Last updated 5 days ago