Avvia un flusso di lavoro di migrazione creato in precedenza. Ad esempio, lo stato passa da BOZZA a IN ESECUZIONE. Questa operazione è autonoma se lo stato è già IN ESECUZIONE. Se lo stato è diverso da BOZZA o IN ESECUZIONE, verrà segnalato un errore.
Richiesta HTTP
POST https://bigquerymigration.googleapis.com/v2alpha/{name=projects/*/locations/*/workflows/*}:start
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This webpage details how to start a migration workflow, transitioning its state from DRAFT to RUNNING using a `POST` request."],["The `POST` request must be sent to the specified URL, using the required unique identifier for the migration workflow in the `name` path parameter."],["The request body for initiating a workflow must be empty, and a successful operation will result in an empty JSON object response."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `bigquerymigration.workflows.update` on the specified resource."]]],[]]