Scenario stopping on error

whenever I get an error, my scenario stops ( it gets completely disabled ) , but I want to keep it running regardless… why would it stop THE WHOLE SCENARIO on an error, I understand why the scenario RUN stops, but what does the whole scenario stop, and how can I keep it runnig

image

Hi Abed,

that would depend entirely on what is causing the error and how you want to handle it. You can have a look here for different error handling options:

https://www.make.com/en/help/errors/introduction-to-error-handling

Some of them do include pausing the execution itself while the scenario stays active.

2 Likes

This could be intermittent server issues on the external service.

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

samliewrequest private consultation

2 Likes