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])
• 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)
https://pipedream.com/@org/[WORKFLOW_ID]/inspect/[EVENT_ID]
redirects to https://pipedream.com/@org/projects/**proj_k1js2l**/[WORKFLOW_ID]/inspect/[EVENT_ID])