Skip to content

Commit a8245f7

Browse files
Adding project_id to errors response
1 parent 0908858 commit a8245f7

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

docs-v2/pages/workflows/errors.mdx

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,25 @@ By including the `expand=event` query string param, Pipedream will return the fu
107107
"title": "Jedi"
108108
},
109109
"original_context": {
110-
"id": "1kodJIW7jVnKfvB2yp1OoPrtbFk",
111-
"ts": "2020-11-26T06:06:44.652Z",
112-
"workflow_id": "p_abc123",
113-
"deployment_id": "d_abc123",
114-
"source_type": "SDK",
110+
"id": "2po8fyMMKF4SZFrOThm0Ex4zv6M",
111+
"ts": "2024-12-05T17:52:54.117Z",
112+
"pipeline_id": null,
113+
"workflow_id": "p_abc1234",
114+
"deployment_id": "d_abc1234",
115+
"source_type": "COMPONENT",
115116
"verified": false,
116-
"owner_id": "u_abc123",
117-
"platform_version": "3.1.20"
117+
"hops": null,
118+
"test": false,
119+
"replay": false,
120+
"owner_id": "o_abc1234",
121+
"platform_version": "3.50.4",
122+
"workflow_name": "error",
123+
"resume": null,
124+
"emitter_id": "hi_abc1234",
125+
"external_user_id": null,
126+
"external_user_environment": null,
127+
"trace_id": "2po8fwtzKHVr0VZpJc3EUmdTAms",
128+
"project_id": "proj_abc1234"
118129
},
119130
"error": {
120131
"code": "InternalFailure",

0 commit comments

Comments
 (0)