Add the setWithdrawFromBrokerageInput assign activity to the TransferFromBrokerageToBankProcess
process.
Follow these instructions to add the activity:
- Switch to the TransferFromBrokerageToBankProcess editor.
- Click the Empty Action icon
on the palette.
- Click the Assign icon
on the palette.
- Click the connection between Receive 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 setWithdrawFromBrokerageInput.
- Click the Properties tab.The Display Name field is set to setWithdrawFromBrokerageInput.The Name field is set to SetWithdrawFromBrokerageInput.
- 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 withdrawFromBrokerageRequest : withdrawRequestMsg > withdrawParameters : withdraw > amount : CashAmountBO > value : double.

The Query field is set to /balance.The Query field is set to /amount/value.
- Click New.
- From the From list, click Variable.
- From the list, click Variable.
- In the navigation tree, click BrokerageAccount : BrokerageAccountBO > customerNumber : string.
- From the To list, click Variable.
- In the navigation tree, expand withdrawFromBrokerageRequest : withdrawRequestMsg > withdrawParameters : withdraw > customerNumber : CustomerNumberBO > value : string.

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