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
.
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 |
This process allows you to experiment with asychronous continuations:
shouldFail
to the process and set it to true
shouldFail
to false
and increment the retries of the failed job.
As a result, the process instance is completed.