You will create a path in the process for approved loan requests to follow, after confirming that the loan applicant has a good credit rating. You will then continue the path with another division in the process, this time creating one path for automatic approval of a loan and another for manual approval.
Invoke the LoanLimits component to evaluate if the loan request is eligible for automatic approval.
You will add a choice to split the process into one path for approving the loan request automatically and another path for approving the loan request manually.
You need to create a condition statement that will examine the loan amount in the application and then choose which path in the process to follow. You can create the condition statement using visual snippets or using Java code.