Hi Vinay, How did you come to the conclusion that the flow branch activities are being executed in series?
What kind of MEP is your invoke (One-way or Request-Response)? ODE version? regards, sathwik On Mon, Apr 20, 2015 at 5:24 PM, Vinay Vijay <[email protected]> wrote: > Hi, > > In the flow activity of a process if I have one asynchronous web service > call (with an invoke & a receive) per branch, the branches are executed in > series. > > This I have come to know that bpel runs the process in a single thread. Is > there a way to spawn new threads for these invoke calls so that they become > non-blocking? > > Oracle process manager has a property called nonBlockingInvoke which can > be set to true to make such calls in parallel. Is there something similar > in ODE to achieve parallel invokes for asynchronous web service calls? > > Any insight is very much appreciated. > > Regards, > Vinay >
