Order-to-Cash (Fulfilment) Process
Loan Application
A loan application is approved if it passes two checks: i) the Applicant’s credit history check, done by a
Financial Officer, and ii) the Applicant’s loan risk assessment, done by a Risk Assessor. Once both checks
have been performed, a Loan Officer can assess the Applicant’s eligibility. If the Applicant is not eligible,
the application is rejected, otherwise it is approved.
Camunda Output for Loan Use Case (As-Is)
Insurance Claim Handling
The motor claim handling process starts when a customer submits a claim with the relevant
documentation. The notification department at the car insurer checks the documents upon completeness
and registers the claim. Next, the handling department picks up the claim and checks the insurance. Then,
an assessment is performed. If the assessment is positive, a garage is phoned to authorize the repairs, and
the payment is scheduled (in this order). Otherwise, the claim is rejected. In any case (whether the
outcome is positive or negative), a letter is sent to the customer and the process is considered to be
complete.
Camunda Output for Car Insurance Use Case (As-Is)