Creating applications : Creating applications : HTML HelloWorld sample : Overview of HTML HelloWorld sample : Transaction flow of the sample
  
Transaction flow of the sample
The following figure displays the withdrawal transaction flow of the HTML HelloWorld sample. The withdrawal transaction flow contains two operations and four pages, which are connected with transition events.
This graphic is described in the surrounding text.
The following table provides a description of the flow nodes in the sample withdrawal transaction flow.
 
Flow node
Type
Description
getAccountSummaryOp
Operation
Get account list of the user.
WithdrawOp
Operation
Perform withdraw by backend.
AccountMain
Page
Confirm page for withdraw.
Confirm
Page
Main page of the withdraw transaction.
Complete
Page
Result page when complete.
errorPage
Page
Error information displaying page.
Go up to
Overview of HTML HelloWorld sample