Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

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

com.dooris.bpm.actionhandler.AssignMultiUserHandler

Parameter

Parameter name

Default value

Description

Valid examples

swimlaneMANDATORY

 

Name of the swimlane being assigned.

 Swimlane1

usersMANDATORY

 

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.

${myVariable}

 

Example:

Actionhandler is implemented on the node Task1 as follows:

Parameter name

Description

Valid examples

swimlaneMANDATORY

Swimlane2 is set here.

 Swimlane2

usersMANDATORY

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.

  • No labels