JP2010271806A - Work flow processing program, method and device - Google Patents

Work flow processing program, method and device Download PDF

Info

Publication number
JP2010271806A
JP2010271806A JP2009121536A JP2009121536A JP2010271806A JP 2010271806 A JP2010271806 A JP 2010271806A JP 2009121536 A JP2009121536 A JP 2009121536A JP 2009121536 A JP2009121536 A JP 2009121536A JP 2010271806 A JP2010271806 A JP 2010271806A
Authority
JP
Japan
Prior art keywords
event
transition
instance
data
class
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.)
Granted
Application number
JP2009121536A
Other languages
Japanese (ja)
Other versions
JP5246031B2 (en
Inventor
Akira Kawamura
旭 川村
Hirotaka Hara
裕貴 原
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2009121536A priority Critical patent/JP5246031B2/en
Publication of JP2010271806A publication Critical patent/JP2010271806A/en
Application granted granted Critical
Publication of JP5246031B2 publication Critical patent/JP5246031B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To detect, as apparent transition, transition between events in a process instance created by sequentially arranging event instances (EIs) each belonging to any of an event classes (ECs) of a plurality of work events implemented during work processing, the events being independently implemented in parallel with each other with no causal relationship between the works corresponding to the source and destination events. <P>SOLUTION: When the transition from a source EI to a destination EI is the apparent transition where works corresponding to the ECs including the EIs have no causal relationship and are independently implemented in parallel with each other, a value of an evaluation expression prescribed by use of occurrence probability of the EI belonging to a destination EC of the transition T and conditioned probability that the EI belonging to the destination EC of the transition T is calculated when the EI belonging to a source EC of the transition T to be determined, for each transition, based on a property that phenomena generated by the source EI and the destination EI are stochastically independent phenomena, and detects the transition wherein the value of the evaluation expression becomes less than a threshold value. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本技術は、業務プロセス分析技術に関する。   This technology relates to business process analysis technology.

業務プロセス・リエンジニアリング(BPR:Business Process Re-engineering)のために現在企業で運用中の業務システムの分析を行う必要がある。このため、以下のような技術が存在している。   For business process re-engineering (BPR), it is necessary to analyze the business system currently used in the enterprise. For this reason, the following technologies exist.

すなわち、(1)異なる業務システムに配置される各アプリケーションの実行状態を示す情報であるイベントデータを、各アプリケーションに応じた方法で収集し、イベントキューにキューイングする。なお、ここでイベントとは、業務システム内で、ある業務が実行されたことを示すものであり、業務の開始、終了時間、および関連属性を含んだデータである。イベントデータは、各業務システムに配置されたイベント抽出定義に従って、業務システム毎のイベントデータ抽出用のアプリケーションによって抽出される。各業務システム内で、抽出されたイベント情報を共通のXML(eXtensible Markup Language)形式に変換し、イベントデータを管理するイベント管理装置のイベントキューにキューイングする。このキューイングには、例えばJMS(Java(登録商標) Message Service)等が利用される。   That is, (1) event data, which is information indicating the execution state of each application arranged in different business systems, is collected by a method corresponding to each application and queued in an event queue. Here, the event indicates that a certain business has been executed in the business system, and is data including the start time, end time, and related attributes of the business. The event data is extracted by an event data extraction application for each business system according to the event extraction definition arranged in each business system. Within each business system, the extracted event information is converted into a common XML (eXtensible Markup Language) format and queued in an event queue of an event management apparatus that manages event data. For this queuing, for example, JMS (Java (registered trademark) Message Service) is used.

(2)イベント管理装置内で、イベントキュー内にキューイングされたイベント情報について、業務データ毎にまとめ、業務データ間を関連付けてイベント管理データベース(DB)内に蓄積する。ここで、業務データとは、あるまとまった単位の業務の間で共有されるデータを意味する。(3)入力された検索条件(例えば、イベント発生期間、関連属性等)に基づいて、業務データの絞込みを行う。(4)絞り込まれた業務データに関連するデータをツリーで展開して表示し、任意のデータからの処理の追跡を行う。(5)ツリーで展開された業務データに関連するイベントを検索し、このイベントに関連する業務をトラッキングビューで図示して、現在の業務の流れの実行状況を表示する。ここで、トラッキングとは、あらかじめ定義された業務システム間を跨ぐ業務全体の流れである業務プロセスのうち、どの業務が実行され、どの業務が実行されていないかを確認する手法をいう。   (2) In the event management apparatus, event information queued in the event queue is collected for each business data, and the business data is associated and stored in the event management database (DB). Here, the business data means data shared between a certain unit of business. (3) The business data is narrowed down based on the input search conditions (for example, event occurrence period, related attributes, etc.). (4) Data related to the narrowed down business data is expanded and displayed in a tree, and processing from arbitrary data is traced. (5) An event related to the business data expanded in the tree is searched, the business related to this event is illustrated in the tracking view, and the current execution status of the business flow is displayed. Here, tracking refers to a technique for confirming which business is being executed and which is not being executed, among business processes that are the flow of the entire business across the business systems defined in advance.

このような技術では、業務システム毎にイベントデータ抽出用のアプリケーションを導入する必要があり、業務システムに改変を加えるか又は業務実行に不要な負荷を与えることとなる。   In such a technique, it is necessary to introduce an application for extracting event data for each business system, and the business system is modified or an unnecessary load is applied to business execution.

その対策として、業務システムに改変を加えず且つ業務実行に不要な負荷を与えることなく、業務システムのデータベースのバックアップデータや業務ログデータ等を用いた分析の方法が存在している。すなわち、データベース中の複数のテーブルについて、各々のテーブルにおける項目毎に、当該項目中の値毎の出現回数に基づく値である項目スコアを算出する項目評価ステップと、複数のテーブルの中から互いに異なるテーブルを関連元テーブル及び関連先テーブルとして選択し、関連元テーブル中の項目である関連元項目と関連先テーブル中の項目である関連先項目とを選択し、関連元項目と関連先項目の組み合わせを関連として生成する関連生成ステップと、関連生成ステップにより生成された関連毎に、関連先項目における関連元項目中の値毎の出現回数と関連元項目の項目スコアと関連先項目の項目スコアとに基づく値である関連スコアを算出する関連評価ステップとを実行することで、複数のテーブルにおける項目間の関連を検出することができる。   As a countermeasure, there is an analysis method using business system database backup data, business log data, or the like without modifying the business system and applying unnecessary load to the business execution. That is, for a plurality of tables in the database, for each item in each table, an item evaluation step for calculating an item score that is a value based on the number of appearances for each value in the item is different from the plurality of tables. Select table as related source table and related destination table, select related source item that is item in related source table and related destination item that is item in related destination table, and combination of related source item and related destination item For each relationship generated by the relationship generation step, the number of occurrences of each value in the related source item in the related destination item, the item score of the related source item, and the item score of the related destination item The relationship evaluation step for calculating the relationship score, which is a value based on the It can be.

ここで、例として、各テーブル名をイベント名とし、日時データを格納している項目をイベントの発生日時であるタイムスタンプ項目とし、前記の分析で抽出された、関連元項目及び関連先項目を、各々イベントID及び関連IDの項目とすることで、イベントインスタンスのデータを抽出することが可能となる。   Here, as an example, each table name is the event name, the item storing the date and time data is the time stamp item that is the event occurrence date and time, and the related source item and the related destination item extracted in the above analysis are By setting the event ID and the related ID as items, it is possible to extract event instance data.

一方、イベント名、イベントID、タイムスタンプから構成されるレコードの集積であるイベントログから、イベント間のフローのモデルを抽出する先行技術として、隣接した前後関係・因果関係・並列・無関係を判定するルールを全フローインスタンスに適用するαアルゴリズムがある。αアルゴリズムは、ルールベースであるため、運用中の業務システムから取得した実データに存在するノイズに弱く、また対象業務のワークフローに繰返し・手戻りが含まれる場合には、原理的に間違った判定を行うため適用することができないという問題がある。   On the other hand, as a prior art for extracting a flow model between events from an event log that is an accumulation of records composed of event names, event IDs, and time stamps, it is determined whether adjacent contexts, causal relationships, parallels, or irrelevance There is an α algorithm that applies rules to all flow instances. Since the α algorithm is rule-based, it is vulnerable to noise present in the actual data obtained from the operating business system, and in principle, if the workflow of the target business contains repetitions and rework, it is wrong in principle. There is a problem that it cannot be applied because

特開2005−115494号公報JP 2005-115494 A 特開2008−27072号公報JP 2008-27072 A

Ana Karla Alves de Medeiros, "Process Mining: Control-Flow Mining Algorithms", [Online] [平成21年3月8日検索]、インターネット(URL:http://prom.win.tue.nl/research/wiki/processminingcourse)Ana Karla Alves de Medeiros, "Process Mining: Control-Flow Mining Algorithms", [Online] [Search March 8, 2009], Internet (URL: http://prom.win.tue.nl/research/wiki / processminingcourse)

業務システムのデータベースのバックアップデータや業務ログデータに対して、上記の技術を用いることで、イベントインスタンス(のレコード)及びそれら(のレコード)間の対応関係を抽出することができ、イベントIDを共有または、関連IDを介して対応関係のあるイベントインスタンス(のレコード)を、単純に発生日時に基づき直列的に接続することで作成したプロセスインスタンスは、各イベントインスタンスが属するイベントクラスに対応する実際の業務の業務フローが、主要経路と当該主要経路から分岐する並列経路とを含むものである場合には、実際の業務フローには対応しないものとなる。すなわち、主要経路で発生するイベントインスタンスと並列経路で発生するイベントインスタンスとを機械的に発生日時順に連結した場合には、業務上は意味を持たない見かけ上の遷移を含むことになる。   By using the above technology for business system database backup data and business log data, event instances (records) and correspondences between them can be extracted, and event IDs can be shared. Alternatively, the process instances created by simply connecting event records (corresponding) via the related IDs in series based on the date and time of occurrence are the actual instances corresponding to the event class to which each event instance belongs. When the business flow of a business includes a main route and a parallel route branched from the main route, the business flow does not correspond to the actual business flow. That is, when event instances that occur on the main route and event instances that occur on the parallel route are mechanically linked in the order of occurrence date and time, an apparent transition that has no meaning in business is included.

従って、本技術の目的は、特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための技術を提供することである。なお、イベント間遷移の遷移元のイベントを発側イベント、遷移先のイベントを着側イベントと呼称することとする。   Therefore, the purpose of this technology is the transition between events in process instances created by chronologically arranging event instances belonging to any of the event classes of a plurality of business events executed during business processing related to a specific matter. It is to provide a technology for apparently detecting a transition that has been performed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event of the transition between the events. . Note that a transition source event of an inter-event transition is referred to as an originating event, and a transition destination event is referred to as a destination event.

本業務フローデータ処理方法は、(A)特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各プロセスインスタンスに含まれるイベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、(B)統計情報格納部に格納されている各イベント間遷移発生頻度を、該当する発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、発側イベントクラスに属するイベントインスタンスが発生した場合に着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各イベントクラスに属するイベントインスタンスの発生頻度を全種のイベントクラスに属するイベントインスタンスの発生頻度の総和で除することによって、各イベントクラスに属するイベントインスタンスの発生確率を算出し、統計情報格納部に格納するステップと、(C)特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する条件付き確率と判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの発生確率とを用いて規定される評価式の値を、統計情報格納部に格納されている各イベント間遷移発生頻度に係る各遷移について算出し、統計情報格納部に格納するステップと、(D)統計情報格納部に格納されている、各遷移の評価式の値のうち所定の閾値未満となっている評価式の値に係る遷移を見かけ上遷移として検出するステップとを含む。   In this business flow data processing method, (A) process instance data created by arranging in a time series event instances belonging to any of the event classes of a plurality of business events executed during business processing related to a specific matter. The occurrence frequency of transitions from the event class to the destination event class from the transitions between the event instances included in each process instance stored in the stored process instance data storage unit is counted as the transition frequency between events. By dividing the frequency of occurrence of transition between events stored in the statistical information storage unit by the frequency of occurrence of event instances belonging to the corresponding originating event class, Event instances belonging to the originating event class In addition to calculating the conditional probability that an event instance belonging to the destination event class will occur if it occurs, the frequency of event instances belonging to each event class is divided by the sum of the occurrence frequency of event instances belonging to all event classes. To calculate the occurrence probability of the event instance belonging to each event class and store it in the statistical information storage unit, and (C) the event class of a plurality of business events executed during the business processing related to a specific matter Transition between events in a process instance created by arranging event instances belonging to one of them in chronological order, and there is no causal relationship between the tasks corresponding to the originating event and the terminating event of the transition between the events. That are being implemented in parallel This is an evaluation expression for detecting the event, and when an event instance belonging to the originating event class of the transition to be judged occurs, there is a condition that an event instance belonging to the destination event class of the transition to be judged occurs The evaluation formula value defined using the probability and the occurrence probability of the event instance belonging to the event class on the arrival side of the transition to be judged is the value related to each event transition frequency stored in the statistical information storage unit. A step of calculating the transition and storing it in the statistical information storage unit; and (D) a value of the evaluation formula stored in the statistical information storage unit that is less than a predetermined threshold among the evaluation formula values of each transition. And apparently detecting such a transition as a transition.

特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出することができるようになる。   A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. There is no causal relationship between the tasks corresponding to the originating side event and the destination side event, and it can be detected as an apparent transition that has been performed independently and in parallel.

本発明の実施の形態における機能ブロック図である。It is a functional block diagram in an embodiment of the present invention. 並列処理推定部の機能ブロック図である。It is a functional block diagram of a parallel processing estimation part. (a)乃至(d)は、本発明の実施の形態の概要を説明するための図である。(A) thru | or (d) is a figure for demonstrating the outline | summary of embodiment of this invention. 本発明の実施の形態におけるメインの処理フローを示す図である。It is a figure which shows the main processing flow in embodiment of this invention. (a)は、抽出データ例である受注DBのスキーマ情報、(b)は、受注DBのレコード群を示す図である。(A) is the schema information of order DB which is an example of extracted data, (b) is a figure which shows the record group of order DB. (a)は、抽出データ例である生産DBのスキーマ情報、(b)は、生産DBのレコード群を示す図である。(A) is the schema information of production DB which is an example of extracted data, (b) is a figure which shows the record group of production DB. (a)は、抽出データ例である手配DBのスキーマ情報、(b)は、手配DBのレコード群を示す図である。(A) is the schema information of arrangement DB which is an example of extracted data, (b) is a figure which shows the record group of arrangement DB. (a)は、抽出データ例である配送DBのスキーマ情報、(b)は、配送DBのレコード群を示す図である。(A) is the schema information of delivery DB which is an example of extraction data, (b) is a figure which shows the record group of delivery DB. (a)は、抽出データ例である品番DBのスキーマ情報、(b)は、品番DBのレコード群を示す図である。(A) is the schema information of product number DB which is an example of extraction data, (b) is a figure which shows the record group of product number DB. (a)は、CSV形式の受注DBのデータ例を示し、(b)は、受注DBのデータをテーブル化した例を示す図である。(A) shows an example of data in an order DB in CSV format, and (b) is a diagram showing an example in which data in an order DB is tabulated. (a)は、CSV形式の生産DBのデータ例を示し、(b)は、生産DBのデータをテーブル化した例を示す図である。(A) shows the example of data of production DB of a CSV format, (b) is a figure which shows the example which tabulated the data of production DB. (a)は、CSV形式の手配DBのデータ例を示し、(b)は、手配DBのデータをテーブル化した例を示す図である。(A) shows the example of data of arrangement DB of CSV format, (b) is a figure which shows the example which tabulated the data of arrangement DB. (a)は、CSV形式の配送DBのデータ例を示し、(b)は、配送DBのデータをテーブル化した例を示す図である。(A) shows an example of data in a delivery DB in CSV format, and (b) is a diagram showing an example in which data in the delivery DB is tabulated. (a)は、CSV形式の品番DBのデータ例を示し、(b)は、品番DBのデータをテーブル化した例を示す図である。(A) is an example of data in the product number DB in the CSV format, and (b) is a diagram showing an example in which the data of the product number DB is tabulated. タイムスタンプ判定処理の処理フローを示す図である。It is a figure which shows the processing flow of a time stamp determination process. タイムスタンプ確度スコア表の一例を示す図である。It is a figure which shows an example of a time stamp accuracy score table | surface. イベントID及び関連ID候補判定処理の処理フローを示す図である。It is a figure which shows the processing flow of event ID and a related ID candidate determination process. イベントID・関連ID候補確度スコア表の一例を示す図である。It is a figure which shows an example of an event ID and related ID candidate accuracy score table. イベント名判定処理の処理フローを示す図である。It is a figure which shows the processing flow of an event name determination process. タイムスタンプが複数含まれるテーブルの一例を示す図である。It is a figure which shows an example of the table containing multiple time stamps. (a)乃至(e)は、図19のテーブルをイベント毎に複数のテーブルとして分割した例を示す図である。(A) thru | or (e) is a figure which shows the example which divided | segmented the table of FIG. 19 into several tables for every event. スキーマ情報が存在する場合における、受注DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of order DB in the case where schema information exists. CSV形式のデータの場合における、受注DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of order DB in the case of the data of CSV format. スキーマ情報が存在する場合における、生産DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of production DB in the case where schema information exists. CSV形式のデータの場合における、生産DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of production DB in the case of the data of CSV format. スキーマ情報が存在する場合における、手配DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of arrangement DB in the case where schema information exists. CSV形式のデータの場合における、手配DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of arrangement DB in the case of the data of CSV format. スキーマ情報が存在する場合における、配送DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of delivery DB in the case where schema information exists. CSV形式のデータの場合における、配送DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of delivery DB in the case of the data of CSV format. スキーマ情報が存在する場合における、品番DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of product number DB in the case where schema information exists. CSV形式のデータの場合における、品番DBのイベント候補データの各要素に対する判定表示の一例を示す図である。It is a figure which shows an example of the determination display with respect to each element of the event candidate data of article number DB in the case of the data of CSV format. イベント候補データの各要素に対する選択結果の一例を示す図である。It is a figure which shows an example of the selection result with respect to each element of event candidate data. スキーマ情報が存在する場合において受注DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of order DB in the case where schema information exists. CSV形式のデータの場合において受注DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of order DB in the case of the data of CSV format. スキーマ情報が存在する場合において生産DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of production DB when schema information exists. CSV形式のデータの場合において生産DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of production DB in the case of the data of CSV format. スキーマ情報が存在する場合において手配DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of arrangement DB in the case where schema information exists. CSV形式のデータの場合において手配DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of arrangement DB in the case of the data of CSV format. スキーマ情報が存在する場合において配送DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of delivery DB when schema information exists. CSV形式のデータの場合において配送DBのデータから生成したイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data produced | generated from the data of delivery DB in the case of the data of CSV format. 図19の起票に関するイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data regarding the draft of FIG. 図19の承認に関するイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data regarding the approval of FIG. 図19の発注に関するイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data regarding the order of FIG. 図19の納品に関するイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data regarding the delivery of FIG. 図19の検収に関するイベント候補データの一例を示す図である。It is a figure which shows an example of the event candidate data regarding the inspection of FIG. イベントデータ及びイベント間関係ツリーの一例を示す図である。It is a figure which shows an example of event data and an event relationship tree. イベントデータからのプロセスインスタンス生成を説明するための図である。It is a figure for demonstrating the process instance production | generation from event data. プロセスインスタンスの一例を示す図である。It is a figure which shows an example of a process instance. 主要及び例外フローの抽出処理を説明するための図である。It is a figure for demonstrating the extraction process of a main and exception flow. 図48に示したプロセスインスタンスを重ね合わせる場合の表示例を示す図である。It is a figure which shows the example of a display in the case of superimposing the process instance shown in FIG. (a)乃至(c)は、図48に示したプロセスインスタンスを、主要フローと例外フローとに分類した場合の表示例を示す図である。(A) thru | or (c) is a figure which shows the example of a display at the time of classifying the process instance shown in FIG. 48 into the main flow and the exception flow. 従来技術の問題を説明するための図である。It is a figure for demonstrating the problem of a prior art. 従来技術の問題を説明するための図である。It is a figure for demonstrating the problem of a prior art. 従来技術の問題を説明するための図である。It is a figure for demonstrating the problem of a prior art. 図56の業務フローの中で、業務上の並列処理を含む業務フローのみを抽出したものを示す図である。It is a figure which shows what extracted only the business flow including the parallel processing on business in the business flow of FIG. 主要経路と当該主要経路から分岐した並列経路とを含むプロセスインスタンスの一例を示す図である。It is a figure which shows an example of the process instance containing the main path | route and the parallel path | route branched from the said main path | route. 図51のプロセスインスタンス・グループA乃至Eを図54のプロセスインスタンスに置換した場合における主要フロー及び例外フローの分類の一例を示す図である。FIG. 57 is a diagram showing an example of classification of main flows and exception flows when the process instance groups A to E of FIG. 51 are replaced with the process instances of FIG. 業務上の並列処理を含む業務フロー全体を示す図である。It is a figure which shows the whole work flow including the parallel processing on work. 図55に示したプロセスインスタンスを重ね合わせた場合の全体フローを示す図である。FIG. 56 is a diagram showing an overall flow when the process instances shown in FIG. 55 are overlapped. 並列処理推定処理の処理フローを示す図である。It is a figure which shows the processing flow of a parallel process estimation process. イベント間遷移頻度表の作成方法を模式的に示した図である。It is the figure which showed typically the preparation method of the transition frequency table between events. イベント間遷移頻度表の一例を示す図である。It is a figure which shows an example of the transition frequency table between events. イベント間遷移頻度表の一部分を示す図である。It is a figure which shows a part of transition frequency table between events. 各イベントの発生確率の算出を模式的に示す図である。It is a figure which shows typically calculation of the generation probability of each event. 条件付き確率の算出を模式的に示す図である。It is a figure which shows calculation of a conditional probability typically. 各イベントの発生確率の一例を示す図である。It is a figure which shows an example of the generation probability of each event. 条件付き確率表の一例を示す図である。It is a figure which shows an example of a conditional probability table | surface. 事象の独立を説明するための図である。It is a figure for demonstrating the independence of an event. 評価指標値の算出例を示す図である。It is a figure which shows the example of calculation of an evaluation index value. 並列処理推定処理の処理フローを示す図である。It is a figure which shows the processing flow of a parallel process estimation process. 並列処理該当プロセスインスタンスデータ格納部に格納されるデータの一例を示す図である。It is a figure which shows an example of the data stored in a parallel process applicable process instance data storage part. 並列処理推定処理の処理フローを示す図である。It is a figure which shows the processing flow of a parallel process estimation process. 代替遷移の設定について説明するための模式図である。It is a schematic diagram for demonstrating the setting of an alternative transition. 代替遷移の設定について説明するための模式図である。It is a schematic diagram for demonstrating the setting of an alternative transition. 並列処理推定処理の処理フローを示す図である。It is a figure which shows the processing flow of a parallel process estimation process. 見かけ上遷移を削除した場合のプロセスインスタンスの一例を示す図である。It is a figure which shows an example of the process instance at the time of deleting a transition apparently. 見かけ上遷移の代替遷移を設定した場合のプロセスインスタンスの一例を示す図である。It is a figure which shows an example of the process instance at the time of setting the alternative transition of apparent transition. モデルデータ格納部に格納されるデータの一例を示す図である。It is a figure which shows an example of the data stored in a model data storage part. フロー表示処理の処理フローを示す図である。It is a figure which shows the processing flow of a flow display process. 図55に示したプロセスインスタンスの主要フローを重ね合わせた場合の一例を示す図である。It is a figure which shows an example at the time of superimposing the main flows of the process instance shown in FIG. コンピュータ装置の機能ブロック図である。It is a functional block diagram of a computer apparatus.

図1A及び図1Bに、本発明の一実施の形態に係る業務システム分析装置の機能ブロック図を示す。本実施の形態に係る業務システム分析装置は、単数または複数の解析対象システムから収集されたデータ(所定期間において生成されたデータベースのレコード群、ログデータ、ネットワークDB(NDB)のレコード群、ジャーナルなど)を格納する分析対象データ格納部1と、分析対象データ格納部1からイベント候補データを生成するイベント候補データ生成部3と、イベント候補データ生成部3により生成されたイベント候補データを格納するイベント候補データ格納部5と、ユーザとのインターフェースとなる入出力部11と、入出力部11を介してユーザの指示を受け付けイベントデータを生成するイベントデータ生成部7と、イベントデータ生成部7により生成されたイベントデータを格納するイベントデータ格納部9と、イベントデータ格納部9に格納されているイベントデータからプロセスインスタンスを生成するプロセスインスタンス生成部13と、プロセスインスタンス生成部13によって生成されたプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部15と、プロセスインスタンスデータ格納部15に格納されているプロセスインスタンスのデータを用いて並列処理に由来する見かけ上の遷移を検出し、それらを含むプロセスインスタンスを抽出し、該当プロセスインスタンスのフローを見かけ上の遷移を削除した上で推定した並列処理の遷移を追加することで修正する並列処理推定部17と、並列処理推定部17によって修正されたプロセスインスタンス及び並列処理推定部17の処理対象とならなかったプロセスインスタンスのデータを格納する並列処理推定後プロセスインスタンスデータ格納部19と、並列処理推定後プロセスインスタンスデータ格納部19に格納されているプロセスインスタンスをイベントの並び方に基づき分類して発生数をカウントするプロセスインスタンス分類処理部21と、プロセスインスタンス分類処理部21の処理結果を格納するモデルデータ格納部23と、モデルデータ格納部23に格納されているデータを用いて業務フローを表示するために必要な処理を実施するプロセス表示処理部25とを含む。   1A and 1B are functional block diagrams of a business system analysis apparatus according to an embodiment of the present invention. The business system analysis apparatus according to the present embodiment includes data collected from one or a plurality of analysis target systems (database record group, log data, network DB (NDB) record group, journal, etc. generated in a predetermined period). Analysis target data storage unit 1 that stores event candidate data generation unit 3 that generates event candidate data from the analysis target data storage unit 1, and an event that stores event candidate data generated by the event candidate data generation unit 3 Candidate data storage unit 5, input / output unit 11 serving as an interface with the user, event data generation unit 7 that receives user instructions via the input / output unit 11 and generates event data, and event data generation unit 7 An event data storage unit 9 for storing the event data that has been received, A process instance generation unit 13 that generates a process instance from event data stored in the event data storage unit 9, a process instance data storage unit 15 that stores data of a process instance generated by the process instance generation unit 13, and a process The process instance data stored in the instance data storage unit 15 is used to detect the apparent transitions resulting from the parallel processing, the process instances including them are extracted, and the flow of the process instance is changed to the apparent transition. A parallel processing estimation unit 17 that is corrected by adding a transition of parallel processing estimated after deletion, a process instance that has been corrected by the parallel processing estimation unit 17 and a process instance that has not been processed by the parallel processing estimation unit 17 Process instance data storage unit 19 after parallel processing estimation that stores the data of the process, and the process instance that classifies the process instances stored in the process instance data storage unit 19 after the parallel processing estimation based on the arrangement of events and counts the number of occurrences The classification processing unit 21, the model data storage unit 23 that stores the processing results of the process instance classification processing unit 21, and the processing necessary for displaying the business flow using the data stored in the model data storage unit 23 And a process display processing unit 25 to be implemented.

なお、入出力部11は、イベント候補データ生成部3、プロセスインスタンス生成部13、並列処理推定部17、プロセス表示処理部25についても、ユーザとのインターフェースとして動作する。また、各処理部は、処理結果などを読み出して入出力部11を介してユーザに提示するなどの処理を実施することもある。   The input / output unit 11 also operates as an interface with the user for the event candidate data generation unit 3, the process instance generation unit 13, the parallel processing estimation unit 17, and the process display processing unit 25. In addition, each processing unit may perform processing such as reading a processing result and presenting it to the user via the input / output unit 11.

また、イベント候補データ生成部3は、タイムスタンプ処理部31と、イベントID・関連ID候補処理部32と、イベント名処理部34と、スコア表格納部35とを有する。   The event candidate data generation unit 3 includes a time stamp processing unit 31, an event ID / related ID candidate processing unit 32, an event name processing unit 34, and a score table storage unit 35.

また、図1Bに示すように、並列処理推定部17は、プロセスインスタンスデータ格納部15に格納されているプロセスインスタンスにおけるイベント発生状況から各種統計データを算出する統計情報抽出部171と、統計情報抽出部171によって算出された統計情報を格納する統計情報格納部173と、統計情報格納部173に格納されているデータを用いてプロセスインスタンスデータ格納部15に格納されているプロセスインスタンスの構成要素として存在しているが実際の業務上は発生していないと推定される遷移である見かけ上遷移を検出する見かけ上遷移検出部175と、見かけ上遷移検出部175によって検出された見かけ上遷移を含むプロセスインスタンスを検出して当該プロセスインスタンスにおける見かけ上遷移を削除する見かけ上遷移削除部177と、見かけ上遷移削除部177によって抽出された見かけ上遷移を含むプロセスインスタンスのデータを格納する並列処理該当プロセスインスタンスデータ格納部181と、並列処理該当プロセスインスタンスデータ格納部181に格納されているデータを用いて見かけ上遷移の代わりに設定すべき遷移を特定する代替遷移決定処理部179とを有する。   As shown in FIG. 1B, the parallel processing estimation unit 17 includes a statistical information extraction unit 171 that calculates various statistical data from the event occurrence status in the process instance stored in the process instance data storage unit 15, and a statistical information extraction. A statistical information storage unit 173 that stores statistical information calculated by the unit 171, and exists as a component of a process instance stored in the process instance data storage unit 15 using data stored in the statistical information storage unit 173 The transition includes an apparent transition detection unit 175 that detects an apparent transition that is a transition that is estimated not to occur in actual business, and a process that includes the apparent transition detected by the apparent transition detection unit 175. Detect instances and remove apparent transitions in the process instance An apparent transition deletion unit 177, a parallel processing corresponding process instance data storage unit 181 for storing process instance data including the apparent transition extracted by the apparent transition deletion unit 177, and a parallel processing corresponding process instance data storage unit And an alternative transition determination processing unit 179 that identifies a transition to be set instead of an apparent transition using the data stored in 181.

次に、業務システム分析装置の大まかな処理内容について図2(a)乃至(d)を用いて説明する。まず、イベント候補データ生成部3は、分析対象データ格納部1に格納された業務システムについてのデータからイベント候補データを生成する。イベント候補データの一例を図2(a)に示す。図2(a)の例では、例えば1つのテーブル(例えばデータベース)から、イベント名と、日時(イベントの発生日時であるタイムスタンプ)と、それ以外の第1の値(値1)と、第2の値(値2)などを含むレコード群が抽出されるようになっている。すなわち、イベント名やタイムスタンプ、それ以外にイベントIDや関連IDの候補となるデータ・フィールドが特定される。   Next, a rough processing content of the business system analysis apparatus will be described with reference to FIGS. First, the event candidate data generation unit 3 generates event candidate data from data on the business system stored in the analysis target data storage unit 1. An example of event candidate data is shown in FIG. In the example of FIG. 2A, for example, from one table (for example, a database), the event name, the date and time (time stamp that is the date and time when the event occurred), the other first value (value 1), the first A record group including a value of 2 (value 2) and the like is extracted. In other words, event names and time stamps, and other data fields that are candidates for event IDs and related IDs are specified.

次に、イベントデータ生成部7は、イベント候補データ格納部5に格納されているイベント候補データからイベントデータを生成する。イベントデータの一例を図2(b)に示す。図2(b)の例では、複数のテーブル(例えばデータベース)から、イベント名、日時(イベントの発生日時であるタイムスタンプ)、イベントID(ここではID1)及び他の値を含むレコード群と、イベント名、日時(タイムスタンプ)、ID1及びID2などを含むレコード群とが抽出される。そして、第2のイベントクラス(すなわち、イベントの種類)のレコードの関連IDであるID2のフィールド値が、第1のイベントクラス(すなわち、イベントの種類)のレコードのイベントIDであるID1のフィールド値のいずれかの値をとることにより、第2のイベントクラスの各々のレコード(すなわちイベントインスタンス)が、第1のイベントクラスのどのレコード(すなわちイベントインスタンス)と関連しているかが特定される。このようなイベント間の関連などを抽出する処理自体は、本実施の形態における主要部ではなく、例えば特開2008−27072号公報に既に開示されている。   Next, the event data generation unit 7 generates event data from the event candidate data stored in the event candidate data storage unit 5. An example of event data is shown in FIG. In the example of FIG. 2B, from a plurality of tables (for example, databases), a record group including an event name, date and time (time stamp which is an event occurrence date and time), event ID (here ID1), and other values, A record group including an event name, date and time (time stamp), ID1, ID2, and the like is extracted. The field value of ID2 which is the related ID of the record of the second event class (ie, event type) is the field value of ID1 which is the event ID of the record of the first event class (ie, event type). Is taken to identify which record (ie, event instance) of the first event class is associated with each record (ie, event instance) of the second event class. The process itself for extracting the association between events is not the main part in the present embodiment, but is already disclosed in, for example, Japanese Patent Application Laid-Open No. 2008-27072.

その後、プロセスインスタンス生成部13は、イベントデータ格納部9に格納されているイベントデータからプロセスインスタンスのデータを生成する。プロセスインスタンスの一例を図2(c)に示す。図2(c)の例では、4つのプロセスインスタンスが例示されており、各々のプロセスインスタンスには、一連のイベントインスタンス(具体的なイベント)が含まれている。すなわち、例えば「受注」「起票」「納品」「検品」といったイベントクラスに属する連続するイベントインスタンス(具体的なイベントであり特定のレコードに対応するイベント)でプロセスインスタンスが構成される。ただし、プロセスインスタンスに含まれるイベントインスタンスは、すべてのイベントクラスに由来する必要はなく、ひとつのイベントクラスに属するイベントインスタンスが複数含まれていても良い。なお、プロセスインスタンス生成処理自体は、本実施の形態における主要部ではなく、例えば、米国特許公開公報2005/076059A1のような業務プロセストラッキング方法等を用いることができる。   Thereafter, the process instance generation unit 13 generates process instance data from the event data stored in the event data storage unit 9. An example of the process instance is shown in FIG. In the example of FIG. 2C, four process instances are illustrated, and each process instance includes a series of event instances (specific events). That is, for example, a process instance is composed of consecutive event instances (specific events that correspond to specific records) belonging to event classes such as “order received”, “draft”, “delivery”, and “inspection”. However, the event instances included in the process instances do not have to be derived from all event classes, and a plurality of event instances belonging to one event class may be included. The process instance generation process itself is not a main part in the present embodiment, and for example, a business process tracking method such as US Patent Publication No. 2005 / 076059A1 can be used.

そして、プロセスインスタンスのデータを、並列処理推定部17及びプロセスインスタンス分類処理部21によって処理をして、プロセス表示処理部25は、モデルデータ格納部23に格納されているデータからプロセスフロー(業務フローとも呼ぶ)のデータを生成して、入出力部11を介して表示装置に表示する。プロセスフローの一例を図2(d)に示す。図2(d)の例では、プロセスインスタンスが集約されて特定される業務フローが示されている。   Then, the process instance data is processed by the parallel processing estimation unit 17 and the process instance classification processing unit 21, and the process display processing unit 25 uses the process flow (business flow) from the data stored in the model data storage unit 23. Data) is also displayed on the display device via the input / output unit 11. An example of the process flow is shown in FIG. In the example of FIG. 2D, a business flow in which process instances are identified and specified is shown.

次に、図1A及び図1Bに示した業務システム分析装置の処理の詳細を図3乃至図77を用いて説明する。まず、ユーザは、業務システムにおける解析対象テーブルの指定を行い、そのデータをコピーして分析対象データ格納部1に格納させる(図3:ステップS1)。例えば、受注DB、生産DB、手配DB、配送DB、品番DBが指定され、所定期間において生成され蓄積されていたレコード群をコピーして、分析対象データ格納部1に格納する。なお、これらのDBがリレーショナルデータベースであれば、スキーマ情報をもコピーして、分析対象データ格納部1に格納しておく。本ステップについては、予めユーザがコンピュータを操作して行う処理であるから、図3では点線ブロックで示している。   Next, details of the processing of the business system analysis apparatus shown in FIGS. 1A and 1B will be described with reference to FIGS. First, the user designates the analysis target table in the business system, copies the data, and stores it in the analysis target data storage unit 1 (FIG. 3: step S1). For example, an order DB, a production DB, an arrangement DB, a delivery DB, and a product number DB are designated, and a record group generated and accumulated in a predetermined period is copied and stored in the analysis target data storage unit 1. If these DBs are relational databases, the schema information is also copied and stored in the analysis target data storage unit 1. Since this step is a process performed in advance by the user operating the computer, it is indicated by a dotted line block in FIG.

例えば受注DBがリレーショナルデータベースである場合には、図4(a)のようなスキーマ情報と図4(b)に示すようなレコード群とが分析対象データ格納部1に格納される。図4(a)に示したスキーマ情報の例では、フィールド1乃至4のそれぞれについて、フィールド名、キー設定データ、データ型、レコード長及びコメントが登録されるようになっている。図4(a)から、フィールド1には日時が登録され、フィールド2には主キーである受注番号が登録され、フィールド3には地域が登録され、フィールド4には受注内容が登録されることが分かる。具体的には図4(b)のようなレコード群となるが、図4(a)のようなスキーマ情報を得れば、図4(b)のようなレコード群の内容を容易に解釈することができる。   For example, when the order DB is a relational database, schema information as shown in FIG. 4A and a record group as shown in FIG. 4B are stored in the analysis target data storage unit 1. In the example of schema information shown in FIG. 4A, the field name, key setting data, data type, record length, and comment are registered for each of the fields 1 to 4. From FIG. 4A, the date and time is registered in field 1, the order number as the primary key is registered in field 2, the region is registered in field 3, and the order details are registered in field 4. I understand. Specifically, the record group is as shown in FIG. 4B, but if the schema information as shown in FIG. 4A is obtained, the contents of the record group as shown in FIG. 4B are easily interpreted. be able to.

同様に、生産DBがリレーショナルデータベースである場合には、図5(a)のようなスキーマ情報と図5(b)に示すようなレコード群とが分析対象データ格納部1に格納される。図5(a)に示したスキーマ情報の例では、フィールド1乃至5のそれぞれについて、フィールド名、キー設定データ、データ型、レコード長及びコメントが登録されるようになっている。図5(a)から、フィールド1には日時が登録され、フィールド2には主キーである生産番号が登録され、フィールド3には副キーである受注番号が登録され、フィールド4には副キーである品番が登録され、フィールド5には納期が登録されることが分かる。具体的には図5(b)のようなレコード群となるが、図5(a)のようなスキーマ情報を得れば、図5(b)のようなレコード群の内容を容易に解釈することができる。   Similarly, when the production DB is a relational database, schema information as shown in FIG. 5A and a record group as shown in FIG. 5B are stored in the analysis target data storage unit 1. In the example of schema information shown in FIG. 5A, the field name, key setting data, data type, record length, and comment are registered for each of the fields 1 to 5. From FIG. 5A, the date and time is registered in field 1, the production number as the primary key is registered in field 2, the order number as the secondary key is registered in field 3, and the secondary key is registered in field 4. It can be seen that the product number is registered and the delivery date is registered in the field 5. Specifically, the record group is as shown in FIG. 5B, but if the schema information as shown in FIG. 5A is obtained, the contents of the record group as shown in FIG. 5B are easily interpreted. be able to.

また、手配DBがリレーショナルデータベースである場合には、図6(a)のようなスキーマ情報と図6(b)に示すようなレコード群とが分析対象データ格納部1に格納される。図6(a)に示したスキーマ情報の例では、フィールド1乃至5のそれぞれについて、フィールド名、キー設定データ、データ型、レコード長及びコメントが登録されるようになっている。図6(a)から、フィールド1には日時が登録され、フィールド2には主キーである手配番号が登録され、フィールド3には副キーである受注番号が登録され、フィールド4には副キーである品番が登録され、フィールド5には納品先が登録されることが分かる。具体的には図6(b)のようなレコード群となるが、図6(a)のようなスキーマ情報を得れば、図6(b)のようなレコード群の内容を容易に解釈することができる。   Further, when the arrangement DB is a relational database, schema information as shown in FIG. 6A and a record group as shown in FIG. 6B are stored in the analysis target data storage unit 1. In the example of schema information shown in FIG. 6A, the field name, key setting data, data type, record length, and comment are registered for each of the fields 1 to 5. From FIG. 6A, the date and time is registered in field 1, the order number as the primary key is registered in field 2, the order number as the secondary key is registered in field 3, and the secondary key is registered in field 4. It can be seen that the product number is registered and the delivery destination is registered in the field 5. Specifically, the record group is as shown in FIG. 6B, but if the schema information as shown in FIG. 6A is obtained, the contents of the record group as shown in FIG. 6B are easily interpreted. be able to.

さらに、配送DBがリレーショナルデータベースである場合には、図7(a)のようなスキーマ情報と図7(b)に示すようなレコード群とが分析対象データ格納部1に格納される。図7(a)に示したスキーマ情報の例では、フィールド1乃至4のそれぞれについて、フィールド名、キー設定データ、データ型、レコード長及びコメントが登録されるようになっている。図7(a)から、フィールド1には日時が登録され、フィールド2には主キーである手配番号が登録され、フィールド3には副キーである配送便が登録され、フィールド4に納品先が登録されることが分かる。具体的には図7(b)のようなレコード群となるが、図7(a)のようなスキーマ情報を得れば、図7(b)のようなレコード群の内容を容易に解釈することができる。   Further, when the delivery DB is a relational database, schema information as shown in FIG. 7A and a record group as shown in FIG. 7B are stored in the analysis target data storage unit 1. In the example of schema information shown in FIG. 7A, the field name, key setting data, data type, record length, and comment are registered for each of the fields 1 to 4. From FIG. 7A, date and time are registered in field 1, an arrangement number as a primary key is registered in field 2, a delivery flight as a secondary key is registered in field 3, and a delivery destination is stored in field 4. You can see that it is registered. Specifically, the record group is as shown in FIG. 7B, but if the schema information as shown in FIG. 7A is obtained, the contents of the record group as shown in FIG. 7B can be easily interpreted. be able to.

また、品番DBがリレーショナルデータベースである場合には、図8(a)のようなスキーマ情報と図8(b)に示すようなレコード群とが分析対象データ格納部1に格納される。図8(a)に示したスキーマ情報の例では、フィールド1及び2のそれぞれについて、フィールド名、キー設定データ、データ型、レコード長及びコメントが登録されるようになっている。図8(a)から、フィールド1には主キーである品番が登録され、フィールド2には品名が登録されることが分かる。具体的には図8(b)のようなレコード群となるが、図8(a)のようなスキーマ情報を得れば、図8(b)のようなレコード群の内容を容易に解釈することができる。   When the product number DB is a relational database, schema information as shown in FIG. 8A and a record group as shown in FIG. 8B are stored in the analysis target data storage unit 1. In the example of schema information shown in FIG. 8A, field names, key setting data, data types, record lengths, and comments are registered for fields 1 and 2, respectively. From FIG. 8A, it can be seen that the product number which is the primary key is registered in the field 1, and the product name is registered in the field 2. Specifically, the record group is as shown in FIG. 8B, but if the schema information as shown in FIG. 8A is obtained, the contents of the record group as shown in FIG. 8B are easily interpreted. be able to.

一方、受注DBのデータをCSV形式で取得した場合には、図9(a)に示すようなデータが分析対象データ格納部1に格納される。図9(a)の例では、日時、受注番号、地域及び受注内容というラベルデータが先頭に含まれ、その後は上記ラベルの順番にデータが羅列され、データ間はカンマにて区切られている。図9(a)をわかりやすくするためにテーブル形式にすると図9(b)に示すようになる。すなわち、日時の列と、受注番号の列と、地域の列と、受注内容の列とを含むテーブルとなる。スキーマ情報はないので、データは皆文字列として格納される。また、キー設定データはない。   On the other hand, when the data of the order DB is acquired in the CSV format, data as shown in FIG. 9A is stored in the analysis target data storage unit 1. In the example of FIG. 9A, label data such as date / time, order number, region, and order contents are included at the top, and thereafter, the data is listed in the order of the labels, and the data is separated by commas. If the table format is used to make FIG. 9 (a) easier to understand, it will be as shown in FIG. 9 (b). That is, the table includes a date / time column, an order number column, a region column, and an order content column. Since there is no schema information, all data is stored as character strings. There is no key setting data.

同様に、生産DBのデータをCSV形式で取得した場合には、図10(a)に示すようなデータが分析対象データ格納部1に格納される。図10(a)の例では、日時、生産番号、受注番号、品番及び納期というラベルデータが先頭に含まれ、その後は上記ラベルの順番にデータが羅列され、データ間はカンマにて区切られている。図10(a)をわかりやすくするためにテーブル形式にすると図10(b)に示すようになる。すなわち、日時の列と、生産番号の列と、受注番号の列と、品番の列と、納期の列とを含むテーブルとなる。   Similarly, when the data of the production DB is acquired in the CSV format, data as shown in FIG. 10A is stored in the analysis target data storage unit 1. In the example of FIG. 10 (a), label data such as date / time, production number, order number, product number, and delivery date is included at the head, and then the data is listed in the order of the labels, and the data is separated by commas. Yes. To make FIG. 10A easy to understand, a table format is shown in FIG. 10B. That is, the table includes a date / time column, a production number column, an order number column, a product number column, and a delivery date column.

また、手配DBのデータをCSV形式で取得した場合には、図11(a)に示すようなデータが分析対象データ格納部1に格納される。図11(a)の例では、日時、手配番号、受注番号、品番及び納品先というラベルデータが先頭に含まれ、その後は上記ラベルの順番にデータが羅列され、データ間はカンマにて区切られている。図11(a)をわかりやすくするためにテーブル形式にすると図11(b)に示すようになる。すなわち、日時の列と、手配番号の列と、受注番号の列と、品番の列と、納品先の列とを含むテーブルとなる。   Further, when the data of the arrangement DB is acquired in the CSV format, data as shown in FIG. 11A is stored in the analysis target data storage unit 1. In the example of FIG. 11A, label data such as date / time, arrangement number, order number, product number, and delivery destination is included at the top, and then the data is listed in the order of the labels, and the data is separated by commas. ing. In order to make FIG. 11 (a) easy to understand, a table format is shown in FIG. 11 (b). That is, the table includes a date / time column, an arrangement number column, an order number column, a product number column, and a delivery destination column.

さらに、配送DBのデータをCSV形式で取得した場合には、図12(a)に示すようなデータが分析対象データ格納部1に格納される。図12(a)の例では、日時、手配番号、配送便及び納品先というラベルデータが先頭に含まれ、その後は上記ラベルの順番にデータが羅列され、データ間はカンマにて区切られている。図12(a)をわかりやすくするためにテーブル形式にすると図12(b)に示すようになる。すなわち、日時の列と、手配番号の列と、配送便の列と、納品先の列とを含むテーブルとなる。   Furthermore, when the data of the delivery DB is acquired in the CSV format, data as shown in FIG. 12A is stored in the analysis target data storage unit 1. In the example of FIG. 12A, label data such as date / time, arrangement number, delivery flight, and delivery destination is included at the top, and thereafter, the data is listed in the order of the labels, and the data is separated by commas. . To make FIG. 12A easy to understand, a table format is shown in FIG. That is, the table includes a date / time column, an arrangement number column, a delivery flight column, and a delivery destination column.

また、品番DBのデータをCSV形式で取得した場合には、図13(a)に示すようなデータが分析対象データ格納部1に格納される。図13(a)の例では、品番及び品名というラベルデータが先頭に含まれ、その後は上記ラベルの順番にデータが羅列され、データ間はカンマにて区切られている。図13(a)をわかりやすくするためにテーブル形式にすると図13(b)に示すようになる。すなわち、品番の列と、品名の列とを含むテーブルとなる。   Further, when the data of the product number DB is acquired in the CSV format, data as shown in FIG. 13A is stored in the analysis target data storage unit 1. In the example of FIG. 13A, label data of a product number and a product name is included at the head, and thereafter, the data is arranged in the order of the labels, and the data is separated by commas. If the table format is used to make FIG. 13 (a) easier to understand, it will be as shown in FIG. 13 (b). That is, the table includes a product number column and a product name column.

業務システム分析装置の例えばイベント候補データ生成部3は、全ての解析対象テーブルについて処理したか判断する(ステップS3)。未処理の解析対象テーブルが存在する場合には、未処理の解析対象テーブルを1つ特定する(ステップS5)。そして、タイムスタンプ判定処理を実施する(ステップS7)。このタイムスタンプ判定処理については図14及び図15を用いて説明する。   For example, the event candidate data generation unit 3 of the business system analysis apparatus determines whether all the analysis target tables have been processed (step S3). If there is an unprocessed analysis target table, one unprocessed analysis target table is specified (step S5). Then, a time stamp determination process is performed (step S7). This time stamp determination process will be described with reference to FIGS.

まず、イベント候補データ生成部3のタイムスタンプ処理部31は、分析対象データ格納部1から、解析対象テーブルにおいて未処理のフィールドを1つ特定する(図14:ステップS31)。そして、分析対象データ格納部1において解析対象テーブルのスキーマ情報が使用可能となっているか判断する(ステップS33)。   First, the time stamp processing unit 31 of the event candidate data generation unit 3 identifies one unprocessed field in the analysis target table from the analysis target data storage unit 1 (FIG. 14: step S31). Then, it is determined whether the schema information of the analysis target table is usable in the analysis target data storage unit 1 (step S33).

スキーマ情報が使用可能となっている場合には、スキーマ情報において処理対象フィールドについてのデータ部分を特定し、その中で処理対象フィールドのデータ型がタイムスタンプ型であるか否か判断する(ステップS35)。処理対象フィールドのデータ型がタイムスタンプ型ではない場合にはステップS39に移行する。例えば、図9(a)乃至図13(a)のようなデータを処理する場合にはスキーマ情報はないので、ステップS39に移行する。   If the schema information is usable, the data portion for the processing target field is specified in the schema information, and it is determined whether or not the data type of the processing target field is a time stamp type (step S35). ). If the data type of the processing target field is not the time stamp type, the process proceeds to step S39. For example, in the case of processing data as shown in FIGS. 9A to 13A, there is no schema information, so the process proceeds to step S39.

一方、処理対象フィールドのデータ型がタイムスタンプ型であると判断された場合には、処理対象フィールドのタイムスタンプ判定を「確定」と設定し、例えばメインメモリなどの記憶装置に格納する(ステップS37)。そして、処理はステップS43に移行する。   On the other hand, when it is determined that the data type of the processing target field is a time stamp type, the time stamp determination of the processing target field is set to “confirmed” and stored in a storage device such as a main memory (step S37). ). Then, the process proceeds to step S43.

例えば、図4(a)のようなスキーマ情報の場合、フィールド1のデータ型がタイムスタンプ型であるので、フィールド1が処理対象フィールドであれば、タイムスタンプ判定=「確定」と設定される。図5(a)のようなスキーマ情報の場合、フィールド1のデータ型がタイムスタンプ型であるので、フィールド1が処理対象フィールドであれば、タイムスタンプ判定=「確定」と設定される。図6(a)及び図7(a)についても同様である。図8(a)の場合には、全フィールドについて、ステップS35からステップS39に移行する。   For example, in the case of schema information as shown in FIG. 4A, since the data type of field 1 is a time stamp type, if field 1 is a processing target field, time stamp determination = “determined” is set. In the case of schema information as shown in FIG. 5A, since the data type of the field 1 is a time stamp type, if the field 1 is a processing target field, the time stamp determination = “determined” is set. The same applies to FIGS. 6A and 7A. In the case of FIG. 8A, the process proceeds from step S35 to step S39 for all fields.

ステップS33でスキーマ情報が使用不能と判断された場合又は処理対象フィールドのデータ型がタイムスタンプ型でない場合、スコア表格納部35に格納されているタイムスタンプ確度スコア表を参照して、スキーマ情報における処理対象フィールドの該当データ部分、処理対象フィールドのフィールド名を表すラベルデータ、及び処理対象フィールドのフィールド値から確度を特定する(ステップS39)。   If it is determined in step S33 that the schema information is unusable or the data type of the processing target field is not a time stamp type, the time stamp accuracy score table stored in the score table storage unit 35 is referred to, and the schema information The accuracy is specified from the corresponding data portion of the processing target field, the label data indicating the field name of the processing target field, and the field value of the processing target field (step S39).

タイムスタンプ確度スコア表の一例を図15に示す。図15の例では、「フィールドのデータ型が可変長文字列」であれば確度スコアは1(%)と設定され、「フィールドのデータ型が実数」であれば確度スコアは5(%)と設定され、フィールド名の末尾が「時刻」「時間」などであれば確度スコアは90(%)と設定され、フィールド名の末尾が「月日」「日」などであって時刻などが含まれない場合であれば確度スコアは70(%)と設定され、フィールド名に「予定」「納期」など将来の時期を指定する場合であれば確度スコアは10(%)と設定され、フィールド値の文字列に年号(記号)、「/」「:」「’」「.」「−」、数字、空白といった時間に関連する文字以外の文字が含まれている場合には確度スコアは5(%)と設定され、フィールド値の文字列が「YYYY/MM/DD hh:mm:ss」の形式であれば確度スコアは90(%)と設定され、フィールド値の文字列が「YYYY/MM/DD」の形式であれば確度スコアは70(%)と設定され、フィールド値に同一となるものが含まれていれば確度スコアは30(%)と設定され、該当する項目がなければ確度スコアは50(%)と設定される。   An example of the time stamp accuracy score table is shown in FIG. In the example of FIG. 15, the accuracy score is set to 1 (%) if the field data type is a variable-length character string, and the accuracy score is 5 (%) if the field data type is a real number. If the field name ends with "Time", "Time", etc., the accuracy score is set to 90 (%), and the field name ends with "Monday", "Day", etc. If not, the accuracy score is set to 70 (%). If a future time such as “plan” or “delivery date” is specified as the field name, the accuracy score is set to 10 (%). If the string contains characters other than time-related characters such as year (symbol), “/”, “:”, “′”, “.”, “−”, Numbers, and blanks, the accuracy score is 5 ( %) And the field value string is “YYYY / MM / If the format is “Dhh: mm: ss”, the accuracy score is set to 90 (%). If the character string of the field value is “YYYY / MM / DD”, the accuracy score is set to 70 (%). If the same field value is included, the accuracy score is set to 30 (%), and if there is no corresponding item, the accuracy score is set to 50 (%).

例えば、図4(a)のようなスキーマ情報で図4(b)のようなレコード群の場合、フィールド2については、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。フィールド3についても同様に、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。さらに、フィールド4については、データ型が可変長文字列であるので、確度スコア1(%)と特定される。なお、フィールド4については、フィールド値に時間に関連する文字以外の文字も含まれているので、タイムスタンプ確度スコア表において複数項目に該当しているが、本実施の形態では、50(%)という中央値からより乖離した値の方を採用する。すなわち、フィールド値に時間に関連する文字以外の文字が含まれている場合の確度スコア5(%)よりも1(%)を採用する。   For example, in the case of the schema information as shown in FIG. 4A and the record group as shown in FIG. 4B, the probability score is assumed that the field value includes characters other than characters related to time. 5 (%) is specified. Similarly, the probability score 5 (%) is specified for the field 3 on the assumption that the field value includes characters other than the characters related to time. Furthermore, since the data type of the field 4 is a variable length character string, the accuracy score is specified as 1 (%). For field 4, since the field value includes characters other than time-related characters, it corresponds to a plurality of items in the time stamp accuracy score table, but in this embodiment, it is 50 (%). The value that deviates from the median is adopted. That is, 1 (%) is adopted rather than the accuracy score of 5 (%) when the field value includes characters other than characters related to time.

一方、スキーマ情報が存在しない図9(a)の場合には、フィールド1については、フィールド値の文字列が「YYYY/MM/DD hh:mm:ss」の形式であるので、確度スコア90(%)と特定される。フィールド2及び3については同様であるが、フィールド4については、当該フィールドのデータ型が特定できないので、フィールド値に時間に関連する文字以外の文字が含まれている場合に該当すると判断され、確度スコア5(%)と特定される。   On the other hand, in the case of FIG. 9A in which schema information does not exist, for field 1, since the character string of the field value is in the format of “YYYY / MM / DD hh: mm: ss”, the accuracy score 90 ( %). The same applies to fields 2 and 3, but for field 4, the data type of the field cannot be specified. Therefore, it is determined that the field value includes characters other than those related to time. Score 5 (%) is specified.

また、図5(a)のようなスキーマ情報で図5(b)のようなレコード群の場合にも、フィールド2乃至4については、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。フィールド5については、フィールド名の文字列に「納期」が含まれているので、確度スコア10(%)と特定される。なお、フィールド5については、フィールド値の文字列が「YYYY/MM/DD」の形式であるので、タイムスタンプ確度スコア表において複数項目に該当しているが、本実施の形態では、50(%)という中央値からより乖離した値の方を採用する。すなわち、フィールド値の文字列が「YYYY/MM/DD」の形式である場合の確度スコア70(%)よりも10(%)を採用する。スキーマ情報が存在しない図10(a)の場合には、フィールド1については、フィールド値の文字列が「YYYY/MM/DD hh:mm:ss」の形式であるので、確度スコア90(%)と特定される。フィールド2乃至5については、データ型が関係しないので、スキーマ情報が存在する場合と同様の結果が得られる。   Also, in the case of the record group as shown in FIG. 5B in the schema information as shown in FIG. 5A, for the fields 2 to 4, the field values include characters other than characters related to time. The accuracy score is 5 (%). For field 5, since the character string of the field name includes “delivery date”, the accuracy score is specified as 10 (%). Note that the field value character string in the format of “YYYY / MM / DD” corresponds to a plurality of items in the time stamp accuracy score table, but in the present embodiment, 50 (% ), Which is more deviated from the median. That is, 10 (%) is adopted rather than the accuracy score 70 (%) when the character string of the field value is in the format of “YYYY / MM / DD”. In the case of FIG. 10A in which schema information does not exist, for field 1, since the character string of the field value is in the format of “YYYY / MM / DD hh: mm: ss”, the accuracy score 90 (%) Identified. As for the fields 2 to 5, since the data type is not related, the same result as the case where the schema information exists is obtained.

さらに、図6(a)のようなスキーマ情報で図6(b)のようなレコード群の場合、フィールド2乃至5については、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。スキーマ情報が存在しない図11(a)の場合には、フィールド1については、フィールド値の文字列が「YYYY/MM/DD hh:mm:ss」の形式であるので、確度スコア90(%)と特定される。フィールド2乃至5については、データ型が関係しないので、スキーマ情報が存在する場合と同様の結果が得られる。   Further, in the case of the record group as shown in FIG. 6B in the schema information as shown in FIG. 6A, regarding the fields 2 to 5, it is assumed that the field value includes characters other than characters related to time. An accuracy score of 5 (%) is specified. In the case of FIG. 11A in which schema information does not exist, for field 1, since the character string of the field value is in the format of “YYYY / MM / DD hh: mm: ss”, the accuracy score 90 (%) Identified. As for the fields 2 to 5, since the data type is not related, the same result as that in the case where the schema information exists can be obtained.

また、図7(a)のようなスキーマ情報で図7(b)のようなレコード群の場合、フィールド2乃至4については、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。スキーマ情報が存在しない図12(a)の場合は、フィールド1については、フィールド値の文字列が「YYYY/MM/DD hh:mm:ss」の形式であるので、確度スコア90(%)と特定される。フィールド2乃至4については、データ型が関係しないので、スキーマ情報が存在する場合と同様の結果が得られる。   Further, in the case of the record group as shown in FIG. 7B in the schema information as shown in FIG. 7A, regarding the fields 2 to 4, it is assumed that the field value includes characters other than characters related to time. An accuracy score of 5 (%) is specified. In the case of FIG. 12A in which schema information does not exist, for field 1, since the character string of the field value is in the format of “YYYY / MM / DD hh: mm: ss”, the accuracy score is 90 (%). Identified. Since the data types are not related to the fields 2 to 4, the same result as that when schema information exists is obtained.

さらに、図8(a)のようなスキーマ情報で図8(b)のようなレコード群の場合、フィールド1及び2については、フィールド値に時間に関連する文字以外の文字が含まれているとして確度スコア5(%)と特定される。スキーマ情報が存在しない図13(a)の場合も、データ型が関係しないので、スキーマ情報が存在する場合と同様の結果が得られる。   Further, in the case of the record group as shown in FIG. 8B in the schema information as shown in FIG. 8A, regarding the fields 1 and 2, it is assumed that the field value includes characters other than characters related to time. An accuracy score of 5 (%) is specified. In the case of FIG. 13A in which the schema information does not exist, the data type is not related, so that the same result as in the case where the schema information exists can be obtained.

図14の説明に戻って、処理対象フィールドのタイムスタンプ判定を特定された確度スコアに設定する(ステップS41)。上で述べた数値が特定される。   Returning to the description of FIG. 14, the time stamp determination of the processing target field is set to the specified accuracy score (step S41). The numerical values mentioned above are identified.

そして、処理対象テーブルにおいて全てのフィールドについて処理したか判断する(ステップS43)。未処理のフィールドが存在する場合にはステップS31に戻る。一方、全てのフィールドを処理した場合には元の処理に戻る。   Then, it is determined whether all fields in the processing target table have been processed (step S43). If there is an unprocessed field, the process returns to step S31. On the other hand, when all fields are processed, the process returns to the original process.

このように、イベントのタイムスタンプとして蓋然性の高いフィールドに高い値の確度スコアが設定される。また、データ型からタイムスタンプであることが明らかであれば「確定」という蓋然性を表すデータが設定される。   As described above, a high accuracy score is set in a highly probable field as an event time stamp. If the time stamp is clear from the data type, data indicating the probability of “determined” is set.

図3の説明に戻って、次に、イベント候補データ生成部3のイベントID・関連ID候補処理部32は、イベントID及び関連ID候補判定処理を実施する(ステップS9)。このイベントID及び関連ID候補判定処理については、図16及び図17を用いて説明する。   Returning to the description of FIG. 3, next, the event ID / related ID candidate processing unit 32 of the event candidate data generating unit 3 performs an event ID and related ID candidate determination process (step S9). The event ID and related ID candidate determination processing will be described with reference to FIGS.

イベントID・関連ID候補処理部32は、分析対象データ格納部1に格納されている解析対象テーブルのうち未処理のフィールドを1つ特定する(ステップS51)。そして、分析対象データ格納部1に格納されている、処理対象フィールドのフィールド値が、全レコードで一意となっているか判断する(ステップS53)。処理対象フィールドのフィールド値が、全レコードで一意となっていない、すなわち値が重複しているレコードが存在する場合には、ステップS62に移行する。   The event ID / related ID candidate processing unit 32 identifies one unprocessed field in the analysis target table stored in the analysis target data storage unit 1 (step S51). Then, it is determined whether the field value of the processing target field stored in the analysis target data storage unit 1 is unique among all records (step S53). If the field value of the processing target field is not unique among all records, that is, there is a record with a duplicate value, the process proceeds to step S62.

イベントIDはイベントの識別子の格納フィールドであるので、そのフィールド値が互いに重複することはない。したがって、処理対象フィールドに重複する値が存在すれば、それはイベントIDではないと判断できる。   Since the event ID is a storage field for an event identifier, the field values do not overlap each other. Therefore, if a duplicate value exists in the processing target field, it can be determined that it is not an event ID.

一方、処理対象フィールドのフィールド値が、全レコードで一意である場合には、分析対象データ格納部1に格納されている、処理対象フィールドのフィールド値にNULLが含まれているか判断する(ステップS55)。処理対象フィールドのフィールド値にNULLが含まれている場合には、ステップS62に移行する。イベントIDはイベントの識別子の格納フィールドであるので、そのフィールド値がNULLということはあり得ないためである。処理対象フィールドのフィールド値が全レコードで一意とは言えない場合、又は処理対象フィールドのフィールド値にNULLを含む場合、分析対象データ格納部1に格納されている、処理対象フィールドのフィールド値が、NULLを除いて2以上あるか否か判断する(ステップS62)。処理対象フィールドのフィールド値が、NULLを除いて2種類以上ない場合には、イベントID・関連ID候補判定に「否定」を設定し、例えばメインメモリなどの記憶装置に格納する(ステップS63)。そして処理はステップS61に移行する。関連IDはあるイベントが他のイベントのどれに対応しているかを表す値であるので、そのフィールド値がNULLを除き2以上の値を有しない場合は、意味がある結果が得られないためである。   On the other hand, if the field value of the processing target field is unique in all records, it is determined whether NULL is included in the field value of the processing target field stored in the analysis target data storage unit 1 (step S55). ). If NULL is included in the field value of the processing target field, the process proceeds to step S62. This is because the event ID is a storage field for an event identifier, and the field value cannot be NULL. When the field value of the processing target field is not unique among all records, or when the field value of the processing target field includes NULL, the field value of the processing target field stored in the analysis target data storage unit 1 is It is determined whether there are two or more except for NULL (step S62). If there are not two or more field values of the processing target field except NULL, “No” is set in the event ID / related ID candidate determination, and the result is stored in a storage device such as a main memory (step S63). Then, the process proceeds to step S61. Since the related ID is a value indicating to which of the other events a certain event corresponds, if the field value does not have two or more values except NULL, a meaningful result cannot be obtained. is there.

例えば図4(b)や図9(b)のようなテーブルの場合、フィールド1とフィールド2とフィールド4とについては、フィールド値に重複が存在せず、フィールド3ついてはフィールド値に重複が存在するが、NULL以外の2種類以上の値をとるので、イベントID・関連ID候補判定に「否定」は設定されない。   For example, in the case of the tables shown in FIGS. 4B and 9B, there is no duplication in the field values for field 1, field 2 and field 4, and there is a duplication in the field values for field 3. However, since it takes two or more values other than NULL, “No” is not set in the event ID / related ID candidate determination.

また図5(b)や図10(b)のようなテーブルの場合、フィールド1とフィールド2については、フィールド値に重複が存在せず、フィールド3乃至5については重複が存在するが、NULL以外の2種類以上の値をとるので、イベントID・関連ID候補判定に「否定」は設定されない。   In the case of the table shown in FIG. 5B or FIG. 10B, field 1 and field 2 do not have duplicate field values, and fields 3 to 5 have duplicates, but other than NULL. Therefore, “No” is not set in the event ID / related ID candidate determination.

さらに図6(b)や図11(b)のようなテーブルの場合、フィールド1とフィールド2については、フィールド値に重複が存在せず、フィールド3乃至5については重複が存在するが、NULL以外の2種類以上の値をとるので、イベントID・関連ID候補判定に「否定」は設定されない。   Further, in the case of the table as shown in FIG. 6B or FIG. 11B, there is no duplication in the field values for the fields 1 and 2, and there are duplications for the fields 3 to 5, but other than NULL. Therefore, “No” is not set in the event ID / related ID candidate determination.

また図7(b)や図12(b)のようなテーブルの場合、フィールド1とフィールド2については、フィールド値に重複が存在せず、フィールド3及び4については重複が存在するが、NULL以外の2種類以上の値をとるので、イベントID・関連ID候補判定に「否定」は設定されない。   Further, in the case of the tables as shown in FIG. 7B and FIG. 12B, field 1 and field 2 have no duplicate field values, and fields 3 and 4 have duplicates, but other than NULL. Therefore, “No” is not set in the event ID / related ID candidate determination.

さらに図8(b)や図13(b)のようなテーブルの場合、フィールド1とフィールド2について、フィールド値に重複が存在しないので、イベントID・関連ID候補判定に「否定」は設定されない。   Further, in the case of the tables as shown in FIG. 8B and FIG. 13B, since there is no duplication in the field values for field 1 and field 2, “denial” is not set in the event ID / related ID candidate determination.

ステップS55において処理対象フィールドのフィールド値にNULLが含まれていないと判断された場合、又はステップS62において処理対象フィールドのフィールド値が、NULLを除いて2種類以上値を有すると判断された場合には、スコア表格納部35に格納されているイベントID・関連ID候補確度スコア表に従って、スキーマ情報における処理対象フィールドの該当データ部分、処理対象フィールドのフィールド名を表すラベルデータ、及び処理対象フィールドのフィールド値から確度を特定する(ステップS57)。但し、イベントID・関連ID候補確度スコア表に該当項目が存在しない場合には、確度スコア50(%)が特定されるものとする。   When it is determined in step S55 that the field value of the processing target field does not include NULL, or when it is determined in step S62 that the field value of the processing target field has two or more types of values excluding NULL. Are the corresponding data portion of the processing target field in the schema information, the label data representing the field name of the processing target field, and the processing target field according to the event ID / related ID candidate probability score table stored in the score table storage unit 35 The accuracy is specified from the field value (step S57). However, when there is no corresponding item in the event ID / related ID candidate accuracy score table, the accuracy score 50 (%) is specified.

イベントID・関連ID候補確度スコア表の一例を図17に示す。図17の例では、フィールドのデータ型が可変長文字列であれば確度スコアは1(%)と設定され、フィールドのデータ型が実数であれば確度スコアは5(%)と設定され、フィールドのデータ型が整数であれば確度スコアは80(%)と設定され、フィールドのデータ型が固定長文字列であれば確度スコアは70(%)と設定され、フィールドのデータ型がタイムスタンプ又は日付であれば確度スコアは10(%)と設定され、フィールド名が主キー指定されていれば確度スコアは80(%)と設定される。フィールド値又はフィールド名の文字列についての項目はここでは定義されていないが、定義されることもある。フィールド値についての項目が定義される場合にはステップS57で参照される。   An example of the event ID / related ID candidate accuracy score table is shown in FIG. In the example of FIG. 17, if the field data type is a variable-length character string, the accuracy score is set to 1 (%), and if the field data type is a real number, the accuracy score is set to 5 (%). If the data type of is an integer, the accuracy score is set to 80 (%). If the data type of the field is a fixed-length character string, the accuracy score is set to 70 (%). If it is a date, the accuracy score is set to 10 (%), and if the field name is designated as a primary key, the accuracy score is set to 80 (%). An item for a field value or field name string is not defined here, but may be defined. If an item for the field value is defined, it is referred to in step S57.

例えば図4(a)のようなスキーマ情報の場合、フィールド1についてはデータ型がタイムスタンプであるので確度スコア10(%)と特定され、フィールド2についてはデータ型が固定長文字列であって且つ主キー指定されているので50%からの乖離の大きい確度スコア80(%)が採用され、フィールド3についてはデータ型が固定長文字列であるので確度スコア70(%)と特定され、フィールド4についてはデータ型が可変長文字列であるので確度スコア1(%)と特定される。図9(a)のようなスキーマ情報が存在しない例の場合、フィールド1乃至フィールド4について、イベントID・関連ID候補確度スコア表には該当項目が存在しないので確度スコア50(%)が特定される。   For example, in the case of schema information as shown in FIG. 4A, the data type for field 1 is a time stamp, so the accuracy score is 10 (%), and the data type for field 2 is a fixed-length character string. And since the primary key is specified, an accuracy score of 80 (%) with a large deviation from 50% is adopted, and since the data type of field 3 is a fixed-length character string, it is specified as an accuracy score of 70 (%). For 4, the data type is a variable length character string, so the accuracy score is 1 (%). In the case where the schema information does not exist as shown in FIG. 9A, the accuracy score 50 (%) is specified for the field 1 to the field 4 because the corresponding item does not exist in the event ID / related ID candidate accuracy score table. The

例えば図5(a)のようなスキーマ情報の場合、フィールド1についてはデータ型がタイムスタンプであるので確度スコア10(%)と特定され、フィールド2についてはデータ型が固定長文字列であって且つ主キー指定されているので50%からの乖離の大きい確度スコア80(%)が採用され、フィールド3及びフィールド4についてはデータ型が固定長文字列であるので確度スコア70(%)が特定され、フィールド5についてはデータ型が日付となっているので確度スコア10(%)が特定される。図10(a)のようなスキーマ情報が存在しない例の場合、フィールド1乃至5について、イベントID・関連ID候補確度スコア表には該当項目が存在しないので確度スコア50(%)が特定される。   For example, in the case of schema information as shown in FIG. 5 (a), the data type for field 1 is a time stamp, so the accuracy score is 10 (%), and the data type for field 2 is a fixed-length character string. And since the primary key is specified, an accuracy score of 80 (%) with a large divergence from 50% is adopted, and for field 3 and field 4, the data type is a fixed-length character string, so an accuracy score of 70 (%) is specified. Since the data type of the field 5 is date, the accuracy score 10 (%) is specified. In the case where the schema information does not exist as shown in FIG. 10A, the accuracy score 50 (%) is specified for the fields 1 to 5 because there is no corresponding item in the event ID / related ID candidate accuracy score table. .

例えば図6(a)のようなスキーマ情報の場合、フィールド1についてはデータ型がタイムスタンプであるので確度スコア10(%)と特定され、フィールド2についてはデータ型が固定長文字列であって且つ主キー指定されているので50%からの乖離の大きい確度スコア80(%)が採用され、フィールド3乃至フィールド5についてはデータ型が固定長文字列であるので確度スコア70(%)が特定される。図11(a)のようなスキーマ情報が存在しない例の場合、フィールド1乃至5について、イベントID・関連ID候補確度スコア表には該当項目が存在しないので確度スコア50(%)が特定される。   For example, in the case of schema information as shown in FIG. 6A, since the data type for field 1 is a time stamp, the accuracy score is specified as 10 (%), and for field 2, the data type is a fixed-length character string. And since the primary key is specified, an accuracy score of 80 (%) with a large discrepancy from 50% is adopted, and for field 3 to field 5, the data type is a fixed-length character string, so an accuracy score of 70 (%) is specified. Is done. In the example in which schema information does not exist as shown in FIG. 11A, since there is no corresponding item in the event ID / related ID candidate accuracy score table for fields 1 to 5, an accuracy score of 50 (%) is specified. .

例えば図7(a)のようなスキーマ情報の場合、フィールド1についてはデータ型がタイムスタンプであるので確度スコア10(%)と特定され、フィールド2についてはデータ型が固定長文字列であって且つ主キー指定されているので50%からの乖離の大きい確度スコア80(%)が採用され、フィールド3及びフィールド4についてはデータ型が固定長文字列であるので確度スコア70(%)が特定される。図12(a)のようなスキーマ情報が存在しない例の場合、フィールド1乃至4について、イベントID・関連ID候補確度スコア表には該当項目が存在しないので確度スコア50(%)が特定される。   For example, in the case of schema information as shown in FIG. 7A, since the data type for field 1 is a time stamp, the accuracy score is specified as 10 (%), and the data type for field 2 is a fixed-length character string. And since the primary key is specified, an accuracy score of 80 (%) with a large divergence from 50% is adopted, and for field 3 and field 4, the data type is a fixed-length character string, so an accuracy score of 70 (%) is specified. Is done. In the case where the schema information does not exist as shown in FIG. 12A, since there is no corresponding item in the event ID / related ID candidate accuracy score table for fields 1 to 4, an accuracy score of 50 (%) is specified. .

例えば図8(a)のようなスキーマ情報の場合、フィールド1についてはデータ型が固定長文字列であって且つ主キー指定されているので50%からの乖離の大きい確度スコア80(%)が採用され、フィールド2についてはデータ型が固定長文字列であるので確度スコア70(%)が採用される。図13(a)のようなスキーマ情報が存在しない例の場合、フィールド1及び2について、イベントID・関連ID候補確度スコア表には該当項目が存在しないので確度スコア50(%)が特定される。   For example, in the case of schema information as shown in FIG. 8A, since the data type of field 1 is a fixed-length character string and a primary key is designated, an accuracy score 80 (%) having a large deviation from 50% is obtained. For field 2, since the data type is a fixed-length character string, an accuracy score of 70 (%) is adopted. In the case where the schema information does not exist as shown in FIG. 13A, since there is no corresponding item in the event ID / related ID candidate accuracy score table for fields 1 and 2, an accuracy score of 50 (%) is specified. .

そして、イベントID・関連ID候補処理部32は、イベントID・関連ID候補判定に、ステップS57で特定された確度スコアを設定して、例えばメインメモリなどの記憶装置に格納する(ステップS59)。   Then, the event ID / related ID candidate processing unit 32 sets the accuracy score specified in step S57 for the event ID / related ID candidate determination, and stores it in a storage device such as a main memory (step S59).

その後、処理対象テーブルにおいて全てのフィールドについて処理したか判断し(ステップS61)、未処理のフィールドが存在する場合にはステップS51に戻る。一方、全てのフィールドについて処理した場合には元の処理に戻る。   Thereafter, it is determined whether all fields in the processing target table have been processed (step S61). If there are unprocessed fields, the process returns to step S51. On the other hand, if all fields are processed, the process returns to the original process.

このようにすれば、イベントID又は関連IDの蓋然性が高いものについては高い確度スコアが特定されるようになる。また、イベントID又は関連IDの可能性が完全にないものについては「否定」という蓋然性を表すデータが特定される。   In this way, a high accuracy score is specified for those having a high probability of event ID or related ID. In addition, data indicating the probability of “No” is specified for those having no possibility of event ID or related ID.

図3の説明に戻って、次に、イベント候補データ生成部3のイベント名処理部34は、イベント名判定処理を実施する(ステップS13)。このイベント名判定処理については、図18乃至図20を用いて説明する。   Returning to the description of FIG. 3, next, the event name processing unit 34 of the event candidate data generation unit 3 performs an event name determination process (step S <b> 13). This event name determination process will be described with reference to FIGS.

まず、イベント名処理部34は、タイムスタンプ判定処理の処理結果として所定の確度スコア以上でタイムスタンプのフィールドとしてみなすことができるフィールドの数をカウントする(ステップS91)。例えば確度スコア70(%)以上などの閾値を設定する。当然ながら「確定」と特定されているフィールドはタイムスタンプのフィールドである。上で述べた例では、品番DBを除き、フィールド名が日時であるフィールドがタイムスタンプのフィールドと判断され、フィールド数は「1」となる。品番DBでは、タイムスタンプとみなすことができるフィールドはないので、フィールド数は「0」となる。   First, the event name processing unit 34 counts the number of fields that can be regarded as time stamp fields with a predetermined accuracy score or higher as the processing result of the time stamp determination processing (step S91). For example, a threshold value such as an accuracy score of 70 (%) or higher is set. Of course, the field identified as “determined” is a time stamp field. In the example described above, except for the product number DB, the field whose field name is date / time is determined to be a time stamp field, and the number of fields is “1”. In the product number DB, since there is no field that can be regarded as a time stamp, the number of fields is “0”.

そして、タイムスタンプのフィールド数が0であるか否か判断する(ステップS93)。フィールド数が0であれば、解析対象テーブルを以下の処理の対象外として設定する(ステップS95)。タイムスタンプがないテーブル(例えば品番DB)は、業務プロセス中に発生するイベントに対応しているテーブルではないと判断される。そして元の処理に戻る。   Then, it is determined whether or not the number of time stamp fields is 0 (step S93). If the number of fields is 0, the analysis target table is set to be excluded from the following processing (step S95). A table without a time stamp (for example, a product number DB) is determined not to be a table corresponding to an event that occurs during a business process. Then, the process returns to the original process.

一方、タイムスタンプのフィールド数が0ではない場合には、フィールド数が1であるか否か判断する(ステップS97)。タイムスタンプのフィールド数が1であれば、イベント名にテーブル名を設定し、例えばメインメモリなどの記憶装置に格納する(ステップS99)。上の例では、受注DBであれば、イベント名は「受注」と特定され、生産DBであれば、イベント名は「生産」と特定され、手配DBであれば、イベント名は「手配」と特定され、配送DBであれば、イベント名は「配送」と特定される。そして元の処理に戻る。   On the other hand, if the number of fields in the time stamp is not 0, it is determined whether or not the number of fields is 1 (step S97). If the number of fields in the time stamp is 1, a table name is set as the event name and stored in a storage device such as a main memory (step S99). In the above example, the event name is specified as “order received” in the case of the order DB, the event name is specified as “production” in the case of the production DB, and the event name is “arrangement” in the case of the arrangement DB. If it is specified and is a delivery DB, the event name is specified as “delivery”. Then, the process returns to the original process.

また、タイムスタンプのフィールド数が複数である場合には、タイムスタンプとみなされたフィールドのフィールド名をイベント名に設定し、例えばメインメモリなどの記憶装置に格納する(ステップS101)。そして元の処理に戻る。   When there are a plurality of time stamp fields, the field name of the field regarded as the time stamp is set as the event name and stored in a storage device such as a main memory (step S101). Then, the process returns to the original process.

例えば図19のようなテーブルが処理対象テーブルである場合にステップS101が実行される。図19の例では、起票日時、承認日時、発注日時、納品日時、検収日時がそれぞれイベントのタイムスタンプとみなされるフィールドとなり、1レコードにイベントが複数記録される形式となっている。このようなテーブルは、図20(a)乃至(e)に示したような起票テーブル、承認テーブル、発注テーブル、納品テーブル及び検収テーブルという複数テーブルとして扱うことができる。従って、このような場合には、「起票」「承認」「発注」「納品」「検収」がそれぞれイベント名として特定される。   For example, when a table as shown in FIG. 19 is a processing target table, step S101 is executed. In the example of FIG. 19, the draft date / time, approval date / time, order date / time, delivery date / time, and inspection date / time are fields that are regarded as event time stamps, and a plurality of events are recorded in one record. Such a table can be handled as a plurality of tables such as a drafting table, an approval table, an ordering table, a delivery table, and an inspection table as shown in FIGS. Therefore, in such a case, “draft”, “approval”, “ordering”, “delivery”, and “acceptance” are specified as event names.

以上のような処理を実施することによって、業務プロセス中に発生するイベントに対応しているテーブルを特定すると共に、イベント名を抽出することができるようになる。   By performing the processing as described above, it is possible to specify a table corresponding to an event that occurs during a business process and to extract an event name.

図3の説明に戻って、次に、イベント候補データ生成部3は、判定結果を入出力部11を介してユーザに提示する(ステップS15)。例えば、図4(a)及び(b)に示したようなリレーショナルデータベース形式の受注DBの場合には、図21に示すようなデータがユーザに提示される。図21の例では、日時フィールド、受注番号フィールド、地域フィールド、受注内容フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプのフィールドで「確定」となっており、受注番号フィールド及び地域フィールドがイベントIDまたは関連IDの可能性が高いことが分かる。   Returning to the description of FIG. 3, the event candidate data generation unit 3 presents the determination result to the user via the input / output unit 11 (step S <b> 15). For example, in the case of an order entry DB in the relational database format as shown in FIGS. 4A and 4B, data as shown in FIG. 21 is presented to the user. In the example of FIG. 21, the determination results of steps S7 to S13 are presented for each of the date / time field, the order number field, the region field, and the order detail field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is “fixed” in the time stamp field, and the order number field and the region field are highly likely to be event IDs or related IDs.

また、図9(a)に示したCSV形式の受注DBの場合には、図22に示すようなデータがユーザに提示される。図22の例では、日時フィールド、受注番号フィールド、地域フィールド、受注内容フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプの可能性が高く、イベントIDまたは関連IDである可能性はいずれのフィールドも同等であることが分かる。   In the case of the order DB in the CSV format shown in FIG. 9A, data as shown in FIG. 22 is presented to the user. In the example of FIG. 22, the determination results of steps S7 to S13 are presented for each of the date / time field, the order number field, the region field, and the order detail field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is likely to be a time stamp, and the possibility of being an event ID or a related ID is the same for any field.

例えば、図5(a)及び(b)に示したようなリレーショナルデータベース形式の生産DBの場合には、図23に示すようなデータがユーザに提示される。図23の例では、日時フィールド、生産番号フィールド、受注番号フィールド、品番フィールド、納期フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプのフィールドで「確定」となっており、生産番号フィールドと受注番号フィールドと品番フィールドがイベントIDまたは関連IDの可能性が高いことが分かる。   For example, in the case of a production DB in the relational database format as shown in FIGS. 5A and 5B, data as shown in FIG. 23 is presented to the user. In the example of FIG. 23, the determination results of steps S7 to S13 are presented for each of the date / time field, production number field, order number field, product number field, and delivery date field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is “fixed” in the time stamp field, and the production number field, the order number field, and the product number field are highly likely to be event IDs or related IDs.

また、図10(a)に示したCSV形式の生産DBの場合には、図24に示すようなデータがユーザに提示される。図24の例では、日時フィールド、生産番号フィールド、受注番号フィールド、品番フィールド、納期フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプの可能性が高く、イベントIDまたは関連IDである可能性はいずれのフィールドも同等であることが分かる。   In the case of the production DB in the CSV format shown in FIG. 10A, data as shown in FIG. 24 is presented to the user. In the example of FIG. 24, the determination results of steps S7 to S13 are presented for each of the date / time field, production number field, order number field, product number field, and delivery date field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is likely to be a time stamp, and the possibility of being an event ID or a related ID is the same for any field.

例えば、図6(a)及び(b)に示したようなリレーショナルデータベース形式の手配DBの場合には、図25に示すようなデータがユーザに提示される。図25の例では、日時フィールド、手配番号フィールド、受注番号フィールド、品番フィールド、納品先フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプのフィールドで「確定」となっており、手配番号フィールドと受注番号フィールドと品番フィールドと納品先フィールドがイベントIDまたは関連IDの可能性が高いことが分かる。   For example, in the case of an arrangement DB in the relational database format as shown in FIGS. 6A and 6B, data as shown in FIG. 25 is presented to the user. In the example of FIG. 25, the determination results of steps S7 to S13 are presented for each of the date / time field, the arrangement number field, the order number field, the product number field, and the delivery destination field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is “fixed” in the time stamp field, and the arrangement number field, the order number field, the product number field, and the delivery destination field are highly likely to be event IDs or related IDs.

また、図11(a)に示したCSV形式の手配DBの場合には、図26に示すようなデータがユーザに提示される。図26の例では、日時フィールド、手配番号フィールド、受注番号フィールド、品番フィールド、納品先フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプの可能性が高く、イベントIDまたは関連IDである可能性はいずれのフィールドも同等であることが分かる。   In addition, in the case of the CSV format arrangement DB shown in FIG. 11A, data as shown in FIG. 26 is presented to the user. In the example of FIG. 26, the determination results of steps S7 to S13 are presented for each of the date / time field, the arrangement number field, the order number field, the product number field, and the delivery destination field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is likely to be a time stamp, and the possibility of being an event ID or a related ID is the same for any field.

例えば、図7(a)及び(b)に示したようなリレーショナルデータベース形式の配送DBの場合には、図27に示すようなデータがユーザに提示される。図27の例では、日時フィールド、手配番号フィールド、配送便フィールド、納品先フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプのフィールドで「確定」となっており、手配番号フィールドと配送便フィールドと納品先フィールドがイベントIDまたは関連IDの可能性が高いことが分かる。   For example, in the case of a delivery DB in the relational database format as shown in FIGS. 7A and 7B, data as shown in FIG. 27 is presented to the user. In the example of FIG. 27, the determination results of steps S7 to S13 are presented for each of the date / time field, the arrangement number field, the delivery flight field, and the delivery destination field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is “fixed” in the time stamp field, and the arrangement number field, the delivery flight field, and the delivery destination field are highly likely to be event IDs or related IDs.

また、図12(a)に示したCSV形式の配送DBの場合には、図28に示すようなデータがユーザに提示される。図28の例では、日時フィールド、手配番号フィールド、配送便フィールド、納品先フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、イベント名についてはテーブル名がイベント名とされるので、全て「否定」とされている。これを見れば、日時フィールドがタイムスタンプの可能性が高く、イベントIDまたは関連IDである可能性はいずれのフィールドも同等であることが分かる。   In the case of the CSV delivery DB shown in FIG. 12A, data as shown in FIG. 28 is presented to the user. In the example of FIG. 28, the determination results of steps S7 to S13 are presented for each of the date / time field, the arrangement number field, the delivery flight field, and the delivery destination field. As for the event name, the table name is used as the event name, so that all of the event names are set to “deny”. From this, it can be seen that the date / time field is likely to be a time stamp, and the possibility of being an event ID or a related ID is the same for any field.

例えば、図8(a)及び(b)に示したようなリレーショナルデータベース形式の品番DBの場合には、図29に示すようなデータがユーザに提示される。図29の例では、品番フィールド、品名フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、品番DBはタイムスタンプがないと判断され、以降の処理対象外とされているため、イベント名については全て「否定」とされている。これを見れば、タイムスタンプのフィールドが存在する可能性が非常に低く、品番フィールドと品名フィールドはイベントIDまたは関連IDの可能性が高いことが分かる。   For example, in the case of a product number DB in the relational database format as shown in FIGS. 8A and 8B, data as shown in FIG. 29 is presented to the user. In the example of FIG. 29, the determination results of steps S7 to S13 are presented for each of the product number field and the product name field. Since the product number DB is determined not to have a time stamp and is not subject to subsequent processing, all event names are set to “No”. From this, it can be seen that the possibility of the presence of a time stamp field is very low, and the product number field and the product name field are highly likely to be event IDs or related IDs.

また、図13(a)に示したCSV形式の品番DBの場合には、図30に示すようなデータがユーザに提示される。図30の例では、品番フィールド、品名フィールドのそれぞれにつき、ステップS7乃至S13の判定結果が提示されている。なお、品番DBはタイムスタンプがないと判断され、以降の処理対象外とされているため、イベント名については全て「否定」とされている。これを見れば、タイムスタンプのフィールドが存在する可能性は非常に低く、イベントIDまたは関連IDである可能性はいずれのフィールドも同等であることが分かる。   Further, in the case of the product number DB in the CSV format shown in FIG. 13A, data as shown in FIG. 30 is presented to the user. In the example of FIG. 30, the determination results of steps S7 to S13 are presented for each of the product number field and the product name field. Since the product number DB is determined not to have a time stamp and is not subject to subsequent processing, all event names are set to “No”. From this, it can be seen that there is a very low possibility that the time stamp field exists, and that the possibility of the event ID or the related ID is the same for any field.

図3の説明に戻って、ステップS15が終了すると、ユーザは、入出力部11を介して、イベント名、タイムスタンプ、イベントID・関連ID候補などについて修正入力又は確定入力を行い、レコードのコピーなどを行って又は命じて、イベント候補データを生成し、イベント候補データ生成部3にイベント候補データ格納部5へ格納させる(ステップS16)。この作業は主に又は一部ユーザによって実施されるので、図3では点線ブロックで描かれている。そして処理はステップS3に戻る。   Returning to the description of FIG. 3, when step S <b> 15 is completed, the user performs correction input or confirmation input for the event name, time stamp, event ID / related ID candidate, and the like via the input / output unit 11, and copies the record. The event candidate data is generated by performing or commanding, and the like, and is stored in the event candidate data storage unit 5 in the event candidate data generation unit 3 (step S16). Since this operation is mainly or partly performed by the user, it is drawn as a dotted block in FIG. Then, the process returns to step S3.

例えば図21の判定結果に従って、図31に示すようにイベント名についてはテーブル名である「受注」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については受注番号フィールド及び地域フィールドを確定させる場合、例えば図32に示すようなデータが、イベント候補データ格納部5に格納される。図32に示す例では、イベント名「受注」が全てのレコードに付加され、日時フィールドのフィールド値の全レコード分がタイムスタンプのフィールドにコピーされ、受注番号フィールド及び地域フィールドがイベントID・関連ID候補として、フィールド名とフィールド値の全レコード分がコピーされる。   For example, according to the determination result of FIG. 21, as shown in FIG. 31, the table name “order received” is confirmed for the event name, the date / time field is confirmed for the time stamp, and the order number field for the event ID / related ID candidate. When the area field is determined, for example, data as shown in FIG. 32 is stored in the event candidate data storage unit 5. In the example shown in FIG. 32, the event name “order received” is added to all records, all records of the field value in the date / time field are copied to the time stamp field, and the order number field and the region field are the event ID / related ID. As a candidate, all records of field name and field value are copied.

例えば図22の判定結果に従って、イベント名についてはテーブル名である「受注」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については受注番号フィールド、地域フィールド及び受注内容フィールドを確定させる場合、例えば図33のようなデータが、イベント候補データ格納部5に格納される。   For example, according to the determination result of FIG. 22, “order received” which is the table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the order number field, the region field, and the order contents for the event ID / related ID candidate. When the field is determined, for example, data as shown in FIG. 33 is stored in the event candidate data storage unit 5.

さらに例えば図23の判定結果に従って、イベント名についてはテーブル名である「生産」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については生産番号フィールド、受注番号フィールド及び品番フィールドを確定させる場合、例えば図34のようなデータが、イベント候補データ格納部5に格納される。   Further, for example, according to the determination result of FIG. 23, “production” which is the table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the production number field, the order number field and the event ID / related ID candidate are When determining the product number field, for example, data as shown in FIG. 34 is stored in the event candidate data storage unit 5.

また例えば図24の判定結果に従って、イベント名についてはテーブル名である「生産」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については生産番号フィールド、受注番号フィールド、品番フィールド及び納期フィールドを確定させる場合、例えば図35のようなデータが、イベント候補データ格納部5に格納される。   Further, for example, according to the determination result of FIG. 24, “production” which is a table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the production number field, the order number field for the event ID / related ID candidate, When the product number field and the delivery date field are determined, for example, data as shown in FIG. 35 is stored in the event candidate data storage unit 5.

さらに例えば図25の判定結果に従って、イベント名についてはテーブル名である「手配」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については手配番号フィールド、受注番号フィールド、品番フィールド及び納品先フィールドを確定させる場合、例えば図36のようなデータが、イベント候補データ格納部5に格納される。   Further, for example, according to the determination result of FIG. 25, “arrangement” which is a table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the arrangement number field, the order number field for the event ID / related ID candidate, When the product number field and the delivery destination field are determined, for example, data as shown in FIG. 36 is stored in the event candidate data storage unit 5.

また例えば図26の判定結果に従って、イベント名についてはテーブル名である「手配」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については手配番号フィールド、受注番号フィールド、品番フィールド及び納品先フィールドを確定させる場合、例えば図37のようなデータが、イベント候補データ格納部5に格納される。   Further, for example, according to the determination result of FIG. 26, “arrangement” which is a table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the arrangement number field, the order number field for the event ID / related ID candidate, When the product number field and the delivery destination field are determined, for example, data as shown in FIG. 37 is stored in the event candidate data storage unit 5.

さらに例えば図27の判定結果に従って、イベント名についてはテーブル名である「配送」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については手配番号フィールド、配送便フィールド及び納品先フィールドを確定させる場合、例えば図38のようなデータが、イベント候補データ格納部5に格納される。   Further, for example, according to the determination result of FIG. 27, “delivery” which is the table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the arrangement number field, the delivery flight field and the event ID / related ID candidate are confirmed. When the delivery destination field is determined, for example, data as shown in FIG. 38 is stored in the event candidate data storage unit 5.

また例えば図28の判定結果に従って、イベント名についてはテーブル名である「配送」を確定させ、タイムスタンプについては日時フィールドを確定させ、イベントID・関連ID候補については手配番号フィールド、配送便フィールド及び納品先フィールドを確定させる場合、例えば図39のようなデータが、イベント候補データ格納部5に格納される。   Also, for example, according to the determination result of FIG. 28, “delivery” which is a table name for the event name is confirmed, the date / time field is confirmed for the time stamp, the arrangement number field, the delivery flight field and the event ID / related ID candidate are confirmed. When finalizing the delivery destination field, for example, data as shown in FIG. 39 is stored in the event candidate data storage unit 5.

また、例えば図19のようなテーブル内に複数のタイムスタンプのフィールドが存在するようなテーブルを処理対象とする場合は、例えば図40乃至図44に示すようなデータが、イベント候補データ格納部5に格納される。図40乃至図44に示す例では、タイムスタンプとして確定されたフィールドである起票日時、承認日時、発注日時、納品日時、検収日時を元に、それらのフィールド毎に、各々イベント名を「起票」、「承認」、「発注」、「納品」、「検収」と確定させたイベント候補データを作成する。タイムスタンプについては、起票日時フィールド、承認日時フィールド、発注日時フィールド、納品日時フィールド、検収日時フィールドのフィールド値の全レコード分が各々のイベント候補データのタイムスタンプのフィールドにコピーされる。さらに、全てのイベント候補データ共通に、起票日時フィールド、承認日時フィールド、発注日時フィールド、納品日時フィールド、検収日時フィールド以外のフィールドについては、イベントID・関連ID候補として、フィールド名とフィールド値の全レコード分がコピーされる。   For example, when processing a table having a plurality of time stamp fields in the table as shown in FIG. 19, for example, data as shown in FIGS. 40 to 44 is the event candidate data storage unit 5. Stored in In the examples shown in FIGS. 40 to 44, the event name is set to “start” for each field based on the draft date / time, the approval date / time, the order date / time, the delivery date / time, and the inspection date / time, which are determined as time stamps. Create event candidate data that is confirmed as “voting”, “approval”, “ordering”, “delivery”, and “acceptance”. As for the time stamp, all records of the field values of the draft date / time field, the approval date / time field, the order date / time field, the delivery date / time field, and the inspection date / time field are copied to the time stamp field of each event candidate data. In addition, common to all event candidate data, fields other than the draft date / time field, approval date / time field, order date / time field, delivery date / time field, and inspection date / time field, as field ID / related ID candidates, All records are copied.

このようにして以下の処理で用いるイベント候補データがイベント候補データ格納部5に格納されるようになる。   In this way, event candidate data used in the following processing is stored in the event candidate data storage unit 5.

図3の説明に戻って、ステップS3で全ての解析対象テーブルを処理したと判断された場合には、イベントデータ生成部7は、イベント候補データ格納部5に格納されているイベント候補データを用いて、イベントデータ生成処理を実施し、処理結果をイベントデータ格納部9に格納する(ステップS17)。   Returning to the explanation of FIG. 3, when it is determined that all the analysis target tables have been processed in step S <b> 3, the event data generation unit 7 uses the event candidate data stored in the event candidate data storage unit 5. Event data generation processing is performed, and the processing result is stored in the event data storage unit 9 (step S17).

受注イベント、生産イベント、手配イベント、配送イベントに対応して、各々、図32、図34、図36、図38に示されたイベント候補データのセット、または、各々、図33、図35、図37、図39に示されたイベント候補データのセットを用いて生成したイベントデータの例を図45に示す。その生成方法としては、上で述べた特開2008−27072号公報記載のようなイベントデータの関連情報の自動抽出方式を用いても良いし、人手によって、各イベント候補データのイベントID・関連ID候補のフィールド値の対応関係を調査・分析することによって、イベント間の関連性を確定しても良い。   Corresponding to the order event, production event, arrangement event, and delivery event, the set of event candidate data shown in FIG. 32, FIG. 34, FIG. 36, and FIG. 38, respectively, or FIG. 33, FIG. FIG. 45 shows an example of event data generated using the set of event candidate data shown in FIG. 37 and FIG. As a generation method thereof, an automatic extraction method of related information of event data as described in JP 2008-27072 A described above may be used, or an event ID / related ID of each event candidate data manually. The relationship between events may be determined by investigating and analyzing the correspondence between candidate field values.

図45では、受注イベントのイベントIDは受注番号であり、生産イベントのイベントIDは生産番号、関連IDは受注番号であり、手配イベントのイベントIDは手配番号、関連IDは受注番号であり、配送イベントのイベントIDは手配番号、関連IDは配送便であることが確定されている。また、生産イベントの関連IDのフィールド値が、受注イベントのイベントIDのフィールド値のどれかの値をとることにより、生産イベントの各々のレコード(すなわち、イベントインスタンス)が、受注イベントのどのレコード(すなわち、イベントインスタンス)と関連しているかが特定されるというイベント間の関連性が確定されている。同様の関連性が、手配イベントの関連IDと受注イベントのイベントIDとの間、配送イベントのイベントIDと手配イベントのイベントIDとの間に確定されている。   In FIG. 45, the event ID of the order event is the order number, the event ID of the production event is the production number, the related ID is the order number, the event ID of the order event is the order number, the related ID is the order number, and the delivery It is confirmed that the event ID of the event is an arrangement number and the related ID is a delivery flight. In addition, when the field value of the related ID of the production event takes any one of the field values of the event ID of the order receiving event, each record of the production event (that is, the event instance) is changed to which record ( That is, the relevance between events is determined so that it is specified whether it is related to the event instance). Similar relevance is determined between the event ID of the arrangement event and the event ID of the order event, and between the event ID of the delivery event and the event ID of the arrangement event.

また、プロセスインスタンス生成部13は、イベントデータ格納部9に格納されているイベントデータを用いてプロセスインスタンス生成処理を実施し、処理結果をプロセスインスタンスデータ格納部15に格納する(ステップS19)。その生成方法としては、米国特許公開公報2005/076059A1のような業務プロセストラッキング方法等を用いることができる。   Further, the process instance generation unit 13 performs a process instance generation process using the event data stored in the event data storage unit 9, and stores the processing result in the process instance data storage unit 15 (step S19). As the generation method, a business process tracking method such as US Patent Publication No. 2005 / 076059A1 can be used.

図45のイベントデータを用いて、受注番号:JT01の受注イベントインスタンスを起点とするプロセスインスタンスを生成する処理過程の概略説明を図46に示す。最初に、関連IDのフィールド値が、受注イベントのイベントIDである受注番号のフィールド値:JT01をとるレコード(すなわち、イベントインスタンス)として、生産イベントから2つ、手配イベントから3つのイベントインスタンスが確定される。次に、確定された手配イベントのイベントIDである手配番号:TH01,TH02,TH03を関連IDのフィールド値としてとるレコード(すなわち、イベントインスタンス)として、配送イベントから3つのイベントインスタンスが確定される。最後に、確定された、受注番号:JT01の受注イベントインスタンスを起点として、直接・間接的に関連性をもつイベントインスタンスを、そのタイムスタンプの値に基づいて時間経過の順につなぎ合わせることによって、プロセスインスタンスが生成される。すなわち、第1のプロセスインスタンスとしては、イベントクラスが、受注、生産、手配、手配、手配、配送、生産、配送、配送であるイベントインスタンスが時系列に並べられたプロセスインスタンスが生成される。   FIG. 46 shows a schematic explanation of a process for generating a process instance starting from an order event instance of the order number: JT01, using the event data of FIG. First, as a record (that is, an event instance) in which the field value of the related ID is the event ID of the order receiving event, which is the event ID of the order receiving event, two event instances from the production event and three event instances from the arrangement event are determined. Is done. Next, three event instances are confirmed from the delivery event as records (that is, event instances) that take the arrangement numbers: TH01, TH02, and TH03, which are event IDs of the confirmed arrangement events, as field values of related IDs. Finally, the process is performed by connecting event instances that are directly or indirectly related to each other in the order of time based on the value of the time stamp, starting from the confirmed order number: JT01 order event instance. An instance is created. That is, as the first process instance, a process instance is generated in which event instances whose event class is order, production, arrangement, arrangement, arrangement, delivery, production, delivery, and delivery are arranged in time series.

同様にして、図45のイベントデータを用いて生成した全プロセスインスタンスを図47に示す。第2のプロセスインスタンスは、イベントクラスが、受注、手配及び配送であるイベントインスタンスが時系列に並べられたプロセスインスタンスである。第3のプロセスインスタンスは、イベントクラスが、受注、生産、生産、手配及び配送であるイベントインスタンスが時系列に並べられたプロセスインスタンスである。さらに、第4のプロセスインスタンスは、イベントクラスが、受注、手配及び配送であるイベントインスタンスが時系列に並べられたプロセスインスタンスである。   Similarly, all process instances generated using the event data of FIG. 45 are shown in FIG. The second process instance is a process instance in which event instances whose event classes are order receipt, arrangement, and delivery are arranged in time series. The third process instance is a process instance in which event instances whose order is an order, production, production, arrangement, and delivery are arranged in time series. Furthermore, the fourth process instance is a process instance in which event instances whose event classes are order receipt, arrangement, and delivery are arranged in time series.

図3の処理フローの説明に戻って、次に、並列処理推定部17は、プロセスインスタンスデータ格納部15に格納されているプロセスインスタンスのデータを用いて、並列処理推定処理を実施する(ステップS21)。この処理については、図48乃至図74を用いて詳細に説明する。   Returning to the description of the processing flow of FIG. 3, the parallel processing estimation unit 17 performs parallel processing estimation processing using the process instance data stored in the process instance data storage unit 15 (step S <b> 21). ). This process will be described in detail with reference to FIGS.

まず、図48乃至図56−2を用いて並列処理推定処理を実施する趣旨について説明する。まず、図48に示すように、プロセスインスタンスデータ格納部15に10個のプロセスインスタンスが格納されているものとする。それらのプロセスインスタンスを構成する各々のイベントインスタンスが属するイベントクラスの並び方に基づいて、プロセスインスタンスを分類し、グループ化し、メンバのプロセスインスタンスの数が多い順に並べると次のようになる。このような処理はプロセスインスタンス分類処理部21で実施される。先ず、イベントクラスの並び方がInitial State、契約、伝票作成、請求、回収、契約満了及びFinal Stateであるプロセスインスタンスが5つでグループAが構成される。また、Initial State、契約、伝票作成、請求及び回収の後に契約更新を介して伝票作成に戻って請求及び回収の後、さらに契約満了及びFinal Stateが発生するプロセスインスタンスが3つでグループBが構成される。さらに、Initial State、契約、伝票作成、請求及び回収の後に継続を介して請求に戻って、回収、契約満了及びFinal Stateが発生するプロセスインスタンスが1つでグループCが構成される。そして、Initial State、契約、伝票作成、請求の後、回収、回収と繰り返した後、契約満了及びFinal Stateが発生するプロセスインスタンスが1つでグループDが構成される。ただし、Initial State及びFinal Stateは、各プロセスインスタンスの先頭・末尾に付けられる仮想的なイベントクラスである。   First, the purpose of executing the parallel processing estimation process will be described with reference to FIGS. 48 to 56-2. First, as shown in FIG. 48, it is assumed that 10 process instances are stored in the process instance data storage unit 15. The process instances are classified and grouped on the basis of the arrangement of event classes to which the event instances constituting the process instances belong, and are arranged in the descending order of the number of member process instances as follows. Such processing is performed by the process instance classification processing unit 21. First, a group A is composed of five process instances whose event classes are arranged in the initial state, contract, slip creation, billing, collection, contract expiration, and final state. Group B is composed of three process instances where initial state, contract, slip creation, billing and collection are returned to contract creation via contract renewal after billing and collection, and contract expiration and final state occur. Is done. Further, after initial state, contract, voucher creation, billing and collection, return to billing through continuation, and group C is configured with one process instance in which collection, contract expiration, and final state occur. Then, after initial state, contract, voucher creation, billing, collection and collection are repeated, group D is configured with one process instance in which contract expiration and final state occur. However, Initial State and Final State are virtual event classes attached to the beginning and end of each process instance.

このようなグループA乃至Dのプロセスインスタンスのグループをプロセス表示処理部25により重ね合わせ表示すると、図49に示すような全体フローが表示される。この表示では、各イベントクラスを示す楕円を各1個のみ表示し、イベントクラス間の同一遷移を表す矢印は煩雑を避けるため1本のみとしている。   When such process instance groups of groups A to D are superimposed and displayed by the process display processing unit 25, an overall flow as shown in FIG. 49 is displayed. In this display, only one ellipse indicating each event class is displayed, and only one arrow indicating the same transition between event classes is provided to avoid complication.

また、例えばグループの出現頻度の全体に対して占める比率20%を閾値として、主要フローと例外フローとに分ける場合には、図50(a)に示すように、主要フローとしては、グループAとグループBのプロセスインスタンスが重ね合わされたフローが生成され、ユーザに提示される。この表示では、イベントクラス間の同一遷移を表す矢印は煩雑を避けるため1本のみとしている。これに対して、例外フローは、図50(b)に示すグループCのプロセスインスタンス、図50(c)に示すグループDのプロセスインスタンスがユーザに提示される。   Further, for example, when dividing the main flow and the exceptional flow by using a ratio of 20% of the total appearance frequency of the group as a threshold value, as shown in FIG. A flow in which process instances of group B are superimposed is generated and presented to the user. In this display, there is only one arrow indicating the same transition between event classes to avoid complication. On the other hand, in the exception flow, the process instance of group C shown in FIG. 50B and the process instance of group D shown in FIG. 50C are presented to the user.

図48に示したプロセスインスタンスの場合には、主要フローと例外フローに分ける上で問題はあまりなく、ユーザは、図49や図50に示したような図で、業務フローの概況を容易に把握できるようになる。グループAだけでも50%の出現頻度を占めるため、グループAのみを主要フローとして認めても、図50と同様に、業務フローの概況を把握する上で特別に問題はない。   In the case of the process instance shown in FIG. 48, there is not much problem in separating the main flow and the exception flow, and the user can easily grasp the overview of the business flow with the diagrams as shown in FIG. 49 and FIG. become able to. Since group A alone has an appearance frequency of 50%, even if only group A is recognized as the main flow, there is no particular problem in grasping the general situation of the business flow as in FIG.

一方、図56に示すように、実際の業務に並列処理の部分が存在する業務フロー(図54)を持つシステムから得られたデータに対して、ステップS1乃至S19までの処理を行うと、図51に示すように、実際の業務には存在しない見かけ上遷移を構成要素として含むプロセスインスタンスが生成される。その理由は、互いのIDに関連性が有るイベント同士を単純に時系列に繋ぐため、図54の並列処理を含む業務フローでは、互いに並列関係にある部分フロー中のイベント間に見かけ上の遷移を誤設定するためである。   On the other hand, as shown in FIG. 56, when the processing from steps S1 to S19 is performed on data obtained from a system having a business flow (FIG. 54) in which a part of parallel processing exists in actual business, As shown in 51, a process instance including an apparent transition that does not exist in the actual business as a component is generated. The reason is that events having relevance to each other's ID are simply connected in time series, so in the business flow including the parallel processing of FIG. 54, the apparent transition between the events in the partial flows that are in parallel with each other This is because of erroneous setting.

図54に示す並列処理を含む業務フローは、Initial State、契約というイベントクラスが並んでいる部分フローの後に、伝票作成、請求、回収というイベントクラスが並んでいる部分フローと、継続及び契約更新というイベントクラスが並んでいる部分フローとが、互いに並列の関係で続き、その後に、契約満了、Final Stateというイベントクラスが並んでいる部分フローに合流している。分析対象の業務システム・業務フローに、このような互いに並列関係にある部分フローを含むことが既知である場合には、それらの並列関係を反映したデータの前処理、例えば、互いに並列関係にある部分フローのうち1つのみを残して他の部分フローを構成するイベントクラスのデータを削除する処理などを行う必要がある。   The business flow including the parallel processing shown in FIG. 54 includes a partial flow in which event classes such as initial state and contract are arranged, followed by a partial flow in which event classes of slip creation, billing, and collection are arranged, and continuation and contract update. The partial flows in which the event classes are arranged continue in a parallel relationship with each other, and then the contract expires and merges into the partial flow in which the event classes called Final State are arranged. If it is known that the analysis target business system / work flow includes such partial flows that are in parallel with each other, data pre-processing that reflects those parallel relationships, for example, in parallel with each other It is necessary to perform processing for deleting event class data constituting other partial flows while leaving only one of the partial flows.

しかし、分析対象の業務システム・業務フロー中の並列処理の存在や、どのような並列処理が存在するかについての十分な情報がなく、データの前処理を行えずに、ステップS1乃至S19までの処理を行わざるを得ない場合がある。その場合には、図51に示すようなプロセスインスタンスが生成される。具体的には、Initial State、契約、伝票作成、請求、回収、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいる基本的なプロセスインスタンスが4つ存在しており、グループFを構成している。一方、上で述べたように、互いに並列関係にある、伝票作成、請求、回収というイベントクラスが並んでいる部分フローと、継続及び契約更新というイベントクラスが並んでいる部分フローの構成要素のイベントインスタンス同士間に、実際の業務フローとは関係ない見かけ上遷移を設定してしまった、A乃至Eのような1つのプロセスインスタンスで構成されるグループが得られてしまう。グループAには、Initial State、契約、「伝票作成、継続、請求、契約更新、回収」、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを含む。グループBには、Initial State、契約、伝票作成、「請求、継続、回収、契約更新」、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを含む。さらに、グループCには、Initial State、契約、伝票作成、請求、「回収、継続」、契約更新、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを含む。また、グループDには、Initial State、契約、継続、「契約更新、伝票作成」、請求、回収、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを含む。さらに、グループEには、Initial State、契約、「継続、伝票作成、契約更新、請求」、回収、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを含む。このように「」で示したイベントインスタンス間の遷移が見かけ上遷移である。図73に、それらの見かけ上遷移を点線で表示して示す。なお、図51には、グループA乃至Eとは別に、Initial State、契約、伝票作成、請求、請求、回収、契約満了、Final Stateというイベントクラスに属するイベントインスタンスが並んでいるプロセスインスタンスを1つ含むグループGも存在する。グループGでは、請求というイベントクラスに属するイベントインスタンスが繰り返されている。   However, there is not enough information about the existence of parallel processing in the business system / workflow to be analyzed and what kind of parallel processing exists, and data pre-processing cannot be performed, so steps S1 to S19 are not performed. There are cases where processing is unavoidable. In that case, a process instance as shown in FIG. 51 is generated. Specifically, there are four basic process instances that are lined up with event instances belonging to the event classes of Initial State, Contract, Voucher Creation, Billing, Collection, Contract Expiry, and Final State. is doing. On the other hand, as described above, the event of the component of the partial flow in which the event classes such as slip creation, billing, and collection are arranged in parallel with each other and the partial flow in which the event classes of continuation and contract renewal are arranged in parallel A group composed of one process instance such as A to E in which an apparent transition that is not related to the actual business flow is set between the instances is obtained. Group A includes process instances in which event instances belonging to the event class of Initial State, contract, “slip creation, continuation, billing, contract renewal, collection”, contract expiration, and final state are arranged. Group B includes process instances in which event instances belonging to event classes of Initial State, contract, slip creation, “billing, continuation, collection, contract renewal”, contract expiration, and final state are arranged. Further, the group C includes process instances in which event instances belonging to event classes of Initial State, contract, slip creation, billing, “collection, continuation”, contract renewal, contract expiration, and final state are arranged. Further, the group D includes process instances in which event instances belonging to event classes of Initial State, Contract, Continuation, “Contract Renewal, Form Creation”, Billing, Collection, Contract Expiration, and Final State are arranged. Further, the group E includes process instances in which event instances belonging to event classes of Initial State, Contract, “Continuation, Form Creation, Contract Renewal, Billing”, Collection, Contract Expiry, and Final State are arranged. Thus, the transition between the event instances indicated by “” is apparently a transition. FIG. 73 shows these apparent transitions indicated by dotted lines. In FIG. 51, apart from groups A to E, there is one process instance in which event instances belonging to the event classes Initial State, contract, slip creation, billing, billing, collection, contract expiration, and final state are arranged. There is also a group G that contains it. In group G, event instances belonging to the event class of billing are repeated.

このような全プロセスインスタンスを単純に重ね合わせると図52に示すような業務フローが得られる。図52を見れば分かるように、業務フロー全体を把握するには煩雑すぎる。また、上で述べたのと同様に閾値20%で主要フローと例外フローとを分けると、図53に示すようになる。すなわち、グループFは全体の40%で主要フローと判断されるが、グループA乃至E及びGについては全て10%であるから例外フローと判断される。しかしながら、実はグループA乃至Eは、図54に示すような並列処理を含む業務フローから生成されたイベントインスタンスを、単純に日時の順番に連結してしまったために見かけ上遷移を構成要素とするプロセスインスタンスとして生成されたものである。すなわち、本来、生成されるべきプロセスインスタンスは、契約、伝票作成、請求、回収、契約満了という順番でイベントインスタンスが発生する主要経路と、契約から分岐して継続及び契約更新と続き契約満了に遷移する並列経路とを含むプロセスインスタンスである。   When all such process instances are simply overlapped, a business flow as shown in FIG. 52 is obtained. As can be seen from FIG. 52, it is too complicated to grasp the entire business flow. Similarly to the above description, when the main flow and the exceptional flow are separated by the threshold of 20%, the result is as shown in FIG. That is, the group F is determined to be the main flow in 40% of the total, but the groups A to E and G are all determined to be exception flows because they are 10%. However, in fact, groups A to E are processes in which transitions appear as components because event instances generated from a business flow including parallel processing as shown in FIG. 54 are simply connected in the order of date and time. It was created as an instance. In other words, the process instance that should be generated is the main route in which event instances are generated in the order of contract, slip creation, billing, collection, contract expiration, branch from contract, continuation and contract renewal, and transition to contract expiration A process instance including a parallel path.

グループA乃至Eを、図54−2に示すような本来の並列経路を含むプロセスインスタンスに修正すると、図55に示すように、これら(グループAE)は全体の50%を占めるようになるため、これらが第1の主要フローとなり、グループFは第2の主要フローとなる。従って、例外フローはグループGのみとなる。全プロセスインスタンスを重ね合わせたとしても、図56−2に示すように、図52と比べて格段に整理され、把握のしやすい業務フローをユーザに提示できるようになる。   When the groups A to E are modified to process instances including the original parallel path as shown in FIG. 54-2, these (group AE) occupy 50% of the whole as shown in FIG. These become the first main flow, and Group F becomes the second main flow. Therefore, the exception flow is only group G. Even if all process instances are overlapped, as shown in FIG. 56-2, it is possible to present to the user a business flow that is much more organized than FIG. 52 and is easy to grasp.

そこで、図57乃至図74に示すような処理を実施することによって、従来技術で生成したプロセスインスタンスにおいて見かけ上の遷移であって実際の業務上は遷移が発生している可能性が低いものを検出し、業務フローにおける並列処理の存在を推定することによって、ユーザが本来の業務フローの概要を把握できるようにする。   Therefore, by performing the processing as shown in FIGS. 57 to 74, the process instances generated by the conventional technology are apparently transitions that are unlikely to cause transitions in actual business. By detecting and estimating the existence of parallel processing in the business flow, the user can grasp the outline of the original business flow.

並列処理推定部17の統計情報抽出部171は、プロセスインスタンスデータ格納部15に格納されているプロセスインスタンスからイベント間遷移頻度表を生成し、統計情報格納部173に格納する(図57:ステップS111)。発側イベントクラスと着側イベントクラスとの各組み合わせについて、プロセスインスタンスデータ格納部15に格納されているプロセスインスタンスにおける、該当発側イベントインスタンスと該当着側イベントインスタンスの組み合わせについてのイベント間遷移の発生頻度をカウントして、イベント間遷移頻度表に登録する。図58に模式的に示すように、例えば発側イベントクラスとして「請求」と着側イベントクラスとして「回収」との組み合わせに着目すると、点線で囲まれた部分がカウントされる。すなわち、プロセスインスタンスC、D、E及びGで1回、プロセスインスタンスFで4回カウントされるので、合計8回となる。よって図58の下段テーブルに示すように、発側イベントクラス「請求」と着側イベントクラス「回収」の対応セルに「8」が登録される。このような処理を全てのイベントクラスの組み合わせについて実施すれば、図59に示すようなイベント間遷移頻度表が生成される。図59の例では、横方向に着側イベントクラスが列挙され、縦方向に発側イベントクラスが列挙されている。ただし、Initial State及びFinal Stateは、各プロセスインスタンスの先頭・末尾に付けられる仮想的なイベントクラスであり、Initial Stateに到着するイベント間遷移及び、Final Stateから出発するイベント間遷移は存在しないので、それらに対応するセルには「−」が記載されている。   The statistical information extraction unit 171 of the parallel processing estimation unit 17 generates an inter-event transition frequency table from the process instances stored in the process instance data storage unit 15 and stores it in the statistical information storage unit 173 (FIG. 57: Step S111). ). Occurrence of transition between events for the combination of the corresponding originating event instance and the corresponding terminating event instance in the process instance stored in the process instance data storage unit 15 for each combination of the originating event class and the terminating event class Count the frequency and register it in the inter-event transition frequency table. As schematically shown in FIG. 58, for example, when attention is paid to the combination of “billing” as the originating event class and “collection” as the terminating event class, the portions surrounded by dotted lines are counted. That is, since the process instances C, D, E, and G are counted once and the process instance F is counted four times, the total is eight times. Therefore, as shown in the lower table of FIG. 58, “8” is registered in the corresponding cell of the originating event class “billing” and the terminating event class “collected”. If such processing is performed for all event class combinations, an inter-event transition frequency table as shown in FIG. 59 is generated. In the example of FIG. 59, the arrival event classes are listed in the horizontal direction, and the calling event classes are listed in the vertical direction. However, Initial State and Final State are virtual event classes attached to the beginning and end of each process instance, and there are no transitions between events that arrive at Initial State and transitions between events that start from Final State. "-" Is described in the cell corresponding to them.

次に、統計情報抽出部171は、統計情報格納部173に格納されているイベント間遷移頻度表から、各イベントの発生確率及び条件付き確率の近似値を算出し、統計情報格納部173に格納する(ステップS113)。本ステップでは、図60に示すように、各発側イベントXを固定し、着側イベント全てとの組み合わせについてイベント間遷移頻度F(Y|X)の総和をとることで、各イベントクラスXに属するイベントインスタンスの発生頻度T(X)を計算する。以下、記述の煩雑を避けるため、各イベントクラスXに属するイベントインスタンスの発生頻度を、各イベントXの発生頻度と略する。なお、本実施の形態で取り扱う各プロセスインスタンスの先頭・末尾に付けられる仮想的なイベントクラスであるInitial State 及びFinal Stateを有するような状態遷移頻度表の場合には、着側のイベントYを固定し、発側イベント全てとの組み合わせについて頻度F(Y|X)の総和をとることによって、各イベントYの発生頻度T(Y)を算出しても同じ値が得られる。次に、イベント全部の発生頻度の和GTを算出する。さらに、全てのプロセスインスタンスに含まれ、イベントクラスXに属するイベントインスタンスの数を直接カウントすることで、各イベントXの発生頻度T(X)を求めるようにしても良い。次に、全イベントクラスについて、T(X)の和を計算することで、総イベント発生頻度GTを算出する。なお、総イベント発生数GTは、全てのプロセスインスタンスに含まれ、仮想的なイベントクラスであるInitial State 及びFinal State以外のイベントクラスに属するイベントインスタンスの数を直接カウントすることで、求めるようにしても良い。   Next, the statistical information extraction unit 171 calculates an approximate value of the occurrence probability and conditional probability of each event from the inter-event transition frequency table stored in the statistical information storage unit 173, and stores it in the statistical information storage unit 173. (Step S113). In this step, as shown in FIG. 60, each originating event X is fixed and the sum of the inter-event transition frequencies F (Y | X) is obtained for each event class X by combining all the incoming events. The occurrence frequency T (X) of the event instance to which it belongs is calculated. Hereinafter, in order to avoid complicated description, the occurrence frequency of event instances belonging to each event class X is abbreviated as the occurrence frequency of each event X. In the case of a state transition frequency table having an initial state and a final state, which are virtual event classes attached to the beginning and end of each process instance handled in this embodiment, the event Y on the called side is fixed. Then, by calculating the sum of the frequencies F (Y | X) for the combinations with all the originating events, the same value can be obtained even if the occurrence frequency T (Y) of each event Y is calculated. Next, the sum GT of the occurrence frequencies of all events is calculated. Further, the occurrence frequency T (X) of each event X may be obtained by directly counting the number of event instances included in all process instances and belonging to the event class X. Next, the total event occurrence frequency GT is calculated by calculating the sum of T (X) for all event classes. Note that the total event occurrence number GT is obtained by directly counting the number of event instances included in all process instances and belonging to event classes other than the virtual event classes Initial State and Final State. Also good.

そして、図61に示すように、各イベントクラスXに属するイベントインスタンスの発生確率の近似値をP(X)≒T(X)/GTとして算出して、統計情報格納部173に格納する。以下、記述の煩雑をさけるため、各イベントクラスXに属するイベントインスタンスの発生確率を、各イベントXの発生確率と略する。同様にして、図62に示すように、発側イベントXが発生した場合に着側イベントYが発生する条件付き確率P(Y|X)の近似値を、P(Y|X)≒F(Y|X)/T(X)として算出して、統計情報格納部173に格納する。以下、記述の煩雑をさけるため、発側イベントXが発生した場合に着側イベントYが発生する条件付き確率を、曖昧とならない場合は適宜、条件付き確率と略する。   Then, as shown in FIG. 61, the approximate value of the occurrence probability of the event instance belonging to each event class X is calculated as P (X) ≈T (X) / GT, and stored in the statistical information storage unit 173. Hereinafter, the occurrence probability of an event instance belonging to each event class X is abbreviated as the occurrence probability of each event X in order to avoid complicated description. Similarly, as shown in FIG. 62, when the originating event X occurs, the approximate value of the conditional probability P (Y | X) that the terminating event Y occurs is represented by P (Y | X) ≈F ( Y | X) / T (X) is calculated and stored in the statistical information storage unit 173. Hereinafter, in order to avoid complicated description, the conditional probability that the arrival side event Y occurs when the originating event X occurs is abbreviated as the conditional probability as appropriate when it is not ambiguous.

図59の例を基にイベントの発生確率P(X)の近似値を算出すると、図63に示すようなデータが統計情報格納部173に格納される。また、同じく図59の例を基に条件付き確率P(Y|X)の近似値を算出すると、図64に示すようなデータが統計情報格納部173に格納される。   When the approximate value of the event occurrence probability P (X) is calculated based on the example of FIG. 59, data as shown in FIG. 63 is stored in the statistical information storage unit 173. Similarly, when the approximate value of the conditional probability P (Y | X) is calculated based on the example of FIG. 59, data as shown in FIG. 64 is stored in the statistical information storage unit 173.

次に、統計情報抽出部171は、統計情報格納部173に格納されている各イベントの発生確率及び条件付き確率に基づき、各遷移について見かけ上遷移の評価指標値を算出し、統計情報格納部173に格納する(ステップS115)。上でも述べたが、見かけ上遷移とは、業務システムから得られたデータに対して、ステップS1乃至S19までの処理を機械的に適用し、イベントIDを共有または、関連IDを介して対応関係のあるイベントインスタンス(のレコード)を、単純に発生日時に基づき直列的に接続することで作成したプロセスインスタンスを構成する遷移だが、実際の業務上は存在しない遷移である。   Next, the statistical information extraction unit 171 calculates an apparent evaluation index value for each transition based on the occurrence probability and conditional probability of each event stored in the statistical information storage unit 173, and the statistical information storage unit It stores in 173 (step S115). As described above, an apparent transition is a process in which the processing from steps S1 to S19 is mechanically applied to data obtained from a business system, and an event ID is shared or a corresponding relationship is obtained via a related ID. This is a transition that constitutes a process instance created by simply connecting event instances (records) in series based on the date and time of occurrence, but does not exist in actual business.

見かけ上遷移検出評価指標値は、以下の統計的な性質を用いて定義される。先ず、事象Aが発生する場合に事象Bが発生する条件付き確率P(B|A)は、事象Aが発生し、かつ、事象Bが発生する確率P(A∩B)に対して、等式P(A∩B)=P(B|A)P(A)を成り立たせるものとして定義される。一方、図65に示すように、事象Aと事象Bとが独立に発生する場合には、事象Aと事象Bとに重複する部分は存在しない。すなわち、事象Aと事象Bとが独立事象である必要十分条件は、AとBとが同時に発生する確率P(A∩B)は、事象Aが発生する確率P(A)と事象Bが発生する確率P(B)について、P(A∩B)=P(A)P(B)が成り立つことである。したがって、事象Aと事象Bとが独立に発生する場合には、事象Aが発生する場合に事象Bが発生する条件付き確率P(B|A)については、P(B|A)=P(B)が導出される。同様に、事象Bが発生する場合に事象Aが発生する条件付き確率P(A|B)についても、P(A|B)=P(A)が導出される。   The apparent transition detection evaluation index value is defined using the following statistical properties. First, the conditional probability P (B | A) that event B occurs when event A occurs is equal to the probability P (A∩B) that event A occurs and event B occurs, etc. It is defined as satisfying the expression P (A∩B) = P (B | A) P (A). On the other hand, as shown in FIG. 65, when event A and event B occur independently, there is no overlapping portion between event A and event B. That is, the necessary and sufficient condition that event A and event B are independent events is that the probability P (A∩B) that A and B occur simultaneously is the probability P (A) and event B that event A occurs. P (A∩B) = P (A) P (B) holds for the probability P (B) to be performed. Therefore, when event A and event B occur independently, for conditional probability P (B | A) that event B occurs when event A occurs, P (B | A) = P ( B) is derived. Similarly, P (A | B) = P (A) is derived for the conditional probability P (A | B) at which event A occurs when event B occurs.

プロセスインスタンスに主要経路と分岐した並列経路とが含まれている場合、すなわち、並列処理を含む業務フローから発生したプロセスインスタンスの場合、主要経路中のイベントクラスのイベントインスタンスと、並列経路中のイベントクラスのイベントインスタンスとは、互いに業務上無関係であるので、独立に発生するとみなすことができる。従って、見かけ上遷移の条件付き確率P(見かけ上遷移の着側イベント|見かけ上遷移の発側イベント)と、見かけ上遷移の着側イベントのイベントクラスに属するイベントインスタンスの発生確率P(見かけ上遷移の着側イベント)について、P(見かけ上遷移の着側イベント|見かけ上遷移の発側イベント)=P(見かけ上遷移の着側イベント)が成立する。   When a process instance includes a main route and a branched parallel route, that is, a process instance generated from a business flow including parallel processing, an event instance of an event class in the main route and an event in the parallel route Since the event instances of the class are irrelevant in business, they can be considered to occur independently. Therefore, the conditional probability P of the apparent transition (apparent transition arrival event | apparent transition originating event) and the occurrence probability P of the event instance belonging to the event class of the apparent transition arrival event (apparent) P (apparent transition arrival event) = ap (apparent transition arrival event) = P (apparent transition arrival event) is established.

すなわち、|1−P(見かけ上遷移の着側イベント|見かけ上遷移の発側イベント)/P(見かけ上遷移の着側イベント)|=0が導出される。従って、本実施の形態における見かけ上遷移の評価指標式としては、|1−P(判断対象遷移の着側イベント|判断対象遷移の発側イベント)/P(判断対象遷移の着側イベント)|を採用する。さらに、閾値としては、例えば「1」を採用する。但し、実験的に最適値を求めてその値を用いるようにしても良い。さらに、同様の趣旨に従って定義される他の評価式を採用するようにしても良い。   That is, | 1-P (apparent transition arrival event | apparent transition originating event) / P (apparent transition arrival event) | = 0 is derived. Therefore, as an evaluation index expression for the apparent transition in the present embodiment, | 1-P (the determination side transition arrival event | the determination target transition arrival event) / P (the determination target transition arrival event) | Is adopted. Further, for example, “1” is adopted as the threshold value. However, an optimum value may be obtained experimentally and used. Further, other evaluation formulas defined according to the same purpose may be adopted.

図63及び図64から見かけ上遷移評価指標値を算出すると、図66に示すような値が得られる。発側イベントと着側イベントが同一の場合には、手戻りを示しており、並列処理とは関係ないので、「−」で示すように評価指標値を算出しない。そうすると、ハッチングが付されているセルに対応する遷移が、評価指標値が「1」未満となる。すなわち、伝票作成から契約更新への遷移、伝票作成から継続への遷移、請求から契約更新への遷移、請求から継続への遷移、回収から契約更新への遷移、回収から継続への遷移、契約更新から伝票作成への遷移、契約更新から請求への遷移、契約更新から回収への遷移、継続から伝票作成への遷移、継続から請求への遷移及び継続から回収への遷移が、評価指標値が閾値未満となっている。   When apparent transition evaluation index values are calculated from FIGS. 63 and 64, values as shown in FIG. 66 are obtained. When the originating event is the same as the terminating event, it indicates a return and is not related to the parallel processing, so that the evaluation index value is not calculated as indicated by “−”. Then, the transition corresponding to the hatched cell has an evaluation index value less than “1”. That is, transition from slip creation to contract renewal, transition from slip creation to continuation, transition from billing to contract renewal, transition from billing to continuation, transition from collection to contract renewal, transition from collection to continuation, contract Transition from renewal to slip creation, transition from contract renewal to billing, transition from contract renewal to collection, transition from continuation to slip creation, transition from continuation to billing, and transition from continuation to collection Is less than the threshold.

図57の処理の説明に戻って、見かけ上遷移検出部175は、統計情報格納部173に格納されている評価指標値が閾値以下である遷移を見かけ上遷移(具体的には、発イベントクラス及び着イベントクラスの組)として検出し、見かけ上遷移削除部177及び代替遷移決定処理部179に出力する(ステップS117)。端子Aを介して図67の処理に移行する。   Returning to the description of the processing in FIG. 57, the apparent transition detection unit 175 apparently transitions (specifically, the originating event class) in which the evaluation index value stored in the statistical information storage unit 173 is less than or equal to the threshold value. And a pair of arrival event classes), and output to the apparent transition deletion unit 177 and the alternative transition determination processing unit 179 (step S117). The processing shifts to the processing in FIG.

図67の処理の説明に移行して、見かけ上遷移削除部177は、プロセスインスタンスデータ格納部15において未処理のプロセスインスタンスを1つ特定する(ステップS119)。そして、見かけ上遷移削除部177は、見かけ上遷移検出部175から受け取った見かけ上遷移のうち未処理の遷移を1つ特定する(ステップS121)。そして、見かけ上遷移削除部177は、特定されたプロセスインスタンスが、特定された見かけ上遷移を含むか確認する(ステップS123)。図66のような評価指標値が計算された場合には、ハッチングが付された12種類の遷移が見かけ上遷移として検出されるので、見かけ上遷移のうちいずれか1つでも含むプロセスインスタンスを抽出する。特定されたプロセスインスタンスが、特定された見かけ上遷移を含まない場合には、見かけ上遷移削除部177は、全ての見かけ上遷移について処理したか判断する(ステップS125)。ここで未処理の見かけ上遷移が存在する場合にはステップS121に戻る。   Shifting to the description of the processing in FIG. 67, the apparent transition deletion unit 177 identifies one unprocessed process instance in the process instance data storage unit 15 (step S <b> 119). Then, the apparent transition deletion unit 177 identifies one unprocessed transition among the apparent transitions received from the apparent transition detection unit 175 (step S121). Then, the apparent transition deletion unit 177 confirms whether the specified process instance includes the specified apparent transition (step S123). When the evaluation index values as shown in FIG. 66 are calculated, since 12 types of transitions with hatching are detected as apparent transitions, process instances including any one of the apparent transitions are extracted. To do. If the identified process instance does not include the identified apparent transition, the apparent transition deletion unit 177 determines whether all apparent transitions have been processed (step S125). If an unprocessed apparent transition exists, the process returns to step S121.

一方、全ての見かけ上遷移について処理したが、特定されたプロセスインスタンスに見かけ上遷移が検出されなかった場合には、見かけ上遷移削除部177は、特定されたプロセスインスタンスのデータを、並列処理推定後プロセスインスタンスデータ格納部19に格納する(ステップS127)。そしてステップS135に移行する。見かけ上遷移を含んでいない、すなわち、並列処理を含んでいないと判断されたプロセスインスタンスについては、ステップS23以降の処理のために並列処理推定後プロセスインスタンス格納部19に格納する。   On the other hand, when all the apparent transitions are processed, but no apparent transition is detected in the specified process instance, the apparent transition deletion unit 177 estimates the data of the specified process instance in parallel processing. The data is stored in the post-process instance data storage unit 19 (step S127). Then, control goes to a step S135. Process instances that are apparently not including transitions, that is, that are determined not to include parallel processing, are stored in the post-parallel processing estimation process instance storage unit 19 for processing subsequent to step S23.

これに対して、特定されたプロセスインスタンスに、特定された見かけ上遷移が含まれている場合には、見かけ上遷移削除部177は、特定されたプロセスインスタンスのデータを、並列処理該当プロセスインスタンスデータ格納部181に格納する(ステップS129)。そして、見かけ上遷移削除部177は、特定されたプロセスインスタンスにおいて、特定された見かけ上遷移を削除する(ステップS131)。例えば、図51のプロセスインスタンスAをステップS119で特定した場合には、プロセスインスタンスAにおいて、見かけ上遷移として検出された遷移に該当する遷移(伝票作成から継続への遷移、継続から請求への遷移、請求から契約更新への遷移、契約更新から回収への遷移)のうちいずれかがステップS131で削除される。図68では、既に全ての見かけ上遷移が削除されているが、例えば、伝票作成に対応するデータブロックから継続に対応するデータブロックへの接続を表すポインタが削除される。   On the other hand, when the identified apparent transition is included in the identified process instance, the apparent transition deletion unit 177 converts the data of the identified process instance into parallel process corresponding process instance data. The data is stored in the storage unit 181 (step S129). Then, the apparent transition deletion unit 177 deletes the specified apparent transition in the specified process instance (step S131). For example, when the process instance A of FIG. 51 is specified in step S119, a transition corresponding to the transition detected as an apparent transition in the process instance A (transition from slip creation to continuation, transition from continuation to billing) , Transition from billing to contract renewal, contract renewal to collection transition) is deleted in step S131. In FIG. 68, all apparent transitions have already been deleted. For example, a pointer indicating a connection from a data block corresponding to slip creation to a data block corresponding to continuation is deleted.

さらに、見かけ上遷移削除部177は、特定されたプロセスインスタンスに、残余の見かけ上遷移が含まれるか否かを判断し、含まれている場合には該当する遷移を削除する(ステップS133)。例えば、ステップS121でまだ特定されていない未処理の見かけ上遷移の各々について、特定されたプロセスインスタンスに含まれるか否かを判断し、含まれていれば、該当する全ての遷移を削除する。プロセスインスタンスAの場合には、図68に示すように、×印が付されている遷移のためのポインタが削除される。その後ステップS135に移行する。   Furthermore, the apparent transition deletion unit 177 determines whether or not the remaining apparent transition is included in the specified process instance, and if it is included, deletes the corresponding transition (step S133). For example, it is determined whether each unprocessed apparent transition that has not yet been specified in step S121 is included in the specified process instance. If included, all the corresponding transitions are deleted. In the case of process instance A, as shown in FIG. 68, the pointer for the transition marked with a cross is deleted. Thereafter, the process proceeds to step S135.

ステップS135では、見かけ上遷移削除部177は、プロセスインスタンスデータ格納部15における全てのプロセスインスタンスについて処理したか判断する。未処理のプロセスインスタンスが存在する場合にはステップS119に戻る。一方、全てのプロセスインスタンスを処理した場合には、端子Bを介して図69の処理に移行する。   In step S135, the apparent transition deletion unit 177 determines whether all process instances in the process instance data storage unit 15 have been processed. If there is an unprocessed process instance, the process returns to step S119. On the other hand, when all process instances have been processed, the processing shifts to the processing in FIG.

図69の処理の説明に移行して、代替遷移決定処理部179は、並列処理該当プロセスインスタンスデータ格納部181において未処理の抽出プロセスインスタンスを1つ特定する(ステップS137)。そして、代替遷移決定処理部179は、特定された抽出プロセスインスタンスにおいて少なくとも一端が未接続のイベントインスタンスのうち未処理のイベントインスタンスを1つ特定する(ステップS139)。図68の例で、例えば継続が特定されるものとする。   Moving to the description of the processing in FIG. 69, the alternative transition determination processing unit 179 specifies one unprocessed extraction process instance in the parallel processing corresponding process instance data storage unit 181 (step S137). Then, the alternative transition determination processing unit 179 identifies one unprocessed event instance among the event instances that are not connected at least one end in the identified extraction process instance (step S139). In the example of FIG. 68, for example, continuation is specified.

そして、代替遷移決定処理部179は、特定されたイベントインスタンスの前方(時間的に前)が未接続であるか判断する(ステップS141)。特定されたイベントインスタンスの前方は接続されている場合にはステップS157に移行する。一方、特定されたイベントインスタンスの前方が未接続の場合、代替遷移決定処理部179は、接続先を探すためのポインタnを2に初期化する(ステップS145)。n=1は図67の処理で削除されている遷移なのでn=2からスタートする。そして、代替遷移決定処理部179は、n個前のイベントが存在するか判断する(ステップS147)。n個前のイベントが存在しない場合、特定されたイベントインスタンスについて前方に接続できるイベントインスタンスが存在しないということなので、代替遷移決定処理部179は、「Initial State」から本イベントインスタンスへの遷移を設定する(ステップS155)。「Initial State」については仮想的なイベントなので、図68に示すように、それ自体のデータを保持しない場合もある。保持する場合には、「Initial State」のデータブロックにおいて遷移先を表すポインタに、本イベントインスタンスについてのデータブロックのアドレスを追加する。一方、図68に示すように保持していない場合には、本イベントインスタンスについてのデータブロックに、遷移元を表すデータとして「Initial State」を表すデータを追加する。処理はステップS157に移行する。   Then, the alternative transition determination processing unit 179 determines whether the front (before time) of the identified event instance is unconnected (step S141). If the front of the identified event instance is connected, the process proceeds to step S157. On the other hand, if the front of the identified event instance is not connected, the alternative transition determination processing unit 179 initializes a pointer n for searching for a connection destination to 2 (step S145). Since n = 1 is a transition deleted in the process of FIG. 67, the process starts from n = 2. Then, the alternative transition determination processing unit 179 determines whether there is an nth previous event (step S147). If there is no event before n, it means that there is no event instance that can be connected forward for the specified event instance, so the alternative transition determination processing unit 179 sets the transition from “Initial State” to this event instance. (Step S155). Since “Initial State” is a virtual event, as shown in FIG. 68, the data itself may not be held. In the case of holding, the address of the data block for this event instance is added to the pointer indicating the transition destination in the data block of “Initial State”. On the other hand, if the data is not held as shown in FIG. 68, data representing “Initial State” is added to the data block for this event instance as data representing the transition source. The process proceeds to step S157.

一方、n個前のイベントインスタンスが存在する場合には、代替遷移決定処理部179は、n個前のイベントインスタンスから、特定されたイベントインスタンスへの遷移が、見かけ上遷移に該当するか確認する(ステップS149)。プロセスインスタンスAであれば、特定されたイベントインスタンスが「継続」であれば、2個前のイベントインスタンスは「契約」というイベントクラスのイベントインスタンスであるから、見かけ上遷移に該当しない。n個前のイベントインスタンスから処理に係るイベントインスタンスへの遷移が見かけ上遷移に該当しない場合には、代替遷移決定処理部179は、n個前のイベントインスタンスから処理に係るイベントインスタンスへの遷移を設定する(ステップS153)。図68の「継続」の場合には、図70に模式的に示すように「契約」についてのデータブロックに「継続」についてのデータブロックへのポインタを追加する。処理はステップS157に移行する。   On the other hand, when n event instances exist, the alternative transition determination processing unit 179 confirms whether the transition from the n event instances to the identified event instance is an apparent transition. (Step S149). In the case of process instance A, if the identified event instance is “continuation”, the event instance two events before is an event instance of the event class “contract”, and thus it does not appear to be a transition. When the transition from the n-th previous event instance to the event instance related to the process does not seem to correspond to the transition, the alternative transition determination processing unit 179 performs the transition from the n-th previous event instance to the event instance related to the process. Set (step S153). In the case of “continuation” in FIG. 68, a pointer to the data block for “continuation” is added to the data block for “contract” as schematically shown in FIG. The process proceeds to step S157.

一方、図71に示すように、プロセスインスタンスBの「継続」というイベントクラスのイベントインスタンスについて処理する場合、2つ前のイベントインスタンスは「伝票作成」というイベントクラスのイベントインスタンスであって、「伝票作成」から「継続」への遷移が見かけ上遷移に該当するため選択できない。   On the other hand, as shown in FIG. 71, when processing an event instance of the event class “continuation” of the process instance B, the event instance two events before is an event instance of the event class “slip creation”, The transition from “Create” to “Continue” appears to be a transition and cannot be selected.

すなわち、n個前のイベントインスタンスから処理に係るイベントインスタンスへの遷移が見かけ上遷移に該当する場合には、代替遷移決定処理部179は、nを1インクリメントして(ステップS151)、ステップS147に戻る。   In other words, if the transition from the n-th previous event instance to the event instance related to the process apparently corresponds to the transition, the alternative transition determination processing unit 179 increments n by 1 (step S151), and proceeds to step S147. Return.

図71の例では、3つ前のイベントインスタンスは「契約」というイベントクラスのイベントインスタンスであって、「契約」から「継続」への遷移が見かけ上遷移に該当しないので、「契約」についてのデータブロックに「継続」についてのデータブロックへのポインタを追加する。   In the example of FIG. 71, the event instance three events before is an event instance of the event class “contract”, and the transition from “contract” to “continue” does not seem to correspond to the transition, so Add a pointer to the data block for “continue” to the data block.

ステップS157では、代替遷移決定処理部179は、特定されたイベントインスタンスの後方(時間的に後ろ)が未接続であるか判断する。既に遷移が確定している場合には端子Cを介して図72のステップS171に移行する。一方、特定されたイベントインスタンスの後方が未接続である場合には端子Dを介して図72のステップS159に移行する。   In step S157, the alternative transition determination processing unit 179 determines whether the back (temporally behind) the identified event instance is unconnected. If the transition has already been confirmed, the process proceeds to step S171 in FIG. On the other hand, if the back of the identified event instance is not connected, the process proceeds to step S159 in FIG.

図72の処理の説明に移行して、代替遷移決定処理部179は、nを2に初期化し(ステップS159)、特定された抽出プロセスインスタンスにおいて、n個後のイベントインスタンスが存在するか判断する(ステップS161)。n個後のイベントが存在しない場合、特定されたイベントインスタンスについて後方に接続できるイベントインスタンスが存在しないということなので、代替遷移決定処理部179は、本イベントインスタンスから「Final State」への遷移を設定する(ステップS163)。「Final State」については仮想的なイベントなので、図68に示すように、それ自体のデータを保持しない場合もある。保持する場合には、本イベントインスタンスについてのデータブロックに、「Final State」についてのデータブロックのアドレスを遷移先を表すポインタとして追加する。一方、図68に示すように保持していない場合には、本イベントインスタンスについてのデータブロックに、遷移先を表すデータとして「Final State」を表すデータを追加する。処理はステップS171に移行する。   Shifting to the description of the processing in FIG. 72, the alternative transition determination processing unit 179 initializes n to 2 (step S159), and determines whether there is an nth event instance in the identified extraction process instance. (Step S161). If there is no event after n, it means that there is no event instance that can be connected backward for the specified event instance, so the alternative transition determination processing unit 179 sets the transition from this event instance to “Final State”. (Step S163). Since “Final State” is a virtual event, as shown in FIG. 68, the data itself may not be held. In the case of holding, the address of the data block for “Final State” is added to the data block for this event instance as a pointer representing the transition destination. On the other hand, if not held as shown in FIG. 68, data representing “Final State” is added to the data block for this event instance as data representing the transition destination. The process proceeds to step S171.

一方、n個後のイベントインスタンスが存在する場合には、代替遷移決定処理部179は、特定されたイベントインスタンスからn個後のイベントインスタンスへの遷移が、見かけ上遷移に該当するか確認する(ステップS165)。プロセスインスタンスA及びBにおいて、特定されたイベントインスタンスが「継続」であれば、2個後のイベントインスタンスは「契約更新」というイベントクラスのイベントインスタンスであるから、見かけ上遷移に該当しない。特定されたプロセスインスタンスからn個後のイベントインスタンスへの遷移が見かけ上遷移に該当しない場合には、代替遷移決定処理部179は、特定されたプロセスインスタンスからn個後のイベントインスタンスへの遷移を設定する(ステップS169)。図70及び図71の「継続」の場合には、「継続」についてのデータブロックに「契約更新」についてのデータブロックへのポインタを追加する。処理はステップS171に移行する。   On the other hand, if n event instances exist, the alternative transition determination processing unit 179 confirms whether the transition from the identified event instance to the n event instances is an apparent transition ( Step S165). In the process instances A and B, if the identified event instance is “continuation”, the event instance after the second event is an event instance of the event class “contract update”, so that it does not seem to be a transition. When the transition from the identified process instance to the nth event instance does not seem to correspond to the transition, the alternative transition determination processing unit 179 performs the transition from the identified process instance to the nth event instance. Setting is made (step S169). In the case of “continuation” in FIG. 70 and FIG. 71, a pointer to the data block for “contract update” is added to the data block for “continuation”. The process proceeds to step S171.

一方、特定されたイベントインスタンスからn個後のイベントインスタンスへの遷移が見かけ上遷移に該当する場合には、代替遷移決定処理部179は、nを1インクリメントして(ステップS167)、ステップS161に戻る。   On the other hand, when the transition from the identified event instance to the nth event instance apparently corresponds to a transition, the alternative transition determination processing unit 179 increments n by 1 (step S167), and proceeds to step S161. Return.

ステップS171では、代替遷移決定処理部179は、少なくとも一端が未接続となっている全てのイベントインスタンスについて処理したか判断する。未処理のイベントインスタンスが存在する場合には、端子Eを介して図69のステップS139に戻る。一方、少なくとも一端が未接続となっている全てのイベントインスタンスについて処理した場合には、並列処理該当プロセスインスタンスデータ格納部181に格納されている全ての抽出プロセスインスタンスについて処理したか判断する(ステップS173)。未処理の抽出プロセスインスタンスが存在する場合には端子Fを介して図69のステップS137に戻る。全ての抽出プロセスインスタンスについて処理した場合には、代替遷移決定処理部179は、並列処理該当プロセスインスタンスデータ格納部181に格納されているプロセスインスタンスのデータを、並列処理推定後プロセスインスタンスデータ格納部19に移動させる(ステップS175)。   In step S171, the alternative transition determination processing unit 179 determines whether all event instances that are unconnected at least one end have been processed. If there is an unprocessed event instance, the process returns to step S139 in FIG. On the other hand, if all event instances that are not connected at least one end have been processed, it is determined whether all extracted process instances stored in the parallel process relevant process instance data storage unit 181 have been processed (step S173). ). If there is an unprocessed extraction process instance, the process returns to step S137 of FIG. When all the extracted process instances have been processed, the alternative transition determination processing unit 179 converts the process instance data stored in the parallel process relevant process instance data storage unit 181 into the process instance data storage unit 19 after the parallel processing estimation. (Step S175).

このような処理を行うと、プロセスインスタンスA乃至Eにおいては、図73において点線で示すように、本来の遷移ではなく見かけ上遷移に該当すると統計的に判断された遷移については切断され、その切断された遷移の両端のイベントインスタンスについて、切断された側で最も時間的に近くに発生し、かつ、当該イベントインスタンスとの間の遷移が、見かけ上遷移に該当しない遷移であるイベントインスタンスを探し、当該イベントインスタンスと探しだしたイベントインスタンス間の遷移を新たな遷移として設定すると、図74に示すようなプロセスインスタンスA乃至Eが得られるようになる。   When such processing is performed, the process instances A to E are disconnected for the transition that is statistically determined to be an apparent transition instead of the original transition, as indicated by a dotted line in FIG. For the event instances at both ends of the transition, the event instances that occur closest in time on the disconnected side and whose transition to the event instance does not appear to be a transition are searched When a transition between the event instance and the found event instance is set as a new transition, process instances A to E as shown in FIG. 74 are obtained.

なお、新たに生成した遷移については、イベントインスタンスの列とはずれた形で矢印で示しているのでわかりにくいが、結局のところ、プロセスインスタンスA乃至Eは、図54に示した業務上の並列処理を含む業務フローと同じ形になっている。   The newly generated transition is difficult to understand because it is indicated by an arrow deviating from the event instance column, but in the end, the process instances A to E are the business parallel processing shown in FIG. It has the same form as the business flow including

上の説明では、見かけ上遷移の削除及び代替遷移の設定について自動的に実施するような例を示したが、例えば、入出力部11に対して、該当するプロセスインスタンスと見かけ上遷移を提示し、ユーザに、当該見かけ上遷移を削除しても良いか確認するようにしても良い。この場合、削除が指示されればそれに応じて削除する。さらに、代替遷移の設定についても、ユーザに確認の上設定するようにしても良い。すなわち、代替遷移を上で述べた処理にて特定して提示するようにしても良いし、全く提示せずにユーザにより入力してもらうようにしても良い。   In the above explanation, an example of automatically performing deletion of apparent transition and setting of alternative transition has been shown. For example, the corresponding process instance and apparent transition are presented to the input / output unit 11. The user may be confirmed whether or not the apparent transition may be deleted. In this case, if deletion is instructed, it is deleted accordingly. Further, the alternative transition may be set after confirmation from the user. That is, the alternative transition may be specified and presented by the above-described processing, or may be input by the user without being presented at all.

図3の説明に戻って、プロセスインスタンス分類処理部21は、並列処理推定後プロセスインスタンスデータ格納部19に格納されているプロセスインスタンスを分類し、分類結果に基づき種類毎に計数して、種類毎に計数値をモデルデータ格納部23に格納する(ステップS23)。図55に示されたようなプロセスインスタンスが生成された場合には、ステップS23を実施すると図75に示すようなデータが、モデルデータ格納部23に格納される。図75の例では、上で述べた3つのグループのプロセスインスタンスと、それぞれの計数値が登録されている。なお、主要フローフラグの欄には、この段階では何も登録されない。   Returning to the description of FIG. 3, the process instance classification processing unit 21 classifies the process instances stored in the process instance data storage unit 19 after the parallel processing estimation, and counts each type based on the classification result. The count value is stored in the model data storage unit 23 (step S23). When a process instance as shown in FIG. 55 is generated, data shown in FIG. 75 is stored in the model data storage unit 23 when step S23 is performed. In the example of FIG. 75, the process instances of the three groups described above and their respective count values are registered. Note that nothing is registered in the main flow flag column at this stage.

そして、プロセス表示処理部25は、モデルデータ格納部23に格納されているデータを用いて、フロー表示処理を実施する(ステップS25)。フロー表示処理について図76及び図77を用いて説明する。   And the process display process part 25 implements a flow display process using the data stored in the model data storage part 23 (step S25). The flow display process will be described with reference to FIGS.

まず、プロセス表示処理部25は、モデルデータ格納部23に格納されているプロセスインスタンスのグループを計数値に基づき降順に整列させる(ステップS141)。そして、各プロセスのグループを主要フローとして扱うための判断基準となる、当該グループのプロセスインスタンスの全体に占める比率の閾値を、ユーザから入力された場合には当該入力値により、ユーザの入力がない場合には予め設定されている値で決定する(ステップS143)。例えば全体に占める比率の閾値20%以上のグループを主要フローと分類する場合には、20%を入力する。但し、予め設定されている値(例えば30%)をそのまま用いるようにしても良い。   First, the process display processing unit 25 arranges the process instance groups stored in the model data storage unit 23 in descending order based on the count value (step S141). When the user inputs a threshold value for the ratio of the entire process instances of the group, which is a criterion for handling each process group as a main flow, there is no user input according to the input value. In that case, it is determined by a preset value (step S143). For example, when a group having a threshold value of 20% or more of the total is classified as a main flow, 20% is input. However, a preset value (for example, 30%) may be used as it is.

そして、プロセス表示処理部25は、計数値上位より1つ未選択のプロセスインスタンスを選択する(ステップS147)。この選択されたプロセスインスタンスを主要フロー(典型フローとも呼ぶ)に指定する(ステップS149)。具体的には、モデルデータ格納部23のテーブルにおける主要フローフラグをオンにセットする。そして、全体に対して占める比率を算出し(ステップS151)、比率≧閾値であるか否か判断する(ステップS153)。この条件が満たされている場合にはステップS147に戻る。   Then, the process display processing unit 25 selects one unselected process instance from the upper count value (step S147). The selected process instance is designated as a main flow (also called a typical flow) (step S149). Specifically, the main flow flag in the table of the model data storage unit 23 is set to ON. Then, the ratio to the whole is calculated (step S151), and it is determined whether or not ratio ≧ threshold (step S153). If this condition is satisfied, the process returns to step S147.

例えば、図75の例では、最初に第1レコードを選択すると、全体に占める比率が50%となり、閾値が20%であれば、ステップS147に戻る。次に、第2レコードを選択すると、全体に占める比率は40%となり、同様に、ステップS147に戻る。このように第1レコード及び第2レコードについて主要フローフラグがオンにセットされる。   For example, in the example of FIG. 75, when the first record is selected first, the ratio to the whole is 50%. If the threshold is 20%, the process returns to step S147. Next, when the second record is selected, the ratio to the entire record is 40%, and the process returns to step S147. In this way, the main flow flag is set on for the first record and the second record.

最後に、第3レコードを選択すると、全体に占める比率が10%となり、全体に占める比率≧閾値という条件が満たされなくなるので、プロセス表示処理部25は、元の処理に戻る。このようにすれば、ステップS147で選択されたプロセスインスタンスのグループ以外のプロセスインスタンスは、主要フローフラグがオンにセットされていないので、例外フローとして特定されたことになる。   Finally, when the third record is selected, the ratio to the whole is 10%, and the condition that the ratio to the whole is equal to or greater than the threshold value is not satisfied, so the process display processing unit 25 returns to the original process. In this way, process instances other than the group of process instances selected in step S147 are identified as exceptional flows because the main flow flag is not set on.

図3の説明に戻って、プロセス表示処理部25は、モデルデータ格納部23に格納されているデータを用いて、入出力部11を介して処理結果を出力する(ステップS27)。例えば、全てのプロセスインスタンスを重ね合わせて表示する場合には、図56−2に示すような業務フローが表示されるようになる。この表示では、各イベントクラスを示す楕円は各1個のみ表示し、イベントクラス間の同一遷移を表す矢印は煩雑を避けるため1本のみとしている。図56−2は、データ生成元の並列処理を含む業務フローと同じであり、システムのデータから、元の業務フローを復元できた例であることを示す。   Returning to the description of FIG. 3, the process display processing unit 25 outputs the processing result via the input / output unit 11 using the data stored in the model data storage unit 23 (step S27). For example, when all process instances are displayed in a superimposed manner, a business flow as shown in FIG. 56-2 is displayed. In this display, only one ellipse indicating each event class is displayed, and only one arrow indicating the same transition between event classes is provided to avoid complication. FIG. 56-2 is the same as the business flow including the parallel processing of the data generation source, and shows that the original business flow can be restored from the system data.

また、モデルデータ格納部23に格納されている主要フローフラグのデータを用いて、主要フローと例外フローとを分けて表示する場合には、図77に示すような表示がなされる。例えば、80%を分類割合とすると、図75に示したテーブルにおいて第1及び第2レコードのプロセスインスタンスが重ね合わされて、図77の第1行目のような業務フローが主要フローとして表示される。主要フロー表示では、イベントクラス間の同一遷移を表す矢印は煩雑を避けるため1本のみとしている。また、図75に示したテーブルにおいて第3のプロセスインスタンスが、図77において第2行目の例外フローとして表示される。   When the main flow flag data stored in the model data storage unit 23 is used to separately display the main flow and the exception flow, the display as shown in FIG. 77 is performed. For example, assuming that 80% is a classification ratio, the process instances of the first and second records are overlapped in the table shown in FIG. 75, and the business flow as shown in the first line of FIG. 77 is displayed as the main flow. . In the main flow display, there is only one arrow indicating the same transition between event classes in order to avoid complexity. In the table shown in FIG. 75, the third process instance is displayed as the exception flow on the second line in FIG.

以上本技術の実施の形態を説明したが、本技術はこれに限定されるものではない。例えば、例えば図1A及び図1Bに示した機能ブロック図は一例であって、必ずしも実際のプログラムモジュールに対応しない。   Although the embodiment of the present technology has been described above, the present technology is not limited to this. For example, the functional block diagrams shown in FIGS. 1A and 1B are examples and do not necessarily correspond to actual program modules.

また、各スコア表も一例であって、確度スコア値の設定の仕方は、経験的にさらに細かく決定される場合もある。さらに、スコア表の項目についても、より少ない項目が設定される場合もあれば、より多くの項目が設定される場合もある。   Each score table is also an example, and the method of setting the accuracy score value may be determined more finely empirically. Furthermore, as for the items in the score table, there may be a case where fewer items are set or a case where more items are set.

また、図3の処理フローにおいて、ステップS7乃至S13については順番の入れ替えが可能であり、また並列に実施するようにしてもよい。   Further, in the processing flow of FIG. 3, the order of steps S7 to S13 can be changed and may be performed in parallel.

また、判定結果の出力では、各判定項目において「確定」判定や所定の閾値以上の確度スコアとなっているフィールドを自動的に選択してユーザに提示し、自動選択できない判定項目についてユーザに選択又は入力を促すようにしてもよい。   In addition, in the output of the determination result, a field that has a “determined” determination or an accuracy score equal to or greater than a predetermined threshold is automatically selected and presented to the user for each determination item, and a determination item that cannot be automatically selected is selected by the user. Or you may make it prompt an input.

さらに、処理対象フィールドについてのループは、ステップS7乃至S13内の各々で構成されているが、ステップS7乃至S13の外側に処理対象フィールドについてのループを出すようにしてもよい。   Furthermore, although the loop for the processing target field is configured in each of steps S7 to S13, a loop for the processing target field may be provided outside steps S7 to S13.

なお、業務システム分析装置は、コンピュータ装置であって、図78に示すように、メモリ2501とCPU2503とハードディスク・ドライブ(HDD)2505と表示装置2509に接続される表示制御部2507とリムーバブル・ディスク2511用のドライブ装置2513と入力装置2515とネットワークに接続するための通信制御部2517とがバス2519で接続されている。オペレーティング・システム(OS:Operating System)及び本実施例における処理を実施するためのアプリケーション・プログラムは、HDD2505に格納されており、CPU2503により実行される際にはHDD2505からメモリ2501に読み出される。必要に応じてCPU2503は、表示制御部2507、通信制御部2517、ドライブ装置2513を制御して、必要な動作を行わせる。また、処理途中のデータについては、メモリ2501に格納され、必要があればHDD2505に格納される。本発明の実施例では、上で述べた処理を実施するためのアプリケーション・プログラムはリムーバブル・ディスク2511に格納されて頒布され、ドライブ装置2513からHDD2505にインストールされる。インターネットなどのネットワーク及び通信制御部2517を経由して、HDD2505にインストールされる場合もある。このようなコンピュータ装置は、上で述べたCPU2503、メモリ2501などのハードウエアとOS及び必要なアプリケーション・プログラムとが有機的に協働することにより、上で述べたような各種機能を実現する。   The business system analyzer is a computer device, and as shown in FIG. 78, a memory 2501, a CPU 2503, a hard disk drive (HDD) 2505, a display controller 2507 connected to the display device 2509, and a removable disk 2511. Drive device 2513, input device 2515, and communication control unit 2517 for connecting to a network are connected by a bus 2519. An operating system (OS) and an application program for executing the processing in this embodiment are stored in the HDD 2505, and are read from the HDD 2505 to the memory 2501 when executed by the CPU 2503. If necessary, the CPU 2503 controls the display control unit 2507, the communication control unit 2517, and the drive device 2513 to perform necessary operations. Further, data in the middle of processing is stored in the memory 2501 and stored in the HDD 2505 if necessary. In the embodiment of the present invention, an application program for executing the processing described above is stored and distributed in the removable disk 2511 and installed from the drive device 2513 to the HDD 2505. In some cases, the HDD 2505 may be installed via a network such as the Internet and the communication control unit 2517. Such a computer device realizes various functions as described above by organically cooperating the hardware such as the CPU 2503 and the memory 2501 described above with the OS and necessary application programs.

以上本実施の形態をまとめると以下のようになる。   The present embodiment can be summarized as follows.

本業務フローデータ処理方法は、(A)特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各プロセスインスタンスに含まれるイベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、(B)統計情報格納部に格納されている各イベント間遷移発生頻度を、該当する発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、発側イベントクラスに属するイベントインスタンスが発生した場合に着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各イベントクラスに属するイベントインスタンスの発生頻度を全種のイベントクラスに属するイベントインスタンスの発生頻度の総和で除することによって、各イベントクラスに属するイベントインスタンスの発生確率を算出し、統計情報格納部に格納するステップと、(C)特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する条件付き確率と判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの発生確率とを用いて規定される評価式の値を、統計情報格納部に格納されている各イベント間遷移発生頻度に係る各遷移について算出し、統計情報格納部に格納するステップと、(D)統計情報格納部に格納されている、各遷移の評価式の値のうち所定の閾値未満となっている評価式の値に係る遷移を見かけ上遷移として検出するステップとを含む。   In this business flow data processing method, (A) process instance data created by arranging in a time series event instances belonging to any of the event classes of a plurality of business events executed during business processing related to a specific matter. The occurrence frequency of transitions from the event class to the destination event class from the transitions between the event instances included in each process instance stored in the stored process instance data storage unit is counted as the transition frequency between events. By dividing the frequency of occurrence of transition between events stored in the statistical information storage unit by the frequency of occurrence of event instances belonging to the corresponding originating event class, Event instances belonging to the originating event class In addition to calculating the conditional probability that an event instance belonging to the destination event class will occur if it occurs, the frequency of event instances belonging to each event class is divided by the sum of the occurrence frequency of event instances belonging to all event classes. To calculate the occurrence probability of the event instance belonging to each event class and store it in the statistical information storage unit, and (C) the event class of a plurality of business events executed during the business processing related to a specific matter Transition between events in a process instance created by arranging event instances belonging to one of them in chronological order, and there is no causal relationship between the tasks corresponding to the originating event and the terminating event of the transition between the events. That are being implemented in parallel This is an evaluation expression for detecting the event, and when an event instance belonging to the originating event class of the transition to be judged occurs, there is a condition that an event instance belonging to the destination event class of the transition to be judged occurs The evaluation formula value defined using the probability and the occurrence probability of the event instance belonging to the event class on the arrival side of the transition to be judged is the value related to each event transition frequency stored in the statistical information storage unit. A step of calculating the transition and storing it in the statistical information storage unit; and (D) a value of the evaluation formula stored in the statistical information storage unit that is less than a predetermined threshold among the evaluation formula values of each transition. And apparently detecting such a transition as a transition.

従来の方法に従えばイベントインスタンスを単純に発生日時で時系列に接続してプロセスインスタンスを生成してしまうので、主要経路と当該主要経路から分岐している並列経路とを含むような業務プロセスが実施される場合には問題が生ずる。すなわち、互いに並列関係にある部分フロー中のイベント間に業務フローに対応せず、見かけ上の遷移を誤設定するため、ユーザが業務フローを適切に把握できない。上で述べたような処理を実施することによって、並列経路に属するようなイベントインスタンスと主要経路に属するようなイベントインスタンスとの間の見かけ上遷移を統計的に検出することができるようになり、例えばユーザの確認の下採否を決定することができるようになる。   According to the conventional method, event instances are simply connected in chronological order according to the date and time of occurrence, and process instances are generated, so a business process including a main route and a parallel route branched from the main route Problems arise when implemented. That is, the business flow is not handled between events in the partial flows that are in parallel with each other, and the apparent transition is erroneously set, so that the user cannot properly grasp the business flow. By performing the processing as described above, it becomes possible to statistically detect an apparent transition between an event instance belonging to the parallel route and an event instance belonging to the main route, For example, the acceptance / rejection can be determined with the user's confirmation.

また、本方法は、プロセスインスタンスデータ格納部に格納されている各プロセスインスタンスについて、特定された見かけ上遷移に該当する遷移を含むか判断し、含む場合には見かけ上遷移に該当する遷移を削除して、見かけ上遷移の削除後のプロセスインスタンスのデータをデータ格納部に格納するステップをさらに含むようにしても良い。このようにすれば、自動的に実際の業務上は発生していないと推定される遷移を排除することができるようになる。   In addition, this method determines whether each process instance stored in the process instance data storage unit includes a transition corresponding to the specified apparent transition, and if so, deletes the transition corresponding to the apparent transition. Then, it may further include a step of storing the data of the process instance after apparently deleting the transition in the data storage unit. In this way, it is possible to eliminate a transition that is automatically estimated not to occur in actual work.

さらに、本方法は、データ格納部に格納されている、見かけ上遷移の削除後の各プロセスインスタンスに含まれる未接続イベントインスタンスの各々について、削除された見かけ上遷移の代わりに発生日時が最も近く且つ見かけ上遷移に該当しないイベントインスタンスを同一プロセスインスタンスにおいて検出して、検出された当該イベントインスタンスとの代替遷移を設定するステップをさらに含むようにしても良い。このように自動的に代替遷移を決定すれば、ユーザの負担を軽減することができる。但し、このように代替遷移を決定した後にさらに自動的に又は手動で修正するようにしても良い。   In addition, this method has the closest occurrence date and time for each unconnected event instance included in each process instance after the apparent transition deletion stored in the data storage unit instead of the apparent transition deleted. Further, it may further include a step of detecting an event instance that does not seem to correspond to the transition in the same process instance, and setting an alternative transition with the detected event instance. If the alternative transition is automatically determined in this way, the burden on the user can be reduced. However, after the alternative transition is determined in this way, it may be further automatically or manually corrected.

また、上で述べた評価式が、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの発生確率で除した値と1との差の絶対値を算出する式とする場合もある。このような評価式は、主要経路のイベントインスタンスと並列経路のイベントインスタンスとが独立に発生するという性質に基づくものであって、独立性が弱ければ大きな値となり、独立性が強ければ小さな値になる。   In addition, when the above-described evaluation formula generates an event instance that belongs to the transition-side event class of the transition to be judged, a conditional probability that an event instance that belongs to the destination-side event class of the transition to be judged will occur May be an expression that calculates the absolute value of the difference between 1 and the value obtained by dividing the occurrence of the event instance belonging to the event class on the arrival side of the transition to be determined. Such an evaluation formula is based on the property that the event instances of the main route and the event instances of the parallel route are generated independently. Become.

なお、本発明に係る方法をコンピュータに実行させるためのプログラムを作成することができ、当該プログラムは、例えばフレキシブル・ディスク、CD−ROM、光磁気ディスク、半導体メモリ、ハードディスク等の記憶媒体又は記憶装置に格納される。なお、処理途中のデータについては、コンピュータのメモリ等の記憶装置に一時保管される。
以上の実施例を含む実施形態に関し、さらに以下の付記を開示する。
A program for causing a computer to execute the method according to the present invention can be created, and the program is a storage medium or storage device such as a flexible disk, a CD-ROM, a magneto-optical disk, a semiconductor memory, and a hard disk. Stored in Note that data being processed is temporarily stored in a storage device such as a computer memory.
The following supplementary notes are further disclosed with respect to the embodiments including the above examples.

(付記1)
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納するステップと、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出するステップと、
を、コンピュータに実行させるための業務フローデータ処理プログラム。
(Appendix 1)
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series A step of counting the frequency of occurrence of transition from the originating event class to the destination event class as the frequency of occurrence of transition between events from each transition between the event instances included in each of the process instances being stored in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Calculating the probability of occurrence of an event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. A step of calculating for each of said transitions according to each of said inter-event transition occurrence frequency stored is stored in the statistical information storage section, the
Detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
Is a business flow data processing program for causing a computer to execute.

(付記2)
前記プロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスについて、特定された前記見かけ上遷移に該当する遷移を含むか判断し、含む場合には前記見かけ上遷移に該当する遷移を削除して、前記見かけ上遷移の削除後の前記プロセスインスタンスのデータをデータ格納部に格納するステップ
をさらにコンピュータに実行させるための付記1記載の業務フローデータ処理プログラム。
(Appendix 2)
For each of the process instances stored in the process instance data storage unit, it is determined whether the transition corresponding to the specified apparent transition is included, and if included, the transition corresponding to the apparent transition is deleted. The business flow data processing program according to appendix 1, further causing the computer to execute a step of storing the data of the process instance in the data storage unit after the apparent transition is deleted.

(付記3)
前記データ格納部に格納されている、前記見かけ上遷移の削除後の各前記プロセスインスタンスに含まれる未接続イベントインスタンスの各々について、削除された前記見かけ上遷移の代わりに発生日時が最も近く且つ前記見かけ上遷移に該当しないイベントインスタンスを同一プロセスインスタンスにおいて検出して、検出された当該イベントインスタンスとの代替遷移を設定するステップ
をさらにコンピュータに実行させるための付記2記載の業務フローデータ処理プログラム。
(Appendix 3)
For each unconnected event instance included in each of the process instances after deletion of the apparent transition stored in the data storage unit, the occurrence date and time is the closest instead of the deleted apparent transition and the The business flow data processing program according to appendix 2, for causing a computer to further execute a step of detecting an event instance that does not appear to be a transition in the same process instance and setting an alternative transition with the detected event instance.

(付記4)
前記評価式が、
前記判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率を前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率で除した値と1との差の絶対値を算出する式である
付記1乃至3のいずれか1つ記載の業務フローデータ処理プログラム。
(Appendix 4)
The evaluation formula is
When an event instance belonging to the originating event class of the transition to be determined occurs, the conditional probability that the event instance belonging to the arrival event class of the transition to be determined occurs will be determined as the transition of the transition to be determined. The business flow data processing program according to any one of supplementary notes 1 to 3, which is an expression for calculating an absolute value of a difference between a value obtained by dividing the event instance belonging to the arrival-side event class by the occurrence probability and 1.

(付記5)
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納するステップと、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出するステップと、
を含み、コンピュータに実行される業務フローデータ処理方法。
(Appendix 5)
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series A step of counting the frequency of occurrence of transition from the originating event class to the destination event class as the frequency of occurrence of transition between events from each transition between the event instances included in each of the process instances being stored in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Calculating the probability of occurrence of an event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. A step of calculating for each of said transitions according to each of said inter-event transition occurrence frequency stored is stored in the statistical information storage section, the
Detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
A business flow data processing method executed on a computer.

(付記6)
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納する手段と、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納する手段と、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納する手段と、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出する手段と、
を有する業務フローデータ処理装置。
(Appendix 6)
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series Means for counting the frequency of occurrence of transitions from the event class of the originating side to the event class of the incoming side from the transitions between the event instances included in each of the process instances as the frequency of occurrence of transitions between events, and storing in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Means for calculating the occurrence probability of the event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. Means for each said related to each of said inter-event transition occurrence frequency stored calculated for the transition, stored in the statistical information storage section, the
Means for detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
A business flow data processing apparatus.

1 分析対象データ格納部 3 イベント候補データ生成部
5 イベント候補データ格納部 7 イベントデータ生成部
9 イベントデータ格納部 11 入出力部
13 プロセスインスタンス生成部 15 プロセスインスタンスデータ格納部
17 並列処理推定部
19 並列処理推定後プロセスインスタンスデータ格納部
21 プロセスインスタンス分類処理部 23 モデルデータ格納部
25 プロセス表示処理部
31 タイムスタンプ処理部 32 イベントID・関連ID候補処理部
34 イベント名処理部 35 スコア表格納部
171 統計情報抽出部 173 統計情報格納部
175 見かけ上遷移検出部 177 見かけ上遷移削除部
179 代替遷移決定処理部
181 並列処理該当プロセスインスタンスデータ格納部
DESCRIPTION OF SYMBOLS 1 Analysis object data storage part 3 Event candidate data generation part 5 Event candidate data storage part 7 Event data generation part 9 Event data storage part 11 Input / output part 13 Process instance generation part 15 Process instance data storage part 17 Parallel processing estimation part 19 Parallel Process estimation post-process instance data storage unit 21 Process instance classification processing unit 23 Model data storage unit 25 Process display processing unit 31 Time stamp processing unit 32 Event ID / related ID candidate processing unit 34 Event name processing unit 35 Score table storage unit 171 Statistics Information extraction unit 173 Statistical information storage unit 175 Apparent transition detection unit 177 Apparent transition deletion unit 179 Alternative transition determination processing unit
181 Process instance data storage section for parallel processing

Claims (6)

特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納するステップと、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出するステップと、
を、コンピュータに実行させるための業務フローデータ処理プログラム。
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series A step of counting the frequency of occurrence of transition from the originating event class to the destination event class as the frequency of occurrence of transition between events from each transition between the event instances included in each of the process instances being stored in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Calculating the probability of occurrence of an event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. A step of calculating for each of said transitions according to each of said inter-event transition occurrence frequency stored is stored in the statistical information storage section, the
Detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
Is a business flow data processing program for causing a computer to execute.
前記プロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスについて、特定された前記見かけ上遷移に該当する遷移を含むか判断し、含む場合には前記見かけ上遷移に該当する遷移を削除して、前記見かけ上遷移の削除後の前記プロセスインスタンスのデータをデータ格納部に格納するステップ
をさらにコンピュータに実行させるための請求項1記載の業務フローデータ処理プログラム。
For each of the process instances stored in the process instance data storage unit, it is determined whether the transition corresponding to the specified apparent transition is included, and if included, the transition corresponding to the apparent transition is deleted. The business flow data processing program according to claim 1, further causing the computer to execute a step of storing the data of the process instance in the data storage unit after the apparent transition is deleted.
前記データ格納部に格納されている、前記見かけ上遷移の削除後の各前記プロセスインスタンスに含まれる未接続イベントインスタンスの各々について、削除された前記見かけ上遷移の代わりに発生日時が最も近く且つ前記見かけ上遷移に該当しないイベントインスタンスを同一プロセスインスタンスにおいて検出して、検出された当該イベントインスタンスとの代替遷移を設定するステップ
をさらにコンピュータに実行させるための請求項2記載の業務フローデータ処理プログラム。
For each unconnected event instance included in each of the process instances after deletion of the apparent transition stored in the data storage unit, the occurrence date and time is the closest instead of the deleted apparent transition and the The business flow data processing program according to claim 2, further causing a computer to execute a step of detecting an event instance that does not seem to correspond to a transition in the same process instance and setting an alternative transition with the detected event instance.
前記評価式が、
前記判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率を前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率で除した値と1との差の絶対値を算出する式である
請求項1乃至3のいずれか1つ記載の業務フローデータ処理プログラム。
The evaluation formula is
When an event instance belonging to the originating event class of the transition to be determined occurs, the conditional probability that the event instance belonging to the arrival event class of the transition to be determined occurs is determined as the transition of the transition to be determined. The business flow data processing program according to any one of claims 1 to 3, wherein the work flow data processing program is an expression for calculating an absolute value of a difference between a value obtained by dividing the event instance belonging to the arrival-side event class by the occurrence probability.
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納するステップと、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納するステップと、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出するステップと、
を含み、コンピュータに実行される業務フローデータ処理方法。
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series A step of counting the frequency of occurrence of transition from the originating event class to the destination event class as the frequency of occurrence of transition between events from each transition between the event instances included in each of the process instances being stored in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Calculating the probability of occurrence of an event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. A step of calculating for each of said transitions according to each of said inter-event transition occurrence frequency stored is stored in the statistical information storage section, the
Detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
A business flow data processing method executed on a computer.
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンスのデータを格納するプロセスインスタンスデータ格納部に格納されている各前記プロセスインスタンスに含まれる前記イベントインスタンス間の各遷移から、発側イベントクラスから着側イベントクラスへの遷移の発生頻度をイベント間遷移発生頻度として計数し、統計情報格納部に格納する手段と、
前記統計情報格納部に格納されている各前記イベント間遷移発生頻度を、該当する前記発側イベントクラスに属するイベントインスタンスの発生頻度で除することによって、前記発側イベントクラスに属するイベントインスタンスが発生した場合に前記着側イベントクラスに属するイベントインスタンスが発生する条件付き確率を算出すると共に、各前記イベントクラスに属するイベントインスタンスの発生頻度を前記イベントクラスに属する前記イベントインスタンスの発生頻度の総和で除することによって、各前記イベントクラスに属するイベントインスタンスの発生確率を算出し、前記統計情報格納部に格納する手段と、
特定の案件に関する業務処理中に実施された複数の業務イベントのイベントクラスのいずれかに属するイベントインスタンスを時系列に並べることにより作成したプロセスインスタンス中のイベント間遷移であって、当該イベント間遷移の発側イベント・着側イベントに対応する業務間に因果関係が無く独立して並列実施されているものを見かけ上遷移として検出するための評価式であって、判断対象となる遷移の発側イベントクラスに属するイベントインスタンスが発生した場合に当該判断対象となる遷移の着側イベントクラスに属するイベントインスタンスが発生する前記条件付き確率と前記判断対象となる遷移の着側イベントクラスに属するイベントインスタンスの前記発生確率とを用いて規定される評価式の値を、前記統計情報格納部に格納されている各前記イベント間遷移発生頻度に係る各前記遷移について算出し、前記統計情報格納部に格納する手段と、
前記統計情報格納部に格納されている、各前記遷移の前記評価式の値のうち所定の閾値未満となっている前記評価式の値に係る前記遷移を前記見かけ上遷移として検出する手段と、
を有する業務フローデータ処理装置。
Stored in the process instance data storage that stores data of process instances created by arranging event instances belonging to one of the event classes of multiple business events executed during business processing related to a specific matter in time series Means for counting the frequency of occurrence of transitions from the event class of the originating side to the event class of the incoming side from the transitions between the event instances included in each of the process instances as the frequency of occurrence of transitions between events, and storing in the statistical information storage unit When,
An event instance belonging to the originating event class is generated by dividing the frequency of occurrence of transition between the events stored in the statistical information storage unit by the occurrence frequency of the event instance belonging to the corresponding originating event class. In this case, a conditional probability that an event instance belonging to the destination event class will occur is calculated, and the occurrence frequency of the event instance belonging to each event class is divided by the sum of the occurrence frequencies of the event instances belonging to the event class. Means for calculating the occurrence probability of the event instance belonging to each of the event classes, and storing it in the statistical information storage unit;
A transition between events in a process instance created by arranging in a time series event instances that belong to one of the event classes of a plurality of business events executed during business processing related to a specific matter. This is an evaluation formula for apparently detecting a transition that has been executed independently and in parallel without any causal relationship between the tasks corresponding to the originating event and the terminating event, and the originating event of the transition to be judged When the event instance belonging to the class occurs, the conditional probability that the event instance belonging to the destination event class of the transition to be determined occurs and the event instance belonging to the destination event class of the transition to be determined The value of the evaluation formula defined using the probability of occurrence is stored in the statistical information. Means for each said related to each of said inter-event transition occurrence frequency stored calculated for the transition, stored in the statistical information storage section, the
Means for detecting the transition related to the value of the evaluation formula that is less than a predetermined threshold among the values of the evaluation formula of each transition stored in the statistical information storage unit as the apparent transition;
A business flow data processing apparatus.
JP2009121536A 2009-05-20 2009-05-20 Business flow processing program, method and apparatus Expired - Fee Related JP5246031B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009121536A JP5246031B2 (en) 2009-05-20 2009-05-20 Business flow processing program, method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009121536A JP5246031B2 (en) 2009-05-20 2009-05-20 Business flow processing program, method and apparatus

Publications (2)

Publication Number Publication Date
JP2010271806A true JP2010271806A (en) 2010-12-02
JP5246031B2 JP5246031B2 (en) 2013-07-24

Family

ID=43419797

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009121536A Expired - Fee Related JP5246031B2 (en) 2009-05-20 2009-05-20 Business flow processing program, method and apparatus

Country Status (1)

Country Link
JP (1) JP5246031B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012150575A (en) * 2011-01-17 2012-08-09 Fujitsu Ltd Analyzer, analysis program, and analysis method
KR101492385B1 (en) 2012-12-07 2015-02-13 부산대학교 산학협력단 Process Analysis Method and System Using Distance
WO2017013787A1 (en) * 2015-07-23 2017-01-26 株式会社日立製作所 Analysis device, analysis method, and analysis program
CN110084517A (en) * 2019-04-28 2019-08-02 西安理工大学 A kind of workflow method of oriented towards education data logging
US10580082B2 (en) 2016-04-28 2020-03-03 Fujitsu Limited Flow generating program, flow generating method, and flow generating device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001155063A (en) * 1999-11-26 2001-06-08 Creative Brains:Kk Method and device for analyzing thought system
JP2004334430A (en) * 2003-05-06 2004-11-25 Nippon Telegr & Teleph Corp <Ntt> Method, system and program for processing work flow statistical information, and storage medium with the program stored therein
JP2005505862A (en) * 2001-10-18 2005-02-24 ハンディソフト カンパニー リミテッド Workflow Mining System and Method (System Method for Work Flow Mining)
JP2005115494A (en) * 2003-10-03 2005-04-28 Fujitsu Ltd Business process tracking device, business process tracking method, business process tracking program, and recording medium recording business process tracking program
JP2006338274A (en) * 2005-06-01 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Structure estimation method for business process model and device therefor
WO2007132547A1 (en) * 2006-05-16 2007-11-22 Fujitsu Limited Job model generation program, job model generation method, and job model generation device
JP2007328712A (en) * 2006-06-09 2007-12-20 Hitachi Ltd Time series pattern generation system and time series pattern generating method
JP2008027072A (en) * 2006-07-19 2008-02-07 Fujitsu Ltd Database analysis program, database analysis apparatus and database analysis method
WO2008032393A1 (en) * 2006-09-15 2008-03-20 Fujitsu Limited Information processing method and device for work process analysis
JP2010020634A (en) * 2008-07-11 2010-01-28 Fujitsu Ltd Workflow processing program, method, and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001155063A (en) * 1999-11-26 2001-06-08 Creative Brains:Kk Method and device for analyzing thought system
JP2005505862A (en) * 2001-10-18 2005-02-24 ハンディソフト カンパニー リミテッド Workflow Mining System and Method (System Method for Work Flow Mining)
JP2004334430A (en) * 2003-05-06 2004-11-25 Nippon Telegr & Teleph Corp <Ntt> Method, system and program for processing work flow statistical information, and storage medium with the program stored therein
JP2005115494A (en) * 2003-10-03 2005-04-28 Fujitsu Ltd Business process tracking device, business process tracking method, business process tracking program, and recording medium recording business process tracking program
JP2006338274A (en) * 2005-06-01 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Structure estimation method for business process model and device therefor
WO2007132547A1 (en) * 2006-05-16 2007-11-22 Fujitsu Limited Job model generation program, job model generation method, and job model generation device
JP2007328712A (en) * 2006-06-09 2007-12-20 Hitachi Ltd Time series pattern generation system and time series pattern generating method
JP2008027072A (en) * 2006-07-19 2008-02-07 Fujitsu Ltd Database analysis program, database analysis apparatus and database analysis method
WO2008032393A1 (en) * 2006-09-15 2008-03-20 Fujitsu Limited Information processing method and device for work process analysis
JP2010020634A (en) * 2008-07-11 2010-01-28 Fujitsu Ltd Workflow processing program, method, and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012150575A (en) * 2011-01-17 2012-08-09 Fujitsu Ltd Analyzer, analysis program, and analysis method
KR101492385B1 (en) 2012-12-07 2015-02-13 부산대학교 산학협력단 Process Analysis Method and System Using Distance
WO2017013787A1 (en) * 2015-07-23 2017-01-26 株式会社日立製作所 Analysis device, analysis method, and analysis program
US10580082B2 (en) 2016-04-28 2020-03-03 Fujitsu Limited Flow generating program, flow generating method, and flow generating device
CN110084517A (en) * 2019-04-28 2019-08-02 西安理工大学 A kind of workflow method of oriented towards education data logging
CN110084517B (en) * 2019-04-28 2024-01-30 北京第一因科技有限公司 Workflow method for educational data log

Also Published As

Publication number Publication date
JP5246031B2 (en) 2013-07-24

Similar Documents

Publication Publication Date Title
JP4832523B2 (en) Information processing method and apparatus for business process analysis
JP4704461B2 (en) Business model generation program, business model generation method, and business model generation device
JP4458493B2 (en) Log notification condition definition support apparatus, log monitoring system, program, and log notification condition definition support method
US20110161132A1 (en) Method and system for extracting process sequences
JP5246031B2 (en) Business flow processing program, method and apparatus
JP6420524B2 (en) Analysis server device, data analysis system, and data analysis method
JP5169560B2 (en) Business flow processing program, method and apparatus
CN111949480B (en) Log anomaly detection method based on component perception
JP5588811B2 (en) Data analysis support system and method
JP2020009154A (en) Event monitoring device, event management system, and event monitoring method
JP5012911B2 (en) Business flow processing program, method and apparatus
US20190266618A1 (en) Data management apparatus and data management system
JP4953834B2 (en) Data analysis method and data analysis system
US20130198147A1 (en) Detecting statistical variation from unclassified process log
US8335759B2 (en) Work analysis device and recording medium recording work analysis program
JP5690472B2 (en) Data extraction system
JP5316216B2 (en) Association processing method and flow comparison processing apparatus
JP5735326B2 (en) IT failure detection / retrieval device and program
JP2011123652A (en) Data analysis system and method thereof
JP5565202B2 (en) Process instance processing method and apparatus
JP2011118575A (en) Failure countermeasure information acquisition method and management server
US20230143297A1 (en) Production knowledge management system, production knowledge management method, and production knowledge management program
JP2018067117A (en) Management computer and management method of electronic computer
Kong et al. Real Manufacturing Oriented Data Process Techniques with Domain Knowledge
CN114787807A (en) Information processing apparatus, information processing method, and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120105

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130307

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130312

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130325

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160419

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees