-
1. How to update process variables
bpmn2user Mar 31, 2011 10:57 PM (in response to sasir)>i want to update the user who acted on first task but the data should be in content table so that i cna use it for display purposes.
Is this like accessing data from a content table (e.g, say you application database table) and updating user?
You can use a script node (http://community.jboss.org/people/bpmn2user/blog/2011/03/30/jbpm5-example--human-task-forms-with-variables--workitems) that can access your content table.
-
2. How to update process variables
sasir Apr 1, 2011 11:16 AM (in response to bpmn2user)I am not accessing database. Simply am updatign the task data while starting/completing the task but was wondering how we can pass content data from one task to another task
I am able to update the content data while completing the first human task and want to pass the same updated content to second human task.
How can we access the task data/content data inside the script variable. Its not available through ksession..Am i missing soemthing here?
-
3. How to update process variables
bpmn2user Apr 1, 2011 12:52 PM (in response to sasir)When you say task data/content data, I am presuming that you are referring to the data you entered in the task form.
Look at the comments in http://community.jboss.org/people/bpmn2user/blog/2011/03/30/jbpm5-example--human-task-forms-with-variables--workitems#comment-5978