Workflow Executions v1beta API - Class CreateExecutionRequest (2.0.0-beta04)

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.

Inheritance

object > CreateExecutionRequest

Namespace

Google.Cloud.Workflows.Executions.V1Beta

Assembly

Google.Cloud.Workflows.Executions.V1Beta.dll

Constructors

CreateExecutionRequest()

public CreateExecutionRequest()

CreateExecutionRequest(CreateExecutionRequest)

public CreateExecutionRequest(CreateExecutionRequest other)
Parameter
NameDescription
otherCreateExecutionRequest

Properties

Execution

public Execution Execution { get; set; }

Required. Execution to be created.

Property Value
TypeDescription
Execution

Parent

public string Parent { get; set; }

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.

Property Value
TypeDescription
string

ParentAsWorkflowName

public WorkflowName ParentAsWorkflowName { get; set; }

WorkflowName-typed view over the Parent resource name property.

Property Value
TypeDescription
WorkflowName