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 6 Next »

Description

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


Class

com.dooris.bpm.actionhandler.AssignSupervisorToTasknodeActionHandler

Parameter

Parameter 

Default value

Description

Valid examples

swimlane

MANDATORY

 

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

name_of_the_swimlane

variableName

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:

  • Email address of the user (max@mustermann.de)

  • user(username)

  • the ID of the user

name_of_the_variable

 

Example:

Actionhandler is set on the node Task1 as follows:

Parameter 

Description

Valid examples

swimlaneMANDATORY

Swimlane2 is entered here.

Swimlane2

variableNameMANDATORY

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.

  • No labels