Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This ActionHandler assigns a swimlane to multiple users, which are not yet part of a specific group. For this, a temporary group is created , which is automatically deleted at a later point. The group name consists of the email addresses or user names 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 userscompletion of the process instance. To be more precise, the memberships are deleted and the group is archived so that it is still available for the reporting/auditing. Temporary groups are neither shown in the user profile nor in the admin’s group list.

...

Class

Code Block
com.dooris.bpm.actionhandler.AssignMultiUserHandler

...

Parameter name

Description

Valid examples

swimlane
Status
titleMANDATORY

Swimlane2 is set here.

 Swimlane2

users
Status
titleMANDATORY

Name of the process variable in which the users will be saved is set here.

${users}

Furthermore, a smartform form with an input field with the variable name users is required for specifying the users.

When starting a new process instace, the input field "Users" in the smartform form must be filled with the required users (either e-mail address of the users or user name separated by semicolon).

...