This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to ignore certain error types in my workflow. I see docs around custom error handling by building a new workflow and routing errors through there - is there anything besides this I can do within the core workflow such as creating an if statement based on the error, or is that not possible?
All of Pipedream’s triggers and actions are open source.
So you can fork the Pipedream Github repository to your own Github account, modify them for your needs, and publish the modified actions back to your Pipedream account.