[jboss-user] [JBoss jBPM] - Re: fork, task instance variable and process variable

2006-08-21 Thread yxyang
i cannot see the value of using task local variable. It incurs lots of db IO. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966474#3966474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966474 __

[jboss-user] [JBoss jBPM] - Re: fork, task instance variable and process variable

2006-08-20 Thread kukeltje
Yep, each taskinstance gets a copy of the processvariable at the moment the task is created. The behaviour was different in 3.0 If you do not want tasklocal variables, just don't include them. The taskinstance has access to the process variables as well (at least in cvs-head, but afaik in 3.1 a