In the mainProcess process, add the invoke activity for CreditCheck
to invoke LoanLimits rules. Follow the instructions in these steps:
- Switch to the mainProcess editor.
- Click the Assign icon
on the palette.
- Click the Invoke icon
on the palette.
- Click the connection between CopyInput and Reply.The Invoke figure
was added.
- Click the Properties tab.The Display Name field is set to Invoke.The Name field is set to Invoke.
- In the details section, click the Description tab.
- In the Display Name field, type CheckCredit.The Name field is set to CheckCredit.
- In the details section, click the Details tab.
- Click Browse.The Select a Partner window opens.
- In the Partner Name (? = any character, * = any String) field, type LoanLimitsRuleInterface.
- Click OK.
- From the Operation list, click checkCredit.
- From the list, click checkCredit.
- Clear the Use Data Type Variables check box.
- Click Browse.The Select Request Variable window opens.
- In the Variable Name (? = any character, * = any String) field, type CreditCheckRequest.
- Click OK.
- Click Browse.The Select Response Variable window opens.
- In the Variable Name (? = any character, * = any String) field, type CreditCheckResponse.
- Click OK.
- Click the Properties tab.
- Switch to the mainProcess editor.
- Click the Choice icon
on the palette.
- Click the connection between CheckCredit and Reply.The Choice figure
was added.
- Switch to the Properties view.The Display Name field is set to Choice.The Name field is set to Choice.
- In the details section, click the Description tab.
- In the Display Name field, type ScoreEvaluation.