WO2005008433A2 - System and method for creating and using self describing events in automation - Google Patents

System and method for creating and using self describing events in automation Download PDF

Info

Publication number
WO2005008433A2
WO2005008433A2 PCT/US2004/022589 US2004022589W WO2005008433A2 WO 2005008433 A2 WO2005008433 A2 WO 2005008433A2 US 2004022589 W US2004022589 W US 2004022589W WO 2005008433 A2 WO2005008433 A2 WO 2005008433A2
Authority
WO
WIPO (PCT)
Prior art keywords
event
attributes
event type
data payload
automated workflow
Prior art date
Application number
PCT/US2004/022589
Other languages
French (fr)
Other versions
WO2005008433A3 (en
Inventor
Rohit Ghai
Edward Grinvald
Original Assignee
Computer Associates Think, 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 Computer Associates Think, Inc. filed Critical Computer Associates Think, Inc.
Priority to EP04756984A priority Critical patent/EP1711885A4/en
Publication of WO2005008433A2 publication Critical patent/WO2005008433A2/en
Publication of WO2005008433A3 publication Critical patent/WO2005008433A3/en

Links

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching

Definitions

  • the present application generally relates to computer system infrastructure management.
  • the present application more specifically relates to systems and methods to facilitate automation of computer system event and work-flow monitoring.
  • Events are ubiquitous in the world of Mrastructure Management, described herein as including Enterprise Management, Security Management and Storage Management. Events typically have several attributes such as timestamp, severity, source, and action.
  • One of the main attributes of an event is the Message attribute.
  • Textual messages are amenable to human consumption, allowing a human operator, for instance to visually inspect, sort, and filter events.
  • machine consumption may include parsing the information inside the message attribute.
  • the JoblD parameter is extracted from the textual message.
  • This extraction or parsing has the draw back of being subject to changes in the formatting of the message due to regular software updates or due to other circumstances.
  • the parsing routine must also be changed to allow the data to be extracted.
  • Simple Network Management Protocol (“SNMP") traps can be used to relay a condition or an event. However, it is problematic to determine if a network or storage component is capable of producing an event via SNMP, and if so, the categories and types of events produced.
  • an exemplary embodiment of a method for creating and using self-describing events in automated workflow management. This exemplary method includes querying a plurality of managed components. The method also includes receiving a response from each of the managed components.
  • each response is processed.
  • Processing of the response can include selecting event types to be used as triggers for steps in an automated workflow. Attributes of events can be selected as arguments to workflow steps.
  • One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps.
  • Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow. [0009]
  • an exemplary apparatus for creating and using self-describing events in automated workflow management.
  • This exemplary apparatus comprises a processor with memory. This memory stores a program to control operation of the processor. The processor is operative with the program in memory to query a plurality of managed components.
  • the processor is also operative with the program in memory to receive a response from each of the managed components including a list of producible event types, attributes of each event type, and a grammar to which each event type conforms.
  • Said processor with program in memory can process each response to define desired event types as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps.
  • One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps.
  • the processor with program in memory can monitor the plurality of managed components and detect events of the event types defined in the automated workflow. When an event is detected it can be processed by the processor in memory.
  • Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms.
  • components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow.
  • an exemplary system for presenting event type information.
  • This system comprises a web browser client.
  • the system also includes a graphical viewer in communication with the web browser client.
  • the graphical viewer is operative to display event type information including producible event types of managed components, attributes of each event type, and a grammar to which each event type conforms.
  • a server application is provided.
  • the sever application is in communication with the web browser client and with an event database and an event application.
  • the server application is operative to receive a request for event type information, query the event application and access the event database to respond to a request for event type information.
  • a remote data server is in communication with the graphical viewer.
  • the remote data server is further in communication with at least one platform-specific event database.
  • the remote data server is operative to receive a request for platform-specific event type viewing data and is operative to query the platform-specific event database and respond to the request for platform-specific event viewing data.
  • steps include querying a plurality of managed components.
  • the steps stored on the computer-readable medium also includes receiving a response from each of the managed components queried. Included in the response is a list of producible event types, attributes of each event type, and a grammar to which each event type conforms.
  • each response is processed. Processing of the response can include selecting event types to be used as triggers for steps in an automated workflow. Attributes of events can be selected as arguments to workflow steps. One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps.
  • processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow.
  • Figure 1 is a system topology illustrating a diverse collection of managed components connected by a shared network
  • Figure 2 is a block diagram illustrating an example process for creating and using self describing events in automation; and [0018]
  • Figure 3 is a block diagram illustrating an example system for executing the methodology of Figure 2.
  • FIG. 1 there is illustrated a topology of a system 100 including a diverse collection of managed components connected by a shared network.
  • the system 100 includes a user workstation 102, data 104 and a hub 106 which connect these components to various other system resources via shared network 108.
  • the example system resources illustrated in Figure 1 include a raid drive 110, servers 112, 114, and 128, network controller 116, VAX 118, Micro VAX 120, network processor 122, IBM AS/400 124 and tower box 126.
  • workstation 102 includes control logic for creating and/or using self-describing events.
  • certain managed components, such as raid drive 110 may include control logic for creating self- describing events.
  • FIG 2 there is illustrated an example methodology for creating and using self-describing events in an automated work flow application. The methodology may be employed, for example, by workstation 102 working in cooperation with other components of system 100.
  • one or more managed components are queried to determine the status of each managed component.
  • a work flow automation application running, for example, on workstation 102 receives responses from the managed components at block 210. Each response includes event type data.
  • each of the responses are processed to define an automated work flow, h the automated work flow, events are used as triggers, and event attributes are used as arguments.
  • Each of the managed components is monitored through periodic polling or other techniques known to those of ordinary skill in the art. Any occurrence of an event that has been defined in the work flow to trigger an action is detected, as shown by block 220.
  • each detected event is processed by control logic associated with the associated managed component, and the control logic directs the creation of a machine readable data payload.
  • the control logic may be resident in a memory of the managed component or in a application responsible for monitoring the managed component.
  • the work flow automation application interprets the attributes of each event which are stored in the data payload, and the actions defined in the work flow.
  • FIG. 3 there is illustrated an example system 300 for executing methodology 200.
  • a user 305 employs an event subscription module 310 to define a work flow automation.
  • the work flow automation definition is stored in data store 320.
  • Each work flow definition of data store 320 includes an identification of an event type triggering a work flow action, and an identification of an action to be taken upon the triggering event.
  • the event types of the work flow automation definitions are selected from a store of event definitions 315.
  • the store of event definitions 315 may be populated by a component discovery module 325.
  • Component discovery module 325 queries each component which may be managed, components 330, 335 and 340 in the present example, to receive event type definitions.
  • each component Upon receiving a query from component discovery module 325, each component responds with a list of producible event types, a list of attributes for each event type, and a grammar or syntax of a data payload to which each event type conforms.
  • the component discovery module 325 processes each component response to define the event type definitions 315 which may be used as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps.
  • the data payload is defined as being in XML form with an associated XML Schema and/or DTD attached to the event.
  • the XML Schema and/or DTD may be obtained by querying the managed component that produced the event.
  • Event monitor module 345 monitors the components 330, 335 and 340 to detect whether any event defined as a trigger in the work flow definition data store 320 has occurred. Upon detecting a triggering event, event momtor 345 processes the detected event to create a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Event monitor module 345 then provides the triggering event, including the machine readable data payload, to event processor module 350 for processing.
  • Event processor module 350 processes the data payload in the manner defined by the automated work flow definition of data store 320 according to the provided grammar of the event type to interpret the attributes of the event.
  • Event processing module 320 determines an appropriate action processor module 355 to perform the action based on the automated work flow definition of data store 320 and directs action processor module 355 to perform the action defined by the work flow definition.

Abstract

Methods, systems, apparatus and computer-readable media are disclosed for creating and using self describing events in automation. A first exemplary method is disclosed that includes querying (205) a plurality of managed components, receiving (210) a response, and processing (215) each response to select event types as triggers for steps in an automated workflow using attributes of events as arguments to workflow steps. This method further discloses the monitoring (220), detection, and processing (225) of events defined in the workflow. Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow. Other methods, apparatus, systems and computer readable media are disclosed for presenting event information.

Description

SYSTEM AND METHOD FOR CREATING AND USING SELF DESCRIBING EVENTS IN AUTOMATION
Cross Reference to Related Applications [0001] This application claims priority to and incorporates by reference the entirety of U.S. provisional application entitled "System and Method for Using Self-Describing Events," Serial No. 60/487,038, filed July 11, 2003.
Technical Field [0002] The present application generally relates to computer system infrastructure management. The present application more specifically relates to systems and methods to facilitate automation of computer system event and work-flow monitoring.
Background [0003] Events are ubiquitous in the world of Mrastructure Management, described herein as including Enterprise Management, Security Management and Storage Management. Events typically have several attributes such as timestamp, severity, source, and action. One of the main attributes of an event is the Message attribute. As an example, a message could be the following: "El 005 Backup Job (JoblD = 5643) failed due on server." Textual messages are amenable to human consumption, allowing a human operator, for instance to visually inspect, sort, and filter events. However, events are also consumed by automation engines, referred to herein as "machine consumption." Machine consumption may include parsing the information inside the message attribute. As an example, in order to trigger an automated workflow process in response to a "backup job failed" event, the JoblD parameter is extracted from the textual message. This extraction or parsing has the draw back of being subject to changes in the formatting of the message due to regular software updates or due to other circumstances. Each time the human readable text message format for the event is changed through updates to the system, the parsing routine must also be changed to allow the data to be extracted. [0004] Simple Network Management Protocol ("SNMP") traps can be used to relay a condition or an event. However, it is problematic to determine if a network or storage component is capable of producing an event via SNMP, and if so, the categories and types of events produced. This limitation, combined with a lack of machine-readable event data, makes it difficult to employ SNMP in storage management automation. Products such as Unicenter, developed by Computer Associates ("CA"), the assignee of the present application, provide capabilities to receive events from remote agents. However, in many instances the event management component has no way of establishing the possible events that can be received, making it difficult to create automated management workflows and practices. [0005] Therefore, there is a need for a system and method to generate and use events suitable for machine consumption to facilitate automated workflow management.
Summary [0006] The following presents a simplified summary of methods, apparatus, systems, and computer readable media associated with using self describing events in automation in accordance with the present application. This summary is not an extensive overview and is not intended to identify key or critical elements of the methods, apparatus, systems, and/or media or to delineate the scope of the methods, apparatus, systems, and media. It conceptually identifies the methods, apparatus, systems, and media in a simplified form as a prelude to the more detailed description that is presented later. [0007] In accordance with one aspect of the present application, an exemplary embodiment of a method is disclosed for creating and using self-describing events in automated workflow management. This exemplary method includes querying a plurality of managed components. The method also includes receiving a response from each of the managed components. Included in the response is a list of producible event types, attributes of each event type, and a grammar to which each event type conforms. Pursuant to this embodiment, each response is processed. Processing of the response can include selecting event types to be used as triggers for steps in an automated workflow. Attributes of events can be selected as arguments to workflow steps. One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps. [0008] With the workflow defined, the above described method continues by monitoring the plurality of managed components for events defined in the workflow. When an event is detected it is processed. Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow. [0009] In accordance with a second aspect of the present application, an exemplary apparatus is disclosed for creating and using self-describing events in automated workflow management. This exemplary apparatus comprises a processor with memory. This memory stores a program to control operation of the processor. The processor is operative with the program in memory to query a plurality of managed components. The processor is also operative with the program in memory to receive a response from each of the managed components including a list of producible event types, attributes of each event type, and a grammar to which each event type conforms. Said processor with program in memory can process each response to define desired event types as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps. One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps. [0010] The processor with program in memory can monitor the plurality of managed components and detect events of the event types defined in the automated workflow. When an event is detected it can be processed by the processor in memory. Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow. [0011] In accordance with a third aspect of the present application, an exemplary system is disclosed for presenting event type information. This system comprises a web browser client. The system also includes a graphical viewer in communication with the web browser client. The graphical viewer is operative to display event type information including producible event types of managed components, attributes of each event type, and a grammar to which each event type conforms. Pursuant to the this aspect of the current application, a server application is provided. The sever application is in communication with the web browser client and with an event database and an event application. The server application is operative to receive a request for event type information, query the event application and access the event database to respond to a request for event type information. A remote data server is in communication with the graphical viewer. The remote data server is further in communication with at least one platform-specific event database. The remote data server is operative to receive a request for platform-specific event type viewing data and is operative to query the platform-specific event database and respond to the request for platform-specific event viewing data. [0012] In accordance with a fourth aspect of the present application, an exemplary computer-readable storage medium is disclosed. The medium is encoded with processing instructions for creating and using self-describing events. These steps include querying a plurality of managed components. The steps stored on the computer-readable medium also includes receiving a response from each of the managed components queried. Included in the response is a list of producible event types, attributes of each event type, and a grammar to which each event type conforms. Pursuant to this embodiment, each response is processed. Processing of the response can include selecting event types to be used as triggers for steps in an automated workflow. Attributes of events can be selected as arguments to workflow steps. One way that this processing can occur is to present the data type information to a user and allow this user to manually select which event types will trigger steps in the automated workflow and which event attributes will be passed as arguments to the workflow steps. [0013] With the workflow defined, the above described steps stored on the computer- readable medium continue by monitoring the plurality of managed components for events defined in the workflow. When an event is detected it is processed. Processing of an event includes creating a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Using the provided grammar, components in the automated workflow can interpret the data payload and perform the actions defined in the automated workflow. [0014] Certain illustrative aspects of the methods, apparatus, systems and computer- readable media are described herein in connection with the following description and the annexed drawings. These aspects are indicative, however, of but a few of the various ways in which the principles of the methods, apparatus, systems, and media may be employed and thus the examples are intended to include such aspects and equivalents. Other advantages and novel features may become apparent from the following detailed description when considered in conjunction with the drawings.
Brief Description of the Drawings [0015] For a more complete understanding of the present methods and systems, reference is now made to the following description taken in conjunction with the accompanying drawings in which like reference numbers indicate like features and wherein: [0016] Figure 1 is a system topology illustrating a diverse collection of managed components connected by a shared network;
- A - [0017] Figure 2 is a block diagram illustrating an example process for creating and using self describing events in automation; and [0018] Figure 3 is a block diagram illustrating an example system for executing the methodology of Figure 2.
Detailed Description [0019] Example methods and systems are now described with reference to the drawings, where like reference numerals are used to refer to like elements throughout, hi the following description, for purposes of explanation, numerous specific details are set forth in order to facilitate thoroughly understanding the methods and systems. It may be evident, however, that the methods and systems can be practiced without these specific details, hi other instances, well-known structures and devices are shown in block diagram form in order to simplify the description. [0020] Referring to Figure 1, there is illustrated a topology of a system 100 including a diverse collection of managed components connected by a shared network. The system 100 includes a user workstation 102, data 104 and a hub 106 which connect these components to various other system resources via shared network 108. The example system resources illustrated in Figure 1 include a raid drive 110, servers 112, 114, and 128, network controller 116, VAX 118, Micro VAX 120, network processor 122, IBM AS/400 124 and tower box 126. [0021] In accordance with the present application, workstation 102 includes control logic for creating and/or using self-describing events. In addition, certain managed components, such as raid drive 110, for example, may include control logic for creating self- describing events. [0022] Referring now to Figure 2, there is illustrated an example methodology for creating and using self-describing events in an automated work flow application. The methodology may be employed, for example, by workstation 102 working in cooperation with other components of system 100. At block 205, one or more managed components are queried to determine the status of each managed component. A work flow automation application running, for example, on workstation 102 receives responses from the managed components at block 210. Each response includes event type data. [0023] At block 215, each of the responses are processed to define an automated work flow, h the automated work flow, events are used as triggers, and event attributes are used as arguments. Each of the managed components is monitored through periodic polling or other techniques known to those of ordinary skill in the art. Any occurrence of an event that has been defined in the work flow to trigger an action is detected, as shown by block 220. At block 225, each detected event is processed by control logic associated with the associated managed component, and the control logic directs the creation of a machine readable data payload. The control logic may be resident in a memory of the managed component or in a application responsible for monitoring the managed component. [0024] At block 230, the work flow automation application interprets the attributes of each event which are stored in the data payload, and the actions defined in the work flow. [0025] Referring now to Figure 3, there is illustrated an example system 300 for executing methodology 200. As illustrated, a user 305 employs an event subscription module 310 to define a work flow automation. The work flow automation definition is stored in data store 320. Each work flow definition of data store 320 includes an identification of an event type triggering a work flow action, and an identification of an action to be taken upon the triggering event. The event types of the work flow automation definitions are selected from a store of event definitions 315. [0026] The store of event definitions 315 may be populated by a component discovery module 325. Component discovery module 325 queries each component which may be managed, components 330, 335 and 340 in the present example, to receive event type definitions. Upon receiving a query from component discovery module 325, each component responds with a list of producible event types, a list of attributes for each event type, and a grammar or syntax of a data payload to which each event type conforms. The component discovery module 325 processes each component response to define the event type definitions 315 which may be used as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps. In one embodiment, the data payload is defined as being in XML form with an associated XML Schema and/or DTD attached to the event. The XML Schema and/or DTD may be obtained by querying the managed component that produced the event. [0027] Event monitor module 345 monitors the components 330, 335 and 340 to detect whether any event defined as a trigger in the work flow definition data store 320 has occurred. Upon detecting a triggering event, event momtor 345 processes the detected event to create a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms. Event monitor module 345 then provides the triggering event, including the machine readable data payload, to event processor module 350 for processing. [0028] Event processor module 350 processes the data payload in the manner defined by the automated work flow definition of data store 320 according to the provided grammar of the event type to interpret the attributes of the event. Event processing module 320 determines an appropriate action processor module 355 to perform the action based on the automated work flow definition of data store 320 and directs action processor module 355 to perform the action defined by the work flow definition. [0029] What has been described above includes several examples. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the systems, apparatus, methods, and computer readable media associated with creating and using self-describing events in automation within an enterprise. However, one of ordinary skill in the art may recognize that further combinations and permutations are possible. Accordingly, this application is intended to embrace such alterations, modifications, and variations that fall within the scope of the appended claims. Furthermore, to the extent that the term "includes" is employed in the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term "comprising" as that term is interpreted when employed as a transitional word in a claim.

Claims

What is claimed is:
1. A method for creating and using self-describing events in automated workflow management comprising: querying a plurality of managed components; receiving a response from each of the managed components including a list of producible event types, attributes of each event type, and a grammar to which each event type conforms; processing each response to define desired event types as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps; monitoring the plurality of managed components and detecting events of the event types defined in the automated workflow; processing each detected event to create a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms; and processing the data payload in the manner defined by the automated workflow by using the provided grammar of the event type to interpret the attributes of the event.
2. The method of claim 1, wherein the response is processed by presenting each managed component's producible event types to a user selecting desired event types for definition as triggers to the automated workflow, said user selecting desired attributes of each event type as arguments to steps in the automated workflow.
3. The method of claim 1 , wherein the data payload is in XML form with an associated XML Schema attached to the event.
4. The method of claim 1, wherein the data payload is in XML form with an associated DTD attached to the event.
5. The method of claim 1, wherein the data payload is in XML form and an associated XML Schema is obtained by querying the managed component that produced the event.
6. The method of claim 1, wherein the data payload is in XML form and an associated DTD is obtained by querying the managed component that produced the event.
7. An apparatus for creating and using self-describing events in automated workflow management comprising: a processor; a memory connected to the processor storing a program to control operation of the processor; the processor operative with said program in memory to: query a plurality of managed components; receive a response from each of the managed components including a list of producible event types, attributes of each event type, and a grammar to which each event type conforms; process each response to define desired event types as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps; monitor the plurality of managed components and detect events of the event types defined in the automated workflow; process each detected event to create a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms; and process the data payload in the manner defined by the automated workflow by using the provided grammar of the event type to interpret the attributes of the event.
8. The apparatus of claim 7, wherein the processor is operative with said program in memory to present event information to a user including producible event types of managed components, attributes of each event type, and a grammar to which each event type conforms; receive user responses for selection of desired event types for definition as triggers to the automated workflow; further receive user responses for selection of desired attributes of each event type as arguments to steps in the automated workflow; and process the user responses to create the automated workflow.
9. The apparatus of claim 7, wherein the data payload is in XML form with an associated XML Schema attached to the event.
10. The apparatus of claim 7, wherein the data payload is in XML form with an associated DTD attached to the event.
11. The apparatus of claim 7, wherein the data payload is in XML form and an associated XML Schema is obtained by querying the managed component that produced the event.
12. The apparatus of claim 7, wherein the data payload is in XML form and an associated DTD is obtained by querying the managed component that produced the event.
13. A system for presenting event type information comprising: a web browser client; a graphical viewer in communication with the web browser client, the graphical viewer operative to display event type information including producible event types of managed components, attributes of each event type, and a grammar to which each event type conforms; a server application in communication with the web browser client, the server application in communication with an event database and an event application, the server application operative to receive a request for event type information, query the event application and access the event database to respond to a request for event type information; and a remote data server in communication with the graphical viewer, the remote data server further in communication with at least one platform-specific event database, the remote data server operative to receive a request for platform-specific event type viewing data, the remote data server further operative to query the platform-specific event database and respond to the request for platform-specific event viewing data.
14. A computer-readable storage medium encoded with processing instructions for creating and using self describing events in automation, the processing instructions for directing a computer to perform the steps of: querying a plurality of managed components; receiving a response from each of the managed components including a list of producible event types, attributes of each event type, and a grammar to which each event type conforms; processing each response to define desired event types as triggers for steps in an automated workflow using desired attributes of each event type as arguments to workflow steps; monitoring the plurality of managed components and detecting events of the event types defined in the automated workflow; processing each detected event to create a machine readable data payload containing event information including the event type, event attributes, and a grammar to which the event conforms; and processing the data payload in the manner defined by the automated workflow by using the provided grammar of the event type to interpret the attributes of the event.
PCT/US2004/022589 2003-07-11 2004-07-12 System and method for creating and using self describing events in automation WO2005008433A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP04756984A EP1711885A4 (en) 2003-07-11 2004-07-12 System and method for creating and using self describing events in automation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US48703803P 2003-07-11 2003-07-11
US60/487,038 2003-07-11

Publications (2)

Publication Number Publication Date
WO2005008433A2 true WO2005008433A2 (en) 2005-01-27
WO2005008433A3 WO2005008433A3 (en) 2005-03-10

Family

ID=34079334

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/022589 WO2005008433A2 (en) 2003-07-11 2004-07-12 System and method for creating and using self describing events in automation

Country Status (3)

Country Link
US (1) US7483902B2 (en)
EP (1) EP1711885A4 (en)
WO (1) WO2005008433A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8170901B2 (en) 2004-10-01 2012-05-01 Microsoft Corporation Extensible framework for designing workflows

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657831B2 (en) * 2003-07-31 2010-02-02 J.J. Donahue & Company Creating and customizing a workflow process from a document
CA2451164C (en) * 2003-09-11 2016-08-30 Teamplate Inc. Customizable components
CA2443454A1 (en) * 2003-09-11 2005-03-11 Teamplate Inc. Data binding method in workflow system
DE10354938B4 (en) * 2003-11-25 2008-01-31 Fujitsu Siemens Computers Gmbh Automated management data processing system and method for automated management of a data processing system
US20060265662A1 (en) * 2005-05-19 2006-11-23 Custom Credit Systems, L.P. System and method for generating and updating user interfaces of web-based applications
US8429527B1 (en) 2005-07-12 2013-04-23 Open Text S.A. Complex data merging, such as in a workflow application
US7877757B2 (en) * 2006-05-05 2011-01-25 Microsoft Corporation Work item event monitor for procession of queued events
WO2007134265A2 (en) * 2006-05-12 2007-11-22 Captaris, Inc. Workflow data binding
US8336021B2 (en) * 2008-12-15 2012-12-18 Microsoft Corporation Managing set membership
US9909406B2 (en) 2014-05-16 2018-03-06 Baker Hughes, A Ge Company, Llc Automated delivery of wellbore construction services
US10621063B2 (en) * 2015-07-10 2020-04-14 Cisco Technology, Inc. System and method for dynamic domain-specific sequence diagram visualization
US10956013B2 (en) 2017-05-05 2021-03-23 Servicenow, Inc. User interface for automated flows within a cloud based developmental platform
US10101972B1 (en) 2017-09-12 2018-10-16 Servicenow, Inc. Data modelling and flow engine for building automated flows within a cloud based developmental platform
US11086696B2 (en) 2019-08-01 2021-08-10 Microsoft Technology Licensing, Llc Parallel cloned workflow execution
US11068742B2 (en) 2019-10-30 2021-07-20 Scenera, Inc. Curation of custom workflows using multiple cameras
US11188758B2 (en) 2019-10-30 2021-11-30 Scenera, Inc. Tracking sequences of events

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020188761A1 (en) 2000-09-28 2002-12-12 Chikirivao Bill S. Data-type definition driven dynamic business component instantiation and execution framework
US20030004746A1 (en) 2001-04-24 2003-01-02 Ali Kheirolomoom Scenario based creation and device agnostic deployment of discrete and networked business services using process-centric assembly and visual configuration of web service components

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5855014A (en) * 1995-11-03 1998-12-29 Application Partners, Inc. Getfield function for a relational workgroup platform using keyword and workflow databases
US5838969A (en) * 1996-05-10 1998-11-17 Apple Computer, Inc. System and method for collecting and dispatching selected events in a computer application program
EP0854431A3 (en) * 1997-01-20 2001-03-07 International Business Machines Corporation Events as activities in process models of workflow management systems
US6633313B1 (en) * 1997-05-08 2003-10-14 Apple Computer, Inc. Event routing mechanism in a computer system
US6083276A (en) * 1998-06-11 2000-07-04 Corel, Inc. Creating and configuring component-based applications using a text-based descriptive attribute grammar
US6393456B1 (en) * 1998-11-30 2002-05-21 Microsoft Corporation System, method, and computer program product for workflow processing using internet interoperable electronic messaging with mime multiple content type
WO2001052118A2 (en) * 2000-01-14 2001-07-19 Saba Software, Inc. Information server
CN1636207A (en) * 2000-02-25 2005-07-06 奥克文技术交流公司 Method for workflow processing through computer network
US7065493B1 (en) * 2000-04-06 2006-06-20 International Business Machines Corporation Workflow system and method
CA2422322A1 (en) * 2000-10-03 2002-04-11 Michael Setteducati Workflow management software overview
US7581011B2 (en) * 2000-12-22 2009-08-25 Oracle International Corporation Template based workflow definition
WO2003015000A1 (en) * 2001-08-08 2003-02-20 Trivium Systems Inc. Workflow engine for automating business processes in scalable multiprocessor computer platforms
US6865427B2 (en) * 2002-07-18 2005-03-08 International Business Machines Corporation Method for management of workflows between devices in a pervasive embedded or external environment
US7028229B2 (en) * 2002-09-30 2006-04-11 Sun Microsystems, Inc. Kernel event subscription and publication system and method
US7289988B2 (en) * 2003-07-08 2007-10-30 Hewlett-Packard Development Company, L.P. Method and system for managing events

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020188761A1 (en) 2000-09-28 2002-12-12 Chikirivao Bill S. Data-type definition driven dynamic business component instantiation and execution framework
US20030004746A1 (en) 2001-04-24 2003-01-02 Ali Kheirolomoom Scenario based creation and device agnostic deployment of discrete and networked business services using process-centric assembly and visual configuration of web service components

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1711885A4

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8170901B2 (en) 2004-10-01 2012-05-01 Microsoft Corporation Extensible framework for designing workflows

Also Published As

Publication number Publication date
EP1711885A2 (en) 2006-10-18
US20050120330A1 (en) 2005-06-02
EP1711885A4 (en) 2010-06-09
US7483902B2 (en) 2009-01-27
WO2005008433A3 (en) 2005-03-10

Similar Documents

Publication Publication Date Title
US7483902B2 (en) System and method for creating and using self describing events in automation
CN101846985B (en) Remote data acquisition system and method
CN101877618B (en) Monitoring method, server and system based on proxy-free mode
CN104407964B (en) A kind of centralized monitoring system and method based on data center
CN102609346B (en) Monitoring method and monitoring device on basis of service operation
US20130297748A1 (en) Message management facility for an industrial process control environment
US20030135382A1 (en) Self-monitoring service system for providing historical and current operating status
US20110078519A1 (en) Internal Server Error Analysis
CN100549975C (en) Computer maintenance support system and analysis server
CN111030857A (en) Network alarm method, device, system and computer readable storage medium
WO2007008602A2 (en) Monitoring method and system for monitoring operation of resources
CN110166297A (en) O&M method, system, equipment and computer readable storage medium
CN113807549A (en) Alarm message pushing method, device, equipment and storage medium
US7099736B2 (en) Operation management system
CN112346924A (en) Server monitoring method and system
CN106385343B (en) Method and device for monitoring client under distributed system and distributed system
CN105632248A (en) Safety monitoring system and data processing method therefor
CN113206867B (en) Intelligent data acquisition monitoring system, method and timing acquisition service module
CN114167181B (en) Method and system for monitoring local and allopatric line fault tracing
CN113868094A (en) Big data abnormal information monitoring system
CN115222181A (en) Robot operation state monitoring system and method
CN113094053B (en) Delivery method and device of product and computer storage medium
CN113240864A (en) Intelligent management system and method for car washer
CN112804241A (en) Intelligent monitoring method and system for computer room network
CN112134727A (en) Network shutdown operation data exchange method based on container technology

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2004756984

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004756984

Country of ref document: EP