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
<pclass="firstline">Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).</p>
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
139
+
"a_key": "A String",
140
+
},
138
141
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
139
142
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
140
143
"startTime": "A String", # Output only. Marks the beginning of execution.
@@ -187,6 +190,9 @@ <h3>Method Details</h3>
187
190
],
188
191
},
189
192
},
193
+
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
194
+
"a_key": "A String",
195
+
},
190
196
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
191
197
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
192
198
"startTime": "A String", # Output only. Marks the beginning of execution.
@@ -232,6 +238,9 @@ <h3>Method Details</h3>
232
238
],
233
239
},
234
240
},
241
+
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
242
+
"a_key": "A String",
243
+
},
235
244
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
236
245
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
237
246
"startTime": "A String", # Output only. Marks the beginning of execution.
@@ -289,6 +298,9 @@ <h3>Method Details</h3>
289
298
],
290
299
},
291
300
},
301
+
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
302
+
"a_key": "A String",
303
+
},
292
304
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
293
305
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
294
306
"startTime": "A String", # Output only. Marks the beginning of execution.
<pre>Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
311
323
312
324
Args:
313
325
parent: string, Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow} (required)
326
+
filter: string, Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
327
+
orderBy: string, Optional. The orderding applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
314
328
pageSize: integer, Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
315
329
pageToken: string, A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token.
316
330
view: string, Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
@@ -350,6 +364,9 @@ <h3>Method Details</h3>
350
364
],
351
365
},
352
366
},
367
+
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
368
+
"a_key": "A String",
369
+
},
353
370
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
354
371
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
355
372
"startTime": "A String", # Output only. Marks the beginning of execution.
Copy file name to clipboardExpand all lines: docs/dyn/workflowexecutions_v1.projects.locations.workflows.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,9 @@ <h3>Method Details</h3>
144
144
],
145
145
},
146
146
},
147
+
"labels": { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
148
+
"a_key": "A String",
149
+
},
147
150
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
148
151
"result": "A String", # Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
149
152
"startTime": "A String", # Output only. Marks the beginning of execution.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/workflowexecutions.v1.json
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,16 @@
248
248
"parent"
249
249
],
250
250
"parameters": {
251
+
"filter": {
252
+
"description": "Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.",
253
+
"location": "query",
254
+
"type": "string"
255
+
},
256
+
"orderBy": {
257
+
"description": "Optional. The orderding applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.",
258
+
"location": "query",
259
+
"type": "string"
260
+
},
251
261
"pageSize": {
252
262
"description": "Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.",
"description": "Output only. The error which caused the execution to finish prematurely. The value is only present if the execution's state is `FAILED` or `CANCELLED`.",
367
377
"readOnly": true
368
378
},
379
+
"labels": {
380
+
"additionalProperties": {
381
+
"type": "string"
382
+
},
383
+
"description": "Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.",
384
+
"type": "object"
385
+
},
369
386
"name": {
370
387
"description": "Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}",
0 commit comments