Class StepEntryMetadata
StepEntryMetadata contains metadata information about this step.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class StepEntryMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedIteration
Expected iteration represents the expected number of iterations in the step's progress.
Declaration
[JsonProperty("expectedIteration")]
public virtual long? ExpectedIteration { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProgressNumber
Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.
Declaration
[JsonProperty("progressNumber")]
public virtual long? ProgressNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProgressType
Progress type of this step entry.
Declaration
[JsonProperty("progressType")]
public virtual string ProgressType { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreadId
Child thread id that this step entry belongs to.
Declaration
[JsonProperty("threadId")]
public virtual string ThreadId { get; set; }
Property Value
Type | Description |
---|---|
string |