Class COOWF@1.1:DivergingGatewayDefinition Permanent link for this heading

Objects of this class are used to define the start point of the definition of a gateway in a process definition. Gateways are represented by two objects, one representing the start point and one representing the end point.
The conditions of a gateway are stored in the outgoing paths. The condition is an expression an the evaluation is defined by the type of the gateway.

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > CaseStartDefinition > DivergingGatewayDefinition

Properties Permanent link for this heading

Type

Property

Name

string

defgwdefaultcase

Default Sequence Flow

GatewayNextDefPath[]

defgwnext

Outgoing Sequence Flows

GatewayType

defgwtype

Gateway Type

Properties Permanent link for this heading


Default Sequence Flow (COOWF@1.1:defgwdefaultcase) Permanent link for this heading

Defines the default gatway path which is executed when the conditions of all other paths do not match.

string COOWF@1.1:defgwdefaultcase readonly


Outgoing Sequence Flows (COOWF@1.1:defgwnext) Permanent link for this heading

Defines the list of start definition elements for the particular paths of the gateway-element. One of these paths has to be completed in order to complete the gateway-element.

unique GatewayNextDefPath[] COOWF@1.1:defgwnext not null readonly


Gateway Type (COOWF@1.1:defgwtype) Permanent link for this heading

Defines the type of the gateway.
The most commonly used gateway type is an exclusive gateway (GWT_EXCLUSIVE).

GatewayType COOWF@1.1:defgwtype not null readonly