generate_migration_sequence
Calculates the correct load order for entities by analyzing their dependencies. Returns ordered sequence with dependency notes.
Instructions
Calculate the correct load order for a set of entities based on dependencies.
Uses the predefined dependency graph from knowledge base to ensure Foundation Objects are loaded before employee data, employment before job info, etc.
Returns the ordered sequence with dependency notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | List of entities to load (e.g., ['User', 'EmpEmployment', 'EmpJob', 'FOCompany']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||