Class Step
Represents a step of the workflow this execution is running.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class Step : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Routine
Name of a routine within the workflow.
Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
Type | Description |
---|---|
string |
StepValue
Name of a step within the routine.
Declaration
[JsonProperty("step")]
public virtual string StepValue { get; set; }
Property Value
Type | Description |
---|---|
string |