2022 June Release

Enum COOWF@1.1:GatewayType Permanent link for this heading

This enumeration defines the different types a gateway can activate paths.

Values Permanent link for this heading

Name

Value

Description

GWT_EXCLUSIVE

1

Exclusive

A diverging Exclusive Gateway (Decision) is used to create alternative paths within a Process flow. This is basically the “diversion point in the road” for a Process.

GWT_INCLUSIVE

2

Inclusive

A diverging Inclusive Gateway (Inclusive Decision) can be used to create alternative but also parallel paths within a Process flow. Unlike the Exclusive Gateway, all condition Expressions are evaluated.

GWT_PARALLEL

3

Parallel

Parallel Gateway is used to synchronize (combine) parallel flows and to create parallel flows.

GWT_COMPLEX

4

Complex

The Complex Gateway can be used to model complex synchronization behavior. An Expression activationCondition is used to describe the precise behavior.

GWT_EVENT

5

Event

The Event-Based Gateway represents a branching point in the Process where the alternative paths that follow the Gateway are based on Events that occur, rather than the evaluation of Expressions using Process data (as with an Exclusive or Inclusive Gateway)