public sealed class Execution.Types.Status.Types.Step : IMessage<Execution.Types.Status.Types.Step>, IEquatable<Execution.Types.Status.Types.Step>, IDeepCloneable<Execution.Types.Status.Types.Step>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.Status.Types.Step.
Represents a step of the workflow this execution is running.
Implements
IMessageExecutionTypesStatusTypesStep, IEquatableExecutionTypesStatusTypesStep, IDeepCloneableExecutionTypesStatusTypesStep, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
Step()
public Step()
Step(Step)
public Step(Execution.Types.Status.Types.Step other)
Parameter | |
---|---|
Name | Description |
other | ExecutionTypesStatusTypesStep |
Properties
Routine
public string Routine { get; set; }
Name of a routine within the workflow.
Property Value | |
---|---|
Type | Description |
string |
Step_
public string Step_ { get; set; }
Name of a step within the routine.
Property Value | |
---|---|
Type | Description |
string |