> ## Documentation Index
> Fetch the complete documentation index at: https://learn.getodin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> Automate processes by connecting agents, tools, and external services into repeatable workflows.

Workflows let you automate multi-step processes inside your EK project. You define a trigger — the event that starts the workflow — and then chain together agents, tools, conditions, and outputs into a sequence that runs automatically.

EK has two workflow builders. V1 is the original implementation, still fully supported. V2 is the current builder, with a broader set of triggers, a visual drag-and-drop canvas, execution debugging, and version history. New workflows should be built in V2.

<Warning>
  Workflow Builder V1 is deprecated and will be removed on **September 7, 2026**. A migration tool is available in the V1 interface to move existing workflows to V2. See the [V1 Deprecation Notice](/changelogs/feature-deprecations/workflows-v1-deprecation) for the full timeline and migration guidance.
</Warning>

## Choosing a Builder

|                         | V1                                             | V2                                         |
| ----------------------- | ---------------------------------------------- | ------------------------------------------ |
| **Trigger types**       | Manual input (Odin AI Platform Action Trigger) | Manual input, file upload, schedule, email |
| **Builder interface**   | Linear step editor                             | Visual drag-and-drop canvas                |
| **Execution debugging** | —                                              | Per-step run logs                          |
| **Version history**     | —                                              | Browse and restore previous versions       |
| **Status**              | Deprecated — Sept 7, 2026                      | Current                                    |

<CardGroup cols={2}>
  <Card title="Workflow Builder V1" icon="bolt" href="/tools/actions">
    The original workflow builder. Use the migration tool to move existing V1 workflows to V2.
  </Card>

  <Card title="Workflow Builder V2" icon="turn-down-right" href="/tools/workflows-v2">
    The current builder. Supports multiple trigger types, a visual canvas, execution debugging, and version history.
  </Card>
</CardGroup>
