简体   繁体   中英

WebSphere Process Server and parallel task

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM