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:

  1. Start a new instance of the Invoice Receipt process.
  2. Log into Cockpit and select an instance of the Invoice Receipt process.
  3. Add a variable named shouldFail to the process and set its value to true.
  4. Using Tasklist, advance the process to the Archive Invoice service task.
  5. Back in Cockpit, observe that an incident has been created for the service task.
  6. Set the value of the variable shouldFail to false and increment the retries of the failed job. As a result, the process instance completes successfully.