Invoking the CreditCheck business rules

In the mainProcess process, add the invoke activity for CreditCheck to invoke LoanLimits rules. Follow the instructions in these steps:
  1. Switch to the mainProcess editor.
  2. Click the Assign icon on the palette.
  3. Click the Invoke icon on the palette.
  4. Click the connection between CopyInput and Reply.The Invoke figure Invoke was added.
  5. Click the Properties tab.The Display Name field is set to Invoke.The Name field is set to Invoke.
  6. In the details section, click the Description tab.
  7. In the Display Name field, type CheckCredit.The Name field is set to CheckCredit.
  8. In the details section, click the Details tab.
  9. Click Browse.The Select a Partner window opens.
  10. In the Partner Name (? = any character, * = any String) field, type LoanLimitsRuleInterface.
  11. Click OK.
  12. From the Operation list, click checkCredit.
  13. From the list, click checkCredit.
  14. Clear the Use Data Type Variables check box.
  15. Click Browse.The Select Request Variable window opens.
  16. In the Variable Name (? = any character, * = any String) field, type CreditCheckRequest.
  17. Click OK.
  18. Click Browse.The Select Response Variable window opens.
  19. In the Variable Name (? = any character, * = any String) field, type CreditCheckResponse.
  20. Click OK.
  21. Click the Properties tab.
  22. Switch to the mainProcess editor.
  23. Click the Choice icon on the palette.
  24. Click the connection between CheckCredit and Reply.The Choice figure Choice was added.
  25. Switch to the Properties view.The Display Name field is set to Choice.The Name field is set to Choice.
  26. In the details section, click the Description tab.
  27. In the Display Name field, type ScoreEvaluation.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.