NorskManager.startBundleJob() method
Activate a dormant (start_mode = "manual") bundle job. Manager removes the dormant tag and re-emits jobUpdated; placement picks the job up via the normal flow. See ยง10.2 of the AutoManager design.
Signature:
startBundleJob(bundleId: string, replicaIndex: number, jobName: string): Promise<void>;