--
Sie erhalten diese Nachricht, weil Sie in Google Groups E-Mails von der Gruppe "BPELUnit" abonniert haben.
Wenn Sie sich von dieser Gruppe abmelden und keine E-Mails mehr von dieser Gruppe erhalten möchten, senden Sie eine E-Mail an bpelunit+u...@googlegroups.com.
Weitere Optionen finden Sie unter https://groups.google.com/d/optout.
How can we model interacting process instances? For example, process p1 is a service that interacts with another processs p2 by invoking its operation. At the same time p2, which is another service recieves the invoke action from p1. process it then returns the result back to p1 which resumes.