The business rules task uses the Order business object as the input and checks the TotalPrice variable. If the total price is not greater than a specified fixed amount (in this case, $750.00), then the rules task sets the automaticApproval variable in the business rules component to true; otherwise, the variable is set to false. The business rules component returns the modified Order business object as the output.
Implement the business rules task by completing the following steps: