Git Product home page Git Product logo

bpms-kyc-demo's Introduction

JBoss BPM Suite Know Your Customer Demo

This is a Know Your Customer (KYC) process project. It is case-based, document driven, process based, in which the dynamic case-management concepts are implemented in an ad-hoc subprocess. The process demonstrates concepts like:

  • AdHoc (sub) processes: dynamic processes in which order and relation of task execution is undefined and determined at runtime.
  • AdHoc Completion Condition: ad-hoc processes are completed when the completion condition matches.
  • Signaling: tasks can be dynamically activated at runtime using singals.
  • Milestones: business rules define milestone criterias.
  • Documents: documents are represented as org.jbpm.document/.Document process variables, which are marshalled and unmarshalled using the DocumentMarshallingStrategy. This allows for pluggability with an ECM for document management.

Furthermore, there are several tasks that can be activated to upload documents, as well as business-rule task to evaluate and validate the uploaded documents.

Finally, the process contains a number of reusable subprocesses that represent additional stages of the process. The current reusable subprocess implementations are placeholder/dummy implementations.

KYC Process

There are two options available to you for using this demo; local and Docker.

Software

The following software is required to run this demo:

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-7.0/bin directory.

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

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

Option 2 - Run in Docker

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

  3. Run the 'init-docker.sh' or 'init-docker.ps1' file.

  4. Start the container: docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/bpms-kyc-demo

  5. Login to http://<DOCKER_HOST>:8080/business-central

     - login for admin and other roles (u:bpmsAdmin / 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

Starting a Know Your Customer process (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]

Surname: [your-surname]

Email Adress: [any-email]

Social Security Number (SSN): [any-number]
  1. Login to http://localhost:8080/business-central
- login for admin role (u:bpmsAdmin / p:bpmsuite1!)
  1. TODO: describe process execution.

  2. Navigate to the "Tasks" tab -> "Task List" and click on it.

  3. Expand the right-side pane window. Click on the "Work" tab and click on "claim" to claim the task.

  4. Upload a document in the provided UI. The UI asks for a passport, but in this demo we can provide any document.

  5. TODO: First describe path in which the document gets rejected.

  6. Check the logs and you will see that the .......

  7. TODO: Describe how to complete the process.

Supporting Articles

  • TODO

Released versions

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

  • v0.1 - JBoss BPM Suite 6.4.0.

Video part 1

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.