Starts a previously created migration workflow. I.e., the state transitions from DRAFT to RUNNING. This is a no-op if the state is already RUNNING. An error will be signaled if the state is anything other than DRAFT or RUNNING.
HTTP request
POST https://bigquerymigration.googleapis.com/v2alpha/{name=projects/*/locations/*/workflows/*}:start
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 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."]]],[]]