Versions Compared

Key

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

...

Description

Dieser ActionHandler setzt den Supervisor der ausgewählten Benutzer als Verantwortlichen für eine legt den Supervisor der ausgewählten Benutzer als Verantwortlichen für eine Swimlane.

...

This ActionHandler sets the supervisor of the selected users as the responsible person for a swimlane.

...

Class

Code Block
com.dooris.bpm.actionhandler.AssignSupervisorToTasknodeActionHandler

Parameter

Parameter 

Standardwert

Default value

Beschreibung

Description

Gültige Beispiele

Valid examples

swimlane

Status
title

mandatoryHier wird der Name der Swimlane eingetragen, der die verantwortliche Person zugeordnet ist

MANDATORY

 

The name of the swimlane is entered here to which the responsible person is assigned.

name_of_the_swimlane

variableName

Status
title

mandatory

Hier wird die Prozessvariable eingetragen, aus der der Inhalt gelesen wird. Der Inhalt sollte ein Benutzer sein und kann gemäß dem folgenden Beispiel eingegeben werden:

E-Mail-Adresse des Benutzers (max. @

MANDATORY

 

The process variable is entered here from which the content is read. The content should be a user and can be entered according to the following sample:

Benutzer
  • user(

Benutzername
  • username)

die ID des Benutzers
  • the ID of the user

name_of_the_variable

 

Example:

...

Actionhandler is set on the node Task1 as follows:

Parameter 

Description

Valid examples

swimlane

Status
titleMANDATORY

Swimlane2 is entered here.

Swimlane2

variableName

Status
titleMANDATORY

Variable name users from the smartform is entered here.

users

The smartform is created with a variable name users as follows:

...

In order to start the process, smartform should be filled with the user information.

...

The supervisor of the entered user will be assigned as responsible person for the Swimlane2 after starting the process.

...