Reference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::CreateExecutionRequest.
(::String) — Required. Name of the workflow for which an execution should be created.
Format: projects/{project}/locations/{location}/workflows/{workflow}
The latest revision of the workflow will be used.
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. Name of the workflow for which an execution should be created.
Format: projects/{project}/locations/{location}/workflows/{workflow}
The latest revision of the workflow will be used.
Returns
(::String) — Required. Name of the workflow for which an execution should be created.
Format: projects/{project}/locations/{location}/workflows/{workflow}
The latest revision of the workflow will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Workflows Executions V1beta API - Class Google::Cloud::Workflows::Executions::V1beta::CreateExecutionRequest (v0.11.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.11.0 (latest)](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/latest/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.10.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.10.1/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.9.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.9.0/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.8.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.8.1/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.7.2](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.7.2/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.6.0/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.5.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.5.1/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.4.0/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest)\n- [0.3.6](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.3.6/Google-Cloud-Workflows-Executions-V1beta-CreateExecutionRequest) \nReference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::CreateExecutionRequest.\n\nRequest for the\n[CreateExecution](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/latest/Google-Cloud-Workflows-Executions-V1beta-Executions-Client#Google__Cloud__Workflows__Executions__V1beta__Executions__Client_create_execution_instance_ \"Google::Cloud::Workflows::Executions::V1beta::Executions::Client#create_execution (method)\")\nmethod. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #execution\n\n def execution() -\u003e ::Google::Cloud::Workflows::Executions::V1beta::Execution\n\n**Returns**\n\n- ([::Google::Cloud::Workflows::Executions::V1beta::Execution](./Google-Cloud-Workflows-Executions-V1beta-Execution)) --- Required. Execution to be created.\n\n### #execution=\n\n def execution=(value) -\u003e ::Google::Cloud::Workflows::Executions::V1beta::Execution\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Workflows::Executions::V1beta::Execution](./Google-Cloud-Workflows-Executions-V1beta-Execution)) --- Required. Execution to be created. \n**Returns**\n\n- ([::Google::Cloud::Workflows::Executions::V1beta::Execution](./Google-Cloud-Workflows-Executions-V1beta-Execution)) --- Required. Execution to be created.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used. \n**Returns**\n\n- (::String) --- Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used."]]