Flow

Flow is a representation of a particular route through a business process or business operation. In the InternetBankingWeb sample project, we demonstrate how to use flow to accelerate the development of web project. Developer could add page, operation and other elements into a flow to implement the business logic. In this sample, we have defined LoginFlow, Transfer01Flow, AllAccountListFlow, and etc, which utilized both common operation defined in CommonBusinessService project and local operation. Developer could add new flow to enrich the business logic.

For the detail of flow, please refer to this section.