suggest_workflow
Given source and target database types, generates the full sequence of MigratorXpress tasks with example commands to migrate databases between heterogeneous systems.
Instructions
Given a source database type, target database type, and optional constraint flag, suggest the full sequence of MigratorXpress tasks with example commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_type | Yes | Source database type (e.g., 'oracle', 'postgresql', 'sqlserver', 'netezza') | |
| target_type | Yes | Target database type (e.g., 'postgresql', 'sqlserver') | |
| include_constraints | No | Whether to include constraint copy steps (PK, AK, FK) |