mrietveld / jbpm-more-examples

Examples of various jBPM processes (both 5 and 6)
9 stars 9 forks source link

jbpm-more-examples

This project contains examples of various jBPM processes (both 5 and 6).

Examples

At the moment, the project contains examples that show how to

Versions of jBPM

Examples for various branches are stored on different branches of this project.

For example, if you're looking for examples for the 5.4.x versions of jBPM, you can find them on the 5.4.x branch of this project.

Currently, this project contains examples for the following versions of the jBPM:

Getting Started

  1. Clone this repository.
    • git clone git@github.com:mrietveld/jbpm-more-examples.git jbpm-more-examples
  2. Change into the directory of the repository and build it.
    • cd jbpm-more-examples
    • mvn clean install -DskipTests
  3. Look through the tests to find an example that you're looking for.

Currently available tests:

Exception Handling

Process Variables