WO2012100158A1 - Account opening flow configuration computer system and process for implementing same - Google Patents

Account opening flow configuration computer system and process for implementing same Download PDF

Info

Publication number
WO2012100158A1
WO2012100158A1 PCT/US2012/022022 US2012022022W WO2012100158A1 WO 2012100158 A1 WO2012100158 A1 WO 2012100158A1 US 2012022022 W US2012022022 W US 2012022022W WO 2012100158 A1 WO2012100158 A1 WO 2012100158A1
Authority
WO
WIPO (PCT)
Prior art keywords
portlet
computer system
account opening
flow
action
Prior art date
Application number
PCT/US2012/022022
Other languages
French (fr)
Inventor
Yilu He
John P. Flood
Ron Lesandro
Michael J. Sullivan
Trevor Johnson
Sonu Gupta
Original Assignee
Hsbc Technologies Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hsbc Technologies Inc. filed Critical Hsbc Technologies Inc.
Priority to EP12736209.3A priority Critical patent/EP2666137A4/en
Priority to SG2013077680A priority patent/SG194535A1/en
Publication of WO2012100158A1 publication Critical patent/WO2012100158A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Definitions

  • the invention provides an account opening computer system that includes a flexible front end user interface (UI) implemented by the computer system, and which separates and decouples a computer implemented user journey from a computer implemented business process.
  • the flexible front end user interface includes a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system, and a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey.
  • the component-based object-oriented flow configuration provides navigation functionality across said plurality of portlets, and manages data for computer screen displays in UI object components.
  • the component-based object-oriented flow configuration may include, for example, a process object element defining a process of the component-based flow that renders at least part of a computer screen display, and an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
  • the flexible front end user interface provides a business user functionality to deploy champion and challenger user journeys and business processes, and determine an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
  • the flexible front end user interface captures processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria. [0013] In some embodiments, the flexible front end user interface provides a business user functionality to determine whether a user journey or a business process is defective responsive to predetermined criteria and, when the user journey or the business process is defective, to deploy a new user journey.
  • the account opening computer system manages the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
  • the plurality of portlets provide macro services that are configured, based one or more runtime parameters, to execute one or more micro services to fulfill a user request.
  • the business process can be enhanced by at least one of modifying the composition of the macro services and changing the behaviors of the micro services.
  • the computer implemented front end user journey is configurable so that the screen flow can be altered.
  • the flexible front end user interface provides configurable service invocation so that service calls can be linked to buttons in Java Server Pages (JSPs).
  • JSPs Java Server Pages
  • the flexible front end user interface provides functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
  • the UI object components comprise logical groups of data instead of data in individual fields.
  • each portlet is packaged in a web application archive
  • the plurality of portlets are wired to each other.
  • the portlet wiring is defined in a Web Services Description Language (WSDL) file in the WAR.
  • WSDL Web Services Description Language
  • the data for the computer screen displays are passed on the wire.
  • each portlet includes a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step.
  • the flow navigator processor object uses a step-mapping configuration to determine if the next step is defined in a different portlet.
  • triggering the wire comprises an initiating portlet sending a flow ID and a step ID as wired parameters to a target portlet.
  • the component-based object-oriented flow configuration further comprises an action-step object element defining an action handled by a branch class.
  • the action object element includes a branch-reference attribute indicating branch logic to be analyzed.
  • the component-based object-oriented flow configuration further comprises an option object element identifying a conditional output of a branch.
  • the branches may be processor objects and/or service classes.
  • a step ID and an action ID are mapped to an event defined in an executions services (ES) configuration.
  • the flexible front end user interface comprises a Manage
  • Instruction WAR including Capture Instruction, Instruction List, Instruction Details, Delete Instruction, and Edit Instruction portlets; a Currency Calculator WAR including a Currency Calculator portlet; and a Manage Linked Accounts WAR comprising Add Funding Source, Add Beneficiary, Delete Linked Account, Linked Account Details, Linked Account List, and Edit Linked Account portlets.
  • the invention provides a method of opening an account for a user via a flexible front end user interface (UI) implemented by an account opening computer system and separating and decoupling a computer implemented user journey from a computer implemented business process.
  • the method includes providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system, and providing a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey, providing navigation functionality across said plurality of portlets, and managing data for computer screen displays in UI object components.
  • the component-based object-oriented flow configuration includes a process object element defining a process of the component-based flow that renders at least part of a computer screen display, and an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
  • the computer implemented method further comprises deploying champion and challenger user journeys and business processes, and determining an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
  • the computer implemented method further comprises capturing processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria, and when the user journey or the business process is defective, deploying a new user journey.
  • the computer implemented method further comprises managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
  • the computer implemented method further comprises providing a visual editor generating said component-based object-oriented flow configuration.
  • the computer implemented method further comprises providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
  • the computer implemented method further comprises providing a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step.
  • the computer implemented method further comprises providing said component-based object-oriented flow configuration comprising at least one of an action-step object element defining an action handled by a branch class, an action object element including a branch-reference attribute indicating branch logic to be analyzed, and an option object element identifying a conditional output of a branch.
  • the invention provides computer implemented method of providing a user with a flexible front end user interface (UI) that separates and decouples a computer implemented user journey from a computer implemented application process.
  • the computer implemented method comprises providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by the computer system;
  • executing the computer implemented front end user journey using a component-based object- oriented flow configuration defining software instructions implemented by the computer system, providing navigation functionality across the plurality of portlets, managing data for computer screen displays in UI object components; defining a process of the component-based flow that renders at least part of a computer screen display; and managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
  • this computer implemented method further comprises managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
  • the computer implemented method further comprises providing a visual editor generating said component-based object-oriented flow configuration.
  • the computer implemented method further comprises providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
  • the computer implemented method further comprises providing a plurality of portlets comprising an Entry portlet, a Gather- Application-Data portlet, a Decision portlet, a Funding portlet, a Boarding portlet, and a Cross-sell portlet.
  • the computer implemented method further comprises providing a plurality of core products portlets comprising at least one of: Retrieve Application Portlet, Non-Straight Through Processing Application Maintenance Menu Portlet, Account Opening (AO) Work Item Update Portlet, Communication History Portlet, AO Activity History Portlet, AO Queue Management Services Portlet, AO To-Do Items Portlet, AO Entity Data Portlet, AO Application Documentation Portlet, AO Communication Portlet, Integrated
  • the computer implemented method further comprises providing a plurality of insurance portlets comprising a Quotes Portlet, an AS Entry Portlet, and a Policy Cancellation Portlet; determining and presenting an insurance quote by the Quotes Portlet; receiving from the user an acceptance of the insurance quote; and initiating the computer implemented front end user journey responsive to said acceptance.
  • Figure 1 is an exemplary diagram showing how a front end flow configuration may interface with various account opening product/service systems or data stores, according to some embodiments of the invention.
  • Figure 2 shows an exemplary User Journey within and across Portlets.
  • Figure 3 is a diagram showing exemplary WARs and Portlets for payment.
  • Figure 4 is an exemplary diagram of Account Opening Portlets that may be chained together in various ways to create a flexible user journey.
  • Figure 5 shows an exemplary logical view of the front end user interface.
  • Figure 6 illustrates an exemplary physical architecture of the front end, according to some embodiments.
  • Figure 7 is an exemplary diagram showing data passed into global state.
  • Figure 8 shows an exemplary Flow Configuration XML Model.
  • Figure 9 shows an exemplary Logic to Resolving Next Step.
  • Figure 10 illustrates exemplary components of a flow configuration, according to some embodiments.
  • Figure 11 is an exemplary Flow Configuration Sequence Diagram.
  • Figure 12 is an exemplary diagram Mapping a Step in Flow Configuration to an
  • Figure 13 shows an exemplary Portlet Wiring Configuration specific to Flow
  • Figure 14 is a exemplary diagram of Communication between Portlets.
  • Figures 15-19 show screenshots for enabling a portlet to send data.
  • Figures 20-24 show screenshots for enabling a portlet to receive data.
  • Figures 25-28 show screenshots for wiring portlets.
  • Figure 1 is an exemplary diagram of an Account Opening (AO) system supported by the flow configuration of the present invention.
  • the system may include, for example, Front End (FE), Application Processing Engine (APe), Integrated Customer Communications Manager (ICCM), Metrics and Business Intelligence (BI), Funding, and/or Queue Management Services (QMS).
  • FE Front End
  • API Application Processing Engine
  • ICCM Integrated Customer Communications Manager
  • BI Business Intelligence
  • QMS Queue Management Services
  • Account Opening computer systems and processes preferably include a variety of features, such as Test and Learn, Business Intelligence, and/or Quick Deployment Cycles.
  • Test and Learn functionality can allow a business to deploy champion and/or challenge user journeys, as well as business processes, and promote the one that is more effective (e.g., faster completion time or higher application completion rate).
  • Business Intelligence can allow the business to capture processing data for analysis so that the business can understand where a user journey or a business process may be broken or ineffective.
  • Quick Deployment Cycles can allow the business to deploy a new user journey in a timely manner, if a user journey or a business process is not working.
  • the flow configuration is designed as follows.
  • the account opening front end (FE) is implemented as multiple user journeys.
  • Each journey comprises a sequence of screens that allows the user to enter data and interact with the system in a manner that optimizes user experience.
  • the process defines the internal procedures that are needed to process an application.
  • Each business process is optimized to enhance back office efficiency.
  • the system is designed in a loosely coupled way, so that the user journey and the underlying bank process can be defined and managed separately and the user journey can be tuned and/or modified with minimum impact to the bank process and vice versa.
  • the system preferably includes an Application Processing Engine (APe) to manage the account opening business process, which is effectively the business process manager (BPM) for account opening.
  • APe Application Processing Engine
  • BPM business process manager
  • the FE provides the human interaction elements of the business flow and APe implements the systematic elements of the business process and provides the state management of the overall process.
  • two types of macro-services are provided to (1) save application data, and (2) process user actions (e.g., submitting the application for decision and accepting an offer to open an account).
  • the macro-services are configured, based on a number of runtime parameters
  • micro-services e.g., the product type or entity ID
  • the business process can be enhanced as needed. As long as the preconditions are met, the FE user journey would not know the behavior of a macro-service.
  • the FE user journey is defined in a configurable way so that the screen flow can be altered.
  • Service invocation is also preferably configurable so that the service calls can be linked to buttons in one Java Server Page (JSP) or another. This can allow the user journey to be changed while calling the macro-services in the same order to preserve the same business process, or can allow use of the same user journey while executing the macro- services in a different order, thus executing a different business process.
  • JSP Java Server Page
  • a flexible user interface provides a way to define the user journey / flow of screens.
  • the flexible user interface also provides a way to alter the content and look-and-feel of the individual screens, such as add/remove form elements from screens, add/remove content fragment in the screens, change the layout or color schemes of the screen, etc.
  • Figure 2 shows a portion of an exemplary user journey (flow) where customer information is captured to apply for a product. From "X", where the customer had indicated interest in one or more products, customer information is captured in three steps: personal data, contact details, and employment information. If only a single product is selected, the single offer-and-configuration step is shown; otherwise, the multi-product offer step is shown, which allows the customer to pick the desired product to configure (select eStatement, order checkbooks, etc.). After the offer-and-configuration steps, the customer may be led to different places ("Y", "Z"). On any of the steps within the overall journey, the customer has the option to "save” the application and finish the front-end session. The customer could then retrieve the application at a later time and resume from the step where he/she had saved.
  • X where the customer had indicated interest in one or more products
  • customer information is captured in three steps: personal data, contact details, and employment information.
  • the single offer-and-configuration step is shown; otherwise,
  • the original flow and the alternative flow may then be assigned to customers.
  • the user journey definition is preferably externalized and configurable so that flow can be changed without the need for a full release/deployment.
  • a step may be inserted and/or removed within the flow, for example, to add an advertisement between the "contact detail" and the "employment information" steps.
  • the user journey is preferably decomposed into small modules so that smaller set of logic can be deployed without causing full deployment and testing. Thus, deployment impact can be minimized if only part of the business logic has changed.
  • the present invention advantageously provides in some embodiments multiple portlets and Web Application Archives (WARs).
  • Each portlet can provide a single or a group of logically related functionality so that the portlet is self- contained and potentially reusable for other use cases.
  • Some exemplary WARs and portlets for payment are shown in Figure 3.
  • Account Opening portlets may include, for example, one or more of the following:
  • Entry portlet manages the initial request to start the account opening process.
  • Flow-ID, and business process-id may be passed to the entry portlet.
  • Gather- Application-Data portlet defines steps to capture applicant information such as personal data, contact data and employment information.
  • Decision portlet in some embodiments, includes three parts: decision outcome, T&C and product configuration.
  • Decision portlet displays which product is
  • T&C is displayed for the user to accept the product.
  • screens are shown for production configuration, such as eStatement configuration or order check-book.
  • Configurations are shown based on the product type and/or user type.
  • Funding portlet captures payments and fee instructions required for the application and products.
  • Boarding portlet - displays the final confirmation (Application Summary) screen to the user. It will remind the user with any pending tasks that are not yet completed, such as providing proof of identity.
  • Cross-sell portlet promote other products the client doesn't already have.
  • the customer already captured in an existing application will be copied over when starting a new application when the user clicks on the cross-sell product.
  • one or more of the following portlets are provided for core products: Retrieve Application Portlet, Non-STP Application Maintenance Menu Portlet, AO Work Item Update Portlet, Communication History Portlet, AO Activity History Portlet, AO QMS Portlet, AO To-Do Items Portlet, AO Entity Data Portlet, AO Application Documentation Portlet, AO Communication Portlet, ICCM Free Format Utility Portlet, and/or AO Entitlement Portlet.
  • additional servicing functions may be provided based on the same flow configuration design. Such services are not necessarily part of account opening, but also have flows and steps that can be monitored and enhanced.
  • a Quotes Portlet, Account Servicing Entry Portlet, and/or Policy Cancellation Portlet may be provided.
  • the Quotes portlet allows the end user to enter minimum insurance data, such as personal information, smoking/drinking habit, etc. to obtain one or more insurance quotes from different source/vendor systems.
  • an AO application process will be started.
  • FIG. 4 is an exemplary diagram showing how front end portlets that may be chained together in various ways to create the flexible user journey.
  • a consolidated user journey configuration is defined that can be managed with minimal technical skill.
  • the configuration details are preferably not spread across multiple files because such a scenario increases the risk of errors of omission while creating or modifying flows and increases the time-to-market for the application, which is something the business wants to avoid.
  • the structure and content of the configuration files are preferably easily understandable so that flows can be created and modified by people with little technical knowledge.
  • the invention also manages navigation across portlets. From a business/user perspective a flow is just a series of screens. So the configuration preferably supports page navigation across portlets. However, the details of which screen belongs to which portlet are not necessarily exposed to the person creating or modifying a flow.
  • data are managed as logical groups (referred to as UI Components), instead of managing data as individual fields.
  • UI Components logical groups
  • existing screens can be modified by adding/removing UI Components and new screens can be created by putting together a set of UI Components.
  • Figure 5 shows an exemplary logical view of a front end user interface.
  • the screens are composed of UI Components, Content, and Links.
  • the UI Component may be further broken down into Data Structures, Layout (including attributes such as 'read-only'), and validation Rules (for individual fields within that UI component).
  • the Content section allows for business-defined content, and the Links allow the user to perform actions.
  • the view components may be deployable as content by the business from a Business Development Environment (BDE).
  • BDE Business Development Environment
  • FIG. 6 illustrates an exemplary FE physical architecture according to some embodiments.
  • a generic Action/Render phase is shown.
  • the Service Proxy is the exit point from the FE to the host systems, of which APe is a focus, through Enterprise Application Integration (EAI).
  • Executions Services refers to a framework used for software development based on Java, J2EE and/or Portlet technologies.
  • ES Front Controller is a key component in the framework that in some embodiments is utilized by all portlets developed for AO.
  • a Public Parameter Interceptor enables collaboration of multiple portlets within a single portal instance.
  • a declared parameter is passed to other portlets that declare the same parameter.
  • the parameter is injected into the work-context, also via configuration, for the portlet to use.
  • AO may use this mechanism to accept input data, such as entity ID, channel ID, staff ID (optional), customer ID (optional), one or more product ID and promo-code, from other components.
  • AO internally may publish application ID and applicant ID to coordinate activities between portlets specific to AO.
  • This interceptor is used in the action chain to receive values published by other portlets. This interceptor allows data to be passed into Global State, as shown in Figure 7.
  • the FE is a Portal application written against the R2DS for
  • Java Framework Presentation layer (UI) components may be written, for example, using Java.
  • a visual editor is provided that allows the UI designer to define the journey with steps, actions and branches.
  • the tool will generate an XML configuration file that is used by the front portlet during runtime.
  • the flow configuration is implemented with an XML structure as follows. Flows are defined as sequences of steps. Actions are exposed on the steps that lead to the next step. A unit- step-name mapping is defined to identify which portlet provides support for these portlets.
  • Figure 8 and Table 1 describe a flow configuration XML model according to some embodiments
  • This element contains a mixture of ⁇ action-step> and ⁇ step> sub-elements
  • ⁇ action-step indicate a "faceless" step where services are invoked within the flow.
  • id is unique across ail type of steps; however the same step can repeat within a flow. This id is stored in APe and it has a size limit: of 10 vchar.
  • ⁇ step> indicate a screen display within the flow.
  • id is unique across ali type of steps; however the same step can repeat within a f!ow. This id is stored in APe and it has a size limit of 10 vchar. Each is mapped to an ES render event. This mapping is defined in the step_render_event_mapptng.properties file.
  • Each step contains one or more ⁇ action> sub-element; each corresponds to a button or link on the screen .
  • page-ref is 1 of the 2 possibie attributes, indicating which step to be displayed after the action.
  • ⁇ opiion> identifies a possible output of a branc
  • step-ref> identify a single step and which portiet contains the step
  • a portiet that participates in the flow preferably includes a
  • this processor performs two tasks: (1) determine what the next step is and, (2) if the next step is defined in another portiet, trigger appropriate wire to the target portiet.
  • This processor may, for example, receive the flow ID, step ID, and action ID as the input and use this input to map to the definition in the flow configuration.
  • the processor if a branch is defined, the processor will load the corresponding branch utility to resolve the next-step; otherwise, the next-step mapped directly to the action will be added to work-context.
  • Figure 9 shows an exemplary logic to resolving next step.
  • a branch utility is a simple Java class conforming to the simple interface described below.
  • these are pre-built Java classes based on various business rules that are used in account opening, such as evaluating a service invocation result (e.g., application accepted or declined), evaluating input data that are relevant to the UI journey, etc.
  • these pre-built Java classes are isolated from other general rules, which are implemented in the processors or services, to allow a consolidated configuration for the UI journey.
  • Cooperative portlet (Wiring) is used to support the transition from one portlet to another.
  • the flow navigator processor will use the step-mapping configuration to determine if the next step is defined in a different portlet or not. If it is, the flow navigator processor will set up appropriate request attribute to trigger the appropriate wire.
  • the present invention provides, in some embodiments, page flow across multiple portal pages.
  • the Flow Configuration component provides the ability for custom orchestration of Front End screens, with each screen having a predefined set of actions and data blocks, to build a user flow.
  • certain changes e.g., a change to the "Action Set” or "Number of data blocks" on a screen
  • Figure 10 is a class diagram showing exemplary components of a flow configuration, according to some embodiments. Descriptions of the components are as follows.
  • FlowNavigatorProcessor.java This class is responsible for determining the next step (screen) for a particular action on a page. Based on current flow ID, step ID and action ID it grabs the next step from the flow-config.xml. This class is also responsible for invoking the wire if the current step and next step are not in the same portlet.
  • FlowConfigServicelmpl.java This class used by the GenericResponseProcessor and FlowNavigatorProcessor to retrieve data from the flow-config.xml,
  • BranchReferencelnterface.java Interface to be implemented by custom navigation rule processors, to execute the business logic associated with a particular action and returns next option.
  • GenericResponseProcessor.java This processor performs the following steps to identify the event ID based on the current step ID. (1) Retrieve the current step ID from session; (2) Invoke FlowConfigService.getStepRenderEvent with step ID as parameter to retrieve the event ID mapped to current step in step render event mapping.properties; (3) Return the event ID.
  • WiringNavigatorProcessor.java WiringNavigationProcessor is invoked for action events triggered by wire as part of inter-portlet communication. This processor gets the screen ID attribute from Request Attribute or Request Parameter scope and puts it in FlowConfigState and then control is passed to GenericResponseProcessor by returning the start app as event ID.
  • FlowRequestMapper.java This custom request mapper is injected into the action chain of each unit, to handle request action events triggered by user interaction. The steps are: (1) Resolve request to a event ID; (2) Extract action ID from the event ID. Action ID is identified by string between 'evt_' and next '_' in the event ID; (3) Add the action ID to request scope and return event ID.
  • flow_config.xml Flow configuration set-up is described in detail in the Flow
  • step render event mapping.properties: In some embodiments, each step will generally have an event mapped to it. This file provides that mapping. This file will be part of an externalized bundle. Example:
  • portlet screen mapping file When crossing portlets (units) an entry will be used via wiring to map the source attribute to the destination attribute, "Screen id.” This file provides that mapping. This file will be part of an externalized bundle.
  • Figure 11 is an exemplary sequence diagram that provides details of how various components of Flow Configuration are related and when they would be invoked.
  • Menu Portlet Usage The flow ID is passed into this component through a request parameter; while this can come from any source, the main supplier will be menu navigation links, which will pass this ID through.
  • Error flow will be handled by normal error trapping method using ES.
  • the state of the flow will be reset if the portlet is restarted via the error page by triggering the portlet state reset mechanism, which is triggered by the blitz token parameter.
  • a user journey or flow is created using, for example, a flow configuration utility.
  • a flow comprises a series of views called 'steps'. Entering a step typically results in a view being displayed to the user. On that view, user events occur that are handled by the step. These events can trigger transitions to other steps which result in view navigations.
  • flows can be authored by application developers or business analysts using a simple XML-based flow definition language. The following steps describe the elements of this language.
  • the step element is used to define a step of the flow that renders a view.
  • An action element is used to handle events that occur within a state. These actions drive view navigations. The following shows the use of the step and action elements:
  • step id STEP 00001
  • description payinputscreen
  • the above flow comprises one step/screen (STEP 00001). This step supports the pay action which transitions to the next step (STEP 00002).
  • the definition of the next step is not shown in the above flow.
  • step id STEP 00001
  • description payinputscreen
  • the flow shows a simple movement from an input screen to an acknowledgment screen and back again.
  • a character limit in APe for step ID and flow ID e.g., 10 character limit.
  • Branching The flow shown above is simplistic because it assumes that all steps in the flow are known upfront. However, in reality the next step in a transition may not be known upfront. The next screen may be dependent on the result of execution of business services of the application. For example, the next step in the flow may be determined based on some logic. To support this, the flow definition language provides support for branch classes. [00110] A class that implements the interface BranchReferencelnterface . j ava is called a branch class. The interface is shown below:
  • a branch class is used to evaluate data generated by business service operations that are invoked when the user initiates an action. The next step is based on one of multiple options returned by the branch class. The branch class returns one or more options. Each option is then mapped to a step in the flow configuration.
  • step id STEP 00001
  • description payinputscreen
  • step id STEP 00002
  • description "ackno ledgescreen”>
  • a branch is specified in the flow configuration using the branch-ref attribute of the action tag.
  • the 'approve' action of STEP 00002 refers to the ID of the branch class configured as a bean.
  • the action tag includes option elements. Since the branch class in our example returns one of two values, 'approvalone' or 'approvaltwo', there are two option elements configured. The ID of the first option element is 'approvalone' and the ID of the second element is 'approvaltwo.' [00114] An option element is configured for each unique value returned by the branch class and the ID of the option element is preferably the same as that of value returned by the branch.
  • Each option is mapped to a specific step using the s tep-ref attribute of the option element.
  • this class is configured as a spring bean in the relevant configuration file as shown below:
  • Action Step In some embodiments, applications are multi-portlet, and each portlet is packaged as a separate WAR.
  • the source portlet specifies the next step in the target portlet.
  • the initial screen of the target portlet may not be known upfront.
  • the Product Configuration portlet is a case in point. After the Gather Applicant
  • the next portlet in the journey is the Product Configuration portlet.
  • the first screen depends on whether the user has selected a single product or multiple products.
  • the user is shown a screen with the decision details, terms and conditions
  • T&C product configuration options
  • the flow definition language provides the action-step element for scenarios where the initial screen of a portlet is determined at runtime.
  • the following example shows the usage of an action step.
  • step id STEP 00001
  • description payinputscreen
  • the 'Approval 1 Screen' now passes control to the action-step.
  • the action-step defines an action which is handled by a branch class.
  • the action within an action-step includes a branch-ref attribute set to a branch class reference. This is clear because an action-step is necessary to evaluate some condition and, as previously discussed, the way to do that in the flow configuration is via a branch class.
  • mapping to an ES Event The step ID and the action ID combined are mapped to an event defined in the ES configuration. This is an important point because, while the flow configuration is abstracted into a simpler format, it is tightly coupled to the underlying processing that is configured using ES. A person must understand what data is captured on the screen and what business logic should be executed and ensure that they are configured properly. For a particular step, the action ID is retrieved from the event fired by the user. The following pattern is followed when defining the event for an action:
  • the FlowRequestMapper.java is responsible to retrieve the action from the event and put it in the session scope for later use. In the following (e.g.,
  • select_product_information_data.jsp there is a button called “Go” which triggers an event “cmd apply capturepersonaldetails” when clicked. In this case the action is "apply”.
  • Figure 12 is a diagram showing an example of how a step in Flow Configuration maps to an ES Event.
  • the FlowNavigatorProcessor grabs the action from the session (which was stored by the FlowRequestMapper) and decides the next step.
  • Multi-Portlet Flow The description above describes flows that just span a single
  • Portlet but the flow component of the present invention also allows users to cross Portlets as part of their user journey.
  • Cooperative portlet is used to support the transition from one portlet to another.
  • Each portlet will declare a WSDL, similar to the following example, as a target portlet.
  • a portlet that navigates to another portlet declares a WSDL as a source portlet. In some embodiments, this portlet also requires the navigation processor to trigger the screen transition from one portlet to the other.
  • the Wiring Steps section below provides exemplary WSDL and Wiring details to be configured for wiring different portlets / units using the Flow Config.
  • WiringNavigatorProcessor should be configured under the action interceptor chain of target Portlets. This enables the WiringNavigatorProcessor to receive the requests triggered by wire.
  • Figure 13 shows an exemplary portlet wiring configuration specific to Flow Config.
  • Figure 14 is a exemplary diagram of communication between portlets.
  • Figure 14 is a exemplary diagram of communication between portlets.
  • Portlet 14 there is the Product Selection Portlet on the channel side and three portlets - Gather Applicant Data, Validate Identity and T&C - on the account opening side. As shown in Figure 14, all portlets within account opening may be wired to each other. This provides the flexibility to move from a portlet to any other portlet within account opening.
  • the initiating portlet will send the flow ID and step ID as wired parameters to the target portlet.
  • the target portlet will use the parameters to display the relevant screen (step) to the user. Screen (Step) navigation within a portlet will be handled using the flow configuration as described above.
  • mappings id unitMap ">
  • the FlowController class checks to see if the next STEP belongs to another unit, and if so it will create a request parameter that will be externalized in a file called
  • portlet screen mapping file properties. This file will hold a key value pair of the unit name and the key to be used for the request parameter.
  • the flowID is currently passed through as a request parameter from the consumer as parameter HSBC OHD FLOW ID. In alternative embodiments, this may be held in global state to allow multi-portlet stepping.
  • mode-default-event event "start app” />
  • flow will handle cascading wires automatically.
  • the following steps are performed for cascading wires.
  • OHTS A001 is loaded it will trigger a wire to OHTS 0004 immediately. It will also load the page in its own view for OHTS 0002. See the ##ohd training flow project for examples.
  • the invention may include one or more of the following features: package structure com.hsbc.flowconfig.pres; OH Pom.xml file; services. impl package having all branch classes specific to an application deleted; removed use of Spring Application Context and injected items where required using spring; Flow data are passed on the Wire; Flow context scope to hold and pass flow scoped data; flow input interceptor added so flow data may be read from the unencoded request parameter scope; branch classes used as Processors and/or service type classes.
  • Naming Standards In some embodiments, the following naming standards are used.
  • Installation and Deployment In some embodiments, for installation and deployment, the following steps are performed.
  • Portlet Configuration Preferably, the following steps are performed for portlet configuration:
  • beans xmlns "http : //www. hsbc . com/schema/sfp-1.0.0"
  • step-ref id "OHTS_P001"
  • unit "ohdtraining- flowcontrol-singleportlet "/>
  • WAR Configuration For WAR configuration, the following is preferred. Unless all portlets in the WAR have fully defined local portlet flows, the flow configuration for the portlets in the WAR need to be defined. The files that would be deployed to this directory are: flow-config.xml; portlet screen mapping file.properties;
  • step render event mapping.properties.
  • Example portlet screen mapping file [00171] In this case the screen mapping file will not be a simple one liner.
  • Global Configuration For Global Configuration, the following is optional. Flows that are required to link together components from different WARs would be deployed to a shared app to the directory group/flow. The files that would be deployed to this directory are: flow-config.xml; portlet screen mapping file.properties;
  • step render event mapping.properties. This is listed as optional as most components should be able to function with the default WAR or portlet level flows, but preferably one or more global flows are defined.
  • GAD can be enabled to call the Validate Identity Portlet.
  • GAD is the source portlet
  • Validate Identity is the target portlet.
  • Information is entered as shown in the screenshots in Figures 15-19 based on predetermined data (Data Type URI, Java Type, Action Paramter, Action Value, Location, Property Name, Property Caption, Action Caption) for the Wire Type 'Send'.
  • data Type URI Java Type
  • Action Paramter Action Value
  • Location Property Name
  • Property Caption Action Caption
  • Action Caption Information is entered as shown in the screenshots in Figures 15-19 based on predetermined data (Data Type URI, Java Type, Action Paramter, Action Value, Location, Property Name, Property Caption, Action Caption) for the Wire Type 'Send'.
  • the testportlet project only is used to create the WSDL. After creation the respective WSDL will be placed in the corresponding WARs.
  • Figure 18(a) shows a screenshot of a window in which captions may be specified.
  • Figures 20-24 illustrate screenshots for enabling Validate Identity to act as receiving portlet.
  • the property broker while invoking the target portlet the property broker will place the property transferred from the source portlet against the above property name (in this case Screenld) in the request scope of the target portlet.
  • the Action Value is used to invoke the WiringNavigatorProcessor in the target portlet.
  • Figure 23(a) shows a screenshot of a window in which captions may be specified.
  • a procedure is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. These steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared and otherwise manipulated. It proves convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like. It should be noted, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities.
  • the instructions and/or operations performed may be referred to in terms, such as generating, determining, adding and/or comparing.
  • the instructions and/or operations described herein which form part of the present invention are machine operations. Useful machines for performing the operation of the present invention include general purpose digital computers or similar devices that have been programmed to perform these specialized operations.
  • the present invention also relates to apparatus for performing these operations.
  • This apparatus may be specially constructed for the required purpose or it may comprise a general purpose computer as selectively activated or reconfigured by a computer program stored in the computer.
  • Various general purpose machines may be used with programs written in accordance with the teachings herein providing a specialized machine thereby, or it may prove more convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these machines will appear from the description given.
  • the system according to the invention may include a general purpose computer programmed in a particular manner, or a specially programmed special purpose computer.
  • the user may interact with the system, for example, via a personal computer, wireless device, PDA, etc. Either of these may be implemented as a distributed computer system rather than a single computer.
  • the communications link may be a dedicated link, a modem over a POTS line, the Internet, an Intranet and/or any other method of communicating between computers and/or users.
  • the processing could be controlled by a software program on one or more computer systems or processors, or could even be partially or wholly implemented in hardware.
  • the system according to one or more embodiments of the invention is optionally suitably equipped with a multitude or combination of processors or storage devices.
  • the computer may be replaced by, or combined with, any suitable processing system operative in accordance with the concepts of embodiments of the present invention, laptop/notebook, mini, mainframe and super computers, wireless smart devices, as well as processing system network combinations of the same.
  • portions of the system may be provided in any appropriate electronic format, including, for example, provided over a communication line as electronic signals, provided on CD and/or DVD, provided on optical disk memory, etc.
  • Any presently available or future developed computer software language and/or hardware components can be employed in such embodiments of the present invention.
  • at least some of the functionality mentioned above could be implemented using Visual Basic, C, C++ or any assembly language appropriate in view of the processor being used. It could also be written in an object oriented and/or interpretive environment such as Java and transported to multiple destinations to various users.

Abstract

An account opening computer system is configured to provide a flexible front end user interface, separating and decoupling the computer implemented user journey from computer implemented business process(es). The flexible front end user interface includes a plurality of portlets and a component-based object-oriented flow configuration to configure and/or navigate the flow of display screens. Various embodiments are described, including a computer implemented method of account opening using a flow configuration.

Description

ACCOUNT OPENING FLOW CONFIGURATION
COMPUTER SYSTEM AND PROCESS FOR IMPLEMENTING SAME
RELATED APPLICATIONS
[0001] This application claims the benefit of, and priority to, U.S. Provisional
Application No. 61/435,000, filed January 21, 2011, entitled "Account Opening Flow
Configuration: Navigation Interceptor and Portlet Wiring."
[0002] This application is a continuation-in-part of U.S. Application No. 13/270,831 , filed October 11, 2011, entitled "Computer Architecture and Process for Application Processing Engine," which claims the benefit of U.S. Provisional Application No. 61/391,815, filed October 11, 2010, U.S. Provisional Application No. 61/405,398, filed October 21, 2010, U.S. Provisional Application No. 61/407,210, filed October 27, 2010, and U.S. Provisional Application No. 61/435,000, filed January 21, 2011.
[0003] This application is a continuation-in-part of U.S. Application No. 13/276,956, filed October 19, 2011, entitled "Computer Metrics System and Process for Implementing Same," which claims the benefit of U.S. Provisional Application No. 61/405,398, filed October 21, 2010, U.S. Provisional Application No. 61/407,210, filed October 27, 2010, and U.S.
Provisional Application No. 61/435,000, filed January 21, 2011.
[0004] This application is a continuation-in-part of U.S. Application No. 13/282,822, filed October 27, 2011, entitled "Integrated Customer Communications Computer System and Process for Implementing Same," which claims the benefit of U.S. Provisional Application No. 61/407,210, filed October 27, 2010, and U.S. Provisional Application No. 61/435,000, filed January 21, 2011. [0005] This application is a continuation-in-part of U.S. Application No. 13/293,957, filed November 10, 2011, entitled "Account Opening Computer System Architecture and Process for Implementing Same," which is a continuation of PCT Application No.
PCT/US2011/037143, filed May 19, 2011, which claims the benefit of U.S. Provisional
Application No. 61/347,199, filed May 21, 2010, U.S. Provisional Application No. 61/391,815, filed October 11, 2010, U.S. Provisional Application No. 61/405,398, filed October 21, 2010, U.S. Provisional Application No. 61/407,210, filed October 27, 2010, and U.S. Provisional Application No. 61/435,000, filed January 21, 2011.
[0006] Each of the above applications is incorporated herein by reference in its entirety.
BACKGROUND
[0007] Emerging systems and methods lack straight through computer processing (STP) for a variety of technological and/or computer driven processes to support both flexibility and global consistency, to standardize processes for an enhanced customer experience, and to reduce the need for IT support and other development resources. We have determined, however, that an organization's global footprint, economies of scale, and local expertise can all be leveraged for the benefit of computer service and/or resource users globally.
[0008] We have developed mechanisms to configure and/or navigate the flow of display screens, including, for example, the use of a multi-step portlet in an account opening computer system without the need for IT change. We have also developed mechanisms to configure and/or navigate the flow of display screens, including the functionality of moving from portlet to portlet in, for example, a display screen flow. SUMMARY
[0009] In one aspect, the invention provides an account opening computer system that includes a flexible front end user interface (UI) implemented by the computer system, and which separates and decouples a computer implemented user journey from a computer implemented business process. The flexible front end user interface includes a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system, and a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey. The component-based object-oriented flow configuration provides navigation functionality across said plurality of portlets, and manages data for computer screen displays in UI object components.
[0010] The component-based object-oriented flow configuration may include, for example, a process object element defining a process of the component-based flow that renders at least part of a computer screen display, and an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
[0011] In some embodiments, the flexible front end user interface provides a business user functionality to deploy champion and challenger user journeys and business processes, and determine an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
[0012] In some embodiments, the flexible front end user interface captures processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria. [0013] In some embodiments, the flexible front end user interface provides a business user functionality to determine whether a user journey or a business process is defective responsive to predetermined criteria and, when the user journey or the business process is defective, to deploy a new user journey.
[0014] In some embodiments, the account opening computer system manages the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
[0015] In some embodiments, the plurality of portlets provide macro services that are configured, based one or more runtime parameters, to execute one or more micro services to fulfill a user request.
[0016] In some embodiments, the business process can be enhanced by at least one of modifying the composition of the macro services and changing the behaviors of the micro services.
[0017] In some embodiments, the computer implemented front end user journey is configurable so that the screen flow can be altered.
[0018] In some embodiments, the flexible front end user interface provides configurable service invocation so that service calls can be linked to buttons in Java Server Pages (JSPs).
[0019] In some embodiments, the flexible front end user interface provides functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
[0020] In some embodiments, the UI object components comprise logical groups of data instead of data in individual fields. [0021] In some embodiments, each portlet is packaged in a web application archive
(WAR). In some embodiments, the plurality of portlets are wired to each other. In some embodiments, the portlet wiring is defined in a Web Services Description Language (WSDL) file in the WAR. In some embodiments, the data for the computer screen displays are passed on the wire.
[0022] In some embodiments, each portlet includes a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step. In some
embodiments, the flow navigator processor object uses a step-mapping configuration to determine if the next step is defined in a different portlet. In some embodiments, triggering the wire comprises an initiating portlet sending a flow ID and a step ID as wired parameters to a target portlet.
[0023] In some embodiments, the component-based object-oriented flow configuration further comprises an action-step object element defining an action handled by a branch class. In some embodiments, the action object element includes a branch-reference attribute indicating branch logic to be analyzed. In some embodiments, the component-based object-oriented flow configuration further comprises an option object element identifying a conditional output of a branch. The branches may be processor objects and/or service classes.
[0024] In some embodiments, a step ID and an action ID are mapped to an event defined in an executions services (ES) configuration.
[0025] In some embodiments, the flexible front end user interface comprises a Manage
Instruction WAR including Capture Instruction, Instruction List, Instruction Details, Delete Instruction, and Edit Instruction portlets; a Currency Calculator WAR including a Currency Calculator portlet; and a Manage Linked Accounts WAR comprising Add Funding Source, Add Beneficiary, Delete Linked Account, Linked Account Details, Linked Account List, and Edit Linked Account portlets.
[0026] In another aspect, the invention provides a method of opening an account for a user via a flexible front end user interface (UI) implemented by an account opening computer system and separating and decoupling a computer implemented user journey from a computer implemented business process. In various embodiments, the method includes providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system, and providing a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey, providing navigation functionality across said plurality of portlets, and managing data for computer screen displays in UI object components.
[0027] In some embodiments, the component-based object-oriented flow configuration includes a process object element defining a process of the component-based flow that renders at least part of a computer screen display, and an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
[0028] In some embodiments, the computer implemented method further comprises deploying champion and challenger user journeys and business processes, and determining an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
[0029] In some embodiments, the computer implemented method further comprises capturing processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria, and when the user journey or the business process is defective, deploying a new user journey.
[0030] In some embodiments, the computer implemented method further comprises managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
[0031] In some embodiments, the computer implemented method further comprises providing a visual editor generating said component-based object-oriented flow configuration.
[0032] In some embodiments, the computer implemented method further comprises providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
[0033] In some embodiments, the computer implemented method further comprises providing a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step.
[0034] In some embodiments, the computer implemented method further comprises providing said component-based object-oriented flow configuration comprising at least one of an action-step object element defining an action handled by a branch class, an action object element including a branch-reference attribute indicating branch logic to be analyzed, and an option object element identifying a conditional output of a branch.
[0035] In still another aspect, the invention provides computer implemented method of providing a user with a flexible front end user interface (UI) that separates and decouples a computer implemented user journey from a computer implemented application process. The computer implemented method comprises providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by the computer system;
executing the computer implemented front end user journey using a component-based object- oriented flow configuration defining software instructions implemented by the computer system, providing navigation functionality across the plurality of portlets, managing data for computer screen displays in UI object components; defining a process of the component-based flow that renders at least part of a computer screen display; and managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
[0036] In some embodiments, this computer implemented method further comprises managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another. In some embodiments, the computer implemented method further comprises providing a visual editor generating said component-based object-oriented flow configuration. In some embodiments, the computer implemented method further comprises providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
[0037] In some embodiments, the computer implemented method further comprises providing a plurality of portlets comprising an Entry portlet, a Gather- Application-Data portlet, a Decision portlet, a Funding portlet, a Boarding portlet, and a Cross-sell portlet.
[0038] In some embodiments, the computer implemented method further comprises providing a plurality of core products portlets comprising at least one of: Retrieve Application Portlet, Non-Straight Through Processing Application Maintenance Menu Portlet, Account Opening (AO) Work Item Update Portlet, Communication History Portlet, AO Activity History Portlet, AO Queue Management Services Portlet, AO To-Do Items Portlet, AO Entity Data Portlet, AO Application Documentation Portlet, AO Communication Portlet, Integrated
Customer Communications Manager Free Format Utility Portlet, and AO Entitlement Portlet.
[0039] In some embodiments, the computer implemented method further comprises providing a plurality of insurance portlets comprising a Quotes Portlet, an AS Entry Portlet, and a Policy Cancellation Portlet; determining and presenting an insurance quote by the Quotes Portlet; receiving from the user an acceptance of the insurance quote; and initiating the computer implemented front end user journey responsive to said acceptance.
BRIEF DESCRIPTION OF THE DRAWINGS
[0040] Figure 1 is an exemplary diagram showing how a front end flow configuration may interface with various account opening product/service systems or data stores, according to some embodiments of the invention.
[0041] Figure 2 shows an exemplary User Journey within and across Portlets.
[0042] Figure 3 is a diagram showing exemplary WARs and Portlets for payment.
[0043] Figure 4 is an exemplary diagram of Account Opening Portlets that may be chained together in various ways to create a flexible user journey.
[0044] Figure 5 shows an exemplary logical view of the front end user interface.
[0045] Figure 6 illustrates an exemplary physical architecture of the front end, according to some embodiments.
[0046] Figure 7 is an exemplary diagram showing data passed into global state.
[0047] Figure 8 shows an exemplary Flow Configuration XML Model. [0048] Figure 9 shows an exemplary Logic to Resolving Next Step.
[0049] Figure 10 illustrates exemplary components of a flow configuration, according to some embodiments.
[0050] Figure 11 is an exemplary Flow Configuration Sequence Diagram.
[0051] Figure 12 is an exemplary diagram Mapping a Step in Flow Configuration to an
Executions Services (ES) Event, according to some embodiments.
[0052] Figure 13 shows an exemplary Portlet Wiring Configuration specific to Flow
Configuration.
[0053] Figure 14 is a exemplary diagram of Communication between Portlets.
[0054] Figures 15-19 show screenshots for enabling a portlet to send data.
[0055] Figures 20-24 show screenshots for enabling a portlet to receive data.
[0056] Figures 25-28 show screenshots for wiring portlets.
DETAILED DESCRIPTION
[0057] Figure 1 is an exemplary diagram of an Account Opening (AO) system supported by the flow configuration of the present invention. The system may include, for example, Front End (FE), Application Processing Engine (APe), Integrated Customer Communications Manager (ICCM), Metrics and Business Intelligence (BI), Funding, and/or Queue Management Services (QMS).
[0058] In some embodiments, Account Opening computer systems and processes preferably include a variety of features, such as Test and Learn, Business Intelligence, and/or Quick Deployment Cycles. Test and Learn functionality, for example, can allow a business to deploy champion and/or challenge user journeys, as well as business processes, and promote the one that is more effective (e.g., faster completion time or higher application completion rate). Business Intelligence can allow the business to capture processing data for analysis so that the business can understand where a user journey or a business process may be broken or ineffective. Quick Deployment Cycles can allow the business to deploy a new user journey in a timely manner, if a user journey or a business process is not working. In order to support the above objectives, the flow configuration is designed as follows.
[0059] The account opening front end (FE) is implemented as multiple user journeys.
Each journey comprises a sequence of screens that allows the user to enter data and interact with the system in a manner that optimizes user experience. The process defines the internal procedures that are needed to process an application. Each business process is optimized to enhance back office efficiency.
[0060] Advantageously, the system is designed in a loosely coupled way, so that the user journey and the underlying bank process can be defined and managed separately and the user journey can be tuned and/or modified with minimum impact to the bank process and vice versa.
[0061] The system preferably includes an Application Processing Engine (APe) to manage the account opening business process, which is effectively the business process manager (BPM) for account opening. The FE provides the human interaction elements of the business flow and APe implements the systematic elements of the business process and provides the state management of the overall process.
[0062] In some embodiments, two types of macro-services are provided to (1) save application data, and (2) process user actions (e.g., submitting the application for decision and accepting an offer to open an account). [0063] The macro-services are configured, based on a number of runtime parameters
(e.g., the product type or entity ID), to execute one or more micro-services to fulfill the user request. By modifying the composition of macro-services or changing the behaviors of micro- services, the business process can be enhanced as needed. As long as the preconditions are met, the FE user journey would not know the behavior of a macro-service.
[0064] In some embodiments, the FE user journey is defined in a configurable way so that the screen flow can be altered. Service invocation is also preferably configurable so that the service calls can be linked to buttons in one Java Server Page (JSP) or another. This can allow the user journey to be changed while calling the macro-services in the same order to preserve the same business process, or can allow use of the same user journey while executing the macro- services in a different order, thus executing a different business process.
[0065] A flexible user interface (UI) provides a way to define the user journey / flow of screens. The flexible user interface also provides a way to alter the content and look-and-feel of the individual screens, such as add/remove form elements from screens, add/remove content fragment in the screens, change the layout or color schemes of the screen, etc.
[0066] Figure 2 shows a portion of an exemplary user journey (flow) where customer information is captured to apply for a product. From "X", where the customer had indicated interest in one or more products, customer information is captured in three steps: personal data, contact details, and employment information. If only a single product is selected, the single offer-and-configuration step is shown; otherwise, the multi-product offer step is shown, which allows the customer to pick the desired product to configure (select eStatement, order checkbooks, etc.). After the offer-and-configuration steps, the customer may be led to different places ("Y", "Z"). On any of the steps within the overall journey, the customer has the option to "save" the application and finish the front-end session. The customer could then retrieve the application at a later time and resume from the step where he/she had saved.
[0067] In some embodiments, there may be an alternative flow, running the same time as the above flow, where, for example, the employment information is not captured. The original flow and the alternative flow may then be assigned to customers. The user journey definition is preferably externalized and configurable so that flow can be changed without the need for a full release/deployment. In some embodiments, a step may be inserted and/or removed within the flow, for example, to add an advertisement between the "contact detail" and the "employment information" steps. The user journey is preferably decomposed into small modules so that smaller set of logic can be deployed without causing full deployment and testing. Thus, deployment impact can be minimized if only part of the business logic has changed. [0068] To support these account opening features, the present invention advantageously provides in some embodiments multiple portlets and Web Application Archives (WARs). Each portlet can provide a single or a group of logically related functionality so that the portlet is self- contained and potentially reusable for other use cases. Some exemplary WARs and portlets for payment are shown in Figure 3.
[0069] In various embodiments, Account Opening portlets may include, for example, one or more of the following:
• Entry portlet - manages the initial request to start the account opening process. Flow-ID, and business process-id, for example, may be passed to the entry portlet.
• Gather- Application-Data portlet - defines steps to capture applicant information such as personal data, contact data and employment information.
• Decision portlet - in some embodiments, includes three parts: decision outcome, T&C and product configuration. (1) Decision portlet displays which product is
approved/denied/pending. (2) For approved products, T&C is displayed for the user to accept the product. (3) After the user accepts the product, screens are shown for production configuration, such as eStatement configuration or order check-book.
Configurations are shown based on the product type and/or user type.
• Funding portlet - captures payments and fee instructions required for the application and products.
• Boarding portlet - displays the final confirmation (Application Summary) screen to the user. It will remind the user with any pending tasks that are not yet completed, such as providing proof of identity.
• Cross-sell portlet - promote other products the client doesn't already have. The customer already captured in an existing application will be copied over when starting a new application when the user clicks on the cross-sell product.
[0070] In some embodiments, one or more of the following portlets are provided for core products: Retrieve Application Portlet, Non-STP Application Maintenance Menu Portlet, AO Work Item Update Portlet, Communication History Portlet, AO Activity History Portlet, AO QMS Portlet, AO To-Do Items Portlet, AO Entity Data Portlet, AO Application Documentation Portlet, AO Communication Portlet, ICCM Free Format Utility Portlet, and/or AO Entitlement Portlet.
[0071] In some embodiments, additional servicing functions may be provided based on the same flow configuration design. Such services are not necessarily part of account opening, but also have flows and steps that can be monitored and enhanced. For example, for Insurance, a Quotes Portlet, Account Servicing Entry Portlet, and/or Policy Cancellation Portlet may be provided. The Quotes portlet allows the end user to enter minimum insurance data, such as personal information, smoking/drinking habit, etc. to obtain one or more insurance quotes from different source/vendor systems. In some embodiments, once the user accepts a quote, an AO application process will be started.
[0072] To facilitate a flexible user journey, multiple portlets can be chained together to create the desired journey. Flexibility is provided through linking together and/or chaining the multiple portlets and externalizing business controlled view elements without the business being required to know the technical implementation of the underlying business processes. Figure 4 is an exemplary diagram showing how front end portlets that may be chained together in various ways to create the flexible user journey.
[0073] A consolidated user journey configuration is defined that can be managed with minimal technical skill. The configuration details are preferably not spread across multiple files because such a scenario increases the risk of errors of omission while creating or modifying flows and increases the time-to-market for the application, which is something the business wants to avoid. The structure and content of the configuration files are preferably easily understandable so that flows can be created and modified by people with little technical knowledge.
[0074] The invention also manages navigation across portlets. From a business/user perspective a flow is just a series of screens. So the configuration preferably supports page navigation across portlets. However, the details of which screen belongs to which portlet are not necessarily exposed to the person creating or modifying a flow.
[0075] Proper configurations ensure that the appropriate logic falls into the right portlet.
For example, it is not desirable to execute the decision logic in the portlet that gathers the application information and determine if the "accepted" screen or the "declined" screen should be displayed. Instead, the control should be passed to the decision portlet, which makes the decision call and determine what happens next.
[0076] To fulfill the flexibility at the screen level without introducing too much complexity in the code, in some embodiments, data are managed as logical groups (referred to as UI Components), instead of managing data as individual fields. This allows the data group to be advantageously moved around within a screen or across different screens. Thus existing screens can be modified by adding/removing UI Components and new screens can be created by putting together a set of UI Components.
[0077] Figure 5 shows an exemplary logical view of a front end user interface. The screens are composed of UI Components, Content, and Links. The UI Component may be further broken down into Data Structures, Layout (including attributes such as 'read-only'), and validation Rules (for individual fields within that UI component). The Content section allows for business-defined content, and the Links allow the user to perform actions. The view components may be deployable as content by the business from a Business Development Environment (BDE).
[0078] Figure 6 illustrates an exemplary FE physical architecture according to some embodiments. A generic Action/Render phase is shown. The Service Proxy is the exit point from the FE to the host systems, of which APe is a focus, through Enterprise Application Integration (EAI). Executions Services (ES) refers to a framework used for software development based on Java, J2EE and/or Portlet technologies. ES Front Controller is a key component in the framework that in some embodiments is utilized by all portlets developed for AO.
[0079] In some embodiments, a Public Parameter Interceptor enables collaboration of multiple portlets within a single portal instance. A declared parameter is passed to other portlets that declare the same parameter. The parameter is injected into the work-context, also via configuration, for the portlet to use. AO may use this mechanism to accept input data, such as entity ID, channel ID, staff ID (optional), customer ID (optional), one or more product ID and promo-code, from other components. AO internally may publish application ID and applicant ID to coordinate activities between portlets specific to AO. This interceptor is used in the action chain to receive values published by other portlets. This interceptor allows data to be passed into Global State, as shown in Figure 7.
[0080] In some embodiments, the FE is a Portal application written against the R2DS for
Java Framework. Presentation layer (UI) components may be written, for example, using Java.
[0081] In certain embodiments, a visual editor is provided that allows the UI designer to define the journey with steps, actions and branches. The tool will generate an XML configuration file that is used by the front portlet during runtime.
[0082] In preferred embodiments, the flow configuration is implemented with an XML structure as follows. Flows are defined as sequences of steps. Actions are exposed on the steps that lead to the next step. A unit- step-name mapping is defined to identify which portlet provides support for these portlets.
[0083] Figure 8 and Table 1 describe a flow configuration XML model according to some embodiments
Table 1
Figure imgf000019_0001
This element contains a mixture of <action-step> and <step> sub-elements
<action-step indicate a "faceless" step where services are invoked within the flow.
• "id" is unique across ail type of steps; however the same step can repeat within a flow. This id is stored in APe and it has a size limit: of 10 vchar.
• "description" provide some readable information about the step.
A single <action> sub-element is required
<step> indicate a screen display within the flow.
• "id" is unique across ali type of steps; however the same step can repeat within a f!ow. This id is stored in APe and it has a size limit of 10 vchar. Each is mapped to an ES render event. This mapping is defined in the step_render_event_mapptng.properties file.
* "description" provide some readable information about the step.
Each step contains one or more <action> sub-element; each corresponds to a button or link on the screen .
<action> Each action maps to an ES action event
• id" maps the ES event id in the ES configuration
• "page-ref is 1 of the 2 possibie attributes, indicating which step to be displayed after the action.
• "foranch-ref is the 2nd possible attribute, indicating branch logic should foe evaluated. When there is a branch, then one or more <option sub- eiement wi!! be used to identify the possible output.
<opiion> identifies a possible output of a branc
'Id" is a iogica! name that describes the output
"'step-ref identifies the target screen to be displayed for the output
<unit-step-mappings> A logical container of ai! the step mappings.
"id" identifies the configuration node, not used otherwise in the system
<step-ref> identify a single step and which portiet contains the step
"id" of the given step
* "unit"1 is the name of a portiet in the system that is "wired to support ffow navigation
[0084] A portiet that participates in the flow preferably includes a
FlowNavigatorProcessor at the end of its action chain. In some embodiments, this processor performs two tasks: (1) determine what the next step is and, (2) if the next step is defined in another portiet, trigger appropriate wire to the target portiet. [0085] This processor may, for example, receive the flow ID, step ID, and action ID as the input and use this input to map to the definition in the flow configuration. In some embodiments, if a branch is defined, the processor will load the corresponding branch utility to resolve the next-step; otherwise, the next-step mapped directly to the action will be added to work-context. Figure 9 shows an exemplary logic to resolving next step.
[0086] A branch utility is a simple Java class conforming to the simple interface described below. Preferably these are pre-built Java classes based on various business rules that are used in account opening, such as evaluating a service invocation result (e.g., application accepted or declined), evaluating input data that are relevant to the UI journey, etc. In some embodiments, these pre-built Java classes are isolated from other general rules, which are implemented in the processors or services, to allow a consolidated configuration for the UI journey.
[0087] Cooperative portlet (Wiring) is used to support the transition from one portlet to another. Once the next step is resolved, the flow navigator processor will use the step-mapping configuration to determine if the next step is defined in a different portlet or not. If it is, the flow navigator processor will set up appropriate request attribute to trigger the appropriate wire.
[0088] The present invention provides, in some embodiments, page flow across multiple portal pages. The Flow Configuration component provides the ability for custom orchestration of Front End screens, with each screen having a predefined set of actions and data blocks, to build a user flow. In some embodiments, certain changes (e.g., a change to the "Action Set" or "Number of data blocks" on a screen) may require IT involvement for the change. [0089] Components: Figure 10 is a class diagram showing exemplary components of a flow configuration, according to some embodiments. Descriptions of the components are as follows.
[0090] FlowNavigatorProcessor.java: This class is responsible for determining the next step (screen) for a particular action on a page. Based on current flow ID, step ID and action ID it grabs the next step from the flow-config.xml. This class is also responsible for invoking the wire if the current step and next step are not in the same portlet.
[0091] FlowConfigServicelmpl.java: This class used by the GenericResponseProcessor and FlowNavigatorProcessor to retrieve data from the flow-config.xml,
portlet screen mapping file.properties, and step render event mapping.properties based on the request parameters.
[0092] BranchReferencelnterface.java: Interface to be implemented by custom navigation rule processors, to execute the business logic associated with a particular action and returns next option.
[0093] GenericResponseProcessor.java: This processor performs the following steps to identify the event ID based on the current step ID. (1) Retrieve the current step ID from session; (2) Invoke FlowConfigService.getStepRenderEvent with step ID as parameter to retrieve the event ID mapped to current step in step render event mapping.properties; (3) Return the event ID.
[0094] WiringNavigatorProcessor.java: WiringNavigationProcessor is invoked for action events triggered by wire as part of inter-portlet communication. This processor gets the screen ID attribute from Request Attribute or Request Parameter scope and puts it in FlowConfigState and then control is passed to GenericResponseProcessor by returning the start app as event ID.
[0095] FlowRequestMapper.java: This custom request mapper is injected into the action chain of each unit, to handle request action events triggered by user interaction. The steps are: (1) Resolve request to a event ID; (2) Extract action ID from the event ID. Action ID is identified by string between 'evt_' and next '_' in the event ID; (3) Add the action ID to request scope and return event ID.
[0096] flow_config.xml: Flow configuration set-up is described in detail in the Flow
Configuration Utility section below. The XML in this file will be external to the portlet, but each development will have its own internal version for testing purposes.
[0097] step render event mapping.properties: In some embodiments, each step will generally have an event mapped to it. This file provides that mapping. This file will be part of an externalized bundle. Example:
STEP_00001=evt_input_page
STEP_00002=evt_ackno ledge_page
STEP_00003=evt_approval_page
STEP_00004=evt_approval2_page
STEP_00005=evt_input2_page
ACTN_00001=evt_input_page_choice
[0098] portlet screen mapping file.properties: When crossing portlets (units) an entry will be used via wiring to map the source attribute to the destination attribute, "Screen id." This file provides that mapping. This file will be part of an externalized bundle. Example:
SampleApp=SampleAppScreenId
SampleApp2=SampleApp2Screenid
[0099] WSDL File: If Portlet to Portlet flow is needed then a Portlet Web Services
Description Language (WSDL) file will be set up. This is described further in the Multi Portlet
Flow and Wiring Steps sections below. [00100] Sequence Diagram: Figure 11 is an exemplary sequence diagram that provides details of how various components of Flow Configuration are related and when they would be invoked.
[00101] Menu Portlet Usage: The flow ID is passed into this component through a request parameter; while this can come from any source, the main supplier will be menu navigation links, which will pass this ID through.
[00102] Error Flow: Error flow will be handled by normal error trapping method using ES.
The state of the flow will be reset if the portlet is restarted via the error page by triggering the portlet state reset mechanism, which is triggered by the blitz token parameter.
Flow Configuration Utility
[00103] A user journey or flow is created using, for example, a flow configuration utility.
A flow comprises a series of views called 'steps'. Entering a step typically results in a view being displayed to the user. On that view, user events occur that are handled by the step. These events can trigger transitions to other steps which result in view navigations.
[00104] Advantageously, in some embodiments, flows can be authored by application developers or business analysts using a simple XML-based flow definition language. The following steps describe the elements of this language.
[00105] Defining the user journey: Flows are defined and detailed in flow config.xml.
Theoretically any number of flows can be defined in this file. The flow configuration begins with the following root element:
<flow-config id="SampleApp">
</ flow-config> All flows are defined within this element. The root element will be part of the flow config.xml file provided as part of component. This should not be changed during customization by regions.
[00106] Every flow begins with the flow tag as shown below:
<flow-config id="SampleApp">
<flo id="FLOW_00001" description="Main Flo ">
</flo >
</ flow-config>
All steps of the flow are defined within this element. The first step defined becomes the flow's starting point.
[00107] The step element is used to define a step of the flow that renders a view. An action element is used to handle events that occur within a state. These actions drive view navigations. The following shows the use of the step and action elements:
<flow-config id="SampleApp">
<flo id="FLOW_00001" description="Main Flo ">
<step id="STEP 00001" description="payinputscreen">
<action id= "pay " s tep- re £= "STEP_00002"/>
</ step>
</flo >
</ flow-config>
The above flow (FLOW 00001) comprises one step/screen (STEP 00001). This step supports the pay action which transitions to the next step (STEP 00002). The definition of the next step is not shown in the above flow. With the elements flow-config, flow, and step, the view navigation logic can be quickly expressed.
[00108] The following example shows the other step defined and a complete simple flow:
<flow id="FLOW_00001" description="Default Flow">
<step id="STEP 00001" description="payinputscreen">
<action id= "pay " step-ref= "STEP_00002 "/>
</ step>
<step id="STEP 00002" description="acknowledgescreen"> <action id= "back" step-ref= "STEP_00001 "/>
</ step>
</flo >
The flow shows a simple movement from an input screen to an acknowledgment screen and back again. In some embodiments, there may be a character limit in APe for step ID and flow ID (e.g., 10 character limit).
[00109] Branching: The flow shown above is simplistic because it assumes that all steps in the flow are known upfront. However, in reality the next step in a transition may not be known upfront. The next screen may be dependent on the result of execution of business services of the application. For example, the next step in the flow may be determined based on some logic. To support this, the flow definition language provides support for branch classes. [00110] A class that implements the interface BranchReferencelnterface . j ava is called a branch class. The interface is shown below:
package com. hsbc . group . common . flowconfig.pres;
import com . hsbc . esf . requestprocessing . WorkContext ;
public interface BranchReferencelnterface {
String execute (WorkContext workContext);
}
[00111] A branch class is used to evaluate data generated by business service operations that are invoked when the user initiates an action. The next step is based on one of multiple options returned by the branch class. The branch class returns one or more options. Each option is then mapped to a step in the flow configuration.
<flo -config id= "Sampl eApp ">
<flo id="FLOW_00001" description="Default Flo ">
<step id="STEP 00001" description="payinputscreen">
<action id= "pay" step-ref= "STEP_00002 "/>
</ step> <step id="STEP 00002" description="ackno ledgescreen">
<action id= "approve " branch-ref= " approvalB ranch "> <option ±d=" approval one " step- re f= "STEP 00003 " />
<option id=". approval two " step- re f= "STEP 00004 " />
</action>
<action ±d= "ba ck " step f= "STEP 00001 " / >
</ step>
<step id="STEP 00003" description="approvall screen">
<action id= "ba ck " step-ref= "STEP_00001 "/ >
</ step>
<step id="STEP_00004" description="approval2 screen">
<action id= "ba ck " step-ref= "STEP_00001 "/ >
</ step>
</flo >
</ flo -config>
[00112] In the flow configuration above, the 'Acknowledgment Screen' (STEP 00002) is followed by the 'Approval Screen'. The business requirement says, for example, that if the payment amount is 500 or above then a higher approval amount screen is used. A branch class decides whether the Lower or Higher Approval Screen should follow the 'Acknowledgment
Screen'.
[00113] A branch is specified in the flow configuration using the branch-ref attribute of the action tag. As shown above the 'approve' action of STEP 00002 refers to the ID of the branch class configured as a bean. The action tag includes option elements. Since the branch class in our example returns one of two values, 'approvalone' or 'approvaltwo', there are two option elements configured. The ID of the first option element is 'approvalone' and the ID of the second element is 'approvaltwo.' [00114] An option element is configured for each unique value returned by the branch class and the ID of the option element is preferably the same as that of value returned by the branch.
[00115] Each option is mapped to a specific step using the s tep-ref attribute of the option element.
[00116] When the approve action is performed by the user on the 'Acknowledgment
Screen' (STEP_00002), the class specified in the branch- re f attribute will be executed. Based on the data available to the branch class, it will return one of two values. The flow configuration will try to match the returned value with the IDs of the all the options defined. When a match occurs, the corresponding step will be displayed to the user. [00117] The following shows the branch class used to evaluate the above.
package com. hsbc . group . common .flowconfig.sa. pres. processors;
import com . hsbc . esf . requestprocessing . WorkContext;
import
com. hsbc . group . common . flo config.pres . services . BranchReferenceInterf ace;
public class ApprovalBranchReference implements
BranchReferencelnterface {
private final static String APPROVAL_PAGE_LOWER_AMOUNT =
"approvalone" ;
private final static String APPROVAL_PAGE_HIGHER_AMOUNT =
"approvalt o" ; public String execute (final WorkContext orkContext) {
String approvalPage = "";
Paymentlnformation paymentlnfo = (Paymentlnformation) workContext
. getUserData ( "paymentinformation" ) ;
if (paymentlnfo . getAmount ( ) < 500) {
approvalPage =
ApprovalBranchReference . APPROVAL_PAGE_LOWER_AMOUNT; } else {
approvalPage =
ApprovalBranchReference . APPR0VAL_PAGE_HIGHER_AMOUNT;
}
return approvalPage;
}
}
[00118] As is evident, the decision on whether the higher or lower approval page is based on the payment amount data element present in session. Also, the branch class returns one of two options - approvalone or approvaltwo - every time it executes.
[00119] The out of the box implementation for each product provides a set of branch classes and the data needed by these classes are made available to them through the WorkContext object. During regional implementations, if additional branch classes are required, changes may be necessary to the application's core classes to ensure that the data needed by the new branch class(es) are available to them.
[00120] In some embodiments, this class is configured as a spring bean in the relevant configuration file as shown below:
<bean id=" approvalBranch" class="
com. hsbc . group . common .flo config.sa. portlet. processing. ApprovalBranc hReference "/>
[00121] Action Step: In some embodiments, applications are multi-portlet, and each portlet is packaged as a separate WAR.
[00122] During the course of a journey, the user navigates from one portlet to another.
Usually, the source portlet specifies the next step in the target portlet. However, in certain cases, the initial screen of the target portlet may not be known upfront.
[00123] The Product Configuration portlet is a case in point. After the Gather Applicant
Details portlet, the next portlet in the journey is the Product Configuration portlet. Here, the first screen depends on whether the user has selected a single product or multiple products. In a single product scenario, the user is shown a screen with the decision details, terms and conditions
(T&C), and product configuration options. For a multiple product scenario, the user is shown a screen with the decision details for each product.
[00124] In the example app, there are two different pay-input screens based on a decision made with the action-step branch.
[00125] The flow definition language provides the action-step element for scenarios where the initial screen of a portlet is determined at runtime. The following example shows the usage of an action step.
<flo -config id= "Sampl eApp ">
<flo id=" FLOW_00001" description="Defau!t Flow">
<action-step id="ACTN_00001" description^'Action to goto correct Pay Page">
<action id= "ACTN_00001 " branch-ref= "payBranch ">
<option id= "inputlow" step-ref= "STEP_00001 "/> <option id= "inputhigh" step-re£="STEP_00005"/> </action>
</action-step>
<step id="STEP 00001" description="payinputscreen">
<action id= "pay" step-re£="STEP_00002"/>
<action id= "approve" branch-ref= "approvalBranch "> <option id="approval one" step-re£="STEP_00003"/> <option id= "approval two" step-ref= "STEP_00004 "/> </action>
</ step>
<step id="STEP 00002" description="actkno ledgescreen"> <action id= "approve" branch-ref= "approvalBranch "> <option id="approval one" step-re£="STEP_00003"/> <option id= "approval two" step-ref= "STEP_00004 "/> </action>
<action id= "back" step-ref= "ACTN_00001 "/>
</ step>
<step id="STEP 00003" description="approvall screen">
<action id= "back" step-ref= "ACTN_00001 "/>
</ step>
<step id="STEP_00004" description="approva!2 screen"> <action id= "back" step-ref= "ACTN_00001 "/> </ step>
<step id="STEP_00005" description="payinput2 screen">
<action id= "pay" step-re£="STEP_00002"/>
<action id= "approve" branch-ref= "approvalBranch "> <option id= "approval one" step-re£="STEP_00003"/> <option id= "approval two" step-ref= "STEP_00004 "/> </action>
</ step>
</flo >
</ flo -config>
[00126] The 'back' action on previous steps was previously configured as follows:
<step id="STEP 00003" description="approvall screen">
<action id="back" step-ref="STEP_00001"/>
</ step>
[00127] With the introduction of the action-step, it is configured differently:
<step id="STEP 00003" description="approvall screen">
<action id= "back" step-ref= "ACTN_00001 "/>
</ step>
The 'Approval 1 Screen' now passes control to the action-step.
[00128] The action-step defines an action which is handled by a branch class. The action within an action-step includes a branch-ref attribute set to a branch class reference. This is clear because an action-step is necessary to evaluate some condition and, as previously discussed, the way to do that in the flow configuration is via a branch class.
[00129] Mapping to an ES Event: The step ID and the action ID combined are mapped to an event defined in the ES configuration. This is an important point because, while the flow configuration is abstracted into a simpler format, it is tightly coupled to the underlying processing that is configured using ES. A person must understand what data is captured on the screen and what business logic should be executed and ensure that they are configured properly. For a particular step, the action ID is retrieved from the event fired by the user. The following pattern is followed when defining the event for an action:
cmd actionID *
[00130] The FlowRequestMapper.java is responsible to retrieve the action from the event and put it in the session scope for later use. In the following (e.g.,
select_product_information_data.jsp) there is a button called "Go" which triggers an event "cmd apply capturepersonaldetails" when clicked. In this case the action is "apply".
<j hx : actionButton event=" cmd apply capturepersonaldetails" label="#{labelsPI .GO} "></ jhx: actionButton>"
[00131] Figure 12 is a diagram showing an example of how a step in Flow Configuration maps to an ES Event. The FlowNavigatorProcessor grabs the action from the session (which was stored by the FlowRequestMapper) and decides the next step.
[00132] Multi-Portlet Flow: The description above describes flows that just span a single
Portlet, but the flow component of the present invention also allows users to cross Portlets as part of their user journey.
[00133] Cooperative portlet (Wiring) is used to support the transition from one portlet to another. Each portlet will declare a WSDL, similar to the following example, as a target portlet.
[00134] A portlet that navigates to another portlet declares a WSDL as a source portlet. In some embodiments, this portlet also requires the navigation processor to trigger the screen transition from one portlet to the other. The Wiring Steps section below provides exemplary WSDL and Wiring details to be configured for wiring different portlets / units using the Flow Config.
[00135] In addition to the steps provided in the Wiring Steps section below, the
WiringNavigatorProcessor should be configured under the action interceptor chain of target Portlets. This enables the WiringNavigatorProcessor to receive the requests triggered by wire. Figure 13 shows an exemplary portlet wiring configuration specific to Flow Config.
[00136] Figure 14 is a exemplary diagram of communication between portlets. In Figure
14, there is the Product Selection Portlet on the channel side and three portlets - Gather Applicant Data, Validate Identity and T&C - on the account opening side. As shown in Figure 14, all portlets within account opening may be wired to each other. This provides the flexibility to move from a portlet to any other portlet within account opening. The initiating portlet will send the flow ID and step ID as wired parameters to the target portlet. The target portlet will use the parameters to display the relevant screen (step) to the user. Screen (Step) navigation within a portlet will be handled using the flow configuration as described above.
[00137] Configuration of this is done via a section at the bottom of the flow called the unit-step-mappings element.
[00138] Below is an extract from the sample app, that shows that all our steps are in the same Portlet(Unit):
<!-- Screen to Portlet Mappings -->
-step- mappings id="unitMap ">
<step- -ref id="STEP 0 00 01 " unit= " sampleApp" />
<step- -ref id="STEP 0 00 02 " unit= " sampleApp" />
<step- -ref id="ACTN 0 00 01 " unit= " sampleApp" />
<step- -ref id="STEP 0 00 03 " unit= " sampleApp" />
<step- -ref id="STEP 0 00 04 " unit= " sampleApp" />
<step- -ref id="STEP 0 00 05 " unit= " sampleApp" />
<!-- Screen to Portlet Mappings -->
</unit-step-mappings>
[00139] However if, for example, STEP 0002 was in a different Portlet/Unit, it would have a different unit name that any others:
<!-- Screen to Portlet Mappings -->
<unit- step-mappings id="unitMap"> <step-ref id="STEP 0 00 01 " unit=" sampleApp" />
<step- ref id="STEP "0 00 02 " unit= " sampleApp" />
<step- ref id="ACTN "OOOOl" unit= " sampleApp" />
<step-ref id="STEP_ ^00003" uni = "anotherApp "/>
<step- ref id="STEP "0 00 04 " unit= " sampleApp" />
<step- ref id="STEP "0 00 05 " unit= " sampleApp" />
Screen to Portlet Mappings -->
</unit-step-mappings>
[00140] The FlowController class checks to see if the next STEP belongs to another unit, and if so it will create a request parameter that will be externalized in a file called
portlet screen mapping file.properties. This file will hold a key value pair of the unit name and the key to be used for the request parameter. Example:
anotherApp=anotherAppScreenId
[00141] In this parameter a map of data is stored, currently holding a key called
Screen ld, which holds a reference to the nextStepID; in the above case this will be
"STEP 00003".
[00142] Then using wires the anotherAppScreenld attribute can be mapped to another portlet with the destination attribute of Screen ld. The destination Portlet will look for
WIRE ACTION, and if found ends up in the WiringNavigation Processor, which will get the map that was put on the wire, read the information in the map (e.g., the StepID), and use that information to populate the flow State object.
[00143] The flowID is currently passed through as a request parameter from the consumer as parameter HSBC OHD FLOW ID. In alternative embodiments, this may be held in global state to allow multi-portlet stepping.
[00144] Edit de faults Config Mode: When using different modes than view, simple R2ds request processing can be used. A separate event and command prefix are used to bypass the flow request mapper. See below for an example using stdCmd and stdEvt instead of cmd and evt. <!— ******* STANDARD ACTION EVENTS ******** -->
<event-mapping id="stdEvt set default data">
<processor-ref ref="SetDefaultsRequestProcessor" /> <render-event-mapping ±d= "success ">
<processor-ref ref="SetDefaultsResponseProcessor" /> <event-mapping-ref ref= "done" />
</ render-event-mapping>
</event-mapping>
<i— ******* STANDARD RENDER EVENTS ******** -->
<render-event-mapping ±d= "stdEvt edit defaults page">
<processor-ref ref=" SetDefaultsResponseProcessor" />
<event-mapping-ref ref= "done" />
</ render-event-mapping>
</event-mappings>
</process-invoker-interceptor>
<action-interceptor-chain id= "actionchain ">
<double-submit-protection-interceptor />
<request-mapper-interceptor>
<parameter-name-value name="WIRE ACTION" value="ReceiveAction" event="portal navigation" />
<parameter-name name= "stdCmd *" event= "stdEvt *" />
<beans : bean
class="com . hsbc . group . flowconfig.pres. FlowRequestMapper" />
</request-mapper-interceptor>
<process-invoker-interceptor-ref ref= "processorInvoker" />
</action-interceptor-chain>
<render-interceptor-chain id= "renderchain ">
<portlet-mode-mapper-interceptor>
<mode-default-event
Figure imgf000035_0001
event= "start app" /> <mode-default-event mode= "edit defaults" event= "stdEvt edit_defaults_page" />
</portlet-mode-mapper-interceptor>
<process-invoker-interceptor-ref ref= "processorInvoker" />
</render-interceptor-chain>
Cascading Wires
[00145] In some embodiments, flow will handle cascading wires automatically.
Preferably, the following steps are performed for cascading wires.
[00146] (1) Ensure that the start app event is a regular event not a render event. This allows flow to trigger another wire in the same action chain. [00147] (2) Ensure that the cascading wire setup is in the WSDL. Two output wires for every output target are used in some embodiments, one as an ouput message on the input event and one as a regular output wire. See the Component Configuration section below, which contains a sample WSDL.
[00148] (3) Set up the flow configuration as follows. In this example when step
OHTS A001 is loaded it will trigger a wire to OHTS 0004 immediately. It will also load the page in its own view for OHTS 0002. See the ##ohd training flow project for examples.
<step id= "OHTS_A001" description "Action Step">
<action id="portal_navigation" step-ref="OHTS_0004"/> <action id= "send_wire " step-ref= "OHTS_0002 "/>
</ step>
Alternative Features
[00149] In various embodiments, the invention may include one or more of the following features: package structure com.hsbc.flowconfig.pres; OH Pom.xml file; services. impl package having all branch classes specific to an application deleted; removed use of Spring Application Context and injected items where required using spring; Flow data are passed on the Wire; Flow context scope to hold and pass flow scoped data; flow input interceptor added so flow data may be read from the unencoded request parameter scope; branch classes used as Processors and/or service type classes.
Component Configuration
[00150] This section focuses on the configuration required for the component.
[00151] Naming Standards: In some embodiments, the following naming standards are used.
[00152] Base Standards: Product Identifier
• PA Payments
• AO Account Opening
• SE Servicing
• SC Staff Channel
• CC Customer Channel
• OH Global
Flow ID
• Ten characters long
• Alpha Numeric plus _
Step ID
• Ten characters long
• Alpha Numeric plus _
[00153] Local Portlet Standards:
Flow ID
<2 Character Product Identifier><2 Character Component Identifier>F<5 Alpha Numeric plus _
characters>
e.g., PAADF 1234
Step ID
<2 Character Product Identifier><2 Character Component Identifier>F<5 Alpha Numeric plus _
characters>
e.g., PAADS_0101
[00154] WAR Portlet Standards:
Flow ID
<2 Character Product Identifier><2 Character Component Identifier>F<5 Alpha Numeric plus _
characters>
e.g. PAF 123456, OHF 123456
Step ID
<2 Character Product Identifier><2 Character Component Identifier>F<5 Alpha Numeric plus _
characters>
e.g. PAS 010101, OHS 010101
[00155] Installation and Deployment: In some embodiments, for installation and deployment, the following steps are performed.
[00156] (1) Add the following POM entry to the project. <dependency>
<groupId>com . hsbc . group . flo config</groupId> <artifactId>group-flowconfig-pres</artifactld>
</dependency>
[00157] (2) Add the following entry to the dependency management section of the parent
POM. Ensure the version number is the correct version.
<dependency>
<groupId>com . hsbc . group . flowconfig</groupId> <artifactId>group-flowconfig-pres</artifactld>
<version>y . x . z</version>
</dependency>
[00158] Portlet Configuration: Preferably, the following steps are performed for portlet configuration:
[00159] (1) Include the following lines in the portlet config.
<import resource= "classpath : /grou /ohdtraining/'flowcontrol /<Portlet Name>/fl ow/beans . xml "/>
<import resource= "classpath : /group/flowconfig/flow-service . xml "/>
[00160] (2) Define the fiow/beans.xml defining the following four beans (defaultFlowId, defaultFlowStepId, StepRenderEventMappmgs, unitWiringScreenldMappings).
<!— FLOW BEANS —>
<bean id="defaultFlowId" class=" j ava . lang . String" >
<constructor-arg value= "0HTF_P123"/>
</bean>
<bean id="defaultFlowStepId" class=" j ava . lang . String" >
<constructor-arg value= "OHTS_P001 "/>
</bean>
<!— MAPPING SOURCES -->
<bean id=" stepRenderEventMappings"
class="org. springframework .context . support . ResourceBundleMessageSource ">
<property na e= "basenames">
<list>
<value>group . flow . step render event mapping</value>
<value>group . <product
code> . common . flow . step render event mapping</value>
<value>group . <product code> . <component code> . <Portlet
Name> . flow . step render event mapping</value>
~</list>
</property> </bean>
<bean id="unitWiringScreenIdMappings "
class="org. springframework .context . support . ResourceBundleMessageSource ">
<property na e= "basenames">
<list>
<value>group . flo . portlet screen mapping file</value>
<value>group . <product
code>. common . flow . portlet screen mapping file</value>
<value>group . <product code> . <component code> . <Portlet
ame>. flow. portlet screen mapping file</value>
</list>
</property>
</bean>
[00161] (3) Define the actions steps (flo w/action- steps. xml) and the flow steps
(flo w/render- steps .xml) .
[00162] (4) Add configuration to the interceptor-chain.xml for WireNavigatorProcessor,
GenericResponseProcessor, InputFlowlnterceptor, FlowRequestMapper and the standard Wire Action ReceiveAction.
<process-invoker-interceptor id="processorInvoker"
xmlns="http : / /www . hsbc . com/ schema/esrpjsfp-1.0.0">
<event-mappings>
< i— ******* FLOW ACTION EVENTS ******** -->
<event-mapping id="portal navigation">
<processor-ref ref="WiringNavigatorProcessor" /> <event-mapping-ref ref="start app" />
</event-mapping>
<include resource=" flow/action-steps . xml " />
< i— ******* FLOW RENDER EVENTS ******** -->
<event-mapping id="start app">
<processor-ref ref="GenericResponseProcessor" /> <event-mapping-ref ref="evt render stepl" /> <event-mapping-ref ref="evt render step2" /> <event-mapping-ref ref="evt render step3" />
</event-mapping>
<include resource=" flow/render-steps . xml " />
</event-mappings>
</process-invoker-interceptor> <action-interceptor-chain id=" actionchain"
xmlns="http : / / w . hsbc . com/ schema/esrpjsfp-1.0.0">
<double- submit-protection-interceptor />
<request-mapper-interceptor>
<parameter-name-value name="WIRE_ACTION" value="ReceiveAction" event="portal navigation" />
<parameter-name name="stdCmd *" event=" stdEvt *" /> <beans : bean
class="com . hsbc . group . flowconfig.pres. lowRequestMapper" />
</ request-mapper-interceptor>
<process-invoker-interceptor-ref
ref= "processorInvoker " />
</action-interceptor-chain>
<render-interceptor-chain id= "renderchain "
xmlns= "http : //www. hsbc . com/schema/esrpj sfp-1.0.0">
<beans : bean
class= "com. hsbc . group . flowconfig.pres . Flowlnputlnterceptor ">
<beans :property name= "optionallnputKeys"
ref= "flowDataFields "/>
</beans : bean>
<portlet-mode-mapper-interceptor>
<mode-default-event
Figure imgf000040_0001
event= "start app"
/>
<mode-default-event mode= "edit defaults"
event= "stdEvt init edit defaults page" />
</portlet-mode-mapper-interceptor>
<process-invoker-interceptor-ref
ref= "processorInvoker " />
</render-interceptor-chain>
</beans>
[00163] (5) Create Default Wiring WSDL using default wiring target. In some
embodiments, only elements below in bold are changed per portlet. Everything else should be the same. For the elements in bold there would be one entry per possible output target.
<?xml version="2.0" encoding= "UTF-8 "?>
<definitions xmlns= t tp : //schemas . xmlsoap . org/wsdl/
xmlns : portlet= "http : //www. ibm . com/wps/c2a " xmlns : tns=http : //OHD/ name= "FlowConfig Service" targetNamespace= "http : //OHD/">
<!-- Declare datatypes . One per portlet . -->
<types>
<xsd : schema xmlns : xsd= "http : //www. w3. orgy'2001/XMLS'chema " targetNamespace= "http: //OHD/">
<xsd : complexType name= "FlowNavigation Type"/> </xsd: schema>
</types>
<!-- These are messages coming in to this portlet.
Should just be one input message for flow. -->
<message name= "FlowConfig Request">
<part name=" lowConfig Input"
type="tns : lowNavigation Type" />
</message>
<!-- These are messages coming out of this portlet.
- Will be many outputs for flow, one for each potential target .
- For each output you need to declare a regular output and a cascade output.
- You should also include the default input output parts
-->
<message name="FlowConfig Response">
<part name=" FlowConfig Output"
type="tns : FlowNavigation Type"/>
<part name="<output target l>_Output"
type="tns : FlowNavigation Type"/>
<part name="<output target N>_Output"
type="tns : FlowNavigation Type"/>
</message>
<message name="FlowConfigBasic Response">
<part name=" FlowConfigBasic Output"
type="tns : FlowNavigation Type"/>
<part name="<output target 1>-Cascade_Output" type="tns : FlowNavigation Type"/>
<part name="<output target N>-Cascade_Output" type="tns : FlowNavigation Type"/>
</message>
<!-- Declare service for this portlet. -->
<portType name="FlowConfig Service">
<!-- Declare the input operation for this portlet . -->
<operation name="FlowConfig Input Operation">
<input message="tns : FlowConfig Request"/>
<output message="tns : FlowConfigBasic Response"/> </operation>
<!-- Declare the output operation for this portlet . --> <operation name="FlowConfig Output Operation">
<output message="tns : FlowConfig Response"/> </operation>
</portType>
<!-- Declare the bindings for this portlet . --> <binding name="Flo Config Binding"
type="tns : lowConfig Service">
<portlet :binding/>
<!-- Bind the input operations for this portlet . -->
<operation name=" FlowConfig Input Operation">
<!-- The input action parameter is used in request mapping to trigger the start app . -->
<portlet : action actionNameParameter="WIRE_ACTION" caption="Action .<portlet name>. Receiving" name="ReceiveAction" type=" standard" />
<input>
<portlet :param boundTo=" request-attribute" caption=" Property . To . <portlet name>" class=" j ava . util . Map" name="ScreenId" partname="FlowConfig Input"/>
</ input>
<output>
<portlet :param boundTo=" request-attribute" caption=" Property . FlowConfig . GenericExit . Cascade"
class="j ava . util . Map" name="generic-screenid-cascade"
partname=" FlowConfigBasic Output" />
<portlet : param boundTo=" request-attribute" caption="Property .<portlet name>. To .<output target 1>. Cascade" class=" j ava . util . Map" name="<output target 1>-screenid-cascade " partname="<output target 1>-Cascade_0utput" />
<portlet :param boundTo=" request- attribute" caption="Property .<portlet name>. To .<output target N>. Cascade" class=" j ava . util . Map" name="<output target N>- screenid-cascade" partname="<output target N>-Cascade_Output" />
</output>
</operation>
<!-- Bind the output operations for this portlet . --> <operation name="FlowConfig Output Operation">
<!-- The output action is triggered when the followin parameter is in the request. -->
<portlet : action actionNameParameter="WIRE_ACTION" caption="Action .<portlet name>. Sending" name="SendAction" type=" standard" />
<output>
<portlet :param boundTo=" request-attribute" caption=" Property . FlowConfig . GenericExit" class=" j ava . util . Map" name="generic-screenid" partname=" FlowConfig Output"/>
<portle t : param boundTo^ "request -a ttribu te " caption^"Property ,<portlet n&m&>. To , <output. target .;>·"
cla3s"java . util. Map" name^ "<output target l>~screenid"
partname^!!<output target 1> Output"/>
<portlet :param boundTo==;"request attribute" caption^"Property. <portl.&t. name>. To.<output targat N>! class**"java. util. Map" name^"<outp t target N>-screenid"
partname^ !l<ontput rg t M Output"/> </output>
</operation>
</binding>
</definitions>
[00164] The last two <portlet:param sections in italics above are for multiple portlet cases where branching between different possible target pages is supported. For each possible target page another entry is used with a different screen ID. The screen ID maps to the unit in flow config via the portlet screen mapping file discussed in more detail below. [00165] If local portlet specific flows are defined then the following portlet configuration steps may be optionally performed. [00166] (1) Add flow config import to portlet.
<import
resource="classpath : /group/ohdtraining/ flo control/ singleportlet/f low/ flow-config . xml " />
[00167] (2) Create flow config that defines the flows. Example flow-config.xml:
<?xml version="2.0" encoding= "UTF-8 "?>
<beans : beans xmlns= "http : //www. hsbc . com/schema/sfp-1.0.0"
xmlns : xsi= "http : //www. w3. org/2001/XMLSchema-instance " xmlns : beans= "http : //www. springframework . org/schema/beans " xsi : schemaLocation= "
http : //www. springframewor . org/schema/beans
http : //www. springframework . org/schema/beans/spring-beans-2.0. xsd http : //www. hsbc . com/schema/sfp-1.0.0
http : //www. hsbc . com/schema/sfp-1.0.0/flow-configuration . xsd">
<flow-config id= "OHDTRAINING_SINGLEPORTLET_FlowConfig" xmlns= "http : //www. hsbc . com/schema/sfp-1.0.0">
<flow id= "OHTF P123" description= "Normal application flow"> ~
<step id= "OHTS_P001 " description= "Step #1">
<action id= "first" step-re£="OHTS_P001"/> <action id= "prev" step-ref= "OHTS_P001 "/> <action id= "next " step-ref= "OHTS_P002 "/> <action id="last" step-re£="OHTS_P003"/> </ step>
<step id= "OHTS_P002" description= "Step #2">
<action id= "first" step-re£="OHTS_P001"/> <action id= "prev" step-re£="OHTS_P001"/> <action id= "next " step-ref= "OHTS_P003 "/>
<action id="last" step-re£="OHTS_P003"/> </ step>
<step id="OHTS_P003" description= "Step #3">
<action id= "first" step-re£="OHTS_P001"/> <action id= "prev" step-ref= "OHTS_P002 "/> <action id= "next" step-re£="OHTS_P003"/> <action id= "last" step-re£="OHTS_P003"/>
</ step>
</flo >
<unit-step-mappings id= "unitMap">
<step-ref id= "OHTS_P001 " unit = "ohdtraining- flowcontrol-singleportlet "/>
<step-ref id= "OHTS_P002 " unit= "ohdtraining- flowcontrol-singleportlet "/>
<step-ref id="OHTS_P003" unit= "ohdtraining- flowcontrol-singleportlet "/>
</unit-step-mappings>
</ flo -config>
</beans :beans>
[00168] (3) Create step mapping. Example step render event mapping.properties:
OHTS_P001=evt_render_stepl
OHTS_P002=evt_render_step2
OHTS_P003=evt_render_step3
[00169] (4) Create screen mapping. In the case of local flows the screen mapping will be very simple with just one line. Example portlet screen mapping file.properties:
ohdtraining-flowcontrol-singleportlet=singleportlet-screenid
[00170] WAR Configuration: For WAR configuration, the following is preferred. Unless all portlets in the WAR have fully defined local portlet flows, the flow configuration for the portlets in the WAR need to be defined. The files that would be deployed to this directory are: flow-config.xml; portlet screen mapping file.properties;
step render event mapping.properties.
[00171] In this case the screen mapping file will not be a simple one liner. Example portlet screen mapping file.properties: ohdtraining-flowcontrol-multiportleta=multiportleta-screenid ohdtraining-flowcontrol-multiportletb=multiportletb-screenid ohdtraining-flo control -multiportletc=multiportletc- screenid
[00172] Global Configuration: For Global Configuration, the following is optional. Flows that are required to link together components from different WARs would be deployed to a shared app to the directory group/flow. The files that would be deployed to this directory are: flow-config.xml; portlet screen mapping file.properties;
step render event mapping.properties. This is listed as optional as most components should be able to function with the default WAR or portlet level flows, but preferably one or more global flows are defined.
Wiring Steps
[00173] Creating WSDL: The following example shows how Gather Applicant Data
(GAD) can be enabled to call the Validate Identity Portlet. In this example, GAD is the source portlet and Validate Identity is the target portlet.
[00174] Information is entered as shown in the screenshots in Figures 15-19 based on predetermined data (Data Type URI, Java Type, Action Paramter, Action Value, Location, Property Name, Property Caption, Action Caption) for the Wire Type 'Send'. In this example, the testportlet project only is used to create the WSDL. After creation the respective WSDL will be placed in the corresponding WARs.
[00175] Referring to Figure 17, with the Action Parameter and Action Value there is a hidden field in the JSP from which the target portlet will be invoked. This invokes the property transfer to the property broker. The property broker will look for the above mentioned property (in this case ValidateldenScreenld) in the request scope (since the Location is "Request attribute") of the source portlet. Later the value stored against this property will be transferred to the target portlet. In other words, the Action Parameter and Action Value (if found in the request scope) acts like a trigger to invoke the portlet wiring.
[00176] Figure 18(a) shows a screenshot of a window in which captions may be specified.
Click on Advanced Configuration to open the window shown in Figure 18(b) and fill in values.
[00177] In Figure 19, click on Finish to complete the creation of the WSDL.
[00178] Figures 20-24 illustrate screenshots for enabling Validate Identity to act as receiving portlet.
[00179] Referring to Figure 21 , while invoking the target portlet the property broker will place the property transferred from the source portlet against the above property name (in this case Screenld) in the request scope of the target portlet. The Action Value is used to invoke the WiringNavigatorProcessor in the target portlet.
[00180] Figure 23(a) shows a screenshot of a window in which captions may be specified.
Click on Advanced Configuration to open the window shown in Figure 23(b) and fill in values.
[00181] Click Finish in Figure 24.
[00182] Wiring Both Portlets: To wire the portlets, go to Edit PageLayout of the Target portlet, as shown in Figure 25.
[00183] Go Wires Manage Action and check all the checkboxes and click OK, as shown in Figure 26.
[00184] Click on wires and link the source and target portlets as shown in Figures 27-28.
After linking click Done. The wire will be created in between the portlets. [00185] The detailed description herein may be presented in terms of program procedures executed on a computer or network of computers. These procedural descriptions and
representations are the means used by those skilled in the art to most effectively convey the substance of their work to others skilled in the art.
[00186] A procedure is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. These steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared and otherwise manipulated. It proves convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like. It should be noted, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities.
[00187] Further, the instructions and/or operations performed may be referred to in terms, such as generating, determining, adding and/or comparing. The instructions and/or operations described herein which form part of the present invention are machine operations. Useful machines for performing the operation of the present invention include general purpose digital computers or similar devices that have been programmed to perform these specialized operations.
[00188] The present invention also relates to apparatus for performing these operations.
This apparatus may be specially constructed for the required purpose or it may comprise a general purpose computer as selectively activated or reconfigured by a computer program stored in the computer. Various general purpose machines may be used with programs written in accordance with the teachings herein providing a specialized machine thereby, or it may prove more convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these machines will appear from the description given.
[00189] The system according to the invention may include a general purpose computer programmed in a particular manner, or a specially programmed special purpose computer. The user may interact with the system, for example, via a personal computer, wireless device, PDA, etc. Either of these may be implemented as a distributed computer system rather than a single computer. Similarly, the communications link may be a dedicated link, a modem over a POTS line, the Internet, an Intranet and/or any other method of communicating between computers and/or users. Moreover, the processing could be controlled by a software program on one or more computer systems or processors, or could even be partially or wholly implemented in hardware.
[00190] Although a single computer may be used, the system according to one or more embodiments of the invention is optionally suitably equipped with a multitude or combination of processors or storage devices. For example, the computer may be replaced by, or combined with, any suitable processing system operative in accordance with the concepts of embodiments of the present invention, laptop/notebook, mini, mainframe and super computers, wireless smart devices, as well as processing system network combinations of the same. Further, portions of the system may be provided in any appropriate electronic format, including, for example, provided over a communication line as electronic signals, provided on CD and/or DVD, provided on optical disk memory, etc.
[00191] Any presently available or future developed computer software language and/or hardware components can be employed in such embodiments of the present invention. For example, at least some of the functionality mentioned above could be implemented using Visual Basic, C, C++ or any assembly language appropriate in view of the processor being used. It could also be written in an object oriented and/or interpretive environment such as Java and transported to multiple destinations to various users.
[00192] It is to be understood that the invention is not limited in its application to the details of construction and to the arrangements of the components set forth in the description above or illustrated in the drawings. The invention is capable of other embodiments and of being practiced and carried out in various ways. Also, it is to be understood that the phraseology and terminology employed herein are for the purpose of description and should not be regarded as limiting.
[00193] As such, those skilled in the art will appreciate that the conception, upon which this disclosure is based, may readily be utilized as a basis for the designing of other structures, methods and systems for carrying out the several purposes of the present invention. It is important, therefore, that the invention be regarded as including equivalent constructions to those described herein insofar as they do not depart from the spirit and scope of the present invention.
[00194] For example, the specific sequence of the described process may be altered so that certain processes are conducted in parallel or independent, with other processes, to the extent that the processes are not dependent upon each other. Thus, the specific order of steps described herein is not to be considered implying a specific sequence of steps to perform the process. In alternative embodiments, one or more process steps may be implemented by a user assisted process and/or manually. Other alterations or modifications of the above processes are also contemplated. For example, further insubstantial approximations of the process and/or algorithms are also considered within the scope of the processes described herein. [00195] In addition, features illustrated or described as part of one embodiment can be used on other embodiments to yield a still further embodiment. Additionally, certain features may be interchanged with similar devices or features not mentioned yet which perform the same or similar functions. It is therefore intended that such modifications and variations are included within the totality of the present invention.

Claims

What is claimed is:
1. An account opening computer system, comprising:
a flexible front end user interface (UI) implemented by said computer system and separating and decoupling a computer implemented user journey from a computer implemented business process, said flexible front end user interface comprising:
a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system; and
a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey, providing navigation functionality across said plurality of portlets, and managing data for computer screen displays in UI object components, said component-based object-oriented flow configuration comprising:
a process object element defining a process of the component-based flow that renders at least part of a computer screen display; and
an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
2. The account opening computer system of claim 1, wherein the flexible front end user interface provides a business user functionality to deploy champion and challenger user journeys and business processes, and determine an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
3. The account opening computer system of claim 1, wherein the flexible front end user interface captures processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria.
4. The account opening computer system of claim 1, wherein the flexible front end user interface provides a business user functionality to determine whether a user journey or a business process is defective responsive to predetermined criteria and, when the user journey or the business process is defective, to deploy a new user journey.
5. The account opening computer system of claim 1, wherein the account opening computer system manages the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
6. The account opening computer system of claim 1, wherein the plurality of portlets provide macro services that are configured, based one or more runtime parameters, to execute one or more micro services to fulfill a user request.
7. The account opening computer system of claim 6, wherein the business process can be enhanced by at least one of modifying the composition of the macro services and changing the behaviors of the micro services.
8. The account opening computer system of claim 1, wherein the computer implemented front end user journey is configurable so that the screen flow can be altered.
9. The account opening computer system of claim 6, wherein the flexible front end user interface provides configurable service invocation so that service calls can be linked to buttons in Java Server Pages (JSPs).
10. The account opening computer system of claim 1, wherein the flexible front end user interface provides functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
11. The account opening computer system of claim 1, wherein the UI object components comprise logical groups of data instead of data in individual fields.
12. The account opening computer system of claim 1, wherein each portlet is packaged in a web application archive (WAR).
13. The account opening computer system of claim 12, wherein the plurality of portlets are wired to each other.
14. The account opening computer system of claim 13, wherein the portlet wiring is defined in a Web Services Description Language (WSDL) file in the WAR.
15. The account opening computer system of claim 13, wherein the data for the computer screen displays are passed on the wire.
16. The account opening computer system of claim 1 , wherein each portlet includes a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step.
17. The account opening computer system of claim 16, wherein the flow navigator processor object uses a step-mapping configuration to determine if the next step is defined in a different portlet.
18. The account opening computer system of claim 16, wherein said triggering the wire comprises an initiating portlet sending a flow ID and a step ID as wired parameters to a target portlet.
19. The account opening computer system of claim 1, wherein the component-based object-oriented flow configuration further comprises an action- step object element defining an action handled by a branch class.
20. The account opening computer system of claim 1, wherein the action object element includes a branch-reference attribute indicating branch logic to be analyzed.
21. The account opening computer system of claim 1, wherein the component-based object-oriented flow configuration further comprises an option object element identifying a conditional output of a branch.
22. The account opening computer system of claim 19, wherein the branches are at least one of processor objects and service classes.
23. The account opening computer system of claim 1, in which a step ID and an action ID are mapped to an event defined in an executions services (ES) configuration.
24. The account opening computer system of claim 1, wherein the flexible front end user interface comprises a Manage Instruction WAR including Capture Instruction, Instruction List, Instruction Details, Delete Instruction, and Edit Instruction portlets; a Currency Calculator WAR including a Currency Calculator portlet; and a Manage Linked Accounts WAR comprising Add Funding Source, Add Beneficiary, Delete Linked Account, Linked Account Details, Linked Account List, and Edit Linked Account portlets.
25. A method of opening an account for a user via a flexible front end user interface (UI) implemented by an account opening computer system and separating and decoupling a computer implemented user journey from a computer implemented business process, comprising:
providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system; and providing a component-based object-oriented flow configuration defining software instructions implemented by said computer system to perform the computer implemented front end user journey, providing navigation functionality across said plurality of portlets, and managing data for computer screen displays in UI object components, said component-based object-oriented flow configuration comprising:
a process object element defining a process of the component-based flow that renders at least part of a computer screen display; and
an action object element managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
26. The computer implemented method of claim 25, further comprising:
deploying champion and challenger user journeys and business processes; and determining an effective user journey responsive to predetermined criteria based on at least one of completion time and completion rate.
27. The computer implemented method of claim 25, further comprising:
capturing processing data to detect where a user journey or a business process may be defective or ineffective responsive to predetermined criteria; and
when the user journey or the business process is defective, deploying a new user journey.
28. The computer implemented method of claim 25, further comprising managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
29. The computer implemented method of claim 25, further comprising providing a visual editor generating said component-based object-oriented flow configuration.
30. The computer implemented method of claim 25, further comprising providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
31. The computer implemented method of claim 25, further comprising providing a flow navigator processor object determining the next step and, when the next step is defined in another portlet, establishing a request attribute to trigger a wire to the other portlet to execute the next step.
32. The computer implemented method of claim 25, further comprising providing said component-based object-oriented flow configuration comprising at least one of an action- step object element defining an action handled by a branch class, an action object element including a branch-reference attribute indicating branch logic to be analyzed, and an option object element identifying a conditional output of a branch.
33. A computer implemented method of providing a user with a flexible front end user interface (UI) that separates and decouples a computer implemented user journey from a computer implemented application process, comprising: providing a plurality of portlets, each providing at least one functionality or a group of functionalities to be executed by said computer system;
executing the computer implemented front end user journey using a component-based object-oriented flow configuration defining software instructions implemented by said computer system;
providing navigation functionality across said plurality of portlets;
managing data for computer screen displays in UI object components;
defining a process of the component-based flow that renders at least part of a computer screen display; and
managing events that occur within a state of the process and driving screen navigations used in rendering the computer screen display.
34. The computer implemented method of claim 33, further comprising managing the user journey and the business process substantially separately so that the user journey and the business process can be modified with substantially minimum impact to one another.
35. The computer implemented method of claim 33, further comprising providing a visual editor generating said component-based object-oriented flow configuration.
36. The computer implemented method of claim 33, further comprising providing at least one portlet providing functionality to save an application and finish a front end session, and to retrieve the application at a later time and resume from where the application was saved.
37. The computer implemented method of claim 33, further comprising providing a plurality of portlets comprising an Entry portlet, a Gather- Application-Data portlet, a Decision portlet, a Funding portlet, a Boarding portlet, and a Cross-sell portlet.
38. The computer implemented method of claim 33, further comprising providing a plurality of core products portlets comprising at least one of: Retrieve Application Portlet, Non- Straight Through Processing Application Maintenance Menu Portlet, Account Opening (AO) Work Item Update Portlet, Communication History Portlet, AO Activity History Portlet, AO Queue Management Services Portlet, AO To-Do Items Portlet, AO Entity Data Portlet, AO Application Documentation Portlet, AO Communication Portlet, Integrated Customer
Communications Manager Free Format Utility Portlet, and AO Entitlement Portlet.
39. The computer implemented method of claim 33, further comprising:
providing a plurality of insurance portlets comprising a Quotes Portlet, an Account
Servicing Entry Portlet, and a Policy Cancellation Portlet;
determining and presenting an insurance quote by the Quotes Portlet;
receiving from the user an acceptance of the insurance quote; and
initiating the computer implemented front end user journey responsive to said acceptance.
PCT/US2012/022022 2011-01-21 2012-01-20 Account opening flow configuration computer system and process for implementing same WO2012100158A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP12736209.3A EP2666137A4 (en) 2011-01-21 2012-01-20 Account opening flow configuration computer system and process for implementing same
SG2013077680A SG194535A1 (en) 2011-01-21 2012-01-20 Account opening flow configuration computer system and process for implementing same

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201161435000P 2011-01-21 2011-01-21
US61/435,000 2011-01-21

Publications (1)

Publication Number Publication Date
WO2012100158A1 true WO2012100158A1 (en) 2012-07-26

Family

ID=46516112

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2012/022022 WO2012100158A1 (en) 2011-01-21 2012-01-20 Account opening flow configuration computer system and process for implementing same

Country Status (3)

Country Link
EP (1) EP2666137A4 (en)
SG (1) SG194535A1 (en)
WO (1) WO2012100158A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111309307A (en) * 2020-02-25 2020-06-19 深圳联友科技有限公司 Method and device for integrating VUE page and workflow system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246269A1 (en) * 2004-03-12 2005-11-03 Sybase, Inc. System Providing Methodology for Consolidation of Financial Information
US20060036954A1 (en) * 2004-05-25 2006-02-16 International Business Machines Corporation Web services based portlet catalog
US20060143107A1 (en) * 2004-12-15 2006-06-29 Dumas Michael H Computerized method and system for creating a new brokerage account
US20060195816A1 (en) * 1996-10-31 2006-08-31 Michael Grandcolas Methods and systems for implementing on-line financial institution services via a single platform
US20070089047A1 (en) * 2005-10-17 2007-04-19 International Business Machines Corporation Visualization of collaborative portlet sequences
US20090112753A1 (en) * 2003-08-27 2009-04-30 Sandeep Gupta Application processing and decision systems and processes

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7523174B2 (en) * 2002-10-15 2009-04-21 International Business Machines Corporation Dynamic portal assembly
GB0502956D0 (en) * 2005-02-12 2005-03-16 Ibm System and method for linking workflow to user input via a portal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195816A1 (en) * 1996-10-31 2006-08-31 Michael Grandcolas Methods and systems for implementing on-line financial institution services via a single platform
US20090112753A1 (en) * 2003-08-27 2009-04-30 Sandeep Gupta Application processing and decision systems and processes
US20050246269A1 (en) * 2004-03-12 2005-11-03 Sybase, Inc. System Providing Methodology for Consolidation of Financial Information
US20060036954A1 (en) * 2004-05-25 2006-02-16 International Business Machines Corporation Web services based portlet catalog
US20060143107A1 (en) * 2004-12-15 2006-06-29 Dumas Michael H Computerized method and system for creating a new brokerage account
US20070089047A1 (en) * 2005-10-17 2007-04-19 International Business Machines Corporation Visualization of collaborative portlet sequences

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111309307A (en) * 2020-02-25 2020-06-19 深圳联友科技有限公司 Method and device for integrating VUE page and workflow system
CN111309307B (en) * 2020-02-25 2023-04-07 深圳联友科技有限公司 Method and device for integrating VUE page and workflow system

Also Published As

Publication number Publication date
EP2666137A4 (en) 2016-11-09
EP2666137A1 (en) 2013-11-27
SG194535A1 (en) 2013-12-30

Similar Documents

Publication Publication Date Title
US9275360B2 (en) Account opening flow configuration computer system and process for implementing same
Carnell et al. Spring microservices in action
US8015541B1 (en) Business process technology for the enterprise
US8291047B2 (en) Screen scraping interface
US7451403B1 (en) System and method for developing user interfaces purely by modeling as meta data in software application
US8856658B2 (en) Representing user interactions as a synchronous action in a business process flow
Sriganesh et al. Mastering enterprise javabeans 3.0
US20100275210A1 (en) Execution engine for business processes
US20100318974A1 (en) Business object mockup architecture
US20080086717A1 (en) Rule Management Using A Configuration Database
CA2506233A1 (en) System and method for integrating disparate data sources and application sources using a web services orchestration platform with business process execution language (bpel)
CA2506222A1 (en) System and method for integrating disparate data sources
EP2492806A1 (en) Unified interface for meta model checking, modifying, and reporting
Falkenthal et al. Efficient pattern application: validating the concept of solution implementations in different domains
US20210117313A1 (en) Language agnostic automation scripting tool
Kerdoudi et al. Opening web applications for third-party development: a service-oriented solution
WO2012100158A1 (en) Account opening flow configuration computer system and process for implementing same
Reynolds et al. Oracle SOA Suite 11g R1 Developer's Guide
Le et al. Implementation of react-redux in web application
Zaupa et al. A Service-oriented Process to Develop Web Applications.
Bui Application For Booking Movie Tickets Online
Nandan Mastering SoapUI
Momotko et al. Towards implementation of life events using generic workflows
Frías Gómez Arquitectura Limpia en. Net Core
Skrifvars Cloud Migration to Azure Logic Apps: A Case Study Using the Cloudstep Decision Process

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12736209

Country of ref document: EP

Kind code of ref document: A1

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2012736209

Country of ref document: EP