WO2001027748A2 - Workflow encapsulation in stateless environments - Google Patents

Workflow encapsulation in stateless environments Download PDF

Info

Publication number
WO2001027748A2
WO2001027748A2 PCT/US2000/041117 US0041117W WO0127748A2 WO 2001027748 A2 WO2001027748 A2 WO 2001027748A2 US 0041117 W US0041117 W US 0041117W WO 0127748 A2 WO0127748 A2 WO 0127748A2
Authority
WO
WIPO (PCT)
Prior art keywords
user
process module
view
workflow
presented
Prior art date
Application number
PCT/US2000/041117
Other languages
French (fr)
Other versions
WO2001027748A3 (en
Inventor
Carolyn C. Faour
William L. Eason
Neil Dholakia
David Harvey
Original Assignee
I2 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 I2 Technologies, Inc. filed Critical I2 Technologies, Inc.
Priority to AU18195/01A priority Critical patent/AU1819501A/en
Publication of WO2001027748A2 publication Critical patent/WO2001027748A2/en
Publication of WO2001027748A3 publication Critical patent/WO2001027748A3/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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention relates generally to distributed computer systems, and more specifically to a system for processing user requests, which separates process state from presentation.
  • Internet based applications for performing business transactions generally include a number of pages which are presented to a remote user in some logical sequence. Each page has information which is presented to the user, and includes some type of input technique by which the user can enter information and make selections. Each page typically contains associated code which determines whether the user's input is valid, and determines which page comes next.
  • This approach to preparing internet-based applications is both demanding and somewhat limited. Application designers must be conversant with various aspects of web page design, as well as with the underlying business processes. Once an application has been completed, it may be copied and modified to be used again in the future, but is not very flexible. Significant modifications must be made to various details of the pages presented to the user.
  • a system for running applications such as may be used over the internet separates the logical workflow processes of the application from views presented to a user.
  • Separate process flow modules are used to provide state code for executing transactional applications.
  • Logical views are designated by these modules in response to user input. Actual views presented to a user are derived from these logical views according to the status of the user and the communication channel over which the transaction is being performed.
  • Process flow modules can be reused with different sets of user interface views to provide a variety of user interfaces without significant recoding.
  • Figure 1 is a block diagram of a series of interrelated web pages
  • Figure 2 is a state diagram of control steps corresponding to the diagram of Figure 1 ;
  • Figure 3 is a block diagram illustrating a preferred system architecture in accordance with the present invention.
  • FIGS 4 and 5 are flow charts showing operation of the system of Figure 3.
  • Figure 1 represents a set of interconnected web pages for implementing a business transaction in an internet environment.
  • Web pages 11 - 16 preferably each provide data and graphic information to a user.
  • Each page 11 - 16 may contain responsive means, such as buttons, menus, or data entry fields for a user to enter information into the transaction. Once data is entered, flow of control passes to another page which presents additional information to the user.
  • more than one next page may be selected depending upon the nature of the input received from the user.
  • loops can be formed, such as illustrated by pages 12 and 13. This illustrates a hypothetical control flow in which a user may perform a number of actions while moving back and forth between pages.
  • An example of such a control flow may be adding purchased items to a shopping cart until all designated items have been selected, followed by submitting a final order.
  • each page 11-16 must be programmed to contain all of the code for presenting its information to the user, and receiving input.
  • the determination of flow of control between pages must be made at each page.
  • control information used to traverse from page to page is extracted from the web pages and encapsulated into separate workflow modules, also referred to as process modules.
  • Figure 2 illustrates a workflow module corresponding to the web pages of Figure 1.
  • states 21 - 26 correspond to pages 11 -16, respectively.
  • Figure 2 is a state diagram of a well-known type, in which decisions are made at each node, and control passed to a following node when an event is completed.
  • state diagrams such as that shown in Figure 2 are extremely useful for embodying business transaction processes.
  • the first component is referred to herein as the workflow component, which contains the logical processes of an application for managing interactions between a user and the larger system.
  • the workflow portion of an application is that portion which handles incoming requests from a user, and performs any underlying transactions. That is, the workflow portion of the application is that portion which directs the making of queries on an underlying database, enters transactions such as sales to the database, and similar functions.
  • the workflow portion of an application has three major responsibilities.
  • workflow module embody the rules and constraints defining what actions are valid for a user to take at any given time. As described above, the workflow module functions as a state machine for the application. At any given state, only certain user responses are considered valid. The workflow module determines whether a user request is valid, and proceeds to the next state if it is. If an incoming request is not valid, the workflow module manages the error handling process.
  • the workflow module is responsible for directing the course of interactions with the user. After processing a request, the workflow module determines the appropriate response and causes an appropriate presentation to be made to the user's interface. The workflow module generates logical views of the information to be presented to the users, which is converted to a physical view to be presented to the user.
  • the presentation portion of the application consists of a number of views, roughly corresponding to web pages in most applications, which contain the information to be presented to each user.
  • the job of the workflow module is to identify the next view to be presented, and provide information which must be used to provide data within that view.
  • the presentation portion of the application handles the task of formatting the view appropriately to be presented to the user, and all other details of the user interface itself.
  • the presentation of information to the user is separated from the logical flow of the underlying business process. As described below, this provides a great flexibility for web- based applications.
  • a system for executing applications to interface with remote users is designated generally with reference number 30.
  • Content engines 32, 34 are connected to interfaces 36, 38 respectively. Both content engines 32, 34 are connected to a single set of process modules 40. Each content engine is connected to configuration data 42, 44, and to a channel adapter 46, 48. Each channel adapter 46, 48 is connected to a set of views 50, 52 respectively. Views 50, 52 are also connected to interfaces 36, 38 respectively.
  • Interface 36 can be, for example, a web based server which communicates with remote users over the internet in a known fashion.
  • Interface 38 can be a completely separate type of interface, such as an audio interface intended to be used over the telephone.
  • user interfaces for an internet based computer and a telephone present completely different interfaces to an end user, they can both be used to implement the same kind of underlying business transaction.
  • the present invention allows a single business transaction to be defined which can be used successfully with radically different types of interfaces.
  • the content engine 32 functions as a central manager and router for all requests received from a remote user. Requests are communicated from remote users to interface 36, which passes them along to content engine 32. Content engine 32 determines which process module should handle the request, and routes the request to that process module for processing. When a response is received from the process module, it is fed back to the user through channel adapter 46, views 50, and interface 36.
  • the content engine 32 provides various services to the process modules it manages. First, it controls the lifetime of a process module. As the user makes requests of the system, the content engine analyzes those requests. It determines whether the request should be handled by an existing instance of a process module or whether this request should be directed to a new process module instance instead. If the request is targeted towards a new instance, the content engine 32 creates that instance and initializes it with configuration information. The content engine 32 then manages references to that process module instance so that subsequent requests can be directed to it.
  • Another service of the content engine 32 is that it decouples the underlying process module from the channel the request is coming through and the physical views that are presented to the user. It would have been possible to have each process module know about and handle the processing of web requests and direct the user to specific web pages as a result. The problem with this approach is two-fold. First it makes the process module usable only in a web context minimizing the reusability of that workflow. Second it directly couples the process module to a specific implementation of the presentation (in this case the web pages). Thus while the workflow and presentation are separated they are still tightly coupled to each other.
  • the content engine 32 insulates the underlying process modules 40 both in the incoming and outgoing directions. Incoming it presents a generic (channel-independent) request to the process module. This allows different content engines to be developed for different channels, and have them re-use the same library of process module workflows without modification as shown in Figure 3. This is advantageous as there are far fewer different channels for presentation than there are workflows to be managed.
  • all interactions with the presentation layer are managed by the content engine 32 through channel adapters 46 instead of directly by the process module 40.
  • the process module 40 specifies logically what view should be presented and provides any data that it should contain, but it is the job of the content engine 32 to determine a physical instance of that logical view to present.
  • the process module 40 logically specifies the view to be presented.
  • the content engine 32 takes this logical designator and resolves it to a physical implementation of the view.
  • business owner defined rules may be evaluated to determine the specific physical instance. These rules can be based on user profile and channel characteristics, allowing a business owner to target views towards profile groups.
  • the process module 40 may specify that a product description is to be displayed back to the user.
  • the content engine 32 then applies its rules to determines that the physical presentation should be a product description web page that is, for example, Internet Explorer specific and is geared towards young high-tech professionals based on the characteristics of the user and the request.
  • the content engine 32 also allows for personalization of the workflow presented to the user.
  • the request for a view is really a logical request to which personalization rules can be applied
  • the request for a workflow is also a logical request.
  • business owners can target workflows towards specific profile groups to provide a richer and more efficient interactions for the user.
  • two different versions of an order process could be present in the system.
  • One is a very simple wizard-like approach geared towards inexperienced users, while the second is a more full featured and correspondingly more complicated workflow geared towards purchasing agents and other more savvy users.
  • the content engine can apply personalization rules that look at the profile characteristics of the user to decide which workflow is appropriate for that user. Rather than a one-size fits all approach, the interactions between the user and the application are tailored to that users capabilities and preferences.
  • the behavior of the content engine 32 is controlled by configuration data 42.
  • This configuration data 42 specifies the mapping between logical and physical process modules, the mapping between logical and physical views, the personalization rules that control those mappings, and configuration parameters.
  • the content engine 32 has no hard-coded knowledge of the process modules or views that it manages or the rules that are applied in resolving logical to physical mappings. This makes the content engine easily configurable and extensible to manage new views and workflows through a toolset rather than through recoding the application.
  • Process modules 40 embody the actual workflow.
  • a process module instance is initiated by the content engine 32 to handle user requests.
  • the content engine 32 provides it with any configuration settings for that workflow.
  • the process module uses those configuration settings to determine certain aspects of its behavior.
  • a process module interprets the request from the user. Based on the current state of the system it determines whether the request is valid. In the case of an invalid request, the process module notifies the content engine 32 of the error condition. The content engine 32 then applies a policy (set through configuration data) for error handling for the particular process module and the current state.
  • This error-handling policy can specify either a standard response (typically an error message presented to the user) or a specific view to be presented to the user which either more fully explains the error condition or allows the user to take some corrective action.
  • the process module handles the request.
  • This handling of user requests typically involves retrieving data from the business logic layer, initiating transactions and updating the transient state of the system.
  • the process module decides what the appropriate response (view) is to show the user based on the new state of the system. This decision is communicated to the content engine 32, which performs the actual selection and manages the rendering of a physical view to be presented back to the user.
  • the current state data of the process module is made available to the view through a channel- independent mechanism.
  • the purpose of the channel adapter 46 is to provide an extensible mechanism whereby the content engine 32 can manage the presentation of content developed in multiple authoring environments.
  • the content engine 32 resolves a logical view into a physical view. Based on the content type of the physical view, the content engine 32 then calls on a specific channel adapter 46 to resolve that view. It is the responsibility of the channel adapter 46 to provide the state data of the process module to the view in a channel-specific way and manage the rendering of that view.
  • Channel adapters 46, 48 thus allow views to be developed in any number of authoring environments. For instance web pages may be developed using ASP, JSP, XSL, Cold Fusion or other environments.
  • Views 50 are the interface that is presented to the user.
  • the process module 40 makes data available to the view 50 via the content engine 32 and channel adapter 46 as described above.
  • the view 50 then formats and presents that data. This reduces the coding skills needed by a Ul (user interface) designer.
  • Ul user interface
  • the Ul designer only needs to be concerned with the formatting and presentation of data, deciding what fonts, colors and graphics to use and the layout of the page, and not with writing code to retrieve data and initiate actions.
  • the flow chart of Figure 4 illustrates the processing steps, described above, undertaken by the system when the request is submitted by a user.
  • content engine 32 determines whether it is necessary to instantiate a new workflow 62.
  • a user request is correlated with a particular session. If an incoming request is part of an active session which has a workflow already in progress, a new workflow is not required. If a new workflow module is required, content engine 32 determines an appropriate configuration, and initializes a new workflow module
  • the incoming request is made with respect to an existing workflow module, that module is restored 70 and the request is passed to it 68.
  • the state of the module is saved to a temporary memory, sometimes referred to as "persisting its state”.
  • the process module is not doing anything. It is reactivated from temporary storage only when a request is received, and will be returned to an inactive state after operations on that request are complete.
  • This restoration allows state information to be retained in what is essentially a stateless environment. By instigating a new workflow module for each session, all can operate independently and properly retain state.
  • workflow operations are performed 72. These operations will be detailed further in connection with Figure 5.
  • a logical view to be presented to the user is returned 74.
  • This can be, for example, information such as confirmation of an order, pricing information and delivery schedules, and similar information which is presented to the user in the format set forth in the appropriate view.
  • the process module workflow state is saved 76, to remain quiescent until a next request is received.
  • the content engine selects a physical view 78 which corresponds to the logical view received from the process module.
  • the physical view is resolved to the channel adapter 80, and a formatted view 50 is selected to be returned to the user 82.
  • the flow chart of Figure 5 illustrates the steps taken within the workflow operations Block 72 of Figure 4. These steps are taken within the workfiow module itself.
  • the process module determines whether the request is valid 92. Validity of a request depends upon both the current state of the process module and the user entered values included in the request. If the request is not valid, an error is returned 94 to content engine 32. Error handling may be handled in several different ways, including selection of an appropriate logical error view by content engine 32. Returning an error 94 is similar to returning a logical view, wherein the view returned is an error page. If the incoming request is valid 92, the process module has several operations which it may undertake. The three steps shown in Figure 5, retrieving data from the underlying business system 96, initiating transactions 98, and updating the underlying system 100, are typical actions undertaken by process modules. It may not be necessary to perform any or all of these steps in any particular state; the actual steps to be performed are application specific and determined by the current state of the process module and the user input.
  • the processes performed are made with the underlying business system. For example, goods can be ordered, data bases updated, and data retrieved to be presented to the user. All of these steps which occur are transparent to the user, with only the end result being returned.
  • the process module determines the next state into which it should change 102, and returns an identification of a logical view to the content engine 104. Along with an identification of this logical view is all information necessary to be placed into the view for presentation to the user.
  • the above description has been with reference to content engine 32.
  • the same process modules 40 used with content engine 32 can also be used with content engine 34 which delivers views into a different channel.
  • the underlying process modules encapsulate the underlying business workflow, such as the process of taking and confirming an order.
  • a different channel adapter 48 and different set of views 52 are provided for such different channels. This allows the same process modules, and in actuality nearly identical versions of the content engines, 32, 34, to support widely different communication channels. By simply providing different interface views, which may be somewhat of a misnomer in the case of a telephone interface, the same underlying business processes can be used for widely different interface channels.
  • the described system provides a number of advantages over prior art systems.
  • the described modularity means that different implementers can be used for process modules and presentation views. Once a process module has been prepared for a particular application, it can be quickly and easily adapted to new communication channels which may come into existence or which are newly supported by the owner of the application.
  • the implementers who write process modules need not be experts at techniques for presenting information to users, and user interface programmers need not be experts at performing the underlying business processes. This not only simplifies preparation of an application in the first place, but simplifies its maintenance by breaking problems into smaller, conceptually logical parts. While the invention has been shown in only one of its forms, it is not thus limited but is susceptible to various changes and modifications without departing from the spirit thereof.

Abstract

A system for running applications such as may be used over the internet separates the logical workflow processes of the application from views presented to a user. Separate process flow modules are used to provide state code for executing transactional applications. Logical views are designated by these modules in response to user input. Actual views presented to a user are derived from these logical views according to the status of the user and the communication channel over which the transaction is being performed. Process flow modules can be reused with different sets of user interface views to provide a variety of user interfaces without significant recoding.

Description

WORKFLOW ENCAPSULATION IN STATELESS ENVIRONMENTS
Technical Field
The present invention relates generally to distributed computer systems, and more specifically to a system for processing user requests, which separates process state from presentation.
Description of the Prior Art
The rising popularity of computer communication systems such as the internet has given rise to new techniques for performing business transactions. It is not uncommon for several applications to carry on an interactive dialogue with multiple simultaneous users to perform many types of business transactions.
Internet based applications for performing business transactions generally include a number of pages which are presented to a remote user in some logical sequence. Each page has information which is presented to the user, and includes some type of input technique by which the user can enter information and make selections. Each page typically contains associated code which determines whether the user's input is valid, and determines which page comes next. This approach to preparing internet-based applications is both demanding and somewhat limited. Application designers must be conversant with various aspects of web page design, as well as with the underlying business processes. Once an application has been completed, it may be copied and modified to be used again in the future, but is not very flexible. Significant modifications must be made to various details of the pages presented to the user. Entirely new application code must be written to adapt the application to a significantly different user interface, such as an audible interface to be used through the telephone as opposed to a visual interface to be used with a computer. It would be desirable to provide a system and method for running such applications which was simultaneously more flexible and useful, and easier to program. Summary of the Invention
In accordance with the present invention, a system for running applications such as may be used over the internet separates the logical workflow processes of the application from views presented to a user. Separate process flow modules are used to provide state code for executing transactional applications. Logical views are designated by these modules in response to user input. Actual views presented to a user are derived from these logical views according to the status of the user and the communication channel over which the transaction is being performed. Process flow modules can be reused with different sets of user interface views to provide a variety of user interfaces without significant recoding.
Brief Description of the Drawings Additional objects, features and advantages will be apparent in the written description which follows.
Figure 1 is a block diagram of a series of interrelated web pages;
Figure 2 is a state diagram of control steps corresponding to the diagram of Figure 1 ; Figure 3 is a block diagram illustrating a preferred system architecture in accordance with the present invention; and
Figures 4 and 5 are flow charts showing operation of the system of Figure 3.
Description of the Preferred Embodiment
It will be appreciated by those skilled in the art that the architecture and system described herein can be implemented using any number of widely available software systems and tools. Although the following description is given with respect to an application for performing transactions over the internet, it will be appreciated by those skilled in the art that the techniques described herein may be used with a variety of transactional systems. Figure 1 represents a set of interconnected web pages for implementing a business transaction in an internet environment. Web pages 11 - 16 preferably each provide data and graphic information to a user. Each page 11 - 16 may contain responsive means, such as buttons, menus, or data entry fields for a user to enter information into the transaction. Once data is entered, flow of control passes to another page which presents additional information to the user. For some pages, in this example 11 and 13, more than one next page may be selected depending upon the nature of the input received from the user. In fact, loops can be formed, such as illustrated by pages 12 and 13. This illustrates a hypothetical control flow in which a user may perform a number of actions while moving back and forth between pages. An example of such a control flow may be adding purchased items to a shopping cart until all designated items have been selected, followed by submitting a final order.
In prior art implementations, each page 11-16 must be programmed to contain all of the code for presenting its information to the user, and receiving input. In addition, the determination of flow of control between pages must be made at each page.
In accordance with a preferred embodiment of the present invention, the control information used to traverse from page to page is extracted from the web pages and encapsulated into separate workflow modules, also referred to as process modules. Figure 2 illustrates a workflow module corresponding to the web pages of Figure 1. In Figure 2, states 21 - 26 correspond to pages 11 -16, respectively. Figure 2 is a state diagram of a well-known type, in which decisions are made at each node, and control passed to a following node when an event is completed.
Within each node of the state diagram, an input or request from the user is received, processed and appropriate output generated. Control then passes to the next state which awaits the next input from the user. Because of the step- by-step nature of typical remote transactions performed over the internet, state diagrams such as that shown in Figure 2 are extremely useful for embodying business transaction processes. Conceptually, the process of interacting with the remote user is broken into two components. The first component is referred to herein as the workflow component, which contains the logical processes of an application for managing interactions between a user and the larger system. The workflow portion of an application is that portion which handles incoming requests from a user, and performs any underlying transactions. That is, the workflow portion of the application is that portion which directs the making of queries on an underlying database, enters transactions such as sales to the database, and similar functions. The workflow portion of an application has three major responsibilities.
First, it handles requests from a user, and manages the process of fulfilling those requests. As the user interacts with the user interface portion of the application, events are generated as described above. The workflow portion of the application interprets these events and takes appropriate action in response. Second, workflow modules embody the rules and constraints defining what actions are valid for a user to take at any given time. As described above, the workflow module functions as a state machine for the application. At any given state, only certain user responses are considered valid. The workflow module determines whether a user request is valid, and proceeds to the next state if it is. If an incoming request is not valid, the workflow module manages the error handling process.
Third, the workflow module is responsible for directing the course of interactions with the user. After processing a request, the workflow module determines the appropriate response and causes an appropriate presentation to be made to the user's interface. The workflow module generates logical views of the information to be presented to the users, which is converted to a physical view to be presented to the user.
The presentation portion of the application consists of a number of views, roughly corresponding to web pages in most applications, which contain the information to be presented to each user. The job of the workflow module is to identify the next view to be presented, and provide information which must be used to provide data within that view. The presentation portion of the application handles the task of formatting the view appropriately to be presented to the user, and all other details of the user interface itself. Thus, the presentation of information to the user is separated from the logical flow of the underlying business process. As described below, this provides a great flexibility for web- based applications.
Referring to Figure 3, a system for executing applications to interface with remote users is designated generally with reference number 30. Content engines 32, 34 are connected to interfaces 36, 38 respectively. Both content engines 32, 34 are connected to a single set of process modules 40. Each content engine is connected to configuration data 42, 44, and to a channel adapter 46, 48. Each channel adapter 46, 48 is connected to a set of views 50, 52 respectively. Views 50, 52 are also connected to interfaces 36, 38 respectively.
Two content engines 32, 34 are illustrated to show the value of the present approach in dealing with different types of user interfaces. Interface 36 can be, for example, a web based server which communicates with remote users over the internet in a known fashion. Interface 38 can be a completely separate type of interface, such as an audio interface intended to be used over the telephone. Although user interfaces for an internet based computer and a telephone present completely different interfaces to an end user, they can both be used to implement the same kind of underlying business transaction. The present invention allows a single business transaction to be defined which can be used successfully with radically different types of interfaces.
The content engine 32 functions as a central manager and router for all requests received from a remote user. Requests are communicated from remote users to interface 36, which passes them along to content engine 32. Content engine 32 determines which process module should handle the request, and routes the request to that process module for processing. When a response is received from the process module, it is fed back to the user through channel adapter 46, views 50, and interface 36.
The content engine 32 provides various services to the process modules it manages. First, it controls the lifetime of a process module. As the user makes requests of the system, the content engine analyzes those requests. It determines whether the request should be handled by an existing instance of a process module or whether this request should be directed to a new process module instance instead. If the request is targeted towards a new instance, the content engine 32 creates that instance and initializes it with configuration information. The content engine 32 then manages references to that process module instance so that subsequent requests can be directed to it.
Another service of the content engine 32 is that it decouples the underlying process module from the channel the request is coming through and the physical views that are presented to the user. It would have been possible to have each process module know about and handle the processing of web requests and direct the user to specific web pages as a result. The problem with this approach is two-fold. First it makes the process module usable only in a web context minimizing the reusability of that workflow. Second it directly couples the process module to a specific implementation of the presentation (in this case the web pages). Thus while the workflow and presentation are separated they are still tightly coupled to each other.
Instead, in the preferred embodiment, the content engine 32 insulates the underlying process modules 40 both in the incoming and outgoing directions. Incoming it presents a generic (channel-independent) request to the process module. This allows different content engines to be developed for different channels, and have them re-use the same library of process module workflows without modification as shown in Figure 3. This is advantageous as there are far fewer different channels for presentation than there are workflows to be managed. In the outgoing direction, all interactions with the presentation layer are managed by the content engine 32 through channel adapters 46 instead of directly by the process module 40. The process module 40 specifies logically what view should be presented and provides any data that it should contain, but it is the job of the content engine 32 to determine a physical instance of that logical view to present. Thus the process module is decoupled from the physical views. This makes it possible to develop views in multiple different authoring environments and re-use workflow across multiple channels. Significantly it also allows for personalization of presentation. Personalization of presentation is another service provided by the content engine 32. The process module 40 logically specifies the view to be presented. The content engine 32 takes this logical designator and resolves it to a physical implementation of the view. During this resolution process, business owner defined rules may be evaluated to determine the specific physical instance. These rules can be based on user profile and channel characteristics, allowing a business owner to target views towards profile groups. Thus the process module 40 may specify that a product description is to be displayed back to the user. The content engine 32 then applies its rules to determines that the physical presentation should be a product description web page that is, for example, Internet Explorer specific and is geared towards young high-tech professionals based on the characteristics of the user and the request.
Finally, the content engine 32 also allows for personalization of the workflow presented to the user. In the same way that the request for a view is really a logical request to which personalization rules can be applied, the request for a workflow is also a logical request. In this way business owners can target workflows towards specific profile groups to provide a richer and more efficient interactions for the user. For instance, two different versions of an order process could be present in the system. One is a very simple wizard-like approach geared towards inexperienced users, while the second is a more full featured and correspondingly more complicated workflow geared towards purchasing agents and other more savvy users. The content engine can apply personalization rules that look at the profile characteristics of the user to decide which workflow is appropriate for that user. Rather than a one-size fits all approach, the interactions between the user and the application are tailored to that users capabilities and preferences.
The behavior of the content engine 32 is controlled by configuration data 42. This configuration data 42 specifies the mapping between logical and physical process modules, the mapping between logical and physical views, the personalization rules that control those mappings, and configuration parameters. The content engine 32 has no hard-coded knowledge of the process modules or views that it manages or the rules that are applied in resolving logical to physical mappings. This makes the content engine easily configurable and extensible to manage new views and workflows through a toolset rather than through recoding the application.
Process modules 40 embody the actual workflow. A process module instance is initiated by the content engine 32 to handle user requests. When the process module is first created the content engine 32 provides it with any configuration settings for that workflow. As it handles subsequent requests, the process module uses those configuration settings to determine certain aspects of its behavior.
A process module interprets the request from the user. Based on the current state of the system it determines whether the request is valid. In the case of an invalid request, the process module notifies the content engine 32 of the error condition. The content engine 32 then applies a policy (set through configuration data) for error handling for the particular process module and the current state. This error-handling policy can specify either a standard response (typically an error message presented to the user) or a specific view to be presented to the user which either more fully explains the error condition or allows the user to take some corrective action.
In the more typical case, where the request is valid, the process module handles the request. This handling of user requests typically involves retrieving data from the business logic layer, initiating transactions and updating the transient state of the system. The process module then decides what the appropriate response (view) is to show the user based on the new state of the system. This decision is communicated to the content engine 32, which performs the actual selection and manages the rendering of a physical view to be presented back to the user. In rendering the view, the current state data of the process module is made available to the view through a channel- independent mechanism.
The purpose of the channel adapter 46 is to provide an extensible mechanism whereby the content engine 32 can manage the presentation of content developed in multiple authoring environments. The content engine 32 resolves a logical view into a physical view. Based on the content type of the physical view, the content engine 32 then calls on a specific channel adapter 46 to resolve that view. It is the responsibility of the channel adapter 46 to provide the state data of the process module to the view in a channel-specific way and manage the rendering of that view. Channel adapters 46, 48 thus allow views to be developed in any number of authoring environments. For instance web pages may be developed using ASP, JSP, XSL, Cold Fusion or other environments. It is then the responsibility of a channel adapter for that specific authoring environment to manage the creation of that web page which is then returned to the content engine. Views 50 are the interface that is presented to the user. The process module 40 makes data available to the view 50 via the content engine 32 and channel adapter 46 as described above. The view 50 then formats and presents that data. This reduces the coding skills needed by a Ul (user interface) designer. The Ul designer only needs to be concerned with the formatting and presentation of data, deciding what fonts, colors and graphics to use and the layout of the page, and not with writing code to retrieve data and initiate actions.
The flow chart of Figure 4 illustrates the processing steps, described above, undertaken by the system when the request is submitted by a user.
When a user request is received 60, content engine 32 determines whether it is necessary to instantiate a new workflow 62. In an internet environment, a user request is correlated with a particular session. If an incoming request is part of an active session which has a workflow already in progress, a new workflow is not required. If a new workflow module is required, content engine 32 determines an appropriate configuration, and initializes a new workflow module
66. Preferably, the workflow modules are established in an object oriented environment, and simply initializing a new instance of the appropriate workflow module is enough. Step 54 includes a determination of which workflow module is to be invoked from among those available, as well as establishing parameters such as the expertise and the identify of the user which can affect which views are to be presented. Once the new workflow has been instantiated 66, the incoming request is passed to it 68.
If the incoming request is made with respect to an existing workflow module, that module is restored 70 and the request is passed to it 68. Between calls to a process module, the state of the module is saved to a temporary memory, sometimes referred to as "persisting its state". Between requests, the process module is not doing anything. It is reactivated from temporary storage only when a request is received, and will be returned to an inactive state after operations on that request are complete.
This restoration allows state information to be retained in what is essentially a stateless environment. By instigating a new workflow module for each session, all can operate independently and properly retain state.
After the request is passed to the workflow module, various workflow operations are performed 72. These operations will be detailed further in connection with Figure 5. After the process module performs its workflow operation 72, a logical view to be presented to the user is returned 74. Along with the identification of the logical view is all data which is necessary to be returned to the user in response to the request just handled. This can be, for example, information such as confirmation of an order, pricing information and delivery schedules, and similar information which is presented to the user in the format set forth in the appropriate view.
After the logical view to be presented is obtained, the process module workflow state is saved 76, to remain quiescent until a next request is received. The content engine then selects a physical view 78 which corresponds to the logical view received from the process module. The physical view is resolved to the channel adapter 80, and a formatted view 50 is selected to be returned to the user 82. The flow chart of Figure 5 illustrates the steps taken within the workflow operations Block 72 of Figure 4. These steps are taken within the workfiow module itself.
When a request is received 90, the process module determines whether the request is valid 92. Validity of a request depends upon both the current state of the process module and the user entered values included in the request. If the request is not valid, an error is returned 94 to content engine 32. Error handling may be handled in several different ways, including selection of an appropriate logical error view by content engine 32. Returning an error 94 is similar to returning a logical view, wherein the view returned is an error page. If the incoming request is valid 92, the process module has several operations which it may undertake. The three steps shown in Figure 5, retrieving data from the underlying business system 96, initiating transactions 98, and updating the underlying system 100, are typical actions undertaken by process modules. It may not be necessary to perform any or all of these steps in any particular state; the actual steps to be performed are application specific and determined by the current state of the process module and the user input.
The processes performed are made with the underlying business system. For example, goods can be ordered, data bases updated, and data retrieved to be presented to the user. All of these steps which occur are transparent to the user, with only the end result being returned. After all application logic steps 96- 100 are performed, the process module determines the next state into which it should change 102, and returns an identification of a logical view to the content engine 104. Along with an identification of this logical view is all information necessary to be placed into the view for presentation to the user. The above description has been with reference to content engine 32. The same process modules 40 used with content engine 32 can also be used with content engine 34 which delivers views into a different channel. The underlying process modules encapsulate the underlying business workflow, such as the process of taking and confirming an order. If that order is taken over a channel such as a telephone, limited to either voice recognition or entry of data using a telephone key pad, the presentations to an end user are significantly different than the graphically oriented views presented to a user over an internet connection. However, the underlying information processed by the process modules 40 and the logical view returned by them, can be exactly the same.
A different channel adapter 48 and different set of views 52 are provided for such different channels. This allows the same process modules, and in actuality nearly identical versions of the content engines, 32, 34, to support widely different communication channels. By simply providing different interface views, which may be somewhat of a misnomer in the case of a telephone interface, the same underlying business processes can be used for widely different interface channels.
The described system provides a number of advantages over prior art systems. The described modularity means that different implementers can be used for process modules and presentation views. Once a process module has been prepared for a particular application, it can be quickly and easily adapted to new communication channels which may come into existence or which are newly supported by the owner of the application. The implementers who write process modules need not be experts at techniques for presenting information to users, and user interface programmers need not be experts at performing the underlying business processes. This not only simplifies preparation of an application in the first place, but simplifies its maintenance by breaking problems into smaller, conceptually logical parts. While the invention has been shown in only one of its forms, it is not thus limited but is susceptible to various changes and modifications without departing from the spirit thereof.

Claims

Claims
1. A system of encapsulating a business process workflow, comprising: a process module having a plurality of states, each state containing logic defining a portion of a business process, and containing an identifier of a corresponding view to be presented to a user; a controller in communication with the process module and a user interface, wherein the controller translates user input and invokes the process module in response thereto, and wherein the controller further receives the view identifiers from the process module and generates views for the user compatible with the user interface.
2. The system of Claim 1 , wherein the controller comprises: a content engine connected to the interface for receiving user inputs and invoking the process module in response thereto, and for receiving the view identifier therefrom; a channel adapter connected to the content engine for receiving the view identifier form the content engine, and selecting a presentation to be generated for the user, and connected to the user interface for communicating the presentation to the user.
3. The system of Claim 1 , further comprising: a second controller in communication with a second user interface and with the process module, wherein the second controller translates user input from the second user interface and invokes the process module in response thereto, and wherein the second controller further receives the view identifiers from the process module and generates views for the user compatible with the second user interface.
4. A method for responding to a user request received over a channel, comprising the steps of: providing a process module having a plurality of states, each state containing logic defining a portion of a business process, and containing an identifier of a corresponding view to be presented to a user; receiving the user input over the channel; sending the user input to the process module; within the process module, changing a state thereof and generating an identifier of a view to be presented to the user; selecting a view to be presented to the user which is compatible with the channel; and sending the view to the user over the channel.
5. The method of Claim 5, further comprising the step of: when changing state within the process module, accessing a business application software module to determine which view identifier to generate.
6. The method of Claim 5, further comprising the step of: when changing state within the process module, accessing a database.
7. The method of Claim 5, further comprising the step of: when changing state within the process module, modifying data in a database.
PCT/US2000/041117 1999-10-11 2000-10-11 Workflow encapsulation in stateless environments WO2001027748A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU18195/01A AU1819501A (en) 1999-10-11 2000-10-11 Workflow encapsulation in stateless environments

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US15873199P 1999-10-11 1999-10-11
US60/158,731 1999-10-11
US09/686,731 2000-10-10
US09/686,731 US6874008B1 (en) 1999-10-11 2000-10-10 Workflow encapsulation in stateless environments

Publications (2)

Publication Number Publication Date
WO2001027748A2 true WO2001027748A2 (en) 2001-04-19
WO2001027748A3 WO2001027748A3 (en) 2002-05-02

Family

ID=26855331

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/041117 WO2001027748A2 (en) 1999-10-11 2000-10-11 Workflow encapsulation in stateless environments

Country Status (3)

Country Link
US (1) US6874008B1 (en)
AU (1) AU1819501A (en)
WO (1) WO2001027748A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003036547A1 (en) * 2001-10-23 2003-05-01 Siemens Medical Solutions Health Services Corporation A business process user interface generation system and method

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7617240B2 (en) * 1999-05-04 2009-11-10 Accenture Llp Component based task handling during claim processing
US7979382B2 (en) 1999-05-04 2011-07-12 Accenture Global Services Limited Component based information linking during claim processing
JP3575423B2 (en) * 2000-12-13 2004-10-13 日本電気株式会社 Corporate information system and corporate information management method
US7299465B2 (en) * 2002-01-08 2007-11-20 International Business Machines Corporation Configurable application integrating service request and fulfillment process
US7451403B1 (en) * 2002-12-20 2008-11-11 Rage Frameworks, Inc. System and method for developing user interfaces purely by modeling as meta data in software application
US8126742B2 (en) 2003-05-09 2012-02-28 Accenture Global Services Limited Automated assignment of insurable events
EP1522939A1 (en) * 2003-08-12 2005-04-13 GBS Global Business Software and Services Limited Method for providing process-dependent data
US8230042B2 (en) * 2005-04-19 2012-07-24 International Business Machines Corporation Policy based auditing of workflows
US7415485B2 (en) * 2005-09-13 2008-08-19 International Business Machines Corporation Workflow application having linked workflow components
US20070061182A1 (en) * 2005-09-13 2007-03-15 Brooks Patrick J Workflow operational console
US7933786B2 (en) * 2005-11-01 2011-04-26 Accenture Global Services Limited Collaborative intelligent task processor for insurance claims
US7702770B1 (en) * 2006-01-27 2010-04-20 Sprint Communications Company L.P. Web services enterprise integration with service oriented architecture
US7752614B2 (en) * 2006-03-23 2010-07-06 International Business Machines Corporation Dynamic workflow documentation system
US7743328B2 (en) * 2006-10-12 2010-06-22 Microsoft Corporation Preserving a process instance for use by different user interfaces
US8478769B2 (en) * 2008-02-22 2013-07-02 Accenture Global Services Limited Conversational question generation system adapted for an insurance claim processing system
US20090217146A1 (en) * 2008-02-22 2009-08-27 Eugene Goldfarb Page navigation generation system for a customizable application
US8515786B2 (en) * 2008-02-22 2013-08-20 Accenture Global Services Gmbh Rule generation system adapted for an insurance claim processing system
US8099480B1 (en) * 2008-11-25 2012-01-17 Google Inc. Scalable workflow design for automated service management
US20120030122A1 (en) * 2010-07-27 2012-02-02 Sap Ag Agile workflow modeling and execution based on document
US11138539B2 (en) * 2017-08-25 2021-10-05 Target Brands, Inc. Robtic business process automation system utilizing reusable task-based microbots
US20210110357A1 (en) * 2019-10-09 2021-04-15 Alclear, Llc Digital notarization intermediary system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5390330A (en) * 1993-02-11 1995-02-14 Talati; Kirit K. Control system and method for direct execution of software application information models without code generation
EP0798634A1 (en) * 1996-02-28 1997-10-01 Sun Microsystems Method and system for creating user interface independent programs

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5734837A (en) * 1994-01-14 1998-03-31 Action Technologies, Inc. Method and apparatus for building business process applications in terms of its workflows
US6205575B1 (en) * 1995-04-18 2001-03-20 Siemens Corporate Research, Inc. Scenario presentation tool
US6158044A (en) * 1997-05-21 2000-12-05 Epropose, Inc. Proposal based architecture system
US6621505B1 (en) * 1997-09-30 2003-09-16 Journee Software Corp. Dynamic process-based enterprise computing system and method
US6453356B1 (en) * 1998-04-15 2002-09-17 Adc Telecommunications, Inc. Data exchange system and method
US6067548A (en) * 1998-07-16 2000-05-23 E Guanxi, Inc. Dynamic organization model and management computing system and method therefor
US6562076B2 (en) * 1998-08-31 2003-05-13 Xerox Corporation Extending application behavior through active properties attached to a document in a document management system
US6606740B1 (en) * 1998-10-05 2003-08-12 American Management Systems, Inc. Development framework for case and workflow systems
US6549956B1 (en) * 1998-11-30 2003-04-15 Hewlett Packard Company Mechanism for connecting disparate publication and subscribe domains via the internet
US6636242B2 (en) * 1999-08-31 2003-10-21 Accenture Llp View configurer in a presentation services patterns environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5390330A (en) * 1993-02-11 1995-02-14 Talati; Kirit K. Control system and method for direct execution of software application information models without code generation
EP0798634A1 (en) * 1996-02-28 1997-10-01 Sun Microsystems Method and system for creating user interface independent programs

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BURGSTALLER J ET AL: "ON THE SOFTWARE STRUCTURE OF USER INTERFACE MANAGEMENT SYSTEMS" PROCEEDINGS OF THE EUROPEAN COMPUTER GRAPHICS CONFERENCE,NL,AMSTERDAM, NORTH HOLLAND, vol. CONF. 10, 4 September 1989 (1989-09-04), pages 75-86, XP000132218 *
HARDWICK M ET AL: "ROSE AND CHIDE: USER INTERFACE MANAGEMENT SYSTEM IMPLEMENTATION AS OBJECT-ORIENTED DATABASE SYSTEM APPLICATION" COMPUTER AIDED DESIGN,ELSEVIER PUBLISHERS BV., BARKING,GB, vol. 22, no. 8, October 1990 (1990-10), pages 480-488, XP000159075 ISSN: 0010-4485 *
HAYES PHILIP J ET AL: "DESIGN ALTERNATIVES FOR USER INTERFACE MANAGEMENT SYSTEMS BASED ON EXPERIENCE WITH COUSIN" CHI '85 CONFERENCE PROCEEDINGS: HUMAN FACTORS IN COMPUTING SYSTEMS.;SAN FRANCISCO, CA, USA, April 1985 (1985-04), pages 169-175, XP002171176 1985 ACM, New York, NY, USA *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003036547A1 (en) * 2001-10-23 2003-05-01 Siemens Medical Solutions Health Services Corporation A business process user interface generation system and method

Also Published As

Publication number Publication date
AU1819501A (en) 2001-04-23
US6874008B1 (en) 2005-03-29
WO2001027748A3 (en) 2002-05-02

Similar Documents

Publication Publication Date Title
US6874008B1 (en) Workflow encapsulation in stateless environments
US6535913B2 (en) Method and apparatus for use of an application state storage system in interacting with on-line services
US5432925A (en) System for providing a uniform external interface for an object oriented computing system
US7174514B2 (en) Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
JP3427933B2 (en) Processing long-term transactions in client-server systems
US7136865B1 (en) Method and apparatus to build and manage a logical structure using templates
US7644099B2 (en) Dynamic generation and automated distribution of user interface from database model
US6990636B2 (en) Enterprise workflow screen based navigational process tool system and method
US5870719A (en) Platform-independent, usage-independent, and access-independent distributed quote configuraton system
US20030004771A1 (en) Method, system, and program for executing a workflow
US7472379B2 (en) Flexible navigation of a workflow graph
US7716347B2 (en) Method for managing commerce contexts
US6856679B2 (en) System and method to provide automated scripting for customer service representatives
US20050065845A1 (en) Method and apparatus for customizing a marketing campaign system using client and server plug-in components
US20040078373A1 (en) Workflow system and method
US20030004770A1 (en) Method, system, and program for generating a workflow
EP1830254A2 (en) Methods and systems for configuring software applications
US20060248323A1 (en) Method to establish contexts for use during automated product configuration
US20030227482A1 (en) User interface builder
CA2319004A1 (en) A transaction execution system interface and enterprise system architecture thereof
US7584283B2 (en) Method and apparatus to save and resume a session associated with a logical structure
JP2004500619A (en) Method and apparatus for creating a service
US20100100891A1 (en) Method and system for data preparation and communication between software applications
US7765165B2 (en) Engine to present user interface based on a logical structure, such as one for a customer relationship management system
WO2003058430A1 (en) Machine, process and manufacture for synchronizing data across integrated applications

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP