hifly81 / jbpm-utilities

Utilities and samples using jbpm PAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat BPM/BRMS utilities

Utilities for Red Hat BPM/BRMS products.

Two branches are available:

  • master (code for BPM 6.4.x)
  • bpms7.0.x (code for BPM 7.0.x)

Some components available in this project:

  • rest client for BPM APIs
  • jms client for BPM APIs
  • advanced queries
  • custom work item handlers
  • custom event listeners
  • custom task event listeners
  • sample BPMN processes with: escalation, service task handler, work item handlers
  • eap log handler for bpm events
  • bpm extensions to the REST APIs (only for BPM 6.4.x)
  • bpm kjar inclusion
  • bpm and rules

Compile and execute

In order to compile the projects you need apache maven v3.x

You can compile and create the artifact archives executing commands starting from the root folder.

Compile:

mvn clean compile

Create artifacts and execute tests (target folder):

mvn clean package

Create artifacts, execute tests (target folder) and install them in maven repo:

mvn clean install

About

Utilities and samples using jbpm PAM


Languages

Language:Java 99.7%Language:Shell 0.3%