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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,8 @@ <h3>Method Details</h3>
129
129
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
130
130
"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\"}"}'`
131
131
"callLogLevel": "A String", # The call logging level associated to this execution.
132
+
"createTime": "A String", # Output only. Marks the creation of the execution.
133
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
132
134
"duration": "A String", # Output only. Measures the duration of the execution.
133
135
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
134
136
"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`.
@@ -188,6 +190,8 @@ <h3>Method Details</h3>
188
190
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
189
191
"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\"}"}'`
190
192
"callLogLevel": "A String", # The call logging level associated to this execution.
193
+
"createTime": "A String", # Output only. Marks the creation of the execution.
194
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
191
195
"duration": "A String", # Output only. Measures the duration of the execution.
192
196
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
193
197
"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`.
@@ -240,6 +244,8 @@ <h3>Method Details</h3>
240
244
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
241
245
"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\"}"}'`
242
246
"callLogLevel": "A String", # The call logging level associated to this execution.
247
+
"createTime": "A String", # Output only. Marks the creation of the execution.
248
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
243
249
"duration": "A String", # Output only. Measures the duration of the execution.
244
250
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
245
251
"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`.
@@ -323,6 +329,8 @@ <h3>Method Details</h3>
323
329
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
324
330
"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\"}"}'`
325
331
"callLogLevel": "A String", # The call logging level associated to this execution.
332
+
"createTime": "A String", # Output only. Marks the creation of the execution.
333
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
326
334
"duration": "A String", # Output only. Measures the duration of the execution.
327
335
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
328
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`.
@@ -393,6 +401,8 @@ <h3>Method Details</h3>
393
401
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
394
402
"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\"}"}'`
395
403
"callLogLevel": "A String", # The call logging level associated to this execution.
404
+
"createTime": "A String", # Output only. Marks the creation of the execution.
405
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
396
406
"duration": "A String", # Output only. Measures the duration of the execution.
397
407
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
398
408
"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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,8 @@ <h3>Method Details</h3>
126
126
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
127
127
"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\"}"}'`
128
128
"callLogLevel": "A String", # The call logging level associated to this execution.
129
+
"createTime": "A String", # Output only. Marks the creation of the execution.
130
+
"disableConcurrencyQuotaOverflowBuffering": True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
129
131
"duration": "A String", # Output only. Measures the duration of the execution.
130
132
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
131
133
"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`.
"description": "Output only. Marks the creation of the execution.",
556
+
"format": "google-datetime",
557
+
"readOnly": true,
558
+
"type": "string"
559
+
},
560
+
"disableConcurrencyQuotaOverflowBuffering": {
561
+
"description": "Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.",
562
+
"type": "boolean"
563
+
},
554
564
"duration": {
555
565
"description": "Output only. Measures the duration of the execution.",
0 commit comments