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

Create and Run a Workflow

In Autom8 AI, a workflow is a visual sequence of connected nodes that automate tasks, logic, and AI-powered decisions. You build and manage workflows on the workflow canvas.


Creating a Workflow

To start a new workflow:

  • Click the Create button from the side menu or dashboard.

  • Choose Workflow as the resource type.

  • If you're working within projects, select the target project or your personal space.

Next, begin building by adding a Trigger Node—this starts the workflow when specific conditions are met.

If you're new, check out the Quickstart to build your first workflow in minutes.


Running Workflows

Manual Run: Use this when testing or when your workflow doesn’t start with a trigger. Just click Test Workflow in the editor.

Automatic Run: Activate workflows that begin with a trigger (like a webhook, schedule, or event). Inactive workflows won’t run automatically.

To activate, open the workflow and toggle it from Inactive to Active. Once active, it will execute anytime its trigger conditions are met.

PreviousWorkflows ExplainedNextWorkflow Components

Last updated 5 days ago