https://github.com/hifly81/bpm-credit-card-application
Credit Card Application - jBPM Case Management case project
https://github.com/hifly81/bpm-credit-card-application
bpm bpmn case-api case-management human-tasks jbpm milestones redhat sla user-task
Last synced: 3 months ago
JSON representation
Credit Card Application - jBPM Case Management case project
- Host: GitHub
- URL: https://github.com/hifly81/bpm-credit-card-application
- Owner: hifly81
- Archived: true
- Created: 2018-05-02T13:58:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T17:02:28.000Z (about 7 years ago)
- Last Synced: 2024-12-20T23:29:11.330Z (5 months ago)
- Topics: bpm, bpmn, case-api, case-management, human-tasks, jbpm, milestones, redhat, sla, user-task
- Language: Visual Basic
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Credit Card Application - jBPM Case Management
A case project with human tasks and different milestones.
It shows:
- Case mgm features
- Case file definition
- Milestones
- Case users and groups
- Case conditions
- Case role assignments vs Human tasks role assignments
- Case data
- Case dynamic human tasks
- BPMN Human tasks
- SLAThis sample project is used to follow the process of a new credit card request.
The request is made by a customer to his own bank.
The overall case project must b completed in 5 minutes (SLA); if the SLA is not met, a new User Task is assigned to the administrator
(usage of org.jbpm.casemgmt.impl.wih.EscalateToAdminSLAViolationListener)## Credit Card Application - Case overview

## Credit Card Application - Case assignments
Owner:
- adminGroups:
- customer
- bank_operator
- bank_supervisor## Credit Card Application - Case Milestones
#### Milestone 1 - Customer Form
Case activities:
- Customer Form User Task
actor: customer#### Milestone 2 - Customer application check
Case activities:
- Bank Balance Check User Task
actor: bank_operator
- Customer debt position User Task
actor: bank_operator
- Credit Card Final Approval User Task
actor: bank_supervisor## Credit Card Application - SLA policy
Case overall SLA due date: 5m (5 minutes)
Bank Balance Check User Task due date: 1m (2 minutes)
Customer debt position User Task due date: 2m (2 minutes)if the SLA is not met, a new User Task is assigned to the administrator
(usage of org.jbpm.casemgmt.impl.wih.EscalateToAdminSLAViolationListener)