NorskManager.migrateJob() method
Phase E — initiate migration of a running job from its current node to targetNodeId. Manager launches a second instance of the same Job with role="migrationTarget"; AutoManager drives the cutover handshake.
Signature:
migrateJob(jobId: JobId, targetNodeId: NodeId, migrationId: string): Promise<void>;