The ParticipantScope component provides attributes
representing scopes for searching process instances depending on the Participants
who have access to the instances. These are the scope values defined by
ParticipantScope:
- ALL: All process instances.
- ALL_IN_ROLE: All process instances in a Role assigned to the current
Participant (that is, the Participant used to connect to the
ProcessService), including instances assigned to other
Participants.
- PARTICIPANT: All process instances assigned to the current
Participant.
- PARTICIPANT_ROLES: All process instances in a Role assigned to the current
Participant, excluding instances assigned to other Participants.
- PROCESS_ROLES: All process instances located in interactive activities.