You will assign the remaining variables with initial values. You
can assign multiple variables using a single Assign activity.
There are two variables that we need to assign:
- HumanTaskData: This variable needs to be initialized
with the loan application from an ApplicationBO, so that the process can send
instructions to the bank employees.
- AutoApprovalRequest: This variable needs to be
initialized with the applicant's information from an ApplicationBO,
so that the autoapproval operation can be invoked.
To assign the variables, follow these steps:
- Click the New button. A second assignment
is created and added to the number list. You can use that list to jump between
each assignment.
- Assign the new variable, as follows:
From |
From Selection |
From Query |
Variable |
|
(none) |
To |
To Selection |
To Query |
Variable |
|
/application |
- Click the New button again. A third assignment
is created and added to the number list.
- Assign the new variable, as follows:
From |
From Selection |
From Query |
Variable |
|
(none) |
To |
To Selection |
To Query |
Variable |
|
(none) |
- Click .
Now that you have initialized the variables with the correct business
objects, you will begin to invoke other components from within the process.