Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

redhatdemocentral/rhcs-vacation-request-demo

Repository files navigation

Update: June 2018 moved to Gitlab.

App Dev Cloud with JBoss Vacation Request Demo

This demo is to install JBoss BPM Suite based vacation request application in the Cloud based on leveraging the OpenShift Container Platform (OCP). It delivers a fully functioning HR employee vacation request example containerized on OCP.

This is a simple vacation request process project for employees to request PTO / Vacation days. It demonstrates the following functionality:

  • Rest service (GET & POST)

  • Human Task assignment and escalation

  • Business Rule for auto approval

This is a vacation process example which calls out to a REST service to get vacation information based on a particular ID. Based on the rule for hours requested (10 hours or less), the request is auto approved or is routed to a manager. If the manager does not claim/complete the task in 30 seconds, it's escalated to another group. Once approved or not approved, the original requester can see the status.

Install on OpenShift (OCP)

  1. (OPTIONAL) First ensure you have an OpenShift container based installation, such as one of the followling installed first:

  2. Download and unzip this demo.

  3. Download JBoss EAP & JBoss BPM Suite, add to installs directory (see installs/README).

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

   # The installation needs to be pointed to a running version
   # of OpenShift, so pass an IP address such as:
   #
   $ ./init.sh 192.168.99.100  # example for OCP.

Log in to JBoss BPM Suite to start exploring an employee vacation request application (the address will be generated by the init script):

Notes

Should your local network DNS not handle the resolution of the above address, giving you page not found errors, you can apply the following to your local hosts file:

$ sudo vi /etc/hosts

# add host for OCP demo resulution
192.168.99.100   rhcs-vacation-demo-appdev-in-cloud.192.168.99.100.nip.io 

If for any reason the installation breaks or you want a new JBoss BRMS installation, just remove the project rhcs-bpms-install-demo entry in the OpenShift console and re-run the installation.


Submitting a Vacation Request

  1. Fill in the ID number associated with the user

  2. Fill in the number of hours being requested

  3. If it's less than 10, it will be auto approved and the user will be assigned the task to see the approval

  4. If it's more than 10, it will be routed to the manager

  5. If user erics does not claim/complete the task within 30 seconds, it is routed back into the manager group

  6. Check the box to approve or not approve the vacation request

The REST Service API can be queried to show:


Supporting Articles

Released versions

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

  • v1.5 - JBoss BPM Suite 6.4.0 and JBoss EAP 7.0.0 with vacation request installed and available on CDK with Minishift.

  • v1.4 - JBoss BPM Suite 6.4.0 and JBoss EAP 7.0.0 with OpenShift genereated routes and service URLs.

  • v1.3 - JBoss BPM Suite 6.4.0 and JBoss EAP 7.0.0 with vacation request process installed on any given OpenShift installation and loading mulitple projects.

  • v1.2 - JBoss BPM Suite 6.3.0 and JBoss EAP 6.4.7 with vacation request installed on Red Hat CDK.

  • v1.1 - JBoss BPM Suite 6.2.0-BZ-1299002 on JBoss EAP 6.4.4 with vacation request installed on Red Hat CDK.

  • v1.0 - JBoss BPM Suite 6.2.0-BZ-1299002 on JBoss EAP 6.4.4 with vacation request installed on Red Hat CDK using OpenShift Enterprise image.

BPM Suite

Vacation Process

Cloud Suite

About

Project to showcase a vacation request process known as JBoss Vacation Request Demo in the Cloud.

Resources

Stars

Watchers

Forks

Packages

No packages published