You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/workflowexecutions_v1.projects.locations.workflows.executions.stepEntries.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ <h3>Method Details</h3>
125
125
"state": "A String", # Output only. The state of the step entry.
126
126
"step": "A String", # Output only. The name of the step this step entry belongs to.
127
127
"stepEntryMetadata": { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
128
+
"expectedIteration": "A String", # Expected iteration represents the expected number of iterations in the step's progress.
128
129
"progressNumber": "A String", # 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.
129
130
"progressType": "A String", # Progress type of this step entry.
130
131
"threadId": "A String", # Child thread id that this step entry belongs to.
@@ -175,6 +176,7 @@ <h3>Method Details</h3>
175
176
"state": "A String", # Output only. The state of the step entry.
176
177
"step": "A String", # Output only. The name of the step this step entry belongs to.
177
178
"stepEntryMetadata": { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
179
+
"expectedIteration": "A String", # Expected iteration represents the expected number of iterations in the step's progress.
178
180
"progressNumber": "A String", # 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.
179
181
"progressType": "A String", # Progress type of this step entry.
180
182
"threadId": "A String", # Child thread id that this step entry belongs to.
"description": "StepEntryMetadata contains metadata information about this step.",
1007
1007
"id": "StepEntryMetadata",
1008
1008
"properties": {
1009
+
"expectedIteration": {
1010
+
"description": "Expected iteration represents the expected number of iterations in the step's progress.",
1011
+
"format": "int64",
1012
+
"type": "string"
1013
+
},
1009
1014
"progressNumber": {
1010
1015
"description": "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.",
0 commit comments