======GenerateIdentityProcessVariablesHandler====== ==== Description ==== This handler creates new user-based variables containing the e-mail address, first name and last name ------ ==== Action Class ==== com.dooris.bpm.actionhandler.GenerateIdentityProcessVariablesHandler \\ ---- ==== Event Type ==== any ==== Action Name ==== any ==== Mandatory Fields ==== - ---- ==== Parameter ==== == identityProcessVariables== 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 e-mail related variable would be named "userEmail". ---- ==== Example ==== {{ :en:software:tim:actionhandler:generateidentityprocessvariableshandler.png }}