public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1beta API class CreateExecutionRequest.
Request for the
[CreateExecution][google.cloud.workflows.executions.v1beta.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 page details the `CreateExecutionRequest` class, which is part of the Workflow Executions v1beta API within the `Google.Cloud.Workflows.Executions.V1Beta` namespace."],["The `CreateExecutionRequest` class is used to define a request for creating a new execution within a specified workflow and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `CreateExecutionRequest` include `Execution`, which specifies the execution to be created, and `Parent`, which indicates the workflow name for which the execution is created, using the format `projects/{project}/locations/{location}/workflows/{workflow}`."],["The page provides documentation for two constructors for the `CreateExecutionRequest` class, the default and one that accepts another `CreateExecutionRequest` as a parameter, which is labeled as 'other'."],["The listed documentation covers the `2.0.0-beta05`, `2.0.0-beta04`, and `1.0.0-beta03` versions of this class, with `2.0.0-beta05` as the latest version."]]],[]]