The WriteLastTaskFinisherInVariableHandler saves user information (i.e. email, id, name, and firstname) of the user that completed a task to process variables.
com.dooris.bpm.actionhandler.WriteLastTaskFinisherInVariableHandler
node-leave
any
empty
Name of the variable that will contain the captured user information.
Here you 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 comma-seperated within the userAttribute parameter.
lastFinisherVariable=mail_user
userAttribute=Email
Created process variable
mail_user=Hans.Muster@firma.de
lastFinisherVariable=mail_user
userAttribute=Email,ID
Created process variables:
mail_user_Email=Hans.Muster@firma.de
mail_user_ID=543