Page History
Tags | DCM, Interaction |
Type of accelerator | Example project to demonstrate Blueriq functionality and accelerate your learning journey. |
How to get | |
Compatibility | Blueriq 16.0 and higher |
Description
This example project shows different steps in a credit card application process. The process is divided in 4 phases, showing differently structured processes and examples of logic in process modules. The interaction module features a worklist and the implementation contains examples of data rules and aggregates.
Users
UI Text Box | ||
---|---|---|
| ||
Example projects are Blueriq models which demonstrate Blueriq functionality. They are included in the standard Blueriq library which is shipped with Blueriq. You can view, run and extend these projects by creating a new project and use an example project as a starting point. |
The credit card application example is a small process for applying a credit card. This example demonstrates the:
- Which Blueriq compontens are used in process modelling;
- What does a simple datamapping looks like;
- How to use privileges on processes;
- How to use the dossier manager to store your application data.
In order to run the credit card application you need to create a user with the correct
privilegesroles in Blueriq
runtimeRuntime. In the
runtime dashboard select “Settings/Authorization”. Click “Add” to create a new user, enter username, password and privileges (comma separated). Privileges for this example are CallCenter, CreditCardCenter and FinancialRisk.Reset the server to enable the new user settings.
Runtime Dashboard, select the cogwheel and go to the "Runtime users properties" tab. Then enter the new user name, password, and roles and click "Add new user". Roles for this example are CallCenter, CreditCardCenter and FinancialRisk. Don't forget to reload the settings in the "General" tab after editing users.
An example of users could be:
User | Password | Roles |
---|---|---|
Jessica | Jessica | CallCenter |
Matthew | Matthew | CreditCardCenter |
David | David | FinancialRisk |
CCall | CCall | CallCenter, CreditCardCenter, FinancialRisk |