Skip to main content

Gateway

The BPMN block is used for splitting the business process execution ways. Always has at least two ways that are called Flow. Before the decision gateway, it is important to use the User task.

A user task is a special type of BPMN diagram block.

Approved flow

Condition type

Expression

Expression examples

#{check == true} - for validation gateway

#{is_approved == true} - for decision gateway

Rejected flow

Condition type

Expression

Expression examples

#{check == false} - for validation gateway

#{is_approved == false} - for decision gateway