14.5.2.2.1 How to Use Parallel Gateways in the New User Interface
This section explains how to design parallel tasks using Parallel Gateways. For example, executing the Reconciliation widget in parallel for different rules.
- Create a process in the Process Modeler canvas.
- 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.
- Click + icon on the Start node, under Transition, click a Parallel Gateway widget on to the canvas.
- Connect the START activity with this Parallel Gateway widget.
- Click + icon on the source component to add the widgets representing the tasks that run in parallel on to the canvas. Example: add multiple Reconciliation widgets on to the canvas.
- Connect the Parallel Gateway widget with each of these widgets representing tasks that must run in parallel. This represents the beginning of the transition.
- Click + icon on the component to add another Parallel Gateway widget on to the canvas.
- Connect each of the widgets to this newly added Parallel Gateway widget. This represents the end of the transition.
- Configure the Reconciliation widgets based on your requirement.
- Proceed in this manner to create your pipeline with one or multiple parallel tasks.
- Click Save.