Sathwik B P <sathwik.bp@...> writes: > > You could refer Examples section in http://ode.apache.org/assign.html > > On Tue, Oct 28, 2014 at 3:11 PM, Tammo van Lessen <tvanlessen@...> > 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 > > Tammo van Lessen - http://www.taval.de > > >
Thanks. Actually,I need to change variable outside of the current running process. For example,I need to invoke a java app or another Web Service to modify the HelloWorld process's variable 'myVar'. And I have attempted to invoke setVariable in InstanceManagement ,but it didn't work.
