Hi,

I am facing problem while coping process variables into database.
I am not able to store values into database. is there any code sample for this 
proble?

I am using following code to store process variable into database.

TaskInstance.setVariable(variableName,value);
TaskInstance.setVariable(variableName,value);
TaskInstance.setVariable(variableName,value);
JbpmContext.save(processinstance);

my processdefinition code is


            <variable name="Variablename" access="read,write,required" 
mapped-name="Variablename"   />
            <variable name="Variablename" access="read,write,required" 
mapped-name="Variablename"   />
            <variable name="Variablename" access="read,write,required" 
mapped-name="Variablename"   />


Please guide me.

Thanks in advance.

Jaga



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976232#3976232

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976232
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to