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?