Define a choice activity with a case to divide the process into separate paths. The loan request will follow one of two paths, either for loan approval or loan declination, based on the result of a boolean expression.
You will add a choice to split the process into one path for approving the loan application and another path for declining the loan application.
You need to create a condition statement that will evaluate the applicant's credit score and then choose which path in the process to follow. You can create the condition statement using visual snippets or using Java code.
After you add the GoodCreditScore case, you need to create an activity that acknowledges the receipt of a good credit score and sends out an automatic response to the loan applicant.