cancel
Showing results for 
Search instead for 
Did you mean: 

Pass data (using variables) from one usertask to the next.

george_ath
Champ in-the-making
Champ in-the-making
Does anyone know how to pass information from one usertask to another using only activiti designer (eclipse plugin)? I am a university student working on a project and i was told to work on it without using code. For instance i want to pass a variable (say "Vacation days") from "Register Leave Request" usertask to "Verify Available Vacation Days" usertask so that the user who claims the "Verify Available Vacation Days" task can see what the first user has filled in the "Vacation Days" field. Any help is appreciated.
[img]http://s3.postimg.org/qa3z9pmgf/tasks.jpg[/img] [img]http://s3.postimg.org/5jlg84xkf/kermit.jpg[/img]
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
You can use expressions like ${myVariable} in the description and hence already pass information. Otherwise you can use a form property that uses the same variable.

george_ath
Champ in-the-making
Champ in-the-making
Thank you very much for your help!

george_ath
Champ in-the-making
Champ in-the-making
Sir, do you know any source i can learn more about using activiti designer without coding? I need to do simple math with variables, set current date to a variable and more. I am sorry for being off topic but i am totally frustrated. I have serached google but the only results i have find has to do with coding.

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

Is script task (and javascript/groovy) coding from your perspective?
If not you can use script task and scripting language to do the simple math (and more) with variables.

Regards
Martin