Process logic
Structuring process logic
Wiki page: Submitted by carolgeyer on 14. December 2007 - 0:34. Last updated on 14. December 2007 - 16:19.
BPEL provides the means to structure the business logic according to your needs. If you need a number of activities executed in a sequential order (e.g. first receive the order, then check the payment, then ship the goods, then send a confirmation) you can do so by using BPEL’s sequence activity. In other words, the sequence activity is used to define a collection of activities which are executed sequentially in lexical order.