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

Technical perspective


Once we understand each scenario, we can start thinking about the technical implications that our models will have. We can start analyzing which technical details we need to add in order to automate our business processes. In this section, we will start analyzing the technical assets that will be generated when we model our business process diagram in a BPMN2 tool that allows us to export the model as an XML file.

Let's start modeling the first version of the sprint management scenario.

Sprint management technical overview

As we have the initial description of our business process, we can go ahead and model it inside our business process designer tool. If we do that in jBPM6 web designer (which will be introduced in Chapter 5, Creating a Process Project in the KIE Workbench) or in any other BPMN2 tool, we will get something like the following diagram:

This process definition only contains the activities and flow objects as we described them previously. We haven't added...