/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-routerwith--source-type=wf_ruleand emits this deprecation notice. Switch to the canonical/migrate-automationform at your convenience; the alias ships until the removal window declared indocs/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
/migrate-automation— canonical router entry pointagents/automation-migration-router/AGENT.md— router contractdocs/MIGRATION.md— removal timeline (authored in Wave 7)