Description
The WriteLastTaskFinisherInVariableHandler saves user information (i.e. email, id, name, first name, and last name) of the user that completed a task to process variables.
...
Class
Code Block |
---|
com.dooris.bpm.actionhandler.WriteLastTaskFinisherInVariableHandler |
Parameter
Parameter name | Default value | Description | Valid examples |
---|---|---|---|
| Name of the variable that will contain the captured user information. |
| |
| Here the user can define which user information will be captured in the process variable. The available values are Email, ID, Name, firstname, and lastname. To capture multiple values (e.g. email, first and lastname), the values have to be a comma separated within the userAttribute parameter. |
|
Example
1. Example
lastFinisherVariable=mail_user
userAttribute=Email
...