Book Image

WS-BPEL 2.0 Beginner's Guide

Book Image

WS-BPEL 2.0 Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
WS-BPEL 2.0 Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Triggering a business event from a BPEL process


Let's now try to trigger a business event from a BPEL process. When a BPEL process triggers a business event, all processes, services, and other components that are subscribed to this event will execute.

Triggering a business event from a BPEL process is quite simple. It requires using the <invoke> activity where we specify the business event instead of a partner link and operation name.