The Account Transfer flow is a complex flow to support transfer business. In this flow, we utilize common operations, GetAccountsByUserOp, GetMyPayeesByuserIdOp and InsertAllTransactionOpin. Common operations can be reused by different channels, such as internet banking, mobile banking and teller. This flow is a sample to demonstrate the reuse of multi-channel development.
Common operations are stored in CommonBusinessService project to implement Multichannel development.
To reuse other operation, developer could use BTT tooling to select the remote operation, and edit the mapping from the flow to the according operation by mapping editor.