2024 April Release

Class COOWF@1.1:ConditionStartDefinition Permanent link for this heading

Objects of this class are used to define the start point of the definition of a IF-THEN-ELSE condition in a process definition. Conditions are represented by two objects, one representing the start point, that contains the condition, and one representing the end point.
The condition can be created based on object properties of type INTEGER, FLOAT, STRING, BOOLEAN, DATETIME, enumeration types and object pointer types. These properties can also be nested in compound properties. Instead of a condition an action can be specified. This action determines whether or not the condition is fulfilled.

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > ConditionStartDefinition

Properties Permanent link for this heading

Type

Property

Name

DefinitionElement[]

actdefprev

Predecessor Activities

LanguageStringList[]

actdeftitle

Title

ConditionEndDefinition

defcondend

End of Condition

DefinitionElement[]

defelsenext

Successor Activities if Condition Is Not Fulfilled

DefinitionElement[]

defthennext

Successor Activities if Condition Is Fulfilled

Properties Permanent link for this heading


Predecessor Activities (COOWF@1.1:actdefprev) Permanent link for this heading

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

unique DefinitionElement[] COOWF@1.1:actdefprev readonly


Title (COOWF@1.1:actdeftitle) Permanent link for this heading

Defines the title of an activity definition. This is a multilingual string.

unique LanguageStringList[] COOWF@1.1:actdeftitle readonly


End of Condition (COOWF@1.1:defcondend) Permanent link for this heading

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

ConditionEndDefinition COOWF@1.1:defcondend not null readonly


Successor Activities if Condition Is Not Fulfilled (COOWF@1.1:defelsenext) Permanent link for this heading

Defines the list of the next definition elements, where the execution path continues, if the condition in the IF-element is not fulfilled.

unique DefinitionElement[] COOWF@1.1:defelsenext readonly


Successor Activities if Condition Is Fulfilled (COOWF@1.1:defthennext) Permanent link for this heading

Defines the list of the next definition elements, where the execution path continues, if the condition in the IF-element is fulfilled.

unique DefinitionElement[] COOWF@1.1:defthennext readonly