Debugging Worklow

Hello community,

I have a question regarding my workflows.

Sometimes my workflows has an error but I cannot debug what’s the reason. If I check the latest executions it says “Error” but in my debug editor there is no error.

Do you know how I can solve this?

1 Like

Hi @Luca2

From the screenshot, it looks like you’re using the node option Continue On Error in the node settings, and you have this enabled for almost every node..

This is not recommended and can lead to unpredictable behavior,
I’d suggest changing it back to the default setting:
image

But it is for scraping. And somtimes HTTP Request arent working. But then it should not stop the workflow. Just continue. I just want to scrape as many leads as possible with this workflow but it interrupts somehow.

Then use the third option `Continue (using error output)1

This will create another branch for the error attempts

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.