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.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ <h3>Method Details</h3>
116
116
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
117
117
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
118
118
"callLogLevel": "A String", # The call logging level associated to this execution.
119
+
"duration": "A String", # Output only. Measures the duration of the execution.
119
120
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
120
121
"error": { # Error describes why the execution was abnormally terminated. # 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`.
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
168
169
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
169
170
"callLogLevel": "A String", # The call logging level associated to this execution.
171
+
"duration": "A String", # Output only. Measures the duration of the execution.
170
172
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
171
173
"error": { # Error describes why the execution was abnormally terminated. # 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`.
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
212
214
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
213
215
"callLogLevel": "A String", # The call logging level associated to this execution.
216
+
"duration": "A String", # Output only. Measures the duration of the execution.
214
217
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
215
218
"error": { # Error describes why the execution was abnormally terminated. # 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`.
view: string, Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.
255
258
Allowed values
256
259
EXECUTION_VIEW_UNSPECIFIED - The default / unset value.
257
-
BASIC - Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id.
260
+
BASIC - Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, duration, state and workflow_revision_id.
258
261
FULL - Includes all data.
259
262
x__xgafv: string, V1 error format.
260
263
Allowed values
@@ -267,6 +270,7 @@ <h3>Method Details</h3>
267
270
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
268
271
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
269
272
"callLogLevel": "A String", # The call logging level associated to this execution.
273
+
"duration": "A String", # Output only. Measures the duration of the execution.
270
274
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
271
275
"error": { # Error describes why the execution was abnormally terminated. # 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`.
view: string, Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
313
317
Allowed values
314
318
EXECUTION_VIEW_UNSPECIFIED - The default / unset value.
315
-
BASIC - Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id.
319
+
BASIC - Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, duration, state and workflow_revision_id.
316
320
FULL - Includes all data.
317
321
x__xgafv: string, V1 error format.
318
322
Allowed values
@@ -327,6 +331,7 @@ <h3>Method Details</h3>
327
331
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
328
332
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
329
333
"callLogLevel": "A String", # The call logging level associated to this execution.
334
+
"duration": "A String", # Output only. Measures the duration of the execution.
330
335
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
331
336
"error": { # Error describes why the execution was abnormally terminated. # 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`.
Copy file name to clipboardExpand all lines: docs/dyn/workflowexecutions_v1.projects.locations.workflows.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ <h3>Method Details</h3>
125
125
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
126
126
"argument": "A String", # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'`
127
127
"callLogLevel": "A String", # The call logging level associated to this execution.
128
+
"duration": "A String", # Output only. Measures the duration of the execution.
128
129
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
129
130
"error": { # Error describes why the execution was abnormally terminated. # 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`.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/workflowexecutions.v1.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@
224
224
],
225
225
"enumDescriptions": [
226
226
"The default / unset value.",
227
-
"Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id.",
227
+
"Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, duration, state and workflow_revision_id.",
228
228
"Includes all data."
229
229
],
230
230
"location": "query",
@@ -275,7 +275,7 @@
275
275
],
276
276
"enumDescriptions": [
277
277
"The default / unset value.",
278
-
"Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id.",
278
+
"Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, duration, state and workflow_revision_id.",
0 commit comments