Versions Compared

Key

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

...

Code Block
com.dooris.bpm.actionhandler.GenerateIdentityProcessVariablesHandler

Parameter

Parameter name

Default value

Description

Valid examples

identityProcessVariables

Status
titleMandatory

Status
titlen/a

The name of the process variable, which must contain the username of a user.

The new variables are thus named:

  • name_of_process_variable + Email

  • name_of_process_variable + LastName

  • name_of_process_variable + FirstName

For example, if the variable is named “user”, then the email related variable would be named “userEmail”.

exampleUser

Info

More variables can be added with comma separation i.e. variable1, variable2,variable3

Example:

...

In order to use this actionhandler, the user needs to enter the variable names which are coming from the related smartform form input field. We created a smartform form with two input fields called userNameVariable and userNameVariable2 as the following:

...

We have added the GenerateIdentityProcessVariablesHandler to the ‘Generate Identity Based Variables’ node and set the identityProcessVariables to the variables names from the smartformform.

Parameter name

Description

Example values

identityProcessVariables

Variables names from the

smartform

form which will contain the desired user name for generating variables.

userNameVariable,userNameVariable2

We filled out the smartform form with two user names called exampleUser and exampleUser2.

...