GitLab · Arazzo Workflow
GitLab Start a Migration and Poll to Completion
Version 1.0.0
Kick off a direct-transfer migration, then poll the import until it finishes.
Provider
Workflows
start-migration-and-poll
Begin a bulk import and poll its status until it reaches a terminal state.
Submits a bulk import request, then polls the import by id, looping while it is created or started and ending when finished, failed, or timed out.
1
startImport
postApiV4BulkImports
Start the bulk import of the source entity into the destination namespace.
2
pollImport
getApiV4BulkImportsImportId
Read the import status; loop while created or started, otherwise finish.