public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
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 details for the `CreateExecutionRequest` class, which is used to initiate the creation of an execution within Google Cloud Workflows."],["The `CreateExecutionRequest` class is part of the `Google.Cloud.Workflows.Executions.V1` namespace and is found in the `Google.Cloud.Workflows.Executions.V1.dll` assembly, with version history ranging from 1.0.0 to the latest version of 2.6.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["It includes properties like `Execution` (the execution to create), `Parent` (the workflow's name), and `ParentAsWorkflowName` (a typed view of the workflow name)."],["There are two constructors available, one being a parameterless constructor, and the other one, an overload accepting another `CreateExecutionRequest` object, likely for creating a new instance based on a previous one."]]],[]]