Setting Order of Algorithms Execution
By default, the algorithms are executed in the same order as the corresponding algorithm elements have been added to the schema:
- The element with order 1 is executed.
- The element with order 2 is executed. It uses the results obtained from step 1.
- And so on.
Since each subsequent algorithm element uses the results obtained from the previous element, setting the order can affect efficiency. For example, the fewer results obtained in the first step, the faster the second algorithm is executed.
To change the order, use the Set order submenu or Up / Down items in an algorithm element context menu.