Process logic

Structuring process logic

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.

Read more