BTT processor is a generic screen flow. With this feature, Web, Java Rich Client and Mobile Client screen flows can be supported. Also, user can expand the processor to support customized channel.
A processor performs a specific business process based on a defined flow of states. A processor contains an initial state, one or more final states and any number of other states through which it might go. The toolkit definition file may contain processor definitions or, for self-defined processors, there are separate XML files. Each processor definition includes XML representations of all the parts and features that would be included in the state chart diagram of the flow.
The transaction flow is designed according to the business scenario and requirement.
Flow node | Type | Description |
---|---|---|
getAccountSummaryOp | Operation | Get account list of the user. |
WithdrawOp | Operation | Perform withdraw by backend. |
AccountMain | Page | Main page of the withdraw transaction. |
Confirm | Page | Confirm page for withdraw. |
Complete | Page | Result page when complete. |
errorPage | Page | Error information displaying page. |