2024 April Release

Class COOWF@1.1:DivergingGatewayInstance Permanent link for this heading

Objects of this class are used for the start point of a gateway in a process instance. 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 > InstanceElement > CaseStartInstance > DivergingGatewayInstance

Properties Permanent link for this heading

Type

Property

Name

string

instgwdefaultcase

Default Sequence Flow

GatewayNextPath[]

instgwnext

Outgoing Sequence Flows

string[]

instgwresultpaths

Activated Sequence Flows

GatewayType

instgwtype

Gateway Type

Properties Permanent link for this heading


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

string COOWF@1.1:instgwdefaultcase readonly


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

unique GatewayNextPath[] COOWF@1.1:instgwnext not null readonly


Activated Sequence Flows (COOWF@1.1:instgwresultpaths) Permanent link for this heading

string[] COOWF@1.1:instgwresultpaths readonly


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

GatewayType COOWF@1.1:instgwtype not null readonly