Chapter 5. User guide

Table of Contents

5.1. Designing a xpdl process with ProEd
5.2. Nova Bonita APIs
5.2.1. Getting started with Bonita APIs
5.2.2. Nova Bonita APIs, playing with !
5.3. Running the example

This chapter describes how to start playing with Nova Bonita M3. More precisely it describe main steps to define and deploy workflow processes and how to start running them in Nova Bonita:

5.1. Designing a xpdl process with ProEd

Like in previous Bonita versions, processes could be created either through a java api or through a graphical editor : ProEd. The java api to build Bonita v4 processes is not yet developped, so processes should be deployed as .xpdl files. That can easily be done under proed (see restrictions below) and then imported as xpdl files. For that, use the stand alone version of the process editor that can be downloaded on Bonita download page.

Please, refer to the online documentation to use proEd.

As final result proEd saves the description of the designed process as an xpdl file that should be imported as described in the following section.