Pass data (using variables) from one usertask to the next.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 05:12 AM
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]
[img]http://s3.postimg.org/qa3z9pmgf/tasks.jpg[/img] [img]http://s3.postimg.org/5jlg84xkf/kermit.jpg[/img]
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 09:30 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2015 05:30 AM
Thank you very much for your help!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2015 06:08 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2015 02:06 AM
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
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
