Skip to content

jbossdemocentral/bpms-rewards-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBoss BPM Suite Rewards Demo

This is the HR employee rewards demo that provides examples of human task integration, form designer and a custom email work item handler.

There are four options available to you for using this demo; local, Openshift Online, Red Hat CDK OpenShift Enterprise and Containerized.

Option 1 - Install on your machine

  1. Download and unzip.

  2. Add products to installs directory.

  3. Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges.

  4. Start JBoss BPMS Server by running 'standalone.sh' or 'standalone.bat' in the /target/jboss-eap-6.4/bin directory.

    # To view automated email notifications, start provided server as root/admin (see Notes below):
    #
    $ sudo java -jar support/fakeSMTP.jar 
    

    In fakeSMTP GUI click 'START SERVER' button or you will get 'Could not connect to SMTP host' errors. This does not prevent the process from working, it just fails to send an email notification.

  5. Login to http://localhost:8080/business-central (u:erics / p:bpmsuite1!).

  6. Rewards demo pre-installed as project.

  7. Read the documentation found in the docs directory & enjoy JBoss BPM Suite!

Option 2 - Install on OpenShift

Running this demo in a container on any OpenShift Container Platform is available at Red Hat Demo Central.

Option 3 - Generate containerized installation

The following steps can be used to configure and run the demo in a container

  1. Download and unzip.

  2. Add product installer to installs directory.

  3. Copy contents of support/docker directory to the project root.

  4. Build demo image.

    docker build -t jbossdemocentral/bpms-rewards-demo .
    
  5. Start demo container

    docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/bpms-rewards-demo
    
  6. Login to http://<DOCKER_HOST>:8080/business-central (u:erics / p:bpmsuite1!)

  7. Rewards demo pre-installed as project.

  8. Read the documentation found in the docs directory & enjoy JBoss BPM Suite!

Additional information can be found in the jbossdemocentral docker developer repository

Notes

This project is pre-loaded into the JBoss BPM Suite, after starting it you can login, examine the rule, process, and data model from within the various product components.

After claiming the user task as a manager (to approve or deny the award), if task completion takes longer than 1 minutes it will te reassigned back into the group so other managers can claim it. The short time frame of 1 minutes is for demo purposes, should talk about days to complete instead as if a manager that claimed a task got sick and failed to complete the claimed task.

Optional: A task notification has also been setup to alert the members of the group responsible if a task sits longer than 2 minutes without being started (claimed). This is an email notification which you can view using the provided simple java SMTP server 'fakeSMTP.jar' (from https://nilhcem.github.io/FakeSMTP), just start as root/admin user to catch sent notifications in the mailbox window provided:

$ sudo java -jar support/fakeSMTP.jar 

In fakeSMTP GUI click 'START SERVER' button or you will get 'Could not connect to SMTP host' errors. This does not prevent the process from working, it just fails to send an email notification.

There is a workshop available online that will show you how to build this demo from scratch.

Supporting Articles

Released versions

See the tagged releases for the following versions of the product:

  • v2.2 - JBoss BPM Suite 6.3.0 on JBoss EAP 6.4.7 with travel agency installed and RH CDK on OSE Cloud install option.

  • v2.1 - JBoss BPM Suite 6.2.0-BZ-1299002 on JBoss EAP 6.4.4 with travel agency installed and RH CDK on OSE Cloud install option.

  • v2.0 - JBoss BPM Suite 6.2.0-BZ-1299002 on JBoss EAP 6.4.4 with rewards demo installed.

  • v1.9 - JBoss BPM Suite 6.2.0, JBoss EAP 6.4.4 and rewards demo installed.

  • v1.8 - JBoss BPM Suite 6.1.0 installer with rewards demo installed.

  • v1.7 - JBoss BPM Suite 6.0.3 installer with automated task email notifications.

  • v1.6 - JBoss BPM Suite 6.0.3 installer with automated task reassignment.

  • v1.5 - JBoss BPM Suite 6.0.3 installer with optional containerized installation.

  • v1.4 - moved to JBoss Demo Central, updated windows init.bat support and one click install button.

  • v1.3 - JBoss BPM Suite 6.0.3 installer with rewards demo installed.

  • v1.2 - JBoss BPM Suite 6.0.2 installer used, with rewards demo installed.

  • v1.1 - JBoss BPM Suite 6.0.2, JBoss EAP 6.1.1, and migrated from BRMS 5.3.

  • v1.0 - JBoss BPM Suite 6.0.1, JBoss EAP 6.1.1, and migrated from BRMS 5.3.

Video Rewards Run

Process

Process & Task Dashboard

About

JBoss BPM Suite based customer evaluation demo showing human task integration with BPM.

Resources

Stars

Watchers

Forks

Packages

No packages published