2024 April Release

Class COOWF@1.1:ConditionEndInstance Permanent link for this heading

Objects of this class are used for the end point of an IF-THEN-ELSE condition in a process instance. Conditions are represented by two objects, one representing the start point, that contains the condition, and one representing the end point.

Class Hierarchy

Object > InstanceElement > ConditionEndInstance

Properties Permanent link for this heading

Type

Property

Name

InstanceElement[]

actinstnext

Successor Activities

ConditionStartInstance

instcondstart

Start of Condition

InstanceElement[]

instelseprev

Predecessor Activities if Condition Was Not Fulfilled

InstanceElement[]

instthenprev

Predecessor Activities if Condition Was Fulfilled

Properties Permanent link for this heading


Successor Activities (COOWF@1.1:actinstnext) Permanent link for this heading

Defines the list of process instance elements that follow the instance element in the process instance.

unique InstanceElement[] COOWF@1.1:actinstnext readonly


Start of Condition (COOWF@1.1:instcondstart) Permanent link for this heading

Defines the start part of the IF-element in the process instance.

ConditionStartInstance COOWF@1.1:instcondstart not null readonly


Predecessor Activities if Condition Was Not Fulfilled (COOWF@1.1:instelseprev) Permanent link for this heading

Defines the end of the sequence of instance elements, that is executed, if the condition in the IF-element is not fulfilled.

unique InstanceElement[] COOWF@1.1:instelseprev readonly


Predecessor Activities if Condition Was Fulfilled (COOWF@1.1:instthenprev) Permanent link for this heading

Defines the end of the sequence of instance elements, that is executed, if the condition in the IF-element is fulfilled.

unique InstanceElement[] COOWF@1.1:instthenprev readonly