Hi Wong, If a business process needs to take different paths based on external conditions, then you have to program the process that way. You could store data used for decision making in a datastore or a rule engine or a custom webservice and query it in the process.
I wouldn't recommend using setVariable from PMAPI for your production deployments. ODE-1017 is not available in ODE 1.3.6 release. It will be part of 1.3.7 release. If you want to test ODE-1017 you could build the 1.3.7 snapshot from ODE source. regards, sathwik On Wed, Oct 29, 2014 at 8:13 AM, Chris Wong <[email protected]> wrote: > Tammo van Lessen <tvanlessen@...> writes: > > > > > 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 > > > > > Yeah, I could do modifying in the HelloWorld bpel. > But sometimes I need to manually modify the varibale in running process by > invoking another process in order to adapt to environment changing. > And I invoke the setVariable(integrated in [ODE-1017]) in > InstanceManagement > failed. > > Best regards, > Chris Wong > > > >
