Book Image

Business Process Driven SOA using BPMN and BPEL

5 (1)
Book Image

Business Process Driven SOA using BPMN and BPEL

5 (1)

Overview of this book

Table of Contents (13 chapters)
Business Process Driven SOA using BPMN and BPEL
Credits
Foreword
About the Authors
About the Reviewer
Preface
Index

Process Modeling Patterns and BPMN


While working on a process model, we will notice the use of several repeatable and re-usable steps that are commonly used. These are referred to as business process patterns, and are important for us to understand and keep in mind while developing a BPD using BPMN. These patterns began as developmental work by Wil van der Aalst, Arthur ter Hofstede, Bartek Kiepuszewski, and Alistair Barros who together identified many workflow patterns that could be used to describe a process behavior, and be considered for execution by a BPM system later on. We will be discussing some of the main business process patterns in subsequent sections of this chapter.

For ease of understanding, we can divide these patterns into the following categories:

  • Basic Control and Sequence Patterns

  • Branching and Synchronization Patterns

  • Iteration-based Patterns

  • Termination

  • Multi Instance

  • State-based patterns

Basic Control Patterns

In this section, we would be describing some basic control patterns...