< Previous | Next >

Copying loan request information

Assign the attributes of the received ApplicationInput to variables so that you can invoke operations from within the process using the data that is stored in the variables as input.

To copy the received data into variables, you need to use an Assign activity by completing the following steps:
  1. In the process editor palette, under the Basic Actions category, click Assign, and then click the connection between the Receive activity and the Reply activity.
  2. Rename the new activity CopyInput.
  3. In the Properties view, click the Details tab. Click Assign From on the left and select ApplicationInput from the list.
  4. Click Assign To and select AutoApprovalData from the list.
  5. Click Add to add the following mapping: ApplicationInput to ManualApprovalData:LoanRequest as shown in the following screen capture. This mapping will copy the loan request information to the loan officer.
    Copy input activity
  6. Save the activity.

Feedback

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

< Previous | Next >