2022 June Release

Class COOWF@1.1:CaseEndDefinition Permanent link for this heading

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > CaseEndDefinition

Objects of this class are used to define the end point of the definition of a case switch in a process definition. 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

DefinitionElement[]

actdefnext

Successor Activities

CasePrevDefinitionList[]

defcaseprev

Predecessor Activities for Specific Property Values

CaseStartDefinition

defcasestart

Start of Switch

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

Defines the list of end definition 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 CasePrevDefinitionList[] COOWF@1.1:defcaseprev not null readonly


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

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

CaseStartDefinition COOWF@1.1:defcasestart not null readonly