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...
You can also specify colors for partitions.
Flow Chart Example
Loading...
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...
Split Processing
Similar to fork, split can be used to divide flows.
Flow Chart Example
Loading...