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
#### workflowexecutions:v1
The following keys were added:
- schemas.Execution.properties.callLogLevel.type (Total Keys: 1)
#### workflowexecutions:v1beta
The following keys were added:
- schemas.Execution.properties.callLogLevel.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/workflowexecutions_v1.projects.locations.workflows.executions.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115
115
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
+
"callLogLevel": "A String", # The call logging level associated to this execution.
118
119
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
119
120
"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`.
120
121
"context": "A String", # Human readable stack trace string.
@@ -157,6 +158,7 @@ <h3>Method Details</h3>
157
158
158
159
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
159
160
"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\"}"}'`
161
+
"callLogLevel": "A String", # The call logging level associated to this execution.
160
162
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
161
163
"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`.
162
164
"context": "A String", # Human readable stack trace string.
@@ -192,6 +194,7 @@ <h3>Method Details</h3>
192
194
193
195
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
194
196
"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\"}"}'`
197
+
"callLogLevel": "A String", # The call logging level associated to this execution.
195
198
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
196
199
"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`.
197
200
"context": "A String", # Human readable stack trace string.
@@ -239,6 +242,7 @@ <h3>Method Details</h3>
239
242
240
243
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
241
244
"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\"}"}'`
245
+
"callLogLevel": "A String", # The call logging level associated to this execution.
242
246
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
243
247
"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`.
244
248
"context": "A String", # Human readable stack trace string.
@@ -290,6 +294,7 @@ <h3>Method Details</h3>
290
294
"executions": [ # The executions which match the request.
291
295
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
292
296
"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\"}"}'`
297
+
"callLogLevel": "A String", # The call logging level associated to this execution.
293
298
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
294
299
"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`.
295
300
"context": "A String", # Human readable stack trace string.
Copy file name to clipboardExpand all lines: docs/dyn/workflowexecutions_v1beta.projects.locations.workflows.executions.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115
115
116
116
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/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
+
"callLogLevel": "A String", # The call logging level associated to this execution.
118
119
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
119
120
"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`.
120
121
"context": "A String", # Human readable stack trace string.
@@ -157,6 +158,7 @@ <h3>Method Details</h3>
157
158
158
159
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
159
160
"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\"}"}'`
161
+
"callLogLevel": "A String", # The call logging level associated to this execution.
160
162
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
161
163
"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`.
162
164
"context": "A String", # Human readable stack trace string.
@@ -192,6 +194,7 @@ <h3>Method Details</h3>
192
194
193
195
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
194
196
"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\"}"}'`
197
+
"callLogLevel": "A String", # The call logging level associated to this execution.
195
198
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
196
199
"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`.
197
200
"context": "A String", # Human readable stack trace string.
@@ -239,6 +242,7 @@ <h3>Method Details</h3>
239
242
240
243
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
241
244
"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\"}"}'`
245
+
"callLogLevel": "A String", # The call logging level associated to this execution.
242
246
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
243
247
"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`.
244
248
"context": "A String", # Human readable stack trace string.
@@ -290,6 +294,7 @@ <h3>Method Details</h3>
290
294
"executions": [ # The executions which match the request.
291
295
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
292
296
"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\"}"}'`
297
+
"callLogLevel": "A String", # The call logging level associated to this execution.
293
298
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
294
299
"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`.
295
300
"context": "A String", # Human readable stack trace string.
"description": "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\\\"}\"}'`",
306
306
"type": "string"
307
307
},
308
+
"callLogLevel": {
309
+
"description": "The call logging level associated to this execution.",
310
+
"enum": [
311
+
"CALL_LOG_LEVEL_UNSPECIFIED",
312
+
"LOG_ALL_CALLS",
313
+
"LOG_ERRORS_ONLY"
314
+
],
315
+
"enumDescriptions": [
316
+
"No call logging specified.",
317
+
"Log all call steps within workflows, all call returns, and all exceptions raised.",
318
+
"Log only exceptions that are raised from call steps within workflows."
319
+
],
320
+
"type": "string"
321
+
},
308
322
"endTime": {
309
323
"description": "Output only. Marks the end of execution, successful or not.",
"description": "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\\\"}\"}'`",
306
306
"type": "string"
307
307
},
308
+
"callLogLevel": {
309
+
"description": "The call logging level associated to this execution.",
310
+
"enum": [
311
+
"CALL_LOG_LEVEL_UNSPECIFIED",
312
+
"LOG_ALL_CALLS",
313
+
"LOG_ERRORS_ONLY"
314
+
],
315
+
"enumDescriptions": [
316
+
"No call logging specified.",
317
+
"Log all call steps within workflows, all call returns, and all exceptions raised.",
318
+
"Log only exceptions that are raised from call steps within workflows."
319
+
],
320
+
"type": "string"
321
+
},
308
322
"endTime": {
309
323
"description": "Output only. Marks the end of execution, successful or not.",
0 commit comments