Workflow Executions v1 API - Class Execution.Types.Status.Types.Step (2.4.0)

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.

Inheritance

object > Execution.Types.Status.Types.Step

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

Step()

public Step()

Step(Step)

public Step(Execution.Types.Status.Types.Step other)
Parameter
NameDescription
otherExecutionTypesStatusTypesStep

Properties

Routine

public string Routine { get; set; }

Name of a routine within the workflow.

Property Value
TypeDescription
string

Step_

public string Step_ { get; set; }

Name of a step within the routine.

Property Value
TypeDescription
string