Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in the text are shown as follows: "Specify a role for the users in the roles.properties file."

A block of code is set as follows:

ReleaseId newReleaseId = ks.newReleaseId("com.packt.masterjbpm6", "pizzadelivery", "1.1-SNAPSHOT");
// then create the container to load the existing module
Results result = ks.updateToVersion (newReleaseId);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<bpmn2:scriptTask id="_2" name="prepare order" scriptFormat="http://www.java.com/java"> ...

Get Mastering jBPM6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.