UiPath Activity Migrator is Generally Available!
We’re thrilled to announce that UiPath Activity Migrator 25.10.0 is now Generally Available!
Following the successful Public Preview period and valuable community feedback, the Activity Migrator is ready for production use, giving your teams a streamlined, automated way to modernize legacy automation projects at scale.
What Is the Activity Migrator?
The Activity Migrator is a command-line interface (CLI) tool that streamlines the transfer of process configuration and dependencies when migrating your projects from Windows - Legacy to the Windows compatibility mode.
With the Activity Migrator, you can:
- Bulk convert Windows - Legacy projects to Windows, improving performance and compatibility with external libraries.
- Migrate classic UI Automation activities to the modern UI Automation framework, enabling access to features such as Unified Target and Healing Agent.
- Transition from classic Mail activities to Integration Service activities, moving away from the deprecated Classic Outlook API to Microsoft 365 integration.
While the Activity Migrator handles combined conversion scenarios (framework upgrade + activity migration in one pass), you can still use Studio’s built-in Windows-Legacy Converter for single projects that don’t require activity-level changes.
What’s New Since Public Preview
Workflow Analyzer Rule: ST-AMG-001
We’ve added a new Workflow Analyzer rule — ST-AMG-001: Identify activities with post-migration action required annotations, to help you catch any remaining items that need your attention after migration.
When this rule flags an activity, it means a post-migration annotation was left on it indicating that further action is required.
Recommendation: Review and resolve the post-migration action required annotations on the flagged activities, then remove them using the activity option: Annotations > Delete Annotation.
The ST-AMG-001 Workflow Analyzer Rule is available starting with Studio 2025.10.8 LTS and Studio 2026.0.189 STS.
WaitActive / WaitNotActive Property Migration
Migration of the WaitActive and WaitNotActive properties for the following activities is now supported:
- Find Element -
WaitActive - On Element Appear -
WaitActive - On Element Vanish -
WaitNotActive - Wait Element Vanish -
WaitNotActive
Minimum required version: UiPath.UIAutomation.Activities 25.10.29 or higher. To enable this functionality, the version must be specified in the command line:
--uia-package-version=25.10.29.
How to Get It
The Activity Migrator is available through:
- Automation Cloud Download Center
- Customer Portal
- Direct download as a CLI archive
Supported Migration Scenarios
UI Automation
Migrates classic activities (Click, Type Into, browser operations, etc.) to their modern equivalents. For a full list of supported and unsupported activities, refer to the documentation.
Minimum required version: UiPath.UIAutomation.Activities 25.10.21 (25.10.21 is used by default if not explicitly specified)
Mail Activities
Converts classic Outlook Desktop Mail activities to Office 365 equivalents via Integration Service.
Minimum required version: UiPath.Office365.Activities 3.6.10 (3.6.10 is used by default if not explicitly specified)
Core Functionality
The UiPath Activity Migrator is a standalone tool that runs independently of UiPath Studio.
| Feature | Description |
|---|---|
| Command-line execution | analyze, upgrade, and bulk commands |
| Pre-migration summary | Use analyze before upgrading to preview what will change |
| Post-migration summary | SARIF report with a breakdown of migrated activities |
| Post-migration recommendations | Annotations on activities that need further manual action |
| Workflow Analyzer integration | Rule ST-AMG-001 flags activities with unresolved post-migration annotations |
