The migration tool is live as of June 1, 2026 (v2.1.0). Workflows V1 will be removed on September 7, 2026 — see the steps below to migrate.
Before You Begin
Migration tool now available
The Migrate Flow tool is live as of June 1, 2026. You can migrate any V1 workflow today — V1 workflows continue to run normally until September 7, 2026.
Plan for downstream updates
After migration, any agents or integrations that call the V1 workflow will need to be updated to point to the new V2 workflow before September 7, 2026, when V1 is removed.
How to Migrate a Workflow
Take inventory of your V1 workflows
Go to Workflows and list every V1 workflow that is still in use. Note down:
- Which workflows are triggered by agents, APIs, or external integrations — these will need downstream updates after migration.
- The owner of each workflow, so the right person validates it post-migration.
- A reference output from a recent successful V1 run for each workflow — you’ll compare V2 output against it later.
Open a workflow in the V1 builder
Navigate to Workflows and open the workflow you want to migrate. Make sure it is in a stable, working state — migrate published, tested flows first.
Click 'Migrate Flow'
In the top-right corner of the V1 builder, click Migrate Flow. This kicks off automated validation against the V2 catalog.
Review the migration summary
The migration modal shows a Pass or Fail status along with any errors or warnings.
| Outcome | What it means | What to do |
|---|---|---|
| Pass | All actions and configurations are compatible with V2 | Click Continue & Import to proceed |
| Fail (warnings) | Some actions may behave differently in V2 | Cannot self-migrate — submit a support ticket |
| Fail (errors) | Incompatible actions detected | Cannot self-migrate — submit a support ticket |
Click 'Continue & Import'
This creates the V2 version of your workflow with all actions, triggers, and configuration carried over. The original V1 workflow is not deleted or disabled.
Run and verify every step in the V2 workflow
Do not rely on a single end-to-end run. Walk through the workflow step by step:
- Open the V2 builder and review the canvas — confirm every action, trigger, branch, loop, and connection from V1 is present.
- Verify configuration on each step — credentials, input fields, mapped variables, dropdown selections, and expression references should all match V1.
- Run the workflow in test/debug mode with a realistic input payload.
- For every step, open the run details and check:
- Step executed successfully (no error, no skipped state)
- Input to the step matches what V1 would have sent
- Output of the step matches the V1 reference output (shape and values)
- Variable references downstream resolve correctly (no
undefined, no{{...}}left unrendered) - Branch / loop logic evaluates to the same path as V1
- Retries, timeouts, and error-handler steps behave as expected
- Re-run with edge-case inputs (empty fields, large payloads, failure paths) and repeat the per-step check.
- Log any mismatches against the V1 reference output and fix them in the V2 builder before publishing.
Publish the V2 workflow
Only publish once every step has been verified. Click Publish to make the migrated workflow live. V2 keeps full version history, so you can roll back to an earlier version if needed.
The original V1 workflow remains accessible and can continue to run until September 7, 2026, when V1 is removed. You may need to update any agents or integrations that were calling the V1 workflow to point to the new V2 workflow before that date.
Update downstream callers
Before September 7, 2026, update anything that calls the V1 workflow to point to the new V2 workflow:
- Agents that invoke this workflow
- External integrations using the V1 endpoint or ID
- Automations and scheduled jobs
Monitor the V2 workflow in production
For the first few production runs:
- Watch the Executions log and spot-check each step’s output against the V1 reference.
- Keep the V1 workflow live (it remains accessible until September 7, 2026) so you can re-route traffic if a regression appears.
- Roll back via V2 version history if needed.
Validation: Pass vs. Fail
The migration tool validates your V1 workflow before migrating it. Understanding the validation outcome helps you decide next steps.| Outcome | What it means | What to do |
|---|---|---|
| Pass | All actions and configurations are compatible with V2 | Click Continue & Import to proceed |
| Fail (warnings) | Some actions may behave differently in V2 | Cannot migrate — submit a support ticket |
| Fail (errors) | Incompatible actions detected | Cannot migrate — submit a support ticket |
After Migration
Once a workflow is published in V2:- The original V1 workflow remains accessible and will continue to run until September 7, 2026, when V1 is removed. Migrating does not disable or delete the V1 workflow.
- Any agents, integrations, or automations that called the V1 workflow endpoint will need to be reconfigured to call the new V2 workflow before September 7, 2026.
- Use the Executions log in V2 to monitor runs and verify the migrated workflow behaves as expected.
- V2 version history saves every published state, so you can roll back to an earlier version if needed.
Frequently Asked Questions
Can I migrate all workflows at once?
Can I migrate all workflows at once?
No. Migration is triggered per workflow using the Migrate Flow button in the V1 interface. Each workflow must be validated and migrated individually.
What happens to the V1 workflow after I migrate?
What happens to the V1 workflow after I migrate?
The original V1 workflow remains accessible and will continue to run until September 7, 2026. It is not disabled or deleted after migration. On September 7, 2026, all V1 workflows will be removed and any that haven’t been migrated will stop functioning.
Do I need to update integrations after migrating?
Do I need to update integrations after migrating?
Yes. Agents, external integrations, or automation processes that call the V1 workflow by endpoint or ID will need to be updated to point to the new V2 workflow after migration.
What if my workflow fails validation?
What if my workflow fails validation?
Workflows with errors or warnings cannot be self-migrated using the tool. Submit a support ticket through the Automation Anywhere support portal for assisted migration.
Will my workflow configuration be preserved?
Will my workflow configuration be preserved?
The migration tool is designed to carry over your existing workflow configuration to V2. After migration, review all steps, triggers, and settings in the V2 builder and test before publishing.
What is the deadline to migrate?
What is the deadline to migrate?
Workflows V1 will be removed on September 7, 2026. The migration tool is available from June 1, 2026, giving you approximately three months to migrate. V1 workflows will continue to run during this window, but we recommend migrating as early as possible to allow time to update downstream integrations and verify behavior in V2. See the Workflows V1 Deprecation page for the full timeline.
Support
For migration assistance or questions about incompatible workflows, contact your Automation Anywhere account manager or open a support ticket through the Automation Anywhere support portal.Workflows V1 Deprecation
Full deprecation timeline, impact details, and what’s changing.
Workflow Builder V2
Learn what’s new in Workflows V2 and how to build with the updated canvas.