2024 April Release

Class COOWF@1.1:ParticipantDefinition Permanent link for this heading

Object class to define a list of participants. The participant definition can be used as participant of an activity. When the activity is started the participant definition will be resolved to single participants and each participant will receive the activity. The activity are parallel insterted into the process

Class Hierarchy

Object > ComponentObject > ConfigurationObject > ParticipantDefinition

Properties Permanent link for this heading

Type

Property

Name

boolean

activeusersonly

Consider Active Users Only

LanguageStringList[]

mlname

Multilingual Name

boolean

partdefexpand

Expand Immediately

WorkFlowActorList[]

partdefparticipants

Workflow Participants

Properties Permanent link for this heading


Consider Active Users Only (COOWF@1.1:activeusersonly) Permanent link for this heading

Inactive users will be ignored when resolving the participant instance.

Explanation:
In this field it is defined, whether only active users should be considered.

boolean COOWF@1.1:activeusersonly readonly


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

Explanation:
This field defines the multilingual name of the object.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


Expand Immediately (COOWF@1.1:partdefexpand) Permanent link for this heading

This property defines if the participant instance should be resolve directly after the activity is inserted into the process.

Explanation:
This field defines whether the abstract participants should be resolved immediately and be displayed in the ad hoc workflow editor. Otherwise only the abstract participants are displayed in the ad hoc workflow editor.
Note: To see if the participants are resolved correctly, this field should be set to "Yes".

boolean COOWF@1.1:partdefexpand readonly


Workflow Participants (COOWF@1.1:partdefparticipants) Permanent link for this heading

List of participants who will retrieve the activities.

Explanation:
In this field all participants are listed.

WorkFlowActorList[] COOWF@1.1:partdefparticipants readonly