/migrate-approval-to-orchestrator — LEGACY ALIAS (Wave 3a)
Migrate approval processes to orchestration with this legacy alias command.
Deprecation notice: this command is now an alias. It invokes the
automation-migration-routerwith--source-type=approval_processand 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 approval_process [--object <ApiName>] --target-org <alias>
Alias behavior
Running /migrate-approval-to-orchestrator <args> is equivalent to:
/migrate-automation --source-type approval_process <args>
The approval-specific migration gate — deciding whether each approval
process should become a Flow Orchestration, stay as-is, route to
Agentforce, migrate with caveats, or retire — is preserved verbatim in
the router's
decision_table.md
under the approval_process row. The canary-population parallel-run
pattern (vs the shadow-field pattern used for Flow-target migrations)
lives in
phase_gates.md.
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)