For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{projectId}/regions/{region}
For projects.locations.workflowTemplates.create, the resource name of the ___location has the following format: projects/{projectId}/locations/{___location}
Authorization requires the following IAM permission on the specified resource parent:
[[["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-06-20 UTC."],[[["This page details the process for creating a new workflow template using a POST request to the Dataproc API endpoint."],["The request requires a `parent` path parameter, specifying the project and region or ___location, formatted as `projects/{projectId}/regions/{region}` or `projects/{projectId}/locations/{___location}`, respectively, along with the `dataproc.workflowTemplates.create` IAM permission."],["The request body must include a `WorkflowTemplate` instance to define the new template."],["A successful request returns a newly created `WorkflowTemplate` instance in the response body."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]