AssignTasksByVariableHandler

AssignTasksByVariableHandler

This Handler was included in v9.1.10 and is not available in older versions.

Description

This ActionHandler assigns all tasks of a node to a user or group, which has been given in form or by a process variable.

In order to assign the instance starter to a specific swimlane, the following handler may be used: AssignStarterToSwimlaneHandler.

If you want to assign a whole swimlane, you may use the VariableAssignmentActionHandler .


Class

com.dooris.bpm.actionhandler.AssignTasksByVariableHandler

Parameter

Parameter 

Default value

Description

Valid examples

Parameter 

Default value

Description

Valid examples

variable

MANDATORY

 

In order to execute the assignment, the variable may take one of the following forms in order to choose a user/group:

  • user(Username)

  • group(GroupName)

name_of_the_variable

user(${starter})

defaultAssignee

MANDATORY

 

If variable is empty or it’s given user/group cannot be found, this parameter’s value is used as a fallback for the assignment.

group(Admin)



Example:

 

Parameter

Example

Parameter

Example

variable

user_selection_dropdown

defaultAssignee

group(Admin)