Versions Compared

Key

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

...

This ActionHandler modifies the assigned group of multiple swimlanes by the same prefix and postfix, which have been given in the smartform form or by a process variable in smartform form or by a process variable.

...

Code Block
com.dooris.bpm.actionhandler.AssignmentActionHandler

Parameter

Parameter 

Default value

Description

Valid examples

swimlanes
Status
titlemandatory

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.

Note

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 form to fill out prefix and postfix. Desired changed to the group name of the swimlane will be stored in the variables of the smartformform.

...

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

...