< Previous | Next >

Changing the business rules dynamically

Imagine that you want to lower the automatic approval loan amount from $50 000 to $40 000.

Because you already group the business rules into a rule template, you can change the amount using the Business Rule Manager by completing the following steps:
  1. In the Business Integration perspective, click Servers.
  2. Right-click WebSphere Process Server and select Launch > Business Rules Manager.
  3. After you log in, expand the navigation view to see the following screen:
    Business rules Manager main page
  4. Navigate to AutoApprovalRules -> AutoApprovalRequest and select the AutoApprovalRequest rule group.
    AutoApprovalRequest rule set
  5. Click Edit then enter 40000 in place of 50000.
  6. Click Save. Important: At this point, the change is not applied yet. To apply the change, you need to publish the change using the Publish and Revert function.
  7. To do that, first select the Publish and Revert tab then click Publish.
    Publish dynamic changes
You have successfully completed the Loan Application sample!

Feedback

(C) Copyright IBM Corporation 2005, 2008. All Rights Reserved.

< Previous | Next >