If multiple tasks need to be executed concurrently during the workflow, use the parallel gateway.

There are two types of parallel gateways in the toolbox: output parallel gateway and input parallel gateway.

  1. Output Parallel Gateway

An output parallel gateway is used to fork the process into multiple, concurrent paths of execution. It can only be linked to human tasks, system tasks, and subprocesses.

Selecting an output parallel gateway on the design canvas will display its associated properties in the Properties panel.

  • Name: This is a text field that allows users to input the name for the element.
    • There are the following rules determining the validity of names:
      • A valid name can contain letters, numbers, and the underscore symbol. It cannot, however, contain spaces or other special characters. It also cannot begin with a number.
      • An element must have a unique name. It cannot have the same name as another element in the process.
    • Users can only input up to a maximum of 17 characters in this field.
  • Title: This is a text field that allows users to input the title for the element. This title will be displayed in the diagram.
    • Unlike with names, there are no rules determining the validity of titles.
  1. Input Parallel Gateway

An input parallel gateway is used to join back together multiple incoming paths of execution.

Selecting an input parallel gateway on the design canvas will display its associated properties in the Properties panel.

  • Name: This is a text field that allows users to input the name for the element.
    • There are the following rules determining the validity of names:
      • A valid name can contain letters, numbers, and the underscore symbol. It cannot, however, contain spaces or other special characters. It also cannot begin with a number.
      • An element must have a unique name. It cannot have the same name as another element in the process.
    • Users can only input up to a maximum of 17 characters in this field.
  • Title: This is a text field that allows users to input the title for the element. This title will be displayed in the diagram.
    • Unlike with names, there are no rules determining the validity of titles.