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
- Host: GitHub
- URL: https://github.com/hifly81/jbpm-utilities
- Owner: hifly81
- Archived: true
- Created: 2018-03-16T15:32:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T01:01:39.000Z (over 4 years ago)
- Last Synced: 2024-12-20T23:29:12.119Z (10 months ago)
- Topics: bpm, bpmn, brms, drools, jbpm, jbpm-process, wildfly
- Language: Java
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.xYou 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
```