This project contains examples of various jBPM processes (both 5 and 6).
At the moment, the project contains examples that show how to
- handle exceptions in your (BPMN2) workflow using jBPM
- (see the exception-handling module)
- use process variables in various ways
- (see the process-variables module)
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:
- Clone this repository.
git clone [email protected]:mrietveld/jbpm-more-examples.git jbpm-more-examples
- Change into the directory of the repository and build it.
cd jbpm-more-examples
mvn clean install -DskipTests
- Look through the tests to find an example that you're looking for.
- CatchIntermediateEscalationTest
- Shows how to handle exceptions using a Throw Event in a SubProcess (to which a Boundary Event is attached.)