Book Image

jBPM6 Developer Guide

Book Image

jBPM6 Developer Guide

Overview of this book

Table of Contents (21 chapters)
jBPM6 Developer Guide
Credits
About the Author
Acknowledgments
About the Author
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Using BPMN 2.0 to Model Business Scenarios

After learning about the BPM discipline, we understand that we need to have a formal language to express our business processes. This language will help us in defining a well-established sequence for the decisions our organization makes. We want to make sure such definitions are as powerful as possible, so we want the formal language to be extensible. We also want the freedom to choose our BPM system regardless of our definitions as much as possible, so we want the formal language to follow widely accepted standards. For all these reasons, in this chapter we focus on BPMN 2.0, a standard, flexible language that is supported by jBPM6 and many other providers as the current de facto language for executable business processes.

We will introduce a real-life use case to demonstrate best practices and design strategies based on managing requirements in a Sprint Development use case, where we will perform the following operations:

  • Introduce the...