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
