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:
- 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.
- Rename the new activity CopyInput.
- In the Properties view, click the Details tab. Click Assign
From on the left and select ApplicationInput from
the list.
- Click Assign To and select AutoApprovalData from
the list.
- 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.
- Save the activity.