Store variables in each task

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 01:47 AM
I have a process which has several tasks. In each task i want to store Comments/Remarks provided by the user, Reason (Some Predefined Values (Combo)) and Action selected by the user.
I already have a user interface developed for the this. I want to pass these three values to be passes to the Activiti. I want these variables to be a part of history. so that i can retrieve these value later and show them in some History UI.
Please can you guys share some good approaches to do that.
Regards,
Faraz
I already have a user interface developed for the this. I want to pass these three values to be passes to the Activiti. I want these variables to be a part of history. so that i can retrieve these value later and show them in some History UI.
Please can you guys share some good approaches to do that.
Regards,
Faraz
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 03:24 AM
use the api to store the values and set history to full to be able to retrieve them afterwards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 04:10 AM
use the api to store the values and set history to full to be able to retrieve them afterwards
but How can i use the APi to store value ? Can you point me to some link please ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 04:39 AM
almost ALL the examples and things mentioned in the normal docs do this. So please look at them first

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 06:03 AM
almost ALL the examples and things mentioned in the normal docs do this. So please look at them first
Will this statement do that ?
taskService.setVariableLocal(taskId , variableName, variableValue);
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2011 12:27 PM
why don't you give it a try? It's not like the world is going to blow up if it fails (even not if it works)
