[jboss-user] [JBoss jBPM] - Regarding process variables

jagadeeshrao do-not-reply at jboss.com
Thu Oct 5 02:52:49 EDT 2006


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(variable ,Name);
TaskInstance.setVariable(variable ,Name);
TaskInstance.setVariable(variable ,Name);
JbpmContext.save(processinstance);

my processdefinition code is


            <variable name="Broker_Id" access="read,write,required" mapped-name="Broker_Id"   />
            <variable name="CSLN_Number" access="read,write,required" mapped-name="CSLN_Number" />
            <variable name="M-L-Check" access="read,write,required" mapped-name="M-L-Check" />
           

Please guide me.

Thanks in advance.

Jaga



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976230



More information about the jboss-user mailing list