Failed to build Workflow

Hi Pierce I also wanted to share with you that although now everything works fine (workflows are not stopping) but we are getting errors thrown into the error workflow with the must use import errror, although we are not using require statements in any of our workflow steps. So i think this is something that the pipedream team should be aware about, and perhaps you can relate it to some other known problem?

did you check your error workflow log?

Hi Roger!
Yeah, It just display the deploy error. The strange thing is that if I refresh the page and try to execute the event again, it works.


Any clue?
Thanks!

do you have global error workflow set up? it is in your workflow overview. there you can perhaps see more details of the workflow failed to build error. For example we got workflow failed to build, we saw then in error workflow that is due to we used require statements on node-fetch.js. but this we solved now but still sometimes an error is popping up in the global error workflow

ah, no, I haven’t. Do you know how to setup that log?

it should actually be automatically there, you can just enahnce it for example to forward errors Global Error Workflow

hmmm thats strange…

Hopefully @pierce may can help…

Thanks @roger1

@mdominguez, did you find a solution for your issue? I have the same interface and cannot find “Global Error Workflow” option available.

No, my friend… Since the workflow is working fine, I didn’t dig anymore… If you find a solution, post it here. May it helps in the future…

Sorry…

@charithnisanka @mdominguez We recently defaulted most users to use “Default System Notifications” for error notifications. This just means that we’re sending error emails behind the scenes using our internal backend, instead of forwarding errors to the Global Error Workflow. The default system notifications use the same logic as the error workflow.

If your account had ever used a Global Error Workflow, you’ll see the option to toggle the error workflow back on in https://pipedream.com/settings/account:

Just to confirm - are you receiving error emails? Do you need to modify the error logic / email in some way, or did you just expect to see the error workflow and didn’t?

Hi @dylburger ! Yes, I’m receiving those error.
May you can help me here… Is there any way to customize those emails? Or maybe add a step on the workflow that in case of an error, send an email?
In my case, it’s been used to send messages to slack channels by wordpress, and when we don’t fill the channel id for that specific post, it’s common to get errors when a parameter is not sended. So in that case, we know that on that request we have to take care. Don’t know if I’m clear…

Thank you very much.