Reputation: 65491
We are designing a system that will use WebSphere Process Server.
At one point we need to call two web services and then combined the results.
We plan to create a parallel fork and then call each web service from its' own fork.
Question is how will this run? Will WPS call the first web service and wait for an answer, and then call the second. or will the two calls be made at the same time?
Previously, we have used Windows Workflow (WF). In WF 3.0 (old version) you could define parallel tasks. But each workflow was run by a single thread so it was not really parallel.
Upvotes: 0
Views: 498
Reputation: 11384
This should provide you with the answers that you are after.
HTH
Manglu
Upvotes: 1