Skip to main content

Migration Tools

WSO2 Integrator provides migration tools to help you move existing integrations from other platforms to WSO2 Integrator. These tools analyze your integration artifacts, generate equivalent Ballerina code, and produce a migration report highlighting items that require manual attention.

Supported platforms and features

Source platformWSO2 IntegratorCLIRule-basedAI-powered
MuleSoft✓ (optional, currently not available in CLI)
TIBCO BusinessWorks✓ (optional, currently not available in CLI)
Azure Logic Apps✓ (mandatory)

Legend:

  • WSO2 Integrator: Migration supported via the WSO2 Integrator migration wizard UI.
  • CLI: Migration supported via the Ballerina CLI tool.
  • Rule-based: Deterministic, rules-driven migration (non-AI). Available for MuleSoft and TIBCO only.
  • AI-powered: Migration uses AI. For MuleSoft and TIBCO, this is an optional enhancement (currently only available in WSO2 Integrator, not CLI). For Logic Apps, migration is performed entirely by AI and is mandatory.

Migration workflow

Migration can be initiated using either the WSO2 Integrator migration wizard (UI) or the CLI tool. The table above shows the capabilities supported by each migration tool. For step-by-step instructions and screenshots, refer to the dedicated migration pages for each platform.

After migration, complete the following post-migration steps:

  1. Review: Check the migration report and migration summary markdown files to understand what was done during migration and identify any items that may need manual attention.
  2. Implement: Complete any manually flagged items (custom logic, complex transformations, or unsupported elements).
  3. Configure: Set up Config.toml with connection details and environment-specific values.
  4. Test: Review any auto-migrated tests, and add or update tests as needed to ensure the migrated integrations behave as expected compared to the source system.
  5. Deploy: Deploy to the WSO2 Integrator runtime.

Tool summary

  • Converts MuleSoft Anypoint flows (XML configurations) to Ballerina code.
  • Handles HTTP listeners, request connectors, DataWeave transformations, routers, error handling patterns, and more.
  • Rule-based migration is supported via both the WSO2 Integrator and the CLI tool.
  • AI enhancement is currently available only in the WSO2 Integrator to further automate migration and resolve unmapped elements.
  • See Migrate from MuleSoft for detailed instructions.

Command reference

CommandDescription
bal migrate-mule <source-project-directory-or-file>Migrate from MuleSoft
bal migrate-tibco <source-project-directory-or-file>Migrate from TIBCO BusinessWorks
bal migrate-logicapps <source-project-directory-or-file>Migrate from Azure Logic Apps
-o, --out <output-directory>Output directory of the migration
-v, --verboseEnable verbose output
-m, --multi-root(MuleSoft/TIBCO) Treat each child directory as a separate project and convert each.
(Logic Apps) Treat each JSON file in the directory as a separate project and convert each.
-d, --dry-run(MuleSoft/TIBCO) Analyze and generate a migration report without generating Ballerina code
-k, --keep-structure(MuleSoft/TIBCO) Preserve original project structure