If I had an error on a node and i want my workflow to account for such situation, how can i make it work? (I am not looking for a general error workflow), I just wish to utilise my error situation to flow in a certain way. Example, If this node errors, then do this and continue.
In both these nodes, If my node errors, i want it to flow on via the Error stream but it always flows via the Success stream
Thanks for posting here and welcome to the community!
Those look like community nodes that do HTTP requests and there it would depends on what the error expectation. If the response is a 404 or 500 then this might still be handled as success because it’s a valid response.
Could be worth reaching out to the package maintainers.
Do you have an example of wrong error routing of a core n8n node?