Reference documentation and code samples for the Workflows Executions V1beta API module Google::Cloud::Workflows::Executions::V1beta::Executions::Paths.
[[["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 - Module Google::Cloud::Workflows::Executions::V1beta::Executions::Paths (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-Executions-Paths)\n- [0.10.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.10.1/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.9.0/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.8.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.8.1/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.7.2](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.7.2/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.6.0/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.5.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.5.1/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.4.0/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n- [0.3.6](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.3.6/Google-Cloud-Workflows-Executions-V1beta-Executions-Paths) \nReference documentation and code samples for the Workflows Executions V1beta API module Google::Cloud::Workflows::Executions::V1beta::Executions::Paths.\n\nPath helper methods for the Executions API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Workflows::Executions::V1beta::Executions::Paths](./Google-Cloud-Workflows-Executions-V1beta-Executions-Paths)\n\nMethods\n-------\n\n### #execution_path\n\n def execution_path(project:, location:, workflow:, execution:) -\u003e ::String\n\nCreate a fully-qualified Execution resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **workflow** (String)\n- **execution** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #workflow_path\n\n def workflow_path(project:, location:, workflow:) -\u003e ::String\n\nCreate a fully-qualified Workflow resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/workflows/{workflow}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **workflow** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]