How to prevent Simultaneous runs without forcing Sequential processing?

The problem with sequential processing is that I can’t “BREAK” a scenario. Because the scenario will wait for that run to be solved in order to unlock next runs.

I don’t need it to be sequential. I just want it not to run simultaneously.

I want to be able to use the “Break“ error handling for easy troubleshooting.

Any idea?

1 Like

Hey there,

Don’t use Break then. Add a module to notify you of the error (slack, WhatsApp, discord, email, etc.) and use Ignore instead. Then the scenario will keep running and you can trouble shoot whenever.