Versions Compared

Key

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

Beschreibung

Dieser ActionHandler ändert die zugewiesene Gruppe mehrerer Swimlanes durch das gleiche Präfix und Postfix, die im SmartForm oder durch eine Prozessvariable angegeben wurden.

Bei der Prozessmodellierung muss den betroffenen Swimlanes noch eine Zuordnung gegeben werden.

Um einen Benutzer oder eine Gruppe einer bestimmten Swimlane zuzuweisen, kann der folgende Handler verwendet werden: VariableAssignmentActionHandler

...

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

Code Block
com.dooris.bpm.actionhandler.AssignmentActionHandler

Parameter

123

Parameter Standardwert

Default value

BeschreibungDescription

Gültige BeispieleValid examples

swimlanes
Status
titlemandatory

Die Namen der Swimlanes, denen die neue Gruppe zugeordnet werden soll, werden hier getrennt durch The names of the swimlanes, to which the new group should be assigned, are entered here separated by "," eingetragen.

name_of_swimlane1, name_of_swimlane2, ...

prefix

Variable , die das Präfix für die Gruppe enthält, die den Swimlanes zugewiesen ist.

Info

Mindestens eine dieser Variablen (Präfix und Postfix) muss ausgefüllt werden.

Hr

postfix

Variable, die das Postfix für die Gruppe enthält, die den Swimlanes zugewiesen ist

Beispiel

...

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 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:

...