public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class CreateExecutionRequest.
Request for the
[CreateExecution][google.cloud.workflows.executions.v1.Executions.CreateExecution]
method.
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"]],[["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-03-21 UTC."],[[["This document provides reference documentation for the `CreateExecutionRequest` class within the Google Cloud Workflows Executions v1 API, specifically version 2.2.0."],["`CreateExecutionRequest` is a class used to create execution requests for workflows, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Execution` (the execution to be created), and `Parent` (the workflow name for which the execution is being created), and includes two constructors."],["The document also references documentation for other versions, ranging from 1.0.0 to 2.6.0 (latest), for the `CreateExecutionRequest` class, found within the different package folders."],["The class inherits from object and has inherited members such as GetHashCode, GetType and ToString."]]],[]]