/migrate-wfr-to-flow — LEGACY ALIAS (Wave 3a)

This command is a legacy alias for migrating workflow rules to automation flows.

Deprecation notice: this command is now an alias. It invokes the automation-migration-router with --source-type=wf_rule and emits this deprecation notice. Switch to the canonical /migrate-automation form at your convenience; the alias ships until the removal window declared in docs/MIGRATION.md (Wave 7).

Canonical form

/migrate-automation --source-type wf_rule --object <ApiName> --target-org <alias>

Alias behavior

Running /migrate-wfr-to-flow <args> is equivalent to:

/migrate-automation --source-type wf_rule <args>

The WFR-specific classification table (Field Update → before-save vs after-save, Time Trigger → Scheduled Path, Outbound Message → refuse, etc.) is preserved verbatim in the router's decision_table.md under the wf_rule row.

Why the change

Wave 3a of the redesign consolidated four migrators into one router. See agents/_shared/harnesses/migration_router/README.md for the rationale.

See also