In banking application project, there are some common usage scenarios to execute client side operation from flow. Especially, for web channel application, BTT supports this capability to interact with the UI feedback from the thin client (browser) in AJAX style.
For example in BTT web channel application, sometimes we need:
For these requirements, BTT has provided a kind of abstract state called client state. Meanwhile, there is a default client state implementation for model popup dialog in BTT product. More detailed introduction about the client state could be found in the product document.
About customers’ specific scenarios, alpha developers could implement their customized client state such as device control, override, etc. To implement a customized client state, infrastructure developers could follow the four steps described below.