Control constructs in OWL and BPEL4WS

Hi all, 
 
Using OWL-S and BPEL4WS, we can think that some of each control constructs
are similar. 
I understood that: 

- The structure **While**(BPEL4WS) and **Repeat-While**(OWL-S) have similar
functionalities, both test the condition before executing the loop. 

- The Split+Join and Flow(BPEL4WS)both provide concurrency and
synchronization. 

- Choice (OWL-S) and Switch (BPEL4WS) are similar structures to call a
single control from a given set of possibilities. 

Am I correct? Can I actually say that these constructs are similar? 

Thank you very much, 
 Daniela

Received on Thursday, 27 January 2005 14:17:54 UTC