Overview
This example allows you to walk through the features of Camunda Platform guided by a simple invoice process.
Get started with the example by logging into the camunda 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. Select an instance of the Invoice Receipt process.
- Add a variable named
shouldFail
to the process and set it totrue
- Using the tasklist, make the process advance to the Archive Invoice service task.
- Back to cockpit, you see an Incident which has been created for the service task.
- Set the value of the variable
shouldFail
tofalse
and increment the retries of the failed job. As a result, the process instance is completed.