Add the setDepositToBankInput assign activity to the TransferFromBrokerageToBankProcess
process.
Follow these instructions to add the activity:
- Switch to the TransferFromBrokerageToBankProcess editor.
- Click the Invoke icon
on the palette.
- Click the Assign icon
on the palette.
- Click the connection between withdrawFromBrokerage and Reply.The Assign figure
was added.
- Switch to the Properties view.
- In the details section, click the Description tab.
- In the Display Name field, type setDepositToBankInput.
- Click the Properties tab.The Display Name field is set to setDepositToBankInput.The Name field is set to SetDepositToBankInput.
- From the From list, click Variable.
- In the navigation tree, expand BrokerageAccount : BrokerageAccountBO > balance : double.
- From the To list, click Variable.
- In the navigation tree, expand depositToBankRequest : depositRequestMsg > depositParameters : deposit > amount : double.

The Query field is set to /balance.The Query field is set to /amount.
- Click New.
- From the From list, click Variable.
- In the navigation tree, click DestinationAccount : BankAccountBO.
- From the To list, click Variable.
- In the navigation tree, click depositToBankRequest : depositRequestMsg > depositParameters : deposit > account : BankAccountBO.

The Query field is set to /account.
- Click the Properties tab.