A split node can be used to split the path a process can follow after the split node. Three types of split nodes are offered: exclusive, inclusive and parallel.

At runtime, is possible to trace split nodes: Process Traceability

Exclusive split

With the use of the exclusive split the path of the process will follow one of the exits which are available . The alternatives will be inferred from the upper till the lowest. The first path which is TRUE will be followed.

Inclusive split

With the use of the inclusive split the path of the process will follow one or more of the exits which are available . The alternatives will be inferred from the upper till the lowest. All the paths of which the alternatives infer to TRUE, will be followed.

Parallel split

With the use of the parallel split the path of the process will follow all of the exits which are available.