1. Field of the Invention
The present invention generally relates to a system and method for improving the delivery of computer-based services, and more specifically, for altering the process by which the services are delivered responsive, for example, to the conditions of service. Even more specifically, the preferred embodiment of the invention relates to such systems and method that are particularly well suited for delivering such processes to mobile computing devices.
2. Background Art
Mobile computing is the practice of computing while mobile. Today, mobile handheld computing is ubiquitous. Many cell phones have more processing power and memory than the mainframe computers of the 1950s. Mobile computers are being adopted as line-of-business tools in many industries, insurance among them. When mobile computers are used this way, it is imperative that they be managed, usually in real time.
Tools for real-time management of mobile computers are available from many companies, among them Nokia, Motorola, Hewlett-Packard, MFormation and Research In Motion. These device management tools are used as part of management processes. For example, if a mobile computer is lost or stolen, this initiates a management process designed to reduce the risk of loss of information held in the device. Service providers like the International Business Machines Corporation (IBM) provide mobile computer management as a service.
Because of the highly variable environment that mobile computing operates in, certain service processes may need to be altered (“expedited”) on the fly. An example is based on property and casualty insurance catastrophic claims. Whereas normal claims processing may require pre-approval for claims payment, under circumstances of catastrophe it may be desirable to pay a claim first and then post-audit the claim, especially if failure to pay a claim in a timely manner might lead to increased payouts.
Service processes today are often performed manually. A call is received from the user of a mobile device, and the call center operator uses a device management tool to change the configuration of the mobile device so as to respond to the user's concerns. The call center operator follows a pre-designed process. Opportunities for streamlining the process may not be apparent; the operator may be precluded from changing the process in any way by policy restrictions. But since operators are capable of judging the suitability of a given process to satisfy the user's concerns, and can also judge the need for each step in the process, the human user can, on occasion, modify the way the process is executed so as to simplify or streamline the process execution.
Some mobile device management is being performed using automated service managers, where the service manager executes a computer-readable process definition and uses it to control device management tools.
When computer-readable process definitions exist, today's approach is to encode all possible known variability in the service process definition, or to allow substitution of alternate implementations of a process step based on contextual information. In the former situation, the process description becomes overly complex, while in the latter situation, only changes to step implementations can be done. With the introduction of automation via computer-readable process definitions, some desirable flexibility is lost.
An object of the present invention is to simplify the design of service processes, while also making these service processes more flexible.
Another object of this invention is to transform process definitions based on the context of their execution and the results of earlier process steps so as to expedite or streamline the service process.
A further object of the invention is to improve process execution efficiency, reducing the time necessary to complete the process and reducing the resources that the process consumes.
Another object of the invention is to apply program-rewriting techniques to process definitions, such that an assertion of assumptions will cause the process definition to be rewritten for expedited execution.
These and other objectives are attained with a method, system, and article of manufacture for transforming a service process definition. This service process definition is comprised of computer readable code in a computer readable form that is operated on a computing device. For example, this code may be transmitted from a server computer to a client device for operation on the client device. Alternatively, the service process definition may be executed at a remote server. The method comprises the steps of expressing a given set of assumptions in a computer readable code; and transforming said process definition by using a processing unit to apply said given set of assumptions in the computer readable code to said service process definition to change the configuration of the service process definition operated on the computing device.
In embodiments of the invention, the computing device is or is used with a client device that operates in a specified context, and the step of transforming the service process definition includes the steps of defining a set of factors relating to the specific context in which the client device operates, expressing said factors in a computer readable code, and applying said factors in the computer readable code to the service process definition to change the service process definition. Also, the step of transforming the service process may be done by creating a flow diagram for the service process definition, locating a flow in the flow diagram and to which the assumptions apply, and applying one or more of a defined set of program rewriting techniques at the located flow to transform the service process. These steps of locating a flow in the flow diagram and applying the program rewriting techniques at those flows are repeated until there are no more flows in the diagram to which any of the assumptions apply.
Further benefits and advantages of this invention will become apparent from a consideration of the following detailed description, given with reference to the accompanying drawings, which specify and show preferred embodiments of the invention.
A preferred embodiment of the invention will now be described.
Servers 4, 5 and 6 are shown in
Block 30 classifies profile changes into critical, desirable and optional changes. Block 31 resolves the critical changes, block 32 resolves the desirable changes and block 33 resolves the optional changes, whereupon block 34 is entered.
Block 34 classifies the application software updates as mandatory or optional. Block 35 then installs the mandatory updates, followed by block 36, which installs the optional updates. The software update installation process then concludes with block 37, which records what service has been performed.
In contrast with
The expedited application software update process of
The process of
A second assumption is embodied in
The process could be designed (and rewritten) to explicitly test these two assumptions with decision blocks. This may not be preferred because it complicates the process design. In turn, this means more time and effort to design the process, more implementation cost and time, greater testing complexity and time and, most importantly, greater difficulty of maintenance. It is desirable that the process design be no more complex than that of
The invention applies program-rewriting techniques to process definitions, such that an assertion of assumptions will cause the process definition to be rewritten for expedited execution. The discussion below explains how process definitions can be rewritten in a practical style, recognizing that more detail can be obtained from papers in such publications as the “Proceedings of the 11th International Conference on Rewriting Techniques and Applications (RTA 2000),” July 2000, published by Springer Verlag, ISBN-10 354067778X. The discussion given herein is concerned with process definitions expressed in WS-BPEL, an XML-based language, whose standard “Web Services Business Process Execution Language Version 2.0” is available online from www.oasis-open.org. This language represents process steps, decision elements, sequential and parallel flow in a manner suitable for execution by a process execution engine such as IBM Process Server, described at http://www-306.ibm.com/software/integration/wps and in the book “WebSphere Business Integration Primer: Process Server, BPEL, SCA and SOA” in the developerworks series, Iyengar et. al., IBM Press, December 2007, ISBN-10 013224831X.
Important properties of program rewriting that are used in the preferred embodiment of the present invention concern the behavior of program elements that produce outputs or consume inputs. One property is that if a program element produces no outputs, it can be eliminated. Another is that if the outputs of a program element are the same as its inputs, the program element can be eliminated. A third property concerns program elements that produce output or perform other processing actions dependent on inputs, and specifically the case of program elements comprised of program loops whose body is executed once for each input element. In the case of such loops, it can be easily seen that if no input is present, the loop body will not be executed. If output or other processing actions originates solely within the loop body, no output or other processing actions will result if there are no input elements. Another property of program rewriting that may be used is the property that allows elimination of blocks on a branch from a decision block, where the decision can be predetermined and the blocks are on a branch which is known not to be taken.
The discussion below indicates, generally, how these properties, together with the two assumptions, can be used in the transformation of the application software update process of
Beginning with block 20 of
It remains to be shown how the general description of the process transformation given above can be reduced to an automatic process. This is facilitated by the data flow diagram of
Note that the two assumptions given earlier can be applied to the data flow diagram of
Now we can state a preferred algorithmic process for the automatic transformation of processes, given assumptions concerning these processes:
A generic flow chart implementing this algorithm is shown in
The creation of the data flow diagram, at block 71, in
Many forms of this invention are possible. Transformations can be done at the time the process is begun or at some previous time in anticipation of the assumptions that will apply. The transformed process can be immediately deployed or it can be displayed to a human administrator for approval before it is deployed. When maintenance actions are performed on the normal process definition, all of the stored transformations may preferably be redone so that a consistent definition of the process is deployed. The transformation invention can be practiced with software tools that are leased or purchased; alternatively, a second party can provide a service. For example, the service may accept process definitions and assumptions and may return expedited process definitions for a one-time fee, for a charge based on the actual resources employed for the transformation or on a retainer basis. Process definitions are not limited to maintenance actions on mobile devices, but may be of any type and in any industry.
A radio transceiver 123 performs a wireless communication function of the PDA phone and includes a Radio Frequency (RF) module (not shown) and a modem (not shown). The RF module includes an RF transmitter (not shown) for up-converting a frequency of a signal to be transmitted and for amplifying the frequency up-converted signal. The RF module also includes an RF receiver (not shown) for low noise amplifying a received signal and down-converting a frequency of the low noise amplified signal. The modem includes a transmitter (not shown) for encoding and modulating a signal to be transmitted and a receiver (not shown) for demodulating and decoding a signal received from the RF module.
An audio processing unit 125 can include a codec including a data codec and an audio codec. The data codec processes packet data, and the audio codec processes an audio signal such as voice and a multimedia file. The audio processing unit 125 converts a digital audio signal received from the modem to an analog audio signal using the audio codec and reproduces the analog audio signal. The audio processing unit 125 may also convert an analog audio signal generated by a microphone to a digital audio signal and transmit the digital audio signal to the modem. The codec may exist separately or be included in the PDA controller 110a or a phone controller 110b.
A PDA memory module 130a and a phone memory module 130b can be comprised of Read Only Memory (ROM) or Random Access Memory (RAM). The PDA memory module 130a and the phone memory module 130b can be comprised of a program memory and a data memory and store programs for controlling an operation of the PDA phone and data for booting. The PDA memory module 130a and the phone memory module 130b can be configured in a single memory or separately.
A display unit 150 displays an image corresponding to an image signal and user data output from the PDA controller 110a on a screen. The display unit 150 also displays data related to a phone call, which is output from the phone controller 110b. The display unit 150 can be made up of a Liquid Crystal Display (LCD) or Organic Light Emitting Diodes (OLED). If the LCD or OLED is implemented using a touch screen, the display unit 50 may operate as an input unit for controlling the PDA phone together with the key-input unit 127.
Those of ordinary skill in the art will appreciate that the hardware in
The depicted example in
Referring to
Peripheral component interconnect (PCI) bus bridge 214 connected to I/O bus 212 provides an interface to PCI local bus 216. A number of modems may be connected to PCI local bus 216. Typical PCI bus implementations will support four PCI expansion slots or add-in connectors. Communications links to clients 108-112 in
Additional PCI bus bridges 222 and 224 provide interfaces for additional PCI local buses 226 and 228, from which additional modems or network adapters may be supported. In this manner, data processing system 200 allows connections to multiple network computers. A memory-mapped graphics adapter 230 and hard disk 232 may also be connected to I/O bus 212 as depicted, either directly or indirectly.
Those of ordinary skill in the art will appreciate that the hardware depicted in
The data processing system depicted in
As will be readily apparent to those skilled in the art, the present invention can be realized in hardware, software, or a combination of hardware and software. Any kind of computer/server system(s)—or other apparatus adapted for carrying out the methods described herein—is suited. A typical combination of hardware and software could be a general-purpose computer system with a computer program that, when loaded and executed, carries out the respective methods described herein. Alternatively, a specific use computer, containing specialized hardware for carrying out one or more of the functional tasks of the invention, could be utilized.
The present invention, or aspects of the invention, can also be embodied in a computer program product, which comprises all the respective features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods. Computer program, software program, program, or software, in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.
While it is apparent that the invention herein disclosed is well calculated to fulfill the objects stated above, it will be appreciated that numerous modifications and embodiments may be devised by those skilled n the art, and it is intended that the appended claims cover all such modifications and embodiments as fall within the true spirit and scope of the present invention.