Overview
This example allows you to walk through the features of CIB seven guided by a simple invoice process.
Get started with the example by logging into the CIB seven
Tasklist using
the credentials demo:demo.
Available Personas
The following logins are provided by the show case and can be used to play around with the invoice process:
| Username | Password | Groups |
|---|---|---|
| demo | demo | Sales, Accounting, Management |
| john | john | Sales |
| mary | mary | Accounting |
| peter | peter | Management |
Async Continuation Demo
This process allows you to experiment with asychronous continuations:
- Start a new instance of the Invoice Receipt process.
- Log into Cockpit and select an instance of the Invoice Receipt process.
- Add a variable named
shouldFailto the process and set its value totrue. - Using Tasklist, advance the process to the Archive Invoice service task.
- Back in Cockpit, observe that an incident has been created for the service task.
- Set the value of the variable
shouldFailtofalseand increment the retries of the failed job. As a result, the process instance completes successfully.