Class COOWF@1.1:ParticipantDefinition
Object class to define a list of participants. The participant definition can be used as the
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 activities
are inserted into the process in parallel.
Class Hierarchy
Object >
ComponentObject >
ConfigurationObject >
ParticipantDefinition
Properties
Properties
Consider Active Users Only (COOWF@1.1:activeusersonly)
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)
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)
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)
List of participants who will get the activities.
Explanation:
In this field all participants are listed.
WorkFlowActorList[] COOWF@1.1:partdefparticipants
readonly