Advanced Scenario Settings
Tune scenarios like a pro 🧑✈️
Last updated
Tune scenarios like a pro 🧑✈️
Last updated
Scenarios have several advanced running settings that allow you to optimize its performance and functionality. Here are these settings:
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.
If the option is ON, the scenario will create objects in the SystemException
system data structure when something goes wrong.
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.