2024 April Release

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

string COOWF@1.1:defgwdefaultcase readonly


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

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


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

GatewayType COOWF@1.1:defgwtype not null readonly