Adding the setDepositToBankInput assign activity

Add the setDepositToBankInput assign activity to the TransferFromBrokerageToBankProcess process.

Follow these instructions to add the activity:
  1. Switch to the TransferFromBrokerageToBankProcess editor.
  2. Click the Invoke icon on the palette.
  3. Click the Assign icon on the palette.
  4. Click the connection between withdrawFromBrokerage and Reply.The Assign figure Assign was added.
  5. Switch to the Properties view.
  6. In the details section, click the Description tab.
  7. In the Display Name field, type setDepositToBankInput.
  8. Click the Properties tab.The Display Name field is set to setDepositToBankInput.The Name field is set to SetDepositToBankInput.
  9. From the From list, click Variable.
  10. In the navigation tree, expand BrokerageAccount : BrokerageAccountBO > balance : double.
  11. From the To list, click Variable.
  12. In the navigation tree, expand depositToBankRequest : depositRequestMsg > depositParameters : deposit > amount : double.
    Properties
    The Query field is set to /balance.The Query field is set to /amount.
  13. Click New.
  14. From the From list, click Variable.
  15. In the navigation tree, click DestinationAccount : BankAccountBO.
  16. From the To list, click Variable.
  17. In the navigation tree, click depositToBankRequest : depositRequestMsg > depositParameters : deposit > account : BankAccountBO.
    Properties
    The Query field is set to /account.
  18. Click the Properties tab.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.