cancel
Showing results for 
Search instead for 
Did you mean: 

call back variables

jessy
Champ in-the-making
Champ in-the-making
How I can call back the variables that I wrote in user tasks in other tasks?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
um … if you did execution.setVariable() you get them by calling execution.getVariable(). Or replace execution with 'task'.

jessy
Champ in-the-making
Champ in-the-making
If I set the variables with id in form properties, can I recall it in documentation of another user task?
At the end of my process I want a summary of the variables that I set before.

jbarrez
Star Contributor
Star Contributor
> If I set the variables with id in form properties, can I recall it in documentation of another user task?

Yes, you can reference them like regular variables using {myvar}