13.4.2.2.1.1.1 How to Use Parallel Gateways

This section explains how to design parallel tasks using Parallel Gateways. For example, executing the Reconciliation widget in parallel for different rules.

  1. Create a process in the Process Modeller canvas.
  2. On the Process Flow page, you will see a START activity is already present on the canvas. This activity indicates the beginning of the process.
  3. From the LHS menu, under Transition, click and drag a Parallel Gateway widget on to the canvas.
  4. Connect the START activity with this Parallel Gateway widget.
  5. Drag and drop the widgets representing the tasks that run in parallel on to the canvas. Example: add multiple Reconciliation widgets on to the canvas.
  6. Connect the Parallel Gateway widget with each of these widgets representing tasks that must run in parallel. This represents the beginning of the transition.
  7. Drag and drop another Parallel Gateway widget on to the canvas.
  8. Connect each of the Reconciliation widgets to this newly added Parallel Gateway widget. This represents the end of the transition.
  9. Configure the Reconciliation widgets based on your requirement.
  10. Proceed in this manner to create your pipeline with one or multiple parallel tasks.
  11. Click Save.