Adding the setWithdrawFromBrokerageInput assign activity

Add the setWithdrawFromBrokerageInput assign activity to the TransferFromBrokerageToBankProcess process.

Follow these instructions to add the activity:
  1. Switch to the TransferFromBrokerageToBankProcess editor.
  2. Click the Empty Action icon on the palette.
  3. Click the Assign icon on the palette.
  4. Click the connection between Receive 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 setWithdrawFromBrokerageInput.
  8. Click the Properties tab.The Display Name field is set to setWithdrawFromBrokerageInput.The Name field is set to SetWithdrawFromBrokerageInput.
  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 withdrawFromBrokerageRequest : withdrawRequestMsg > withdrawParameters : withdraw > amount : CashAmountBO > value : double.
    Properties
    The Query field is set to /balance.The Query field is set to /amount/value.
  13. Click New.
  14. From the From list, click Variable.
  15. From the list, click Variable.
  16. In the navigation tree, click BrokerageAccount : BrokerageAccountBO > customerNumber : string.
  17. From the To list, click Variable.
  18. In the navigation tree, expand withdrawFromBrokerageRequest : withdrawRequestMsg > withdrawParameters : withdraw > customerNumber : CustomerNumberBO > value : string.
    Properties
    The Query field is set to /customerNumber.The Query field is set to /customerNumber/value.
  19. Click the Properties tab.

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