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
+75-10Lines changed: 75 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,21 @@ <h3>Method Details</h3>
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
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
119
119
"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
-
"context": "A String", # Human readable error context, helpful for debugging purposes.
121
-
"payload": "A String", # Error payload returned by the execution, represented as a JSON string.
120
+
"context": "A String", # Human readable stack trace string.
121
+
"payload": "A String", # Error message and data returned represented as a JSON string.
122
+
"stackTrace": { # A collection of stack elements (frames) where an error occurred. # Stack trace with detailed information of where error was generated.
123
+
"elements": [ # An array of Stack elements.
124
+
{ # A single stack element (frame) where an error occurred.
125
+
"position": { # Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes. # The source position information of the stacktrace element.
126
+
"column": "A String", # The source code column position (of the line) the current instruction was generated from.
127
+
"length": "A String", # The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
128
+
"line": "A String", # The source code line number the current instruction was generated from.
129
+
},
130
+
"routine": "A String", # The routine where the error occurred.
131
+
"step": "A String", # The step the error occurred at.
132
+
},
133
+
],
134
+
},
122
135
},
123
136
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
124
137
"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`.
@@ -146,8 +159,21 @@ <h3>Method Details</h3>
146
159
"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\"}"}'`
147
160
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
148
161
"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`.
149
-
"context": "A String", # Human readable error context, helpful for debugging purposes.
150
-
"payload": "A String", # Error payload returned by the execution, represented as a JSON string.
162
+
"context": "A String", # Human readable stack trace string.
163
+
"payload": "A String", # Error message and data returned represented as a JSON string.
164
+
"stackTrace": { # A collection of stack elements (frames) where an error occurred. # Stack trace with detailed information of where error was generated.
165
+
"elements": [ # An array of Stack elements.
166
+
{ # A single stack element (frame) where an error occurred.
167
+
"position": { # Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes. # The source position information of the stacktrace element.
168
+
"column": "A String", # The source code column position (of the line) the current instruction was generated from.
169
+
"length": "A String", # The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
170
+
"line": "A String", # The source code line number the current instruction was generated from.
171
+
},
172
+
"routine": "A String", # The routine where the error occurred.
173
+
"step": "A String", # The step the error occurred at.
174
+
},
175
+
],
176
+
},
151
177
},
152
178
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
153
179
"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`.
@@ -168,8 +194,21 @@ <h3>Method Details</h3>
168
194
"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
195
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
170
196
"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`.
171
-
"context": "A String", # Human readable error context, helpful for debugging purposes.
172
-
"payload": "A String", # Error payload returned by the execution, represented as a JSON string.
197
+
"context": "A String", # Human readable stack trace string.
198
+
"payload": "A String", # Error message and data returned represented as a JSON string.
199
+
"stackTrace": { # A collection of stack elements (frames) where an error occurred. # Stack trace with detailed information of where error was generated.
200
+
"elements": [ # An array of Stack elements.
201
+
{ # A single stack element (frame) where an error occurred.
202
+
"position": { # Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes. # The source position information of the stacktrace element.
203
+
"column": "A String", # The source code column position (of the line) the current instruction was generated from.
204
+
"length": "A String", # The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
205
+
"line": "A String", # The source code line number the current instruction was generated from.
206
+
},
207
+
"routine": "A String", # The routine where the error occurred.
208
+
"step": "A String", # The step the error occurred at.
209
+
},
210
+
],
211
+
},
173
212
},
174
213
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
175
214
"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`.
@@ -202,8 +241,21 @@ <h3>Method Details</h3>
202
241
"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\"}"}'`
203
242
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
204
243
"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`.
205
-
"context": "A String", # Human readable error context, helpful for debugging purposes.
206
-
"payload": "A String", # Error payload returned by the execution, represented as a JSON string.
244
+
"context": "A String", # Human readable stack trace string.
245
+
"payload": "A String", # Error message and data returned represented as a JSON string.
246
+
"stackTrace": { # A collection of stack elements (frames) where an error occurred. # Stack trace with detailed information of where error was generated.
247
+
"elements": [ # An array of Stack elements.
248
+
{ # A single stack element (frame) where an error occurred.
249
+
"position": { # Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes. # The source position information of the stacktrace element.
250
+
"column": "A String", # The source code column position (of the line) the current instruction was generated from.
251
+
"length": "A String", # The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
252
+
"line": "A String", # The source code line number the current instruction was generated from.
253
+
},
254
+
"routine": "A String", # The routine where the error occurred.
255
+
"step": "A String", # The step the error occurred at.
256
+
},
257
+
],
258
+
},
207
259
},
208
260
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
209
261
"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`.
@@ -240,8 +292,21 @@ <h3>Method Details</h3>
240
292
"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\"}"}'`
241
293
"endTime": "A String", # Output only. Marks the end of execution, successful or not.
242
294
"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`.
243
-
"context": "A String", # Human readable error context, helpful for debugging purposes.
244
-
"payload": "A String", # Error payload returned by the execution, represented as a JSON string.
295
+
"context": "A String", # Human readable stack trace string.
296
+
"payload": "A String", # Error message and data returned represented as a JSON string.
297
+
"stackTrace": { # A collection of stack elements (frames) where an error occurred. # Stack trace with detailed information of where error was generated.
298
+
"elements": [ # An array of Stack elements.
299
+
{ # A single stack element (frame) where an error occurred.
300
+
"position": { # Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes. # The source position information of the stacktrace element.
301
+
"column": "A String", # The source code column position (of the line) the current instruction was generated from.
302
+
"length": "A String", # The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
303
+
"line": "A String", # The source code line number the current instruction was generated from.
304
+
},
305
+
"routine": "A String", # The routine where the error occurred.
306
+
"step": "A String", # The step the error occurred at.
307
+
},
308
+
],
309
+
},
245
310
},
246
311
"name": "A String", # Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
247
312
"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`.
0 commit comments