2024 April Release

Class COOWF@1.1:RepeatEndDefinition Permanent link for this heading

Objects of this class are used to define the end point of the definition of a REPEAT loop in a process definition. Iterations are represented by two objects, one representing the start point, and one representing the end point, that contains the condition that is used to decide if the loop is repeated.
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 > RepeatEndDefinition

Properties Permanent link for this heading

Type

Property

Name

DefinitionElement[]

actdefnext

Successor Activities

DefinitionElement[]

actdefprev

Predecessor Activities

LanguageStringList[]

actdeftitle

Title

integer

defrepeatmaximum

Maximum Iterations

RepeatStartDefinition

defrepeatstart

Start of Iteration

LoopType

defrepeattype

Iteration Type

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


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.

Explanation:
In this field the title of the activity can be defined.

unique LanguageStringList[] COOWF@1.1:actdeftitle readonly


Maximum Iterations (COOWF@1.1:defrepeatmaximum) Permanent link for this heading

Defines the maximum number of iterations of the REPEAT-element in a process instance.

unsigned integer COOWF@1.1:defrepeatmaximum readonly


Start of Iteration (COOWF@1.1:defrepeatstart) Permanent link for this heading

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

RepeatStartDefinition COOWF@1.1:defrepeatstart not null readonly


Iteration Type (COOWF@1.1:defrepeattype) Permanent link for this heading

This property defines the way how the loop is evaluated.

LoopType COOWF@1.1:defrepeattype readonly