2022 June Release

Class COOWF@1.1:CaseEndInstance Permanent link for this heading

Class Hierarchy

Object > InstanceElement > CaseEndInstance

Objects of this class are used for the end point of a case switch in a process instance. Case switches are represented by two objects, one representing the start point, that contains the condition, and one representing the end point.

Properties Permanent link for this heading

Type

Property

Name

InstanceElement[]

actinstnext

Successor Activities

CasePrevInstanceList[]

instcaseprev

Predecessor Activities for Specific Property Values

CaseStartInstance

instcasestart

Start of Switch

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 for Specific Property Values (COOWF@1.1:instcaseprev) Permanent link for this heading

Defines the list of end instance elements for the particular paths of the CASE-element. One of these paths has to be completed in order to complete the CASE-element. The value of the CASE-element property or the result of the evaluation action determines which of these path has to be completed.

unique CasePrevInstanceList[] COOWF@1.1:instcaseprev not null readonly


Start of Switch (COOWF@1.1:instcasestart) Permanent link for this heading

Defines the start part of the CASE-element in a process instance.

CaseStartInstance COOWF@1.1:instcasestart not null readonly