> ## 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 V1 Deprecation

> What you need to know about the deprecation of Workflows V1 and how to migrate to Workflows V2

<Warning>
  Workflows V1 is being deprecated. The migration tool is live — migrate your workflows to V2 before **September 7, 2026**, when V1 will be removed and unmigrated workflows will stop functioning.
</Warning>

## Overview

|                        |                                     |
| ---------------------- | ----------------------------------- |
| **Feature**            | Workflows V1                        |
| **Affected component** | Odin AI Platform                    |
| **Status**             | Migration in progress               |
| **Removal date**       | September 7th, 2026                 |
| **Replacement**        | [Workflows V2](/tools/workflows-v2) |

## What's changing

Workflows V1 is the original workflow builder in Odin AI Platform. It is being deprecated following the launch of **Workflows V2** in September 2025, which introduces a redesigned interface, improved performance, and expanded capabilities for building agentic automation workflows.

**Workflows V1 remains fully functional until September 7, 2026. Use the migration tool now to move your workflows to V2.**

## What to expect next

<Steps>
  <Step title="Announcement — Completed">
    Workflows V1 was announced for deprecation. Existing workflows continued to run normally with no changes required.
  </Step>

  <Step title="June 1, 2026 — Migration tool available (v2.1.0)">
    The [migration tool](/tools/migrate-v1-workflows) is now live in the platform. A call-to-action (CTA) appears in the Workflows V1 interface allowing you to migrate your existing workflows to V2 in place — without having to rebuild them manually.
  </Step>

  <Step title="September 7th, 2026 — Removal">
    On September 7th, 2026, Workflows V1 will be removed from Odin AI Platform. Any workflow that has not been migrated to V2 by this date will stop functioning.
  </Step>
</Steps>

<Info>
  The in-platform [migration tool](/tools/migrate-v1-workflows) is live as of **June 1, 2026 (v2.1.0)**. Migrate your V1 workflows before **September 7, 2026** to avoid disruption.
</Info>

## Impact

Workflows built in V1 will continue to run until September 7, 2026. Once removed, any workflow that has not been migrated to V2 will stop functioning.

<CardGroup cols={2}>
  <Card title="Migration tool now available" icon="circle-check">
    The Migrate Flow tool is live. You can migrate any V1 workflow today — V1 workflows continue to run normally until September 7, 2026.
  </Card>

  <Card title="Action required before September 7, 2026" icon="circle-exclamation">
    Any workflow still on V1 after the removal date will stop functioning. Use the [migration tool](/tools/migrate-v1-workflows) to move your workflows to V2 now.
  </Card>
</CardGroup>

## Why we're making this change

Workflows V2 (Workflow Builder v2) was launched in **Odin AI Platform v1.7.0** and represents the future of workflow building in Odin AI Platform. It replaces the original interface with a more intuitive, visual builder while expanding what's possible for agentic automation.

<CardGroup cols={2}>
  <Card title="Updated visual interface" icon="paintbrush">
    A redesigned drag-and-drop canvas makes it easier to build, connect, and configure workflow components without navigating complex menus.
  </Card>

  <Card title="More trigger types" icon="bolt">
    Workflows V2 supports four trigger types: **Manual Input**, **File Upload**, **Schedule**, and **Email** — enabling a wider range of automation scenarios.
  </Card>

  <Card title="Richer component library" icon="puzzle-piece">
    Drag Agents, Tools, Conditions, and Final Outputs directly onto the canvas and link them visually to build multi-step agentic workflows.
  </Card>

  <Card title="Variable passing with @" icon="at">
    Pass data between steps using the `@` symbol to reference variables, enabling dynamic, connected workflows across components.
  </Card>

  <Card title="Execution debugging" icon="bug">
    The **Executions** log lets you inspect every step of a past run — inputs, outputs, and results — making it easier to identify and fix failures.
  </Card>

  <Card title="Version history" icon="clock-rotate-left">
    Every published workflow saves a version history. You can view previous versions and restore and republish an earlier version at any time.
  </Card>
</CardGroup>

For a full walkthrough of Workflows V2, see the [Workflow Builder v2 documentation](/tools/workflows-v2).

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Do I need to do anything right now?">
    Yes. The migration tool is live as of June 1, 2026. Use the **Migrate Flow** button in the Workflows V1 interface to migrate each workflow to V2. Workflows V1 will be removed on September 7, 2026 — any workflow not migrated by then will stop functioning.
  </Accordion>

  <Accordion title="Will my workflows be automatically migrated?">
    No. Migration is not automatic. A CTA in the Workflows V1 interface lets you migrate each workflow to V2 in place. You will need to trigger the migration manually and verify the result.
  </Accordion>

  <Accordion title="What happens if I don't migrate before the removal date?">
    Any workflow still on V1 after September 7, 2026 will stop functioning. Agents or automations that depend on those workflows will be affected. We strongly recommend completing migration as early as possible.
  </Accordion>

  <Accordion title="Will the migration preserve my workflow configuration?">
    The in-platform migration tool is designed to carry over your existing workflow configuration to V2. Once migrated, review the workflow in V2 to confirm all steps, triggers, and settings carried over correctly before decommissioning the V1 version.
  </Accordion>

  <Accordion title="Can I keep using V1 after V2 is the default?">
    Yes, until September 7, 2026. If you need to retain V1 workflows beyond that date, contact your Odin AI account manager as early as possible to discuss your options.
  </Accordion>
</AccordionGroup>

## Support

For questions about this deprecation or migration assistance, contact your Odin AI account manager or open a support ticket through the [Odin AI support portal](https://apeople.automationanywhere.com/).

<Card title="Feature Deprecations" icon="clock-rotate-left" href="/changelogs/feature-deprecations">
  View all upcoming and announced feature deprecations.
</Card>
