Partitioning & Parallel

Grouping & Partitions

You can group related activities using partition, group, or package. This draws a container around the nodes.

Flow Chart Example
Loading...
flow grouping

You can also specify colors for partitions.

Flow Chart Example
Loading...
flow grouping 1

Parallel Processing (Fork/Join)

Use fork to split functionality into parallel paths and end fork (or end merge) to join them.

Flow Chart Example
Loading...
flow parallel

Split Processing

Similar to fork, split can be used to divide flows.

Flow Chart Example
Loading...
flow split