Coder Social home page Coder Social logo

biddyweb / bpms-travel-agency-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbossdemocentral/bpms-travel-agency-demo

0.0 2.0 0.0 27.14 MB

A JBoss BPM Suite demo project around a travel agency booking workflow.

Batchfile 3.32% Shell 3.15% Java 92.02% HTML 0.81% Visual Basic 0.69%

bpms-travel-agency-demo's Introduction

JBoss BPM Suite Travel Agency Demo

This is an online employee travel booking process project. It contains multiple web services for looking up data for the process and rules to calculate pricing. Furthermore, there are several tasks that can be activated to evaluate pricing and to review the final booking data before completing the booking.

Welcome to the JBoss BPM Travel Agency!

There are three options available to you for using this demo; local, OpenShift and Docker.

Option 1 - Install on your machine

  1. Download and unzip.

  2. Add products to installs directory. For example download and add BPMS installer jar into the 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.

  5. Login to http://localhost:8080/business-central

     - login for admin and other roles (u:erics / p:bpmsuite1!)
    

Option 2 - Install with one click in xPaaS (bpmPaaS)

After clicking button, ensure Gear size is set to medium:

![Click to install OpenShift](http://launch-shifter.rhcloud.com/launch/light/Install bpmPaaS.svg)

Once installed you can use the JBoss BPM Suite logins:

  • u:erics p: bpmsuite (admin)

  • u: alan p: bpmsuite (analyst)

  • u: daniel p: bpmsuite (developer)

  • u: ursla p: bpmsuite (user)

  • u: mary p: bpmsuite (manager)

Current hosting of bpmPaaS is on JBoss BPM Suite 6.0.2 in OpenShift Online.

Option 3 - Generate docker install

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

  1. Download and unzip.

  2. Add product installer to installs directory. For example download and add BPMS installer jar into the installs directory.

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

  4. Build demo image

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

    docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/bpms-travel-agency-demo
    
  6. Login to http://<DOCKER_HOST>:8080/business-central

     - login for admin and other roles (u:erics / p:bpmsuite1!)
    

Note: Replace localhost with DOCKER_HOST when it appears in other locations within the documentation

Additional information can be found in the jbossdemocentral docker developer repository

Booking a trip to Edinburgh (just one scenario)

  1. Build & deploy project.

  2. Start process with following data in start form (either from JBoss BPM Suite dashboard or using external client UI deployed at http://localhost:8080/external-client-ui-form-1.0):

Name: [your-name]

Email Adress: [any-email]

Number of Travellers: 2  

From Destination: London

To Destination: Edinburgh

Preferred Date of Departure: 2014-12-20

Preferred Data of Arrival: 2014-12-29

Other Details / Notes: [any-text]
  1. Login to http://localhost:8080/business-central
- login for admin role (u:erics / p:bpmsuite1!)
  1. Two web services will be run and a sub-process to calculate the cost before deciding it is not needed that this booking be reviewed on pricing, so you will find a task 'Employee Booking' for you to process.

  2. Navigate to the "Tasks" tab and click on it. From the task in the list, click on the "Lock" icon to claim the task

  3. Click on the "Work" tab from the resulting right-side pane window that opened.

  4. Fill in the form provided for the task, it allows review of all the booking data submitted, generated by services and calculated by the rules. You can request a review to send it back for a pricing review or check the completed box to finish the task and process (isBookingConfirmed). All tasks have automated reassignment, meaning if not completed within 1 minute they will be put back into the group.

  5. Enter credit card details (beginning with 1234...) for compensation to be triggered., Expiry details of the card (e.g. 12/12) and your full name.

  6. Check the logs and you will see that the process has been compensated.

  7. To trigger different path for successful booking of Flights, just change the 'Credit Card details' to use any card number that does not begin with 1234....

  8. For details on demoing the compensation aspects of the Travel Agency demo project, see docs/compensation-howto/README-COMPENSATION.md

Supporting Articles

A Micro Services Migration Story with JBoss BPM Travel Agency

Online Free PEX Webinar - A Guide to Modern BPM Tools

Quickest Way into the Clouds with JBoss BPM Travel Agency

Webinar - How to Excite the Travel Industry with a BPM Story

Slides from webinar - How to excite the travel industry with a BPM story

How to fly with the JBoss BPM Travel Agency (video 4 of 4)

How to fly with the JBoss BPM Travel Agency (video 3 of 4)

How to fly with the JBoss BPM Travel Agency (video 2 of 4)

How to fly with the JBoss BPM Travel Agency (video 1 of 4)

Jump Start Your Rules, Events, Planning and BPM Today

3 Reasons You Need The New JBoss Travel Agency

How To Excite the Travel Industry With a BPM Story

Released versions

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

  • v1.4 - JBoss BPM Suite 6.1 with travel agency installed.

  • v1.3 - JBoss BPM Travel Agency with automated task reassignment.

  • v1.2 - JBoss BPM Travel Agency with one-click install on bpmPaaS.

  • v1.1 - JBoss BPM Suite 6.0.3 with optional docker installation.

  • v1.0 - JBoss BPM Suite 6.0.3 and updated travel agency demo with compensation features.

  • v0.2 - moved to JBoss Demo Central, updated windows init.bat support.

  • v0.1 - JBoss BPM Suite 6.0.3 and travel agency demo installed.

Video part 1

Video part 2

Video part 3

Video part 3

Cloud Sign

Digital Sign

Agency Process

Calculate Process

Compensation

Special Trips UI Form

Started Process

bpms-travel-agency-demo's People

Contributors

eschabell avatar jamesread avatar npatel2012 avatar sabre1041 avatar tqvarnst avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.