...
Description
Dieser ActionHandler weist mehreren Benutzern eine Swimlane zu. Dazu wird eine temporäre Gruppe erstellt, die später automatisch wieder gelöscht wird. Der Gruppenname besteht aus den E-Mail-Adressen der Mitglieder, damit die Mitglieder, die an der Aufgabe arbeiten können, eindeutig identifiziert werden.
Der Benutzername oder die E-Mail-Adressen der Benutzer müssen in einer Variablen (Parameter: users) definiert werden.
...
This ActionHandler assigns a swimlane to multiple users. For this, a temporary group is created, which is automatically deleted at a later point. The group name consists of the email addresses of the members so that the members who can work on the task are clearly identified.
User names or email addresses of the users must be defined in the variable users
.
...
Class
Code Block |
---|
com.dooris.bpm.actionhandler.AssignMultiUserHandler |
Parameter
Parameter name |
---|
Default value |
---|
Description |
---|
Valid examples | ||||
---|---|---|---|---|
|
Status | ||
---|---|---|
|
| Name |
of the swimlane being assigned. |
| ||
|
Status | |
---|---|
|
|
| Name |
of the process variable in which the users are saved. User names or email addresses may be used, but must be separated by a semicolon. |
|
Example:
...
Actionhandler is implemented on the node Task1 as follows:
Parameter name | Description | Valid examples | ||||
---|---|---|---|---|---|---|
|
Status | ||
---|---|---|
|
Swimlane2 is set here.
Swimlane2
users
Status | ||
---|---|---|
|
Name of the process variable in which the users will be saved is set here.
${users}
We set the actionhandler to execute before entering the first node.
In order to start the process, the variable users
will be filled with the necessary user emails.
...
Entered user will be assigned to the tasks on Swimlane2 after starting the process.
...