Skip to main content

Function: createMigrationOrchestrator()

createMigrationOrchestrator(): MigrationOrchestrator

Defined in: electron/services/monitoring/MigrationSystem.ts:672

Factory for creating migration orchestrator instances.

Returns

MigrationOrchestrator

A new MigrationOrchestrator instance.

Remarks

Use for isolated migration workflows or testing. Returns a new MigrationOrchestrator instance using the shared registry and version manager.

Example

const orchestrator = createMigrationOrchestrator();