2022 June Release

Class COOWF@1.1:ActivityDefReference Permanent link for this heading

Class Hierarchy

Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > DefinitionElement > ActivityDefReference

Create and initialize an instance element from a definition element.

Properties Permanent link for this heading

Type

Property

Name

MultiInstanceType

actdefmultiple

Multi-Instance

DefinitionElement[]

actdefnext

Successor Activities

Object

actdefpartdefinition

Distribution List

WorkFlowParticipant

actdefparticipant

Workflow Participant

DefinitionElement[]

actdefprev

Predecessor Activities

ActivityDefinition

actdefrefactdef

Referenced Activity Definition

LanguageStringList[]

actdeftitle

Title

Properties Permanent link for this heading


Multi-Instance (COOWF@1.1:actdefmultiple) Permanent link for this heading

This property defines if the current activity definition is resolved to multiple activity instances when the state changes to ACTINST_STARTABLE

MultiInstanceType COOWF@1.1:actdefmultiple readonly


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


Distribution List (COOWF@1.1:actdefpartdefinition) Permanent link for this heading

This property defines the distribution list the activity is assigned to. When the activity get's startable the distribution list is resolved to single activity instances for each member of the distribution list. If the distribution list defines that it should expand immediately the distribution list is resolved to single instances at start of the process. Note: This property of the participant can only be used for activities which are populated as multiple instance activities.

Object COOWF@1.1:actdefpartdefinition readonly

Additional Information


Workflow Participant (COOWF@1.1:actdefparticipant) Permanent link for this heading

Defines the organizational element concerned by the activity definition. An activity definition can be prescribed to a user, a group, a position, an organizational unit type, a position in context of a group or a position in context of an organizational unit type. The workflow participant can be defined as an abstract participant, too. The abstract participant is evaluated and stored in this property when the state of the activity instance changes from "Waiting" to "Startable". Changes of the evaluated properties (e.g. the object owner) made afterwards are not considered.
It is also possible to define a person who is not a system user. In this case a system user who substitutes this person must be defined.

unique WorkFlowParticipant COOWF@1.1:actdefparticipant 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


Referenced Activity Definition (COOWF@1.1:actdefrefactdef) Permanent link for this heading

This property defines which activity definition is inserted by the activity definition references

ActivityDefinition COOWF@1.1:actdefrefactdef not null readonly


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

Defines the title of an activity definition. This is a multilingual string.

unique LanguageStringList[] COOWF@1.1:actdeftitle readonly