An open API service indexing awesome lists of open source software.

https://github.com/hifly81/jbpm-utilities

Utilities and samples using jbpm PAM
https://github.com/hifly81/jbpm-utilities

bpm bpmn brms drools jbpm jbpm-process wildfly

Last synced: 8 months ago
JSON representation

Utilities and samples using jbpm PAM

Awesome Lists containing this project

README

          

# 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:

```bash
mvn clean compile
```

Create artifacts and execute tests (target folder):
```bash
mvn clean package
```

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