You could refer Examples section in http://ode.apache.org/assign.html
On Tue, Oct 28, 2014 at 3:11 PM, Tammo van Lessen <[email protected]> wrote: > Hi, > > variables in BPEL are modelled using XML Schema. There is no Java Bean > representation of that data. Variables are referenced by name, e.g. in an > invoke, receive or assign activity. > > HTH? > Tammo > > > On Tue, Oct 28, 2014 at 4:23 AM, [email protected] < > [email protected]> > wrote: > > > Hello there, > > > > I want to get the reference of the variable in a running Bpel > > Process. > > For instance,this is the variable defination in HelloWorld2.bpel > > in apache_ode_war_1.3.6\examples distribution > > <variables> > > <variable name="myVar" messageType="test:HelloMessage"/> > > <variable name="tmpVar" type="xsd:string"/> > > </variables> > > When the HelloWorld process is running, the variable 'myVar' will > > get the input from the message defined in <recieve input>. > > So,which javabean or other model the variable 'myVar' belong to ? > > How to get the reference of it ? > > For modifing the value of the 'myVar' variable. > > > > > > > > Best regards, > > Chris Wong > > > > > > -- > Tammo van Lessen - http://www.taval.de >
