Inicia un flujo de trabajo de migración creado con anterioridad. Es decir, el estado pasa de DRAFT a RUNNING. Esta acción es no-op si el estado ya está en estado RUNNING. Se indicará un error si el estado no es DRAFT o RUNNING.
Solicitud HTTP
POST https://bigquerymigration.googleapis.com/v2/{name=projects/*/locations/*/workflows/*}:start
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-16 (UTC)"],[[["This webpage details how to start a migration workflow using a POST request to a specific endpoint."],["The request requires a unique workflow identifier (`name`) as a path parameter in the URL."],["The body of the request must be empty, and a successful response will also have an empty JSON body."],["To make the request, users need the `bigquerymigration.workflows.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]