2022 June Release

Class COOWF@1.1:ConditionStartInstance Permanent link for this heading

Class Hierarchy

Object > InstanceElement > ConditionStartInstance

Objects of this class are used for the start point of an IF-THEN-ELSE condition in a process instance. 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.

Properties Permanent link for this heading

Type

Property

Name

InstanceElement[]

actinstprev

Predecessor Activities

LanguageStringList[]

actinsttitle

Title

ConditionEndInstance

instcondend

End of Condition

date

instcondevaluated

Evaluated on/at

boolean

instcondresult

Result

date

instcondskipped

Skipped on/at

InstanceElement[]

instelsenext

Successor Activities if Condition Is Not Fulfilled

InstanceElement[]

instthennext

Successor Activities if Condition Is Fulfilled

Properties Permanent link for this heading


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


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

Defines the title of the activity instance. This is a multilingual string.
If the activity instance is created from an activity definition, this property is initialized with the value of actdeftitle.

unique LanguageStringList[] COOWF@1.1:actinsttitle


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

Defines the end part of the IF-element in the process instance.

ConditionEndInstance COOWF@1.1:instcondend not null readonly


Evaluated on/at (COOWF@1.1:instcondevaluated) Permanent link for this heading

Defines the date and time of the condition evaluation of the IF/REPEAT-element in the process instance. This property is set automatically and must not be changed afterwards.

date COOWF@1.1:instcondevaluated local readonly


Result (COOWF@1.1:instcondresult) Permanent link for this heading

Defines the result value of the evaluation of the IF/REPEAT-element in a process instance. This property is set automatically and must not be changed afterwards.

boolean COOWF@1.1:instcondresult readonly


Skipped on/at (COOWF@1.1:instcondskipped) Permanent link for this heading

Defines the date and time when the condition element was canceled cause a differen path of a superior control elemet was activated.

date COOWF@1.1:instcondskipped local readonly


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

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

unique InstanceElement[] COOWF@1.1:instelsenext readonly


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

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

unique InstanceElement[] COOWF@1.1:instthennext readonly