How to Include Project ID in $errors Events for Direct URL Construction to Specific Workflow and Event?

This topic was automatically generated from Slack. You can find the original thread here.

In the $errors events, it would be nice to also surface the project ID the error is coming from.

Goal: to be able to rebuild the URL sending directly to a specific workflow + event (ex: https://pipedream.com/@org/projects/**proj_k1js2l**/[WORKFLOW_ID]/inspect/[EVENT_ID])

Here’s what we get:

trace_id is the [EVENT_ID]
workflow_id is the [WORKFLOW_ID]
@org, we can hardcode
• But proj_k1js2l, we don’t get anywhere, and it’s not as easy to hardcode (because of multiple projects)

Ah, well, nvm!! The URL works without it!! :smile: :tada:

https://pipedream.com/@org/[WORKFLOW_ID]/inspect/[EVENT_ID]
redirects to https://pipedream.com/@org/projects/**proj_k1js2l**/[WORKFLOW_ID]/inspect/[EVENT_ID])

Things like this make me happy, when systems surprise me with simple ways to make things work. :ok_hand:

And Pipedream does that all the time! :smile: :blue_heart: