Links

Advanced Scenario Settings

Tune scenarios like a pro 🧑‍✈️
Scenarios have several advanced running settings that allow you to optimize its performance and functionality. Here are these settings:

Single-threading mode

Under the single-threading mode, the scenario processes only one object at a time. This means that if there are other objects in the queue at the Start step, they will wait until the currently processed object exits the scenario.

Saving exceptions

If the option is ON, the scenario will create objects in the SystemException system data structure when something goes wrong.

Lock

The Lock option provides a method to prevent collisions when writing to a single field on an object. By default, this option is turned off to optimize processing speed.