cancel
Showing results for 
Search instead for 
Did you mean: 

How call back variables?

jessy
Champ in-the-making
Champ in-the-making


How can I call back the variables that I wrote into form properties of user tasks in other tasks?
5 REPLIES 5

keremkul
Champ in-the-making
Champ in-the-making
Hi Jessy,
I think you can call back by using form item's "id" as variable in other tasks' (into form properties)..It must be same "id"  !!

Regards,
KEREM KUL

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
Yes, all form properties are referenceable as process variables in later proces steps. Try it out, by adding {my ar} in the codumentation for example

jessy
Champ in-the-making
Champ in-the-making
Nothing happens. I try it, but when I deploy and start my process in documentation remain in this form:{id}. I want the input that I insert. is it possible?

For example:
user task1
form properties —> id: location
                                 name:location
                                  type:string
when my process start, it ask me location…I insert Rome.
So if I want in user task2: "the location is Rome" in documentation, how can i do it?

Please help me!! this is a project for my university thesis.

keremkul
Champ in-the-making
Champ in-the-making
How do you add " location " field in(to) UserTask2 ?