2022 June Release

Class COOWF@1.1:ParticipantDefinition Permanent link for this heading

Class Hierarchy

Object > ComponentObject > ConfigurationObject > ParticipantDefinition

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

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

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.

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.

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

WorkFlowActorList[] COOWF@1.1:partdefparticipants readonly