Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Parallelism enables parallel processing in several branches and their results are then combined.

For instance, you can use 2 different modules, each in a separate branch of the Parallelism, and their results will be combined at the end of the branching.

In other words, if one module provides a result OK and the other NOK, the result will be NOK, which is a combination of both modules (boolean operator AND).

In order to use Parallelism, firstly, add it from the Modules tab, then you have 3 options to move modules around its branches:

  1. Use the + button to add a module directly to the desired branch.

  2. Use the an arrow to move a module to Parallelism branches.

  3. Once a module is added to a branch, you can use a side arrow to move a module to the right or left.

  • No labels