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

Last updated