Stop Schedueled scenario from running in case of Error

Hello,

these are the settings in my schedueled scenario, i don’t want it in case of an error to rerun again, because it will consumes credits. how can i do that ?

Sequential processing : no
Data is confidential : no
Allow storing of Incomplete Exécutions: no
Enable data loss : no
Auto commit : yes
Commit trigger last : yes
Max number of cycles : 1
Number of consecutive errors : 1

Thank you

1 Like

Hi @kais_sellami,

If you want to ignore the execution when an error occurs, you can use the Ignore or Commit Error handlers:

Alternatively, if you want the scenario to pause when an error occurs so you can fix the issue before continuing, you can simply set Sequential processing to “Yes”.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

thank you for yo uresponce ( this was fast xD THIS COMUNITY IS THE BEST )

just to make sure if i switch the Sequential processing to ‘yes’ i won’t be getting repeated executions like in the given photo ? it will stop at the first error ?

thank you again