cancel
Showing results for 
Search instead for 
Did you mean: 

who is update variable?

shaparak-smmira
Champ in-the-making
Champ in-the-making
is there any way to find who is update variable and get updated value in process?  :!:
8 REPLIES 8

shaparak-smmira
Champ in-the-making
Champ in-the-making
no solution ?

trademak
Star Contributor
Star Contributor
Hi,

No, the user that changed the variable is not stored in the engine.
You can get an overview of the variable changes via the HistoryService, if the history level is set to full.

Best regards,

shaparak-smmira
Champ in-the-making
Champ in-the-making
hi,thanks for reply

the history level is set to full ,and detail of update variable save in "act_hi_detail" table  but no field such as "user_id" for save user, it is possible if i create query and join tables?

jbarrez
Star Contributor
Star Contributor
Isn't that information stored for the task completion entry? Which probably is also when the variables where updated.

shaparak-smmira
Champ in-the-making
Champ in-the-making
Isn't that information stored for the task completion entry? Which probably is also when the variables where updated.
I dont Understand whats means!?  :roll:

jbarrez
Star Contributor
Star Contributor
What I mean is that that information normally is stored in the history tables.
Did you set identityService.setAuthenticatedUserId ?

hi ,and thanks for reply

yes i set identityService.setAuthenticatedUserId ,and i know the version of variable save in "act_hi_varinst" table and detail of type(update ,…) and time save in "act_hi_detail"table but no field for save user_id or user_information !

jbarrez
Star Contributor
Star Contributor
Sure, but is the variable being update part of a task completion (eg a form is submitted that completes the task)?
In that case, the user id is saved in the historic task record.

If not, then I'm afraid the information is not stored.