For the workflow global error pipeline, is there a way to get the workflow name that yields the error?

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

Benjamin : Hey, for the workflow global error pipeline, is there a way to get the workflow name that yields the error? Currently, it seems to receive the workflow_id only. Cheers!

Dylan Sather (Pipedream) : yes, check out the get_workflow_name step of my global error workflow: Global Error Workflow - Pipedream

This relies on an undocumented endpoint in our internal GraphQL API, which is subject to change (that is, the endpoint might break). The step is written to fail gracefully and simply fallback to the workflow ID if that happens.

We’re tracking a feature to support this here, which will be a longer-term solution.

Raymond Camden : you can also did what i did, a switch statement of IDs to nice names. :slightly_smiling_face: