2022 June Release

Class COOWF@1.1:RepeatStartInstance Permanent link for this heading

Class Hierarchy

Object > InstanceElement > RepeatStartInstance

Objects of this class are used for the start point of a REPEAT loop in a process instance. 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

InstanceElement[]

actinstnext

Successor Activities

InstanceElement[]

actinstprev

Predecessor Activities

RepeatEndInstance

instrepeatend

End of Iteration

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


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

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

unique InstanceElement[] COOWF@1.1:actinstprev readonly


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

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

RepeatEndInstance COOWF@1.1:instrepeatend not null readonly