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 modifies the assigned group of multiple swimlanes by the same prefix and postfix, which have been given in the smartform or by a process variable in smartform or by a process variable.

During process modeling, an assignment must still be given to the affected swimlanes.

In order to assign a user or group to a specific swimlane, the following handler may be employed: VariableAssignmentActionHandler


Class

com.dooris.bpm.actionhandler.AssignmentActionHandler

Parameter

Parameter 

Default value

Description

Valid examples

swimlanesMANDATORY

The names of the swimlanes, to which the new group should be assigned, are entered here separated by ",".

name_of_swimlane1, name_of_swimlane2, ...

prefix

Variable that holds the prefix for the Group assigned to the swimlanes.

At least one of these variables (prefix and postfix) must be filled.

hr

postfix

Variable that holds the postfix for the Group assigned to the swimlanes

123

Example

In this example, we have a process which contains a task with an assigned group name 'test'. In order to implement the AssignmentActionHandler to modify the assigned group name of this task, respective swimlane names, desired prefix and postfix should be entered as follows:

You can see that the user can use a smartform to fill out prefix and postfix. Desired changed to the group name of the swimlane will be stored in the variables of the smartform.

After clicking the 'Save' button, modification of the assigned group name can be seen directly:

  • No labels