Core Concepts
A BPEL process consists of steps. Each step is called an activity. BPEL supports basic and structured activities. Basic activities represent basic constructs and are used for common tasks, such as those listed below:
- Invoking other web services, using
<invoke>
- Waiting for the client to invoke the business process through sending a message, using
<receive>
(receiving a request) - Generating a response for synchronous operations, using
<reply>
- Manipulating data variables, using
<assign>
- Indicating faults and exceptions, using
<throw>
- Waiting for some time, using
<wait>
- Terminating the entire process, using
<terminate>
We can then combine these and other basic activities and define complex algorithms that exactly specify the steps of a business ...
Get Business Process Execution Language for Web Services - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.