2022 June Release

Class COOWF@1.1:RepeatStartDefinition Permanent link for this heading

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > RepeatStartDefinition

Objects of this class are used to define the start 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.

Properties Permanent link for this heading

Type

Property

Name

DefinitionElement[]

actdefnext

Successor Activities

DefinitionElement[]

actdefprev

Predecessor Activities

RepeatEndDefinition

defrepeatend

End of Iteration

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


End of Iteration (COOWF@1.1:defrepeatend) Permanent link for this heading

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

RepeatEndDefinition COOWF@1.1:defrepeatend not null readonly