Creating the TransferFromBrokerageToBankProcess process
Create a new process, TransferFromBrokerageToBankProcess, from the TransferCashInterface interface.
Follow the instructions in these tasks to create the TransferFromBrokerageToBank process in the DataMergeModule module:
Creating the TransferFromBrokerageToBankProcess process from the TransferCashInterface interface
Create a new process, TransferFromBrokerageToBankProcess, from the TransferCashInterface interface.
Adding the process partners
Add the BrokeragePartner and BankPartner partners to the TransferFromBrokerageToBank process.
Adding the process variables
Add the variables to the TransferFromBrokerageToBankProcess process.
Adding activities to the process
Add six activities to the TransferFromBrokerageToBankProcess process.
Parent topic:
Building the sample
Previous topic:
Creating the TransferCashInterface interface and its transferFromBrokerage operation