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

The Web Process Designer advanced topics


Even if the functionalities already covered in this chapter are enough to create a process, the Web Process Designer has some other features that will make life easier. These features include things like importing existing process definitions into the designer, validating our processes, creating custom task nodes, and so on.

Let's cover these features now to improve our productivity in the designer.

Importing process definitions

Sometimes, we already have a process definition outside of the KIE Workbench that we want to modify. One example is all of the .bpmn2 files that come with the source code of this book; another example would be if someone e-mails us a process definition that they are working on. The Web Process Designer has a feature to allow importing these files and creating a visual representation. In the toolbar, there's the Import Definition menu that we can use if we want to import an existing process definition. The supported languages...