JP2006277535A - Business process history collection and display system and method - Google Patents

Business process history collection and display system and method Download PDF

Info

Publication number
JP2006277535A
JP2006277535A JP2005098181A JP2005098181A JP2006277535A JP 2006277535 A JP2006277535 A JP 2006277535A JP 2005098181 A JP2005098181 A JP 2005098181A JP 2005098181 A JP2005098181 A JP 2005098181A JP 2006277535 A JP2006277535 A JP 2006277535A
Authority
JP
Japan
Prior art keywords
history
business
instance
history information
storage device
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
JP2005098181A
Other languages
Japanese (ja)
Inventor
Yusuke Hashimoto
祐介 橋本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2005098181A priority Critical patent/JP2006277535A/en
Publication of JP2006277535A publication Critical patent/JP2006277535A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a business process history collection and display system that enables the understanding of the progress of a business process without requiring the design and definition of the entire business process. <P>SOLUTION: In a task application processing device 2, after a task processing means 7 processes a task, a history sending means 8 sends history information about a business process. In a history reception device 3, a history reception means 9 receives the history information, and a history registration means 10 stores it in a history storage device 4. At the request of a terminal device 6, in a history display device 5, a history search means 11 searches the history storage device for history information, a history analysis means 12 analyzes the history information as a business process, and a history display means 13 converts the analysis results into an appropriate display format to return them to the terminal device. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ビジネスプロセス全体を設計および定義することなく、ビジネスプロセスの進捗の把握を可能とするビジネスプロセス履歴収集表示システムに関する。   The present invention relates to a business process history collection and display system that enables grasping of the progress of a business process without designing and defining the entire business process.

従来のビジネスプロセスを管理する仕組みの一例について説明する(例えば、特許文献1参照)。このワークフローシステムは、クライアントと、記憶装置と、ワークフローサーバと、ワークフロークライアントから構成されている。このような構成を有する従来のシステムは次のように動作する。   An example of a conventional mechanism for managing business processes will be described (for example, see Patent Document 1). This workflow system includes a client, a storage device, a workflow server, and a workflow client. The conventional system having such a configuration operates as follows.

まず、ユーザがクライアントによりビジネスプロセスを定義する。ビジネスプロセスの定義情報はワークフローサーバを介して、記憶装置のビジネスプロセス定義テーブルに格納される。ワークフローサーバは、記憶装置からビジネスプロセス定義情報を取得し、ビジネスプロセス中の1ステップの実行をワークフロークライアントに指示する。ワークフロークライアントは指示されたビジネスプロセスの1ステップを業務プログラムに実行させる。
特開平11−316780号公報
First, a user defines a business process with a client. The business process definition information is stored in the business process definition table of the storage device via the workflow server. The workflow server acquires business process definition information from the storage device, and instructs the workflow client to execute one step in the business process. The workflow client causes the business program to execute one step of the instructed business process.
JP-A-11-316780

しかしながら、この従来技術には、次のような問題があった。   However, this conventional technique has the following problems.

第1の問題は、ビジネスプロセス全体を定義しないと、ビジネスプロセスの実行や管理を始められないことである。その理由は、ビジネスプロセスの定義情報が存在しないと、ワークフローサーバのようなビジネスプロセス全体を制御する手段は、ビジネスプロセスを実行しないからであり、ビジネスプロセスが実行されなければ、その管理もできないからである。   The first problem is that business processes cannot be executed or managed unless the entire business process is defined. The reason is that if there is no business process definition information, the means to control the entire business process, such as the workflow server, does not execute the business process. If the business process is not executed, it cannot be managed. It is.

第2の問題は、業務アプリケーションの開発に必要とされる工数が多いことである。その理由は、ビジネスプロセスを制御する手段により業務アプリケーションが起動される方法とビジネスプロセスを制御する手段に業務処理の結果を返す方法とを検討する必要があり、業務アプリケーションを作成後は、ビジネスプロセスを制御する手段を含めてテストする必要があるからである。   The second problem is that many man-hours are required for developing business applications. The reason is that it is necessary to consider the method of starting the business application by means of controlling the business process and the method of returning the result of the business processing to the means of controlling the business process. This is because it is necessary to test including means for controlling the above.

また、従来のビジネスプロセス管理システムでは、ビジネスプロセス管理システムが、予め定義されたビジネスプロセスに基づき、業務システムの業務アプリケーションの実行を制御していたので、システムの設計においては、複数の業務システムにまたがるビジネスプロセス全体を設計せねばならず、業務あるいは業務システムについて幅広い知識を必要とし、設計作業が滞りがちであった。   In the conventional business process management system, the business process management system controls the execution of the business application of the business system based on the business process defined in advance. In addition, the entire business process must be designed, and a wide range of knowledge about the business or business system is required, and the design work tends to be delayed.

さらにシステムの検証においては、ビジネスプロセス管理システムにおけるビジネスプロセスを制御する手段と複数の業務システムにおけるビジネスプロセス管理システムにより制御される業務アプリケーションの全てがそろってから一斉に検証を行う場合、不具合の発覚が遅れやすく、不具合解消のための手戻りによる納期遅れという致命的な問題が発生しやすかった。   Furthermore, in system verification, if all the business applications controlled by the business process management system in a business process management system and the business process management system in a plurality of business systems are collected and verified at the same time, a failure is detected. It was easy to delay, and a fatal problem of delaying delivery due to rework for resolving the problem was likely to occur.

これに対して、ビジネスプロセスを制御する手段や業務アプリケーションの代替物を用意して部分的な検証を積み上げて全体の検証を行う場合、代替物の開発という余計な作業が入り、要員数の増加という問題が発生していた。   On the other hand, when preparing a means for controlling business processes and business application alternatives and building up partial verifications to perform overall verification, the additional work of developing alternatives is required and the number of personnel increases. The problem that occurred.

また、従来のビジネスプロセス管理システムでは、ビジネスプロセスを構成する業務が実行された履歴を表示するだけで、各業務で利用した業務データに関する情報を一覧としては表示しないため、業務担当者が自分の関係したビジネスプロセスの進捗状況を把握することが困難であった。   In addition, the conventional business process management system only displays the history of the operations that make up the business process, but does not display information on the business data used in each business as a list. It was difficult to keep track of the progress of related business processes.

そこで本発明は、ビジネスプロセス全体を設計および定義することなく、個別の業務アプリケーションからの履歴情報を元に、ビジネスプロセスを復元し、業務とそこで使われたデータとが特定できるような表示により、ビジネスプロセスの進捗の把握を可能とするビジネスプロセス履歴収集表示システム及び方法を提供することを目的とする。   Therefore, the present invention restores the business process based on the history information from the individual business application without designing and defining the entire business process, and displays the business process and the data used in the business process. It is an object of the present invention to provide a business process history collection and display system and method capable of grasping the progress of a business process.

上述の課題を解決するため、本発明では、ビジネスプロセス履歴収集表示システムは、ビジネスプロセスを制御する手段を持たず、ビジネスプロセスの履歴情報の収集と表示だけを行う。業務アプリケーション処理装置は、業務処理手段により業務に関する処理を行った後、履歴送信手段によりビジネスプロセスの履歴情報を送信する。履歴受信装置は、履歴情報を履歴受信手段により受信し、履歴登録手段により、履歴記憶装置に格納する。端末装置から要求を受けると、履歴表示装置は、履歴検索手段により履歴記憶装置から履歴情報を検索し、履歴解析手段により履歴情報をビジネスプロセスとして解析し、解析結果を履歴表示手段により適切な表示形式にして、端末装置へ返す。   In order to solve the above-described problem, in the present invention, the business process history collection and display system does not have a means for controlling a business process, and only collects and displays business process history information. The business application processing apparatus performs business-related processing by the business processing means, and then transmits business process history information by the history transmission means. The history receiving device receives the history information by the history receiving means, and stores it in the history storage device by the history registration means. Upon receiving a request from the terminal device, the history display device searches the history information from the history storage device by the history search means, analyzes the history information as a business process by the history analysis means, and appropriately displays the analysis result by the history display means. Return to the terminal device.

本発明による第1の効果は、ビジネスプロセス全体が定義されずとも、ビジネスプロセスの実行や管理を始められることである。その理由は、ビジネスプロセスを構成する個々の業務アプリケーションからの履歴情報を元に、ビジネスプロセスを復元して表示することにより、ビジネスプロセスの進捗状況を把握できるので、ビジネスプロセス全体の定義が必要ないためである。   The first effect of the present invention is that execution and management of a business process can be started even if the entire business process is not defined. The reason is that the progress of the business process can be grasped by restoring and displaying the business process based on the historical information from the individual business applications that make up the business process, so there is no need to define the entire business process. Because.

第2の効果は、業務アプリケーションの開発に必要とされる工数を削減できることである。その理由は、ビジネスプロセスを制御する手段が無いので、業務アプリケーションが起動される方法とビジネスプロセスを制御する手段に業務処理の結果を返す方法とを検討する必要がなく、履歴情報の送信のみを確実に行うように、業務アプリケーションを作成しテストすればよいためである。   The second effect is that man-hours required for development of business applications can be reduced. The reason is that there is no means to control the business process, so there is no need to consider the method of starting the business application and the method of returning the result of the business process to the means of controlling the business process. This is because business applications need to be created and tested to ensure that they are done.

次に、本発明の最良の形態について図面を参照して説明する。   Next, the best mode of the present invention will be described with reference to the drawings.

図1は、本発明の第1実施例のシステム構成を示す。ビジネスプロセス履歴収集表示システム1は、各業務アプリケーション処理装置2からビジネスプロセスの履歴情報を送信するための履歴送信手段8と、履歴情報を受信するための履歴受信装置3と、履歴情報を格納するための履歴記憶装置4と、履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置15と、端末装置6からの要求に応じて履歴情報を適切な形式で表示するための履歴表示装置5とを含む。   FIG. 1 shows the system configuration of the first embodiment of the present invention. The business process history collection / display system 1 stores history transmission means 8 for transmitting business process history information from each business application processing apparatus 2, a history receiving apparatus 3 for receiving history information, and history information. In response to a request from the terminal device 6, the history storage device 4 for processing, the process / instance ID storage device 15 used to determine an unused process / instance ID for the process / instance ID which is one item of the history information A history display device 5 for displaying the history information in an appropriate format.

業務アプリケーション処理装置2は、業務処理手段7と、履歴送信手段8とを備えており、このうち履歴送信手段8は、ビジネスプロセス履歴収集表示システムにも含まれている。   The business application processing apparatus 2 includes business processing means 7 and history transmission means 8, of which the history transmission means 8 is also included in the business process history collection / display system.

履歴受信装置3は、履歴受信手段9と、プロセス・インスタンスIDを決めるプロセス・インスタンスID採番手段14と、履歴登録手段10とを備えている。   The history receiving device 3 includes a history receiving means 9, a process / instance ID numbering means 14 for determining a process / instance ID, and a history registration means 10.

履歴表示装置5は、履歴検索手段11と、履歴をビジネスプロセスとして解析する履歴解析手段12と、解析結果を表示形式に変更する履歴表示手段13とを備えている。   The history display device 5 includes a history search unit 11, a history analysis unit 12 that analyzes the history as a business process, and a history display unit 13 that changes the analysis result to a display format.

次に、図2のフローチャートを参照して、本実施例の動作について説明する。業務アプリケーション処理装置2は、業務処理の開始を履歴情報として送信し(S21)、業務処理を行うと(S22)、業務処理の終了を履歴情報として送信する(S23)。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. The business application processing apparatus 2 transmits the start of business processing as history information (S21). When the business processing is performed (S22), the end of business processing is transmitted as history information (S23).

図3は、業務アプリケーション処理装置2から履歴受信装置3へ送信される履歴情報の一例を示す。履歴情報は、業務アプリケーション2が属するシステム名41、業務アプリケーションが担う業務の名称である業務名42、業務アプリケーションが行う業務処理の開始/エラー/完了を区別するフラグである処理状態43、業務アプリケーションへのデータの入力あるいは出力を区別するフラグである入出区分44、業務アプリケーションの入力あるいは出力となるデータの種類を表すデータ種別45および個々のデータを特定する識別子であるデータID46、業務処理の開始/エラー/完了あるいは履歴情報の送信の時刻を表すタイムスタンプ47、業務アプリケーションの処理を識別するステップID48、個々のビジネスプロセスを識別するプロセス・インスタンスID49から構成されている。   FIG. 3 shows an example of history information transmitted from the business application processing apparatus 2 to the history receiving apparatus 3. The history information includes the system name 41 to which the business application 2 belongs, the business name 42 that is the name of the business that the business application is responsible for, the processing state 43 that is a flag for distinguishing start / error / completion of business processing performed by the business application, An input / output section 44 that is a flag for distinguishing the input or output of data to the data, a data type 45 that represents the type of data that is input or output to the business application, and a data ID 46 that is an identifier for identifying individual data, start of business processing / A time stamp 47 indicating the time of transmission of error / completion or history information, a step ID 48 for identifying business application processing, and a process instance ID 49 for identifying individual business processes.

履歴受信装置3は、業務アプリケーション処理装置2が送信した履歴情報を受信し(S31)、業務アプリケーションのステップは〔システム名,ステップID〕の組により識別し、データの種類は〔システム名,データ種別〕の組により識別し、個々のデータは〔システム名,データ種別,データID〕の組により識別し、一致する既存の履歴情報を検索する(S32)。   The history receiving device 3 receives the history information transmitted by the business application processing device 2 (S31), the business application step is identified by a pair of [system name, step ID], and the data type is [system name, data The data is identified by a set of [type], and each data is identified by a set of [system name, data type, data ID], and the matching existing history information is searched (S32).

既存の履歴情報が無い場合には(S33)、プロセス・インスタンスID記憶装置15を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDをプロセス・インスタンスID記憶装置15に格納するというプロセス・インスタンスIDの採番を行い(S34)、採番したプロセス・インスタンスIDを受信した履歴情報のプロセス・インスタンスID49に設定する(S35)。   If there is no existing history information (S33), the process instance ID storage device 15 is searched, an unused process instance ID is determined, and the process instance ID is stored in the process instance ID storage device 15. The process instance ID is numbered (S34), and the numbered process instance ID is set in the process instance ID 49 of the received history information (S35).

既存の履歴情報が有る場合には(S33)、そのプロセス・インスタンスIDを受信した履歴情報のプロセス・インスタンスID49に設定する(S35)。そして履歴受信装置3は、プロセス・インスタンスID49が設定された履歴情報を履歴記憶装置4に登録する(S36)。   If there is existing history information (S33), the process instance ID is set to the process instance ID 49 of the received history information (S35). The history receiving device 3 registers the history information in which the process instance ID 49 is set in the history storage device 4 (S36).

履歴記憶装置4に格納された履歴情報は、端末装置6から確認できる。履歴表示装置5は、端末装置6からの検索要求を受信すると(S51)、履歴記憶装置4から検索要求に合致する履歴情報と、その履歴情報と同じプロセス・インスタンスIDを持つ履歴情報を検索する(S52)。例えば、データ種別45とデータID46の組を用いて、履歴情報間に順序を付けるという解析処理を行い(S53)、解析された履歴情報を表示するためのフォーマットに変換するという表示情報の作成を行い(S54)、表示情報を端末装置6に返信する(S55)。図4は、その表示例を示す。   The history information stored in the history storage device 4 can be confirmed from the terminal device 6. When the history display device 5 receives the search request from the terminal device 6 (S51), the history display device 5 searches the history storage device 4 for history information that matches the search request and history information having the same process instance ID as the history information. (S52). For example, an analysis process of placing an order between history information using a set of data type 45 and data ID 46 is performed (S53), and display information is created to convert the analyzed history information into a format for display. (S54) and display information is returned to the terminal device 6 (S55). FIG. 4 shows an example of the display.

図5は、本発明の第2実施例のシステム構成を示す。ビジネスプロセス履歴収集表示システム101は、各業務アプリケーション処理装置102からビジネスプロセスの履歴情報を送信するための履歴送信手段108と、履歴情報を受信するための履歴受信装置103と、履歴情報を格納するための履歴記憶装置104と、履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置115と、端末装置106からの要求に応じて履歴情報を適切な形式で表示するための履歴表示装置105とを含む。   FIG. 5 shows the system configuration of the second embodiment of the present invention. The business process history collection / display system 101 stores history transmission means 108 for transmitting business process history information from each business application processing apparatus 102, a history receiving apparatus 103 for receiving history information, and history information. In response to a request from the terminal device 106, a history storage device 104 for processing, a process instance ID storage device 115 used to determine an unused process instance ID for a process instance ID which is one item of history information A history display device 105 for displaying the history information in an appropriate format.

業務アプリケーション処理装置102は、図1の業務アプリケーション処理装置2と同様である。   The business application processing apparatus 102 is the same as the business application processing apparatus 2 in FIG.

履歴受信装置103は、履歴受信手段109と、履歴登録手段110とを備えている。   The history receiving device 103 includes a history receiving unit 109 and a history registration unit 110.

履歴表示装置105は、履歴検索手段111と、プロセス・インスタンスIDを決めるプロセス・インスタンスID採番手段114と、履歴をビジネスプロセスとして解析する履歴解析手段112と、解析結果を表示形式に変更する履歴表示手段113とを備えている。   The history display device 105 includes a history search unit 111, a process / instance ID numbering unit 114 for determining a process / instance ID, a history analysis unit 112 for analyzing the history as a business process, and a history for changing the analysis result to a display format. Display means 113.

次に、図6のフローチャートを参照して、本実施例の動作について説明する。履歴受信装置103は、業務アプリケーション処理装置102が送信した履歴情報を受信し(S131)、履歴情報を履歴記憶装置104に登録する(S132)。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. The history receiving device 103 receives the history information transmitted by the business application processing device 102 (S131), and registers the history information in the history storage device 104 (S132).

履歴表示装置105は、端末装置106からの検索要求を受信すると(S151)、履歴記憶装置104から検索要求に合致する履歴情報を検索する(S152)。例えば、同じシステム名でデータ種別とデータIDの組が一致する既存の履歴情報を検索する(S153)。   When receiving the search request from the terminal device 106 (S151), the history display device 105 searches the history storage device 104 for history information that matches the search request (S152). For example, existing history information with the same system name and matching data type and data ID is searched (S153).

既存の履歴情報が無い場合には(S154)、プロセス・インスタンスID記憶装置115を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDをプロセス・インスタンスID記憶装置115に格納するというプロセス・インスタンスIDの採番を行い(S155)、採番したプロセス・インスタンスIDを受信した履歴情報のプロセス・インスタンスIDに設定し、プロセス・インスタンスIDが設定された履歴情報を履歴記憶装置104に登録する(S156)。   If there is no existing history information (S154), the process instance ID storage device 115 is searched, an unused process instance ID is determined, and the process instance ID is stored in the process instance ID storage device 115. The process instance ID is numbered (S155), the numbered process instance ID is set as the process instance ID of the received history information, and the history information in which the process instance ID is set is stored in the history storage device 104. (S156).

既存の履歴情報が有る場合には(S154)、そのプロセス・インスタンスIDを受信した履歴情報のプロセス・インスタンスIDに設定する(S156)。さらに、検索したデータ種別45とデータID46の組を用いて、履歴情報間に順序を付けるという解析処理を行い(S157)、解析された履歴情報を表示するためのフォーマットに変換するという表示情報の作成を行い(S158)、表示情報を端末装置106に返信する(S159)。   If there is existing history information (S154), the process instance ID is set to the process instance ID of the received history information (S156). Further, an analysis process of placing an order between the history information using the combination of the retrieved data type 45 and data ID 46 is performed (S157), and the display information is converted into a format for displaying the analyzed history information. It creates (S158) and returns display information to the terminal device 106 (S159).

本発明によれば、ビジネスプロセスやワークフローに関してビジネスプロセス管理システムやワークフローシステム無しに、ビジネスプロセスの状況を把握するといった用途に適用できる。また、システム間連携において、データの転送状況を把握するといった用途にも適用可能である。   INDUSTRIAL APPLICABILITY According to the present invention, the present invention can be applied to the use of grasping the state of a business process without a business process management system or workflow system regarding the business process or workflow. Further, it can be applied to uses such as grasping the data transfer status in inter-system cooperation.

本発明の第1実施例のシステム構成図である。It is a system configuration figure of the 1st example of the present invention. 第1実施例の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of 1st Example. 履歴情報の一例を示す図である。It is a figure which shows an example of log | history information. 表示情報の一例を示す図である。It is a figure which shows an example of display information. 本発明の第2実施例のシステム構成図である。It is a system configuration | structure figure of 2nd Example of this invention. 第2実施例の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of 2nd Example.

符号の説明Explanation of symbols

1 ビジネスプロセス履歴収集表示システム
2 業務アプリケーション処理装置
3 履歴受信装置
4 履歴記憶装置
5 履歴表示装置
6 端末装置
15 プロセス・インスタンスID記憶装置
DESCRIPTION OF SYMBOLS 1 Business process history collection display system 2 Business application processing device 3 History receiving device 4 History storage device 5 History display device 6 Terminal device 15 Process instance ID storage device

Claims (6)

業務アプリケーションを処理する業務アプリケーション処理装置の業務処理終了後、ビジネスプロセスの履歴情報を送信する履歴送信手段と、
業務アプリケーションの履歴情報を受信するための履歴受信装置と、
前記履歴情報を格納するための履歴記憶装置と、
端末装置からの要求に応じて前記履歴情報を適切な形式で表示するための履歴表示装置とを備え、
前記履歴受信装置は、履歴情報を受信する履歴受信手段と、前記履歴記憶装置に格納する履歴登録手段とを有し、
前記履歴表示装置は、端末装置から要求を受けると、前記履歴記憶装置から履歴情報を検索する履歴検索手段と、履歴情報をビジネスプロセスとして解析する履歴解析手段と、解析結果を適切な表示形式にして、前記端末装置へ返す履歴表示手段とを有することを特徴とするビジネスプロセス履歴収集表示システム。
A history transmitting means for transmitting business process history information after the business processing of the business application processing device for processing the business application;
A history receiving device for receiving business application history information;
A history storage device for storing the history information;
A history display device for displaying the history information in an appropriate format in response to a request from a terminal device;
The history receiving device has history receiving means for receiving history information, and history registration means for storing in the history storage device,
Upon receiving a request from the terminal device, the history display device is configured to search history information from the history storage device, history analysis means for analyzing history information as a business process, and an analysis result in an appropriate display format. And a history display means for returning to the terminal device.
履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置をさらに備え、
前記履歴受信装置は、既存の履歴情報が無い場合、前記プロセス・インスタンスID記憶装置を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDを前記プロセス・インスタンスID記憶装置に格納するプロセス・インスタンスID採番手段を有することを特徴とする請求項1に記載のビジネスプロセス履歴収集表示システム。
A process instance ID storage device used to determine an unused process instance ID for a process instance ID that is one item of history information;
When there is no existing history information, the history receiving device searches the process instance ID storage device, determines an unused process instance ID, and stores the process instance ID in the process instance ID storage device. 2. The business process history collection and display system according to claim 1, further comprising: a process instance ID numbering unit.
履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置をさらに備え、
前記履歴表示装置は、既存の履歴情報が無い場合、前記プロセス・インスタンスID記憶装置を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDを前記プロセス・インスタンスID記憶装置に格納するプロセス・インスタンスID採番手段を有することを特徴とする請求項1に記載のビジネスプロセス履歴収集表示システム。
A process instance ID storage device used to determine an unused process instance ID for a process instance ID that is one item of history information;
When there is no existing history information, the history display device searches the process instance ID storage device, determines an unused process instance ID, and stores the process instance ID in the process instance ID storage device. 2. The business process history collection and display system according to claim 1, further comprising: a process instance ID numbering unit.
業務アプリケーションを処理する業務アプリケーション処理装置から業務アプリケーションの履歴情報を受信するための履歴受信装置と、前記履歴情報を格納するための履歴記憶装置と、端末装置からの要求に応じて前記履歴情報を適切な形式で表示するための履歴表示装置とを備えたシステムにおけるビジネスプロセス履歴収集表示方法であって、
前記業務アプリケーション処理装置の業務処理終了後、ビジネスプロセスの履歴情報を送信し、
前記履歴受信装置が、履歴情報を受信して、前記履歴記憶装置に格納し、
前記履歴表示装置が、端末装置から要求を受けると、前記履歴記憶装置から履歴情報を検索し、履歴情報をビジネスプロセスとして解析し、解析結果を適切な表示形式にして、前記端末装置へ返す各ステップを含むことを特徴とするビジネスプロセス履歴収集表示方法。
A history receiving device for receiving business application history information from a business application processing device for processing a business application, a history storage device for storing the history information, and the history information in response to a request from a terminal device A business process history collection and display method in a system comprising a history display device for displaying in an appropriate format,
After the business process of the business application processing device is completed, the business process history information is transmitted,
The history receiving device receives history information and stores it in the history storage device;
When the history display device receives a request from the terminal device, the history information is searched from the history storage device, the history information is analyzed as a business process, and the analysis result is returned to the terminal device in an appropriate display format. A business process history collection and display method comprising steps.
前記履歴受信装置は、既存の履歴情報が無い場合、履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDを前記プロセス・インスタンスID記憶装置に格納することを特徴とする請求項4に記載のビジネスプロセス履歴収集表示方法。   When there is no existing history information, the history receiving device searches a process / instance ID storage device used to determine an unused process / instance ID with respect to a process / instance ID which is one item of history information. 5. The business process history collection and display method according to claim 4, wherein the process instance ID is determined, and the process instance ID is stored in the process instance ID storage device. 前記履歴表示装置は、既存の履歴情報が無い場合、履歴情報の1項目であるプロセス・インスタンスIDについて未使用のプロセス・インスタンスIDを決めるために用いるプロセス・インスタンスID記憶装置を検索し、未使用のプロセス・インスタンスIDを決め、そのプロセス・インスタンスIDを前記プロセス・インスタンスID記憶装置に格納することを特徴とする請求項4に記載のビジネスプロセス履歴収集表示方法。   When there is no existing history information, the history display device searches a process / instance ID storage device used to determine an unused process / instance ID for a process / instance ID, which is one item of history information, and 5. The business process history collection and display method according to claim 4, wherein the process instance ID is determined, and the process instance ID is stored in the process instance ID storage device.
JP2005098181A 2005-03-30 2005-03-30 Business process history collection and display system and method Withdrawn JP2006277535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005098181A JP2006277535A (en) 2005-03-30 2005-03-30 Business process history collection and display system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005098181A JP2006277535A (en) 2005-03-30 2005-03-30 Business process history collection and display system and method

Publications (1)

Publication Number Publication Date
JP2006277535A true JP2006277535A (en) 2006-10-12

Family

ID=37212208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005098181A Withdrawn JP2006277535A (en) 2005-03-30 2005-03-30 Business process history collection and display system and method

Country Status (1)

Country Link
JP (1) JP2006277535A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008134906A (en) * 2006-11-29 2008-06-12 Hitachi Ltd Business process definition generation method, device and program
JP2011100238A (en) * 2009-11-05 2011-05-19 Fujitsu Ltd Business process structure estimation method, program, and device
JP2011134163A (en) * 2009-12-25 2011-07-07 Japan Digital Laboratory Co Ltd System, method, and program for supporting job assignment
EP2474910A1 (en) 2011-01-11 2012-07-11 Fujitsu Limited Setting program, workflow creating method, and work flow creating apparatus
CN112132548A (en) * 2020-09-28 2020-12-25 建信金融科技有限责任公司 Approval transfer method and device, electronic equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008134906A (en) * 2006-11-29 2008-06-12 Hitachi Ltd Business process definition generation method, device and program
JP2011100238A (en) * 2009-11-05 2011-05-19 Fujitsu Ltd Business process structure estimation method, program, and device
JP2011134163A (en) * 2009-12-25 2011-07-07 Japan Digital Laboratory Co Ltd System, method, and program for supporting job assignment
EP2474910A1 (en) 2011-01-11 2012-07-11 Fujitsu Limited Setting program, workflow creating method, and work flow creating apparatus
US8661418B2 (en) 2011-01-11 2014-02-25 Fujitsu Limited Setting program, workflow creating method, and work flow creating apparatus
CN112132548A (en) * 2020-09-28 2020-12-25 建信金融科技有限责任公司 Approval transfer method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US10261892B2 (en) Cloud-based automated test execution factory
JP6205757B2 (en) Control system, control apparatus, image processing apparatus, and control method
JP2006277535A (en) Business process history collection and display system and method
US20140006607A1 (en) Monitoring method and apparatus
KR20150025106A (en) Verification apparatus, terminal device, system, method and computer-readable medium for monitoring of application verification result
JP7047621B2 (en) Operation device and operation method
CN106899655A (en) The state of file transmission is tracked using the feedback file corresponding to file transmission events
CN107451056B (en) Method and device for monitoring interface test result
EP2992430B1 (en) Method and system for generating directed graphs
JP5155567B2 (en) Computer system and calculation method of risk due to operation error
JP2013120579A (en) Work result management method, work result management program and management server related to software development
JP6292223B2 (en) Information processing apparatus, information processing system, and information processing method
JP2005100161A (en) Performance test support device
JP2007241873A (en) Program for monitoring change in computer resource on network
JP4792888B2 (en) Inspection instruction generation system, inspection instruction generation device, inspection instruction generation method, inspection instruction generation program, and recording medium
US20150326677A1 (en) Screen information collecting computer, screen information collecting method, and computer-readable storage medium
JP2004178480A (en) Transaction slip management method and transaction slip management program
US8756574B2 (en) Using reverse time for coverage analysis
JP2007257613A (en) Obstacle influence extent specification system, process instance operation tracing method, obstacle influence extent specification method, and its program
JP5435351B2 (en) Screen sequence confirmation device, screen sequence confirmation method and screen sequence confirmation program
JP2008077546A (en) Setting information collection support system and setting information collection support program
EP2847724A2 (en) Product-distribution station observation, reporting and processing
WO2022168196A1 (en) Maintenance system, information processing device, maintenance method, and program
JP6049490B2 (en) Network analysis apparatus, network analysis method and program
JP2011145830A (en) Event log extraction method, device of the same, and program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080603