2022 June Release

Class COOWF@1.1:ConditionEndDefinition Permanent link for this heading

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > ConditionEndDefinition

Objects of this class are used to define the end point of the definition of a IF-THEN-ELSE condition in a process definition. Condition are represented by two objects, one representing the start point, that contains the condition, and one representing the end point.

Properties Permanent link for this heading

Type

Property

Name

DefinitionElement[]

actdefnext

Successor Activities

ConditionStartDefinition

defcondstart

Start of Condition

DefinitionElement[]

defelseprev

Predecessor Activities if Condition Was Not Fulfilled

DefinitionElement[]

defthenprev

Predecessor Activities if Condition Was Fulfilled

Properties Permanent link for this heading


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

Defines the list of definition elements that follow this definition element in the process definition.

unique DefinitionElement[] COOWF@1.1:actdefnext readonly


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

Defines the start part of the IF-element in a process definition.

ConditionStartDefinition COOWF@1.1:defcondstart not null readonly


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

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

unique DefinitionElement[] COOWF@1.1:defelseprev readonly


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

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

unique DefinitionElement[] COOWF@1.1:defthenprev readonly