JP2007249598A - Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program - Google Patents

Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program Download PDF

Info

Publication number
JP2007249598A
JP2007249598A JP2006071920A JP2006071920A JP2007249598A JP 2007249598 A JP2007249598 A JP 2007249598A JP 2006071920 A JP2006071920 A JP 2006071920A JP 2006071920 A JP2006071920 A JP 2006071920A JP 2007249598 A JP2007249598 A JP 2007249598A
Authority
JP
Japan
Prior art keywords
application
information
processing
flow definition
definition information
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.)
Pending
Application number
JP2006071920A
Other languages
Japanese (ja)
Inventor
Mitsuyoshi Yamatari
光義 山足
Akihiro Baba
昭宏 馬場
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2006071920A priority Critical patent/JP2007249598A/en
Publication of JP2007249598A publication Critical patent/JP2007249598A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To share processing flow definition information and perform processing different for each application program in a plurality of application programs executed by an application execution device. <P>SOLUTION: A specific flow information notification part 230 of the application execution device 200 notifies application identification information and business identification information to the processing flow control device 100 as application notification information 550. An application notification information acquisition part 151 acquires the application notification information 550. An application specific flow definition information acquisition part 152 acquires application specific flow definition information in which the application identification information is matched to the business identification information. An application specific processing execution part 153 acquires and executes a processing logic identified by the acquired application specific flow definition information. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

この発明は、処理フローを定義した情報を利用して処理を行う処理フロー制御装置に関する。   The present invention relates to a processing flow control apparatus that performs processing using information defining a processing flow.

従来の業務フローシステムでは、あらかじめ処理フロー(業務の実行手順等)を設計して、処理フロー定義情報(業務プロセス定義情報、業務フロー定義情報とも呼ばれる)として記憶しておき、業務フローエンジンが処理フロー定義情報にしたがって、業務を実行している。
処理フローを構成するそれぞれの業務における処理の内容は、処理フロー設計段階で決まっている必要があり、処理フロー定義情報のなかで、あらかじめ定義されている。
In a conventional business flow system, a processing flow (business execution procedure, etc.) is designed in advance and stored as processing flow definition information (also called business process definition information or business flow definition information), which is processed by the business flow engine. The business is executed according to the flow definition information.
The contents of processing in each business constituting the processing flow must be determined at the processing flow design stage, and are defined in advance in the processing flow definition information.

処理フローを設計したあとで処理の内容を変更する方式としては、起動するプログラムについての情報を、処理フロー定義情報と別に設定する方式(例えば特許文献6)や、業務の状態があらかじめ設定した例外条件と一致する場合に、例外処理を行う方式(例えば特許文献3)などがある。
特開平11−85877号公報 特開2000−137763号公報 特開2005−84944号公報 特開平9−160976号公報 特開平10−27203号公報 特開2001−51834号公報 特開2004−246457号公報
As a method for changing the processing contents after designing the processing flow, a method for setting information about the program to be started separately from the processing flow definition information (for example, Patent Document 6), or an exception in which the state of the business is set in advance. There is a method (for example, Patent Document 3) that performs exception processing when the conditions match.
JP-A-11-85877 JP 2000-137763 A JP 2005-84944 A JP-A-9-160976 Japanese Patent Laid-Open No. 10-272203 JP 2001-51834 A JP 2004-246457 A

従来の処理フロー定義情報は、特定の業務フローエンジンに特化したものであるので、複数のアプリケーションが1つの処理フロー定義情報を共有することは難しい。
また、複数のアプリケーションが1つの処理フロー定義情報を共有する場合、アプリケーションごとに異なる処理をさせる必要があるが、従来の技術では、そのように柔軟に処理を変更することはできない。
この発明は、例えば、上記のような課題を解決するためになされたものであり、処理フロー定義情報を複数のアプリケーションで共有し、アプリケーションによって処理の内容を変更することを目的とする。
Since conventional process flow definition information is specialized for a specific business flow engine, it is difficult for a plurality of applications to share one process flow definition information.
Further, when a plurality of applications share one processing flow definition information, it is necessary to perform different processing for each application. However, in the conventional technology, the processing cannot be changed flexibly as such.
The present invention has been made in order to solve the above-described problems, for example, and has an object to share processing flow definition information among a plurality of applications and change the contents of processing by the applications.

この発明にかかる処理フロー制御装置は、
情報を入力する入力装置と、
情報を処理する処理装置と、
情報を記憶する記憶装置と、
上記処理装置を用いて、業務と、上記業務の実行手順とを示す処理フロー定義情報を、上記記憶装置に記憶する処理フロー定義情報記憶部と、
上記処理装置を用いて、アプリケーションプログラムを識別するアプリケーション識別情報と、上記処理フロー定義情報記憶部が記憶した処理フロー定義情報によって示される業務を識別する業務識別情報と、上記業務識別情報によって識別される業務に関連する処理を行う処理ロジックを識別する処理ロジック識別情報とを対応づけて、アプリケーション固有フロー定義情報として、上記記憶装置に記憶するアプリケーション固有フロー定義情報記憶部と、
上記処理装置を用いて、アプリケーションプログラムを実行するアプリケーション実行装置が通知するアプリケーション識別情報と、業務識別情報とを、アプリケーション通知情報として、上記入力装置から取得するアプリケーション通知情報取得部と、
上記処理装置を用いて、上記アプリケーション固有フロー定義情報記憶部が記憶したアプリケーション固有フロー定義情報のうち、上記アプリケーション固有フロー定義情報におけるアプリケーション識別情報と業務識別情報とが、それぞれ、上記アプリケーション通知情報取得部が取得したアプリケーション通知情報におけるアプリケーション識別情報と業務識別情報とに一致するアプリケーション固有フロー定義情報を、上記記憶装置から取得するアプリケーション固有フロー定義情報取得部と、
上記処理装置を用いて、上記アプリケーション固有フロー定義情報取得部が取得したアプリケーション固有フロー定義情報における処理ロジック識別情報によって識別される処理ロジックを実行するアプリケーション固有処理実行部と、
を有することを特徴とする。
The processing flow control device according to the present invention is:
An input device for inputting information;
A processing device for processing information;
A storage device for storing information;
A processing flow definition information storage unit for storing, in the storage device, processing flow definition information indicating a business and an execution procedure of the business using the processing device;
Using the processing device, the application identification information for identifying the application program, the business identification information for identifying the business indicated by the processing flow definition information stored in the processing flow definition information storage unit, and the business identification information An application-specific flow definition information storage unit that stores processing logic identification information that identifies a processing logic that performs processing related to a task, and stores it in the storage device as application-specific flow definition information;
Using the processing device, application identification information notified by an application execution device that executes an application program, and business identification information as application notification information, an application notification information acquisition unit that acquires from the input device,
Of the application specific flow definition information stored in the application specific flow definition information storage unit using the processing device, the application identification information and the business identification information in the application specific flow definition information are obtained as the application notification information, respectively. An application-specific flow definition information acquisition unit that acquires, from the storage device, application-specific flow definition information that matches the application identification information and the business identification information in the application notification information acquired by the unit;
Using the processing device, an application specific process execution unit that executes the processing logic identified by the processing logic identification information in the application specific flow definition information acquired by the application specific flow definition information acquisition unit,
It is characterized by having.

この発明にかかる処理フロー制御装置によれば、例えば、アプリケーション固有フロー定義情報記憶部が記憶したアプリケーション固有フロー定義情報のうち、アプリケーション実行装置が通知したアプリケーション通知情報におけるアプリケーション識別情報・業務識別情報と一致するアプリケーション識別情報・業務識別情報とを有するアプリケーション固有フロー定義情報において指定された処理ロジック名を、アプリケーション固有フロー定義情報取得部が取得し、処理ロジック記憶部が記憶した処理ロジックのうち、アプリケーション固有フロー定義情報取得部が取得した処理ロジック名と一致する処理ロジック名を有する処理ロジックを、アプリケーション固有処理実行部が実行するので、アプリケーション実行装置が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報を共有しつつ、アプリケーションプログラムごとに異なる処理を行うことができるという効果を奏する。   According to the processing flow control device according to the present invention, for example, among the application specific flow definition information stored in the application specific flow definition information storage unit, the application identification information / business identification information in the application notification information notified by the application execution device, and The processing logic name specified in the application-specific flow definition information having the matching application identification information / business identification information is acquired by the application-specific flow definition information acquisition unit and stored in the processing logic storage unit. Since the application specific process execution unit executes the processing logic having the processing logic name that matches the processing logic name acquired by the specific flow definition information acquisition unit, the application execution device executes it. The number application program is, while sharing the same processing flow definition information, an effect that it is possible to perform different processing for each application program.

実施の形態1.
実施の形態1を、図1〜図12を用いて説明する。
Embodiment 1 FIG.
The first embodiment will be described with reference to FIGS.

図1は、この実施の形態における処理フロー制御システム110の全体構成を概念的に示す概念図である。   FIG. 1 is a conceptual diagram conceptually showing the overall configuration of the processing flow control system 110 in this embodiment.

処理フロー制御装置100(サーバアプリケーション装置)は、処理フロー定義情報540を記憶している。
処理フロー定義情報540は、業務及び業務の実行手順を示す情報である。処理フロー定義情報540は、様々なアプリケーションが共通して利用する。
The processing flow control device 100 (server application device) stores processing flow definition information 540.
The process flow definition information 540 is information indicating a business and a business execution procedure. The process flow definition information 540 is commonly used by various applications.

処理フロー制御装置100は、固有フロー情報設定部160が、画面から処理フロー定義情報に関連付けて設定したいアプリケーション固有フロー定義情報570(プロセスID、ノードID、アプリケーション名、固有情報名、実行する処理ロジック名、実行条件など)を入力する。
処理フロー制御装置100は、入力したアプリケーション固有フロー定義情報570を記憶する。
In the processing flow control apparatus 100, the unique flow information setting unit 160 sets application specific flow definition information 570 (process ID, node ID, application name, unique information name, and processing logic to be executed) to be set in association with the processing flow definition information from the screen. Name, execution condition, etc.).
The processing flow control apparatus 100 stores the input application specific flow definition information 570.

アプリケーション実行装置200は、処理フロー制御装置100が記憶した処理フロー定義情報540を利用して、様々な処理を行う。例えば、処理フロー定義情報540によって示される業務を、その実行手順にしたがって実行する。あるいは、処理フロー定義情報540にしたがって業務を実行している他のアプリケーション実行装置200の実行状況を監視する。
アプリケーション実行装置200は、固有フロー情報通知部230が、該当プロセスの処理結果などのアプリケーション通知情報550(プロセス名、プロセスID、ノード名、ノードID、固有情報名と値など)を、処理フロー制御装置100に通知する。
The application execution apparatus 200 performs various processes using the process flow definition information 540 stored by the process flow control apparatus 100. For example, the business indicated by the processing flow definition information 540 is executed according to the execution procedure. Alternatively, the execution status of another application execution device 200 that is executing a task according to the processing flow definition information 540 is monitored.
In the application execution apparatus 200, the unique flow information notification unit 230 receives application notification information 550 (process name, process ID, node name, node ID, unique information name and value, etc.) such as the processing result of the corresponding process, and process flow control. Notify the device 100.

処理フロー制御装置100は、固有フロー情報制御部150が、アプリケーション通知情報550の通知を受ける。
固有フロー情報制御部150は、アプリケーション固有フロー定義情報570から、プロセスID、ノードID、アプリケーション名が、アプリケーション通知情報で受け取ったアプリケーション名と一致するアプリケーション固有フロー定義情報があるかを調べ、そのなかに、ロジック起動条件があるか起動する処理ロジックの指定があるかを調べる。
該当するものがある場合、固有フロー情報制御部150は、指定された起動する処理ロジックを実行する。起動する処理ロジックは、例えば、タスクが実行された事をメールで通知するなどのロジックを実行する。
In the processing flow control apparatus 100, the unique flow information control unit 150 receives the notification of the application notification information 550.
The unique flow information control unit 150 checks whether there is application-specific flow definition information in which the process ID, node ID, and application name match the application name received in the application notification information from the application-specific flow definition information 570. Whether there is a logic activation condition or a processing logic to be activated is specified.
If there is a corresponding one, the specific flow information control unit 150 executes the designated processing logic to be activated. The processing logic to be activated executes logic such as notifying that the task has been executed by e-mail.

図2は、この実施の形態における処理フロー制御装置100の外観の一例を示す図である。
図2において、処理フロー制御装置100は、システムユニット910、CRT(Cathode・Ray・Tube)やLCD(液晶)などの表示画面を有する表示装置901、キーボード902(Key・Board:K/B)、マウス903、FDD904(Flexible・Disk・ Drive)、コンパクトディスク装置905(CDD)、プリンタ装置906、スキャナ装置907などのハードウェア資源を備え、これらはケーブルや信号線で接続されている。
システムユニット910は、コンピュータであり、ファクシミリ機932、電話器931とケーブルで接続され、また、ローカルエリアネットワーク942(LAN)、ゲートウェイ941を介してインターネット940に接続されている。
FIG. 2 is a diagram showing an example of the appearance of the processing flow control apparatus 100 in this embodiment.
In FIG. 2, a processing flow control apparatus 100 includes a system unit 910, a display device 901 having a display screen such as a CRT (Cathode / Ray / Tube) or an LCD (liquid crystal), a keyboard 902 (Key / Board: K / B), The computer includes hardware resources such as a mouse 903, an FDD 904 (Flexible / Disk / Drive), a compact disk device 905 (CDD), a printer device 906, and a scanner device 907, which are connected by cables and signal lines.
The system unit 910 is a computer, and is connected to the facsimile machine 932 and the telephone 931 via a cable, and is connected to the Internet 940 via a local area network 942 (LAN) and a gateway 941.

図3は、この実施の形態における処理フロー制御装置100のハードウェア資源の一例を示す図である。
図3において、処理フロー制御装置100は、プログラムを実行するCPU911(Central・Processing・Unit、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、プロセッサともいう)を備えている。CPU911は、バス912を介してROM913、RAM914、通信ボード915、表示装置901、キーボード902、マウス903、FDD904、CDD905、プリンタ装置906、スキャナ装置907、磁気ディスク装置920と接続され、これらのハードウェアデバイスを制御する。磁気ディスク装置920の代わりに、光ディスク装置、メモリカード読み書き装置などの記憶装置でもよい。
RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920の記憶媒体は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部の一例である。
通信ボード915、キーボード902、スキャナ装置907、FDD904などは、入力部、入力装置の一例である。
また、通信ボード915、表示装置901、プリンタ装置906などは、出力部、出力装置の一例である。
FIG. 3 is a diagram illustrating an example of hardware resources of the processing flow control apparatus 100 in this embodiment.
In FIG. 3, the processing flow control device 100 includes a CPU 911 (also referred to as a central processing unit, a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, or a processor) that executes a program. The CPU 911 is connected to the ROM 913, the RAM 914, the communication board 915, the display device 901, the keyboard 902, the mouse 903, the FDD 904, the CDD 905, the printer device 906, the scanner device 907, and the magnetic disk device 920 via the bus 912, and the hardware. Control the device. Instead of the magnetic disk device 920, a storage device such as an optical disk device or a memory card read / write device may be used.
The RAM 914 is an example of a volatile memory. The storage media of the ROM 913, the FDD 904, the CDD 905, and the magnetic disk device 920 are an example of a nonvolatile memory. These are examples of a storage device or a storage unit.
The communication board 915, the keyboard 902, the scanner device 907, the FDD 904, and the like are examples of an input unit and an input device.
Further, the communication board 915, the display device 901, the printer device 906, and the like are examples of an output unit and an output device.

通信ボード915は、ファクシミリ機932、電話器931、LAN942等に接続されている。通信ボード915は、LAN942に限らず、インターネット940、ISDN等のWAN(ワイドエリアネットワーク)などに接続されていても構わない。インターネット940或いはISDN等のWANに接続されている場合、ゲートウェイ941は不用となる。
磁気ディスク装置920には、オペレーティングシステム921(OS)、ウィンドウシステム922、プログラム群923、ファイル群924が記憶されている。プログラム群923のプログラムは、CPU911、オペレーティングシステム921、ウィンドウシステム922により実行される。
The communication board 915 is connected to the facsimile machine 932, the telephone 931, the LAN 942, and the like. The communication board 915 is not limited to the LAN 942 and may be connected to the Internet 940, a WAN (wide area network) such as ISDN, or the like. When connected to a WAN such as the Internet 940 or ISDN, the gateway 941 is unnecessary.
The magnetic disk device 920 stores an operating system 921 (OS), a window system 922, a program group 923, and a file group 924. The programs in the program group 923 are executed by the CPU 911, the operating system 921, and the window system 922.

上記プログラム群923には、以下に述べる実施の形態の説明において「〜部」、「〜手段」として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。
ファイル群924には、以下に述べる実施の形態の説明において、「〜の判定結果」、「〜の計算結果」、「〜の処理結果」として説明する情報やデータや信号値や変数値やパラメータが、「〜ファイル」や「〜データベース」の各項目として記憶されている。「〜ファイル」や「〜データベース」は、ディスクやメモリなどの記録媒体に記憶される。ディスクやメモリになどの記憶媒体に記憶された情報やデータや信号値や変数値やパラメータは、読み書き回路を介してCPU911によりメインメモリやキャッシュメモリに読み出され、抽出・検索・参照・比較・演算・計算・処理・出力・印刷・表示などのCPUの動作に用いられる。抽出・検索・参照・比較・演算・計算・処理・出力・印刷・表示・抽出のCPUの動作の間、情報やデータや信号値や変数値やパラメータは、メインメモリやキャッシュメモリやバッファメモリに一時的に記憶される。
また、以下に述べる実施の形態の説明において説明するフローチャートの矢印の部分は主としてデータや信号の入出力を示し、データや信号値は、RAM914のメモリ、FDD904のフレキシブルディスク、CDD905のコンパクトディスク、磁気ディスク装置920の磁気ディスク、その他光ディスク、ミニディスク、DVD(Digital・Versatile・Disc)等の記録媒体に記録される。また、データや信号は、バス912や信号線やケーブルその他の伝送媒体によりオンライン伝送される。
The program group 923 stores programs for executing functions described as “˜unit” and “˜means” in the description of the embodiments described below. The program is read and executed by the CPU 911.
The file group 924 includes information, data, signal values, variable values, and parameters that are described as “determination results of”, “calculation results of”, and “processing results of” in the description of the embodiments described below. Are stored as items of “˜file” and “˜database”. The “˜file” and “˜database” are stored in a recording medium such as a disk or a memory. Information, data, signal values, variable values, and parameters stored in a storage medium such as a disk or memory are read out to the main memory or cache memory by the CPU 911 via a read / write circuit, and extracted, searched, referenced, compared, Used for CPU operations such as calculation, calculation, processing, output, printing, and display. Information, data, signal values, variable values, and parameters are stored in the main memory, cache memory, and buffer memory during the CPU operations of extraction, search, reference, comparison, operation, calculation, processing, output, printing, display, and extraction. Temporarily stored.
In addition, the arrows in the flowcharts described in the following description of the embodiments mainly indicate input / output of data and signals. The data and signal values are the RAM 914 memory, the FDD 904 flexible disk, the CDD 905 compact disk, and the magnetic field. Recording is performed on a recording medium such as a magnetic disk of the disk device 920, other optical disks, mini disks, and DVDs (Digital / Versatile / Disc). Data and signals are transmitted online via a bus 912, signal lines, cables, or other transmission media.

また、以下に述べる実施の形態の説明において「〜部」、「〜手段」として説明するものは、「〜回路」、「〜装置」、「〜機器」、「手段」であってもよく、また、「〜ステップ」、「〜手順」、「〜処理」であってもよい。すなわち、「〜部」、「〜手段」として説明するものは、ROM913に記憶されたファームウェアで実現されていても構わない。或いは、ソフトウェアのみ、或いは、素子・デバイス・基板・配線などのハードウェアのみ、或いは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。ファームウェアとソフトウェアは、プログラムとして、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等の記録媒体に記憶される。プログラムはCPU911により読み出され、CPU911により実行される。すなわち、プログラムは、以下に述べる「〜部」、「〜手段」としてコンピュータを機能させるものである。あるいは、以下に述べる「〜部」、「〜手段」の手順や方法をコンピュータに実行させるものである。   In addition, what is described as “to part” and “to means” in the description of embodiments described below may be “to circuit”, “to apparatus”, “to apparatus”, and “means”. Also, “˜step”, “˜procedure”, and “˜processing” may be used. That is, what is described as “˜unit” and “˜means” may be realized by firmware stored in the ROM 913. Alternatively, it may be implemented only by software, or only by hardware such as elements, devices, substrates, and wirings, by a combination of software and hardware, or by a combination of firmware. Firmware and software are stored as programs in a recording medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a mini disk, and a DVD. The program is read by the CPU 911 and executed by the CPU 911. That is, the program causes the computer to function as “to part” and “to means” described below. Alternatively, the procedure or method of “˜unit” and “˜means” described below is executed by a computer.

この実施の形態におけるアプリケーション実行装置200は、図2及び図3で説明した処理フロー制御装置100と同様の外観及びハードウェア構成を有する。   The application execution device 200 in this embodiment has the same appearance and hardware configuration as the processing flow control device 100 described in FIG. 2 and FIG.

図4は、この実施の形態における処理フロー制御システム110の機能ブロックの構成の一例を示すブロック構成図である。
処理フロー制御システム110は、処理フロー制御装置100、アプリケーション実行装置200を有する。
FIG. 4 is a block configuration diagram showing an example of a functional block configuration of the processing flow control system 110 in this embodiment.
The processing flow control system 110 includes a processing flow control device 100 and an application execution device 200.

アプリケーション実行装置200は、処理フロー定義情報540を利用するアプリケーションプログラムを実行する装置である。
なお、アプリケーション実行装置200は3つに限らず、もっと多くてもよいし、少なくてもよい。物理的に1台のアプリケーション実行装置200が、複数のアプリケーションプログラムを実行してもよいし、物理的に複数の装置が互いに協働して、1つのアプリケーション実行装置として機能してもよい。
The application execution device 200 is a device that executes an application program that uses the processing flow definition information 540.
Note that the number of application execution devices 200 is not limited to three, and may be more or less. One physical application execution device 200 may execute a plurality of application programs, or a plurality of physical devices may cooperate with each other to function as one application execution device.

アプリケーション実行装置200は、アプリケーション記憶部210、アプリケーション実行部220、固有フロー情報通知部230を有する。
アプリケーション記憶部210は、CPU911などの処理装置を用いて、アプリケーションプログラムを、磁気ディスク装置920などの記憶装置に記憶する。
アプリケーション実行部220は、CPU911などの処理装置を用いて、アプリケーション記憶部210が記憶したアプリケーションプログラムを実行する。その際、アプリケーション実行部220は、CPU911などの処理装置を用いて、処理フロー制御装置100の処理フロー定義情報記憶部140が記憶した処理フロー定義情報540を取得し、利用する。
固有フロー情報通知部230(アプリケーション固有フロー情報通知部)は、CPU911などの処理装置を用いて、アプリケーション通知情報550を、通信ボード915などの出力装置に出力し、処理フロー制御装置100に通知する。
なお、アプリケーション通知情報550については、後述する。
The application execution apparatus 200 includes an application storage unit 210, an application execution unit 220, and a unique flow information notification unit 230.
The application storage unit 210 stores the application program in a storage device such as the magnetic disk device 920 using a processing device such as the CPU 911.
The application execution unit 220 executes the application program stored in the application storage unit 210 using a processing device such as the CPU 911. At that time, the application execution unit 220 acquires and uses the processing flow definition information 540 stored in the processing flow definition information storage unit 140 of the processing flow control apparatus 100 using a processing device such as the CPU 911.
The unique flow information notification unit 230 (application specific flow information notification unit) outputs the application notification information 550 to an output device such as the communication board 915 using a processing device such as the CPU 911 and notifies the processing flow control device 100 of the application notification information. .
The application notification information 550 will be described later.

処理フロー制御装置100は、処理フロー定義情報記憶部140、固有フロー情報設定部160、アプリケーション固有フロー定義情報記憶部170、処理ロジック記憶部180、固有フロー情報制御部150を有する。   The processing flow control apparatus 100 includes a processing flow definition information storage unit 140, a specific flow information setting unit 160, an application specific flow definition information storage unit 170, a processing logic storage unit 180, and a specific flow information control unit 150.

処理フロー定義情報記憶部140は、CPU911などの処理装置を用いて、処理フロー定義情報540を、磁気ディスク装置920などの記憶装置に記憶する。   The processing flow definition information storage unit 140 stores the processing flow definition information 540 in a storage device such as the magnetic disk device 920 using a processing device such as the CPU 911.

固有フロー情報設定部160(アプリケーション固有フロー情報設定部)は、CPU911などの処理装置を用いて、処理フロー定義情報記憶部140が記憶した処理フロー定義情報540によって示される業務に関連するアプリケーション固有フロー定義情報570を、キーボード902などの入力装置から入力する。   The unique flow information setting unit 160 (application-specific flow information setting unit) uses a processing device such as the CPU 911 to apply an application-specific flow related to a task indicated by the processing flow definition information 540 stored in the processing flow definition information storage unit 140. Definition information 570 is input from an input device such as a keyboard 902.

アプリケーション固有フロー定義情報記憶部170は、CPU911などの処理装置を用いて、固有フロー情報設定部160が入力したアプリケーション固有フロー定義情報570を、磁気ディスク装置920などの記憶装置に記憶する。   The application specific flow definition information storage unit 170 stores the application specific flow definition information 570 input by the specific flow information setting unit 160 in a storage device such as the magnetic disk device 920 using a processing device such as the CPU 911.

処理ロジック記憶部180は、CPU911などの処理装置を用いて、処理ロジック580を、磁気ディスク装置920などの記憶装置に記憶する。
ここで、処理ロジック580とは、処理フロー定義情報540によって示される業務に関連して実行すべき処理を行うプログラムである。
The processing logic storage unit 180 stores the processing logic 580 in a storage device such as the magnetic disk device 920 using a processing device such as the CPU 911.
Here, the processing logic 580 is a program that performs processing to be executed in relation to the business indicated by the processing flow definition information 540.

固有フロー情報制御部150は、アプリケーション実行装置200が通知したアプリケーション通知情報550に基づいて、処理ロジック580を実行するなどの処理を制御する。
固有フロー情報制御部150は、アプリケーション通知情報取得部151、アプリケーション固有フロー定義情報取得部152、アプリケーション固有処理実行部153を有する。
The specific flow information control unit 150 controls processing such as executing the processing logic 580 based on the application notification information 550 notified by the application execution apparatus 200.
The specific flow information control unit 150 includes an application notification information acquisition unit 151, an application specific flow definition information acquisition unit 152, and an application specific process execution unit 153.

アプリケーション通知情報取得部151は、CPU911などの処理装置を用いて、アプリケーション実行装置200が通知したアプリケーション通知情報550を、通信ボード915などの入力装置から取得する。   The application notification information acquisition unit 151 acquires application notification information 550 notified by the application execution device 200 from an input device such as the communication board 915 using a processing device such as the CPU 911.

アプリケーション固有フロー定義情報取得部152は、CPU911などの処理装置を用いて、アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570のなかから、アプリケーション通知情報取得部151が取得したアプリケーション通知情報550と合致するものを探し、磁気ディスク装置920などの記憶装置から取得する。   The application specific flow definition information acquisition unit 152 uses the processing device such as the CPU 911 and the application acquired by the application notification information acquisition unit 151 from the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170. The information that matches the notification information 550 is searched for and acquired from a storage device such as the magnetic disk device 920.

アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、処理ロジック記憶部180が記憶した処理ロジック580のなかから、アプリケーション固有フロー定義情報取得部152が取得したアプリケーション固有フロー定義情報570によって示される処理ロジック580を実行する。   The application specific process execution unit 153 uses a processing device such as the CPU 911 to use the application specific flow definition information 570 acquired by the application specific flow definition information acquisition unit 152 from the processing logic 580 stored in the processing logic storage unit 180. The processing logic 580 shown is executed.

次に、アプリケーション固有フロー定義情報570について説明する。   Next, the application specific flow definition information 570 will be described.

図5は、この実施の形態におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の構造の一例を示す概念図である。   FIG. 5 is a conceptual diagram showing an example of the structure of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 in this embodiment.

アプリケーション固有フロー定義情報記憶部170は、アプリケーション名571・プロセスID572、ノードID573・処理ロジック名574を1組のアプリケーション固有フロー定義情報570とし、複数のアプリケーション固有フロー定義情報570を記憶している。   The application-specific flow definition information storage unit 170 stores a plurality of application-specific flow definition information 570 with the application name 571, process ID 572, node ID 573, and processing logic name 574 as one set of application-specific flow definition information 570.

アプリケーション名571は、アプリケーション実行装置200が実行するアプリケーションプログラムを識別するための情報である。アプリケーション名571は、アプリケーション識別情報の一例である。アプリケーション名571は、例えば、「アプリケーション1」「アプリケーション2」…などの文字列である。
アプリケーション実行装置200のアプリケーション記憶部210は、アプリケーションプログラムとともに、アプリケーション名571を記憶している。
アプリケーション実行装置200の固有フロー情報通知部230は、アプリケーション実行部220が実行しているアプリケーションプログラムのアプリケーション名571を、アプリケーション通知情報550として、処理フロー制御装置100に通知する。
The application name 571 is information for identifying an application program executed by the application execution apparatus 200. The application name 571 is an example of application identification information. The application name 571 is a character string such as “application 1”, “application 2”,.
The application storage unit 210 of the application execution apparatus 200 stores an application name 571 together with the application program.
The unique flow information notification unit 230 of the application execution apparatus 200 notifies the processing flow control apparatus 100 of the application name 571 of the application program being executed by the application execution unit 220 as application notification information 550.

プロセスID572は、処理フロー定義情報記憶部140が記憶した処理フロー定義情報540によって示される処理フロー(処理フロー定義情報540によって示される業務手順において、業務開始から業務終了までの一連の業務)が複数ある場合に、複数ある処理フローを識別するための情報である。プロセスID572は、業務識別情報の一例である。プロセスID572は、例えば、「プロセス1」「プロセス2」…などの文字列である。   The process ID 572 includes a plurality of processing flows indicated by the processing flow definition information 540 stored in the processing flow definition information storage unit 140 (a series of operations from the start of the operation to the end of the operation in the operation procedure indicated by the processing flow definition information 540). In some cases, this is information for identifying a plurality of processing flows. The process ID 572 is an example of business identification information. The process ID 572 is a character string such as “process 1”, “process 2”,.

ノードID573は、処理フロー定義情報記憶部140が記憶した処理フロー定義情報540によって示される1つの処理フローのなかに、複数の業務がある場合に、複数ある業務を識別するための情報である。ノードID573は、業務識別情報の一例である。ノードID573は、例えば、「処理A」「処理B」…などの文字列である。   The node ID 573 is information for identifying a plurality of tasks when there are a plurality of tasks in one process flow indicated by the process flow definition information 540 stored in the process flow definition information storage unit 140. The node ID 573 is an example of business identification information. The node ID 573 is a character string such as “Processing A”, “Processing B”,.

アプリケーション実行装置200のアプリケーション実行部220は、処理フロー制御装置100の処理フロー定義情報記憶部140から、処理フロー定義情報540を取得して、利用している。
アプリケーション実行装置200のアプリケーション実行部220は、取得した処理フロー定義情報540から、プロセスID572・ノードID573を取得する。アプリケーション実行装置200のアプリケーション実行部220は、取得したプロセスID572・ノードID573を、処理フロー制御装置100に対して通知すべき情報として、固有フロー情報通知部230に通知する。
アプリケーション実行装置200の固有フロー情報通知部230は、アプリケーション実行部220が通知したプロセスID572・ノードID573を取得する。
アプリケーション実行装置200の固有フロー情報通知部230は、取得したプロセスID572・ノードID573を、アプリケーション通知情報550として、処理フロー制御装置100に通知する。
The application execution unit 220 of the application execution device 200 acquires the processing flow definition information 540 from the processing flow definition information storage unit 140 of the processing flow control device 100 and uses it.
The application execution unit 220 of the application execution apparatus 200 acquires the process ID 572 and the node ID 573 from the acquired processing flow definition information 540. The application execution unit 220 of the application execution apparatus 200 notifies the specific flow information notification unit 230 of the acquired process ID 572 and node ID 573 as information to be notified to the processing flow control apparatus 100.
The unique flow information notification unit 230 of the application execution apparatus 200 acquires the process ID 572 and the node ID 573 notified by the application execution unit 220.
The unique flow information notification unit 230 of the application execution apparatus 200 notifies the processing flow control apparatus 100 of the acquired process ID 572 and node ID 573 as application notification information 550.

処理ロジック名574は、処理ロジック記憶部180が記憶した処理ロジック580が複数ある場合に、複数ある処理ロジック580を識別するための情報である。処理ロジック名574は、処理ロジック識別情報の一例である。処理ロジック名574は、例えば、「処理ロジック11」「処理ロジック12」…などの文字列である。
処理ロジック記憶部180は、処理ロジック580とともに、処理ロジック名574を記憶している。
アプリケーション固有処理実行部153は、処理ロジック名574により識別される処理ロジック580を取得し、実行する。
The processing logic name 574 is information for identifying a plurality of processing logics 580 when there are a plurality of processing logics 580 stored in the processing logic storage unit 180. The processing logic name 574 is an example of processing logic identification information. The processing logic name 574 is a character string such as “processing logic 11”, “processing logic 12”,.
The processing logic storage unit 180 stores a processing logic name 574 along with the processing logic 580.
The application specific process execution unit 153 acquires and executes the process logic 580 identified by the process logic name 574.

アプリケーション固有フロー定義情報570は、アプリケーション名571によって識別されるアプリケーションプログラムを実行しているアプリケーション実行装置200から、指定されたプロセスID572・ノードID573に対応して、処理ロジック名574によって識別される処理ロジック580を実行すべきことを示している。   The application specific flow definition information 570 is a process identified by the processing logic name 574 corresponding to the specified process ID 572 and node ID 573 from the application execution apparatus 200 executing the application program identified by the application name 571. The logic 580 is to be executed.

図6は、この実施の形態におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図である。
この例は、アプリケーション固有フロー定義情報記憶部170が、アプリケーション固有フロー定義情報570を、XML(Extensible Markup Language)形式のテキストファイルとして記憶する場合の例である。
なお、アプリケーション固有フロー定義情報記憶部170は、他の形式(例えば、データベース形式、表形式など)でアプリケーション固有フロー定義情報570を記憶してもよい。
FIG. 6 is a diagram showing a specific example of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 in this embodiment.
In this example, the application specific flow definition information storage unit 170 stores the application specific flow definition information 570 as a text file in an XML (Extensible Markup Language) format.
The application-specific flow definition information storage unit 170 may store the application-specific flow definition information 570 in other formats (for example, a database format, a table format, etc.).

ノード「アプリケーション固有フロー定義情報」は、子ノードによって示される情報がアプリケーション固有フロー定義情報570であることを示す。
ノード「アプリケーション」は、アプリケーション名571を属性「NAME」の値によって示すとともに、そのアプリケーション名571を子ノードによって示される情報と対応づけることを示す。
ノード「PROCESS」は、プロセスID572を属性「ID」の値によって示すとともに、そのプロセスID572を子ノードによって示される情報と対応づけることを示す。
ノード「NODE」は、ノードID573を属性「ID」の値によって示すとともに、そのノードID573を子ノードによって示される情報と対応づけることを示す。
ノード「PSM」は、固有フロー情報名578を属性「NAME」の値によって示す。固有フロー情報名578については、後述する。
ノード「APP」は、処理ロジック名574を属性「NAME」の値によって示す。
ノード「COND」は、実行条件情報575を内容のテキストによって示す。実行条件情報575については後述する。
ノード「PARM」は、固有情報名576を属性「ID」の値によって示し、固有情報値577を内容のテキストによって示す。固有情報名576及び固有情報値577については後述する。
The node “application-specific flow definition information” indicates that the information indicated by the child node is application-specific flow definition information 570.
The node “application” indicates that the application name 571 is indicated by the value of the attribute “NAME”, and the application name 571 is associated with information indicated by the child node.
The node “PROCESS” indicates that the process ID 572 is indicated by the value of the attribute “ID” and that the process ID 572 is associated with the information indicated by the child node.
The node “NODE” indicates that the node ID 573 is indicated by the value of the attribute “ID” and the node ID 573 is associated with information indicated by the child node.
The node “PSM” indicates the unique flow information name 578 by the value of the attribute “NAME”. The unique flow information name 578 will be described later.
The node “APP” indicates the processing logic name 574 by the value of the attribute “NAME”.
The node “COND” indicates the execution condition information 575 by the content text. The execution condition information 575 will be described later.
The node “PARM” indicates the unique information name 576 by the value of the attribute “ID”, and the unique information value 577 by the text of the content. The unique information name 576 and the unique information value 577 will be described later.

図7は、この実施の形態における固有フロー情報設定部160による固有フロー定義情報設定処理の流れの一例を示すフローチャート図である。   FIG. 7 is a flowchart showing an example of the flow of specific flow definition information setting processing by the specific flow information setting unit 160 in this embodiment.

S811において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、処理フロー定義情報記憶部140が記憶した処理フロー定義情報540を、磁気ディスク装置920などの記憶装置から取得する。   In step S811, the unique flow information setting unit 160 uses a processing device such as the CPU 911 to acquire the processing flow definition information 540 stored by the processing flow definition information storage unit 140 from a storage device such as the magnetic disk device 920.

S812において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、固有フロー情報設定部160は、CPU911などの処理装置を用いて、S811で取得した処理フロー定義情報540から、業務及び業務の実行手順を示すフローチャート図などの処理フロー図を生成する。
固有フロー情報設定部160は、CPU911などの処理装置を用いて、生成した処理フロー図を、CRTなどの表示装置901に表示する。
In step S812, the specific flow information setting unit 160 uses a processing device such as the CPU 911, and the specific flow information setting unit 160 uses a processing device such as the CPU 911, and the process flow definition information 540 acquired in step S811 is used. A processing flow diagram such as a flowchart showing the execution procedure of the business is generated.
The unique flow information setting unit 160 displays the generated processing flow diagram on a display device 901 such as a CRT using a processing device such as the CPU 911.

S813において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、アプリケーション固有フロー定義情報570を設定する業務を示す情報を、マウス903などの入力装置から入力する。
例えば、S812で表示した処理フロー図のなかで、ユーザがアプリケーション固有フロー定義情報570を設定したい業務を示す図形をクリックすることで、固有フロー情報設定部160は、アプリケーション固有フロー定義情報570を設定する業務を示す情報を入力する。
In step S813, the unique flow information setting unit 160 uses a processing device such as the CPU 911 to input information indicating a task for setting the application specific flow definition information 570 from an input device such as the mouse 903.
For example, the specific flow information setting unit 160 sets the application specific flow definition information 570 when the user clicks a graphic indicating the business for which the application specific flow definition information 570 is to be set in the processing flow diagram displayed in S812. Enter information indicating the business to be performed.

S814において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、S813で入力した業務について設定するアプリケーションプログラムのアプリケーション名・処理ロジックの処理ロジック名を、キーボード902などの入力装置から入力する。   In step S814, the specific flow information setting unit 160 uses a processing device such as the CPU 911 to input the application program name and processing logic name of the processing logic set for the job input in step S813 from the input device such as the keyboard 902. To do.

S815において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、S814で入力した処理ロジック名によって識別される処理ロジックを実行する条件を示す実行条件情報などの情報を、キーボード902などの入力装置から入力する。   In step S815, the specific flow information setting unit 160 uses a processing device such as the CPU 911 to display information such as execution condition information indicating a condition for executing the processing logic identified by the processing logic name input in step S814, such as the keyboard 902. Input from the input device.

S816において、固有フロー情報設定部160は、CPU911などの処理装置を用いて、S813で入力した情報・S814で入力したアプリケーション名及び処理ロジック名・S815で入力した実行条件情報などの情報から、アプリケーション固有フロー定義情報570(アプリケーション名571・プロセスID572・ノードID573・処理ロジック名574など)を生成する。
固有フロー情報設定部160は、生成したアプリケーション固有フロー定義情報570を、アプリケーション固有フロー定義情報記憶部170に通知する。
In step S816, the specific flow information setting unit 160 uses a processing device such as the CPU 911 to calculate the application from the information input in step S813, the application name input in step S814, the processing logic name, and the execution condition information input in step S815. Unique flow definition information 570 (application name 571, process ID 572, node ID 573, processing logic name 574, etc.) is generated.
The unique flow information setting unit 160 notifies the generated application specific flow definition information 570 to the application specific flow definition information storage unit 170.

S817(アプリケーション固有フロー定義情報記憶工程)において、アプリケーション固有フロー定義情報記憶部170は、CPU911などの処理装置を用いて、S816で固有フロー情報設定部160が通知したアプリケーション固有フロー定義情報570を取得する。
アプリケーション固有フロー定義情報記憶部170は、CPU911などの処理装置を用いて、取得したアプリケーション固有フロー定義情報570を、磁気ディスク装置920などの記憶装置に記憶する。
In S817 (application specific flow definition information storage step), the application specific flow definition information storage unit 170 acquires the application specific flow definition information 570 notified by the specific flow information setting unit 160 in S816 using a processing device such as the CPU 911. To do.
The application specific flow definition information storage unit 170 stores the acquired application specific flow definition information 570 in a storage device such as the magnetic disk device 920 using a processing device such as the CPU 911.

次に、アプリケーション通知情報550について説明する。   Next, the application notification information 550 will be described.

図8は、この実施の形態におけるアプリケーション実行装置200が、処理フロー制御装置100に対して通知するアプリケーション通知情報550の構造の一例を示す概念図である。
アプリケーション通知情報550は、通知情報名551と通知情報値552とのペアからなる情報である。
既定の通知情報名551として、「アプリケーション名」・「プロセスID」・「ノードID」がある。
通知情報名551が「アプリケーション名」であるアプリケーション通知情報550における通知情報値552は、アプリケーション実行装置200のアプリケーション実行部220が実行しているアプリケーションプログラムのアプリケーション名である(アプリケーション識別情報の一例)。
通知情報名551が「プロセスID」であるアプリケーション通知情報550における通知情報値552は、アプリケーション実行部220が実行している処理に関連する業務を示すプロセスIDである。
通知情報名551が「ノードID」であるアプリケーション通知情報550における通知情報値552は、アプリケーション実行部220が実行している処理に関連する業務を示すノードIDである。
FIG. 8 is a conceptual diagram showing an example of the structure of the application notification information 550 that the application execution apparatus 200 in this embodiment notifies to the processing flow control apparatus 100.
The application notification information 550 is information including a pair of a notification information name 551 and a notification information value 552.
The default notification information name 551 includes “application name”, “process ID”, and “node ID”.
The notification information value 552 in the application notification information 550 whose notification information name 551 is “application name” is the application name of the application program executed by the application execution unit 220 of the application execution apparatus 200 (an example of application identification information). .
The notification information value 552 in the application notification information 550 whose notification information name 551 is “process ID” is a process ID indicating a task related to the process executed by the application execution unit 220.
The notification information value 552 in the application notification information 550 whose notification information name 551 is “node ID” is a node ID indicating a task related to the process executed by the application execution unit 220.

例えば、アプリケーション実行部220が実行しているアプリケーションプログラムが、処理フロー定義情報540に基づいて業務を実行する処理フロー管理プログラムである場合、プロセスID・ノードIDは、アプリケーション実行部220が実行した業務を示す(業務識別情報の一例)。   For example, when the application program executed by the application execution unit 220 is a processing flow management program that executes a job based on the process flow definition information 540, the process ID / node ID is the job executed by the application execution unit 220. (An example of business identification information).

上記以外の通知情報名551は、任意に使用することができる。
例えば、アプリケーション実行部220が実行しているアプリケーションプログラムが、処理フロー定義情報540に基づいて業務を実行する処理フロー管理プログラムである場合、通知情報名551が「処理結果」であるアプリケーション通知情報550を設け、その通知情報値552によって、その業務を実行した結果を通知することができる。
Notification information names 551 other than the above can be arbitrarily used.
For example, when the application program executed by the application execution unit 220 is a processing flow management program that executes a job based on the processing flow definition information 540, the application notification information 550 whose notification information name 551 is “processing result”. And the result of executing the task can be notified by the notification information value 552.

あるいは、アプリケーション実行部220が実行しているアプリケーションプログラムが、処理フロー定義情報540に基づいて実行する業務を監視する処理フロー監視プログラムである場合、通知情報命551が「監視条件」であるアプリケーション通知情報550を設け、その通知情報値552によって、監視者に対して状況(例えば実行した業務など)を報告する条件を通知することができる。   Alternatively, when the application program executed by the application execution unit 220 is a processing flow monitoring program that monitors a task to be executed based on the processing flow definition information 540, an application notification whose notification information life 551 is “monitoring condition” Information 550 is provided, and the notification information value 552 can notify the monitor of conditions for reporting the situation (for example, executed work).

図9は、この実施の形態におけるアプリケーション実行装置200が、処理フロー制御装置100に対して通知するアプリケーション通知情報550の具体例を示す図である。 この例は、固有フロー情報通知部230が、XML形式のテキストデータとして、アプリケーション通知情報550を通知する場合の例である。
なお、固有フロー情報通知部230は、他の形式でアプリケーション通知情報550を通知してもよい。
FIG. 9 is a diagram showing a specific example of the application notification information 550 that the application execution apparatus 200 according to this embodiment notifies to the processing flow control apparatus 100. In this example, the unique flow information notification unit 230 notifies the application notification information 550 as text data in XML format.
Note that the unique flow information notification unit 230 may notify the application notification information 550 in another format.

ノード「アプリケーション通知情報」は、子ノードによって示される情報が、アプリケーション通知情報550であることを示す。
ノード「通知情報」は、通知情報名551を属性「NAME」の値によって示し、通知情報値552を属性「VALUE」の値によって示すことで、一組のアプリケーション通知情報550を示す。
The node “application notification information” indicates that the information indicated by the child node is application notification information 550.
The node “notification information” indicates a set of application notification information 550 by indicating the notification information name 551 by the value of the attribute “NAME” and the notification information value 552 by the value of the attribute “VALUE”.

次に、アプリケーション実行装置200がアプリケーション通知情報550を通知する動作の具体例として、処理フロー管理処理を行う場合について説明する。   Next, a case where a process flow management process is performed will be described as a specific example of an operation in which the application execution apparatus 200 notifies the application notification information 550.

図10は、この実施の形態におけるアプリケーション実行装置200による処理フロー管理処理の流れの一例を示すフローチャート図である。
アプリケーション実行装置200は、アプリケーション記憶部210が記憶したアプリケーションプログラムのうち、処理フロー管理プログラムをアプリケーション実行部220が実行することにより、処理フロー管理処理を行う。
FIG. 10 is a flowchart showing an example of the flow of processing flow management processing by the application execution apparatus 200 in this embodiment.
The application execution apparatus 200 performs a process flow management process by causing the application execution unit 220 to execute a process flow management program among the application programs stored in the application storage unit 210.

S821において、アプリケーション実行部220は、CPU911などの処理装置を用いて、処理フロー制御装置100の処理フロー定義情報記憶部140が記憶した処理フロー定義情報540を、通信ボード915などの入力装置から取得する。   In step S <b> 821, the application execution unit 220 uses a processing device such as the CPU 911 to acquire the processing flow definition information 540 stored in the processing flow definition information storage unit 140 of the processing flow control device 100 from an input device such as the communication board 915. To do.

S822において、アプリケーション実行部220は、CPU911などの処理装置を用いて、S821で取得した処理フロー定義情報540を解析し、次に実行する業務を判別する。   In step S822, the application execution unit 220 analyzes the processing flow definition information 540 acquired in step S821 using a processing device such as the CPU 911, and determines a task to be executed next.

S823において、アプリケーション実行部220は、CPU911などの処理装置を用いて、S822で判別した業務を実行する。   In step S823, the application execution unit 220 executes the task determined in step S822 using a processing device such as the CPU 911.

S824において、アプリケーション実行部220は、CPU911などの処理装置を用いて、実行しているアプリケーションプログラムのアプリケーション名・S823で実行した業務のプロセスID・ノードID・処理結果などの情報を、固有フロー情報通知部230に通知する。   In step S824, the application execution unit 220 uses the processing device such as the CPU 911 to display information such as the application name of the application program being executed, the process ID of the business executed in step S823, the node ID, and the processing result. Notify the notification unit 230.

S825において、固有フロー情報通知部230は、CPU911などの処理装置を用いて、S824でアプリケーション実行部220が通知した情報を取得する。
固有フロー情報通知部230は、CPU911などの処理装置を用いて、取得した情報から、アプリケーション通知情報550を生成する。
In step S825, the unique flow information notification unit 230 acquires information notified by the application execution unit 220 in step S824 using a processing device such as the CPU 911.
The unique flow information notification unit 230 generates application notification information 550 from the acquired information using a processing device such as the CPU 911.

S826(固有フロー情報通知工程)において、固有フロー情報通知部230は、CPU911などの処理装置を用いて、S825で生成したアプリケーション通知情報550を、通信ボード915などの出力装置に出力し、処理フロー制御装置100に対して通知する。
その後、S822に戻り、業務の実行を続ける。
In S826 (specific flow information notification step), the specific flow information notification unit 230 uses the processing device such as the CPU 911 to output the application notification information 550 generated in S825 to the output device such as the communication board 915, and the processing flow. Notify the control device 100.
Thereafter, the process returns to S822 and the execution of the business is continued.

次に、処理フロー制御装置100の固有フロー情報制御部150が、アプリケーション通知情報550の通知を受けた場合の動作について説明する。   Next, an operation when the unique flow information control unit 150 of the processing flow control apparatus 100 receives the notification of the application notification information 550 will be described.

図11は、この実施の形態における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図である。
固有フロー情報制御処理は、処理フロー制御方法の一例である。
FIG. 11 is a flowchart showing an example of the flow of specific flow information control processing by the specific flow information control unit 150 in this embodiment.
The unique flow information control process is an example of a process flow control method.

S831(アプリケーション通知情報取得工程)において、アプリケーション通知情報取得部151は、CPU911などの処理装置を用いて、(図10のS826で)アプリケーション実行装置200が通知したアプリケーション通知情報550を、通信ボード915などの入力装置から取得する。   In S831 (application notification information acquisition step), the application notification information acquisition unit 151 uses the processing device such as the CPU 911 to transmit the application notification information 550 notified by the application execution device 200 (in S826 of FIG. 10) to the communication board 915. Obtain from the input device.

S832において、アプリケーション固有フロー定義情報取得部152は、CPU911などの処理装置を用いて、S831で取得したアプリケーション通知情報550から、アプリケーション名・プロセスID・ノードIDを取得する。   In S832, the application-specific flow definition information acquisition unit 152 acquires the application name, process ID, and node ID from the application notification information 550 acquired in S831 using a processing device such as the CPU 911.

S833(アプリケーション固有フロー定義情報取得工程)において、アプリケーション固有フロー定義情報取得部152は、CPU911などの処理装置を用いて、(図7のS817で)アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570のうち、アプリケーション名571・プロセスID572・ノードID573が、S832で取得したアプリケーション名・プロセスID・ノードIDと一致するものを、磁気ディスク装置920などの記憶装置から取得する。   In S833 (application specific flow definition information acquisition step), the application specific flow definition information acquisition unit 152 uses the processing device such as the CPU 911 to store the application specific flow definition information storage unit 170 (in S817 of FIG. 7). Of the unique flow definition information 570, the application name 571, process ID 572, and node ID 573 that match the application name, process ID, and node ID acquired in S832 are acquired from a storage device such as the magnetic disk device 920.

S834において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S833でアプリケーション固有フロー定義情報取得部152が取得したアプリケーション固有フロー定義情報570から、処理ロジック名574を取得する。
S835において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、処理ロジック記憶部180が記憶した処理ロジックのうち、処理ロジック名が、S834で取得した処理ロジック名574と一致するものを、磁気ディスク装置920などの記憶装置から取得する。
In step S834, the application specific process execution unit 153 acquires a processing logic name 574 from the application specific flow definition information 570 acquired by the application specific flow definition information acquisition unit 152 in step S833 using a processing device such as the CPU 911.
In S835, the application specific process execution unit 153 uses a processing device such as the CPU 911, and among the process logics stored in the process logic storage unit 180, the process logic name matches the process logic name 574 acquired in S834. Are obtained from a storage device such as the magnetic disk device 920.

S836(アプリケーション固有処理実行工程)において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S835で取得した処理ロジック580を実行する。   In S836 (application specific process execution step), the application specific process execution unit 153 executes the processing logic 580 acquired in S835 using a processing device such as the CPU 911.

図12は、この実施の形態におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図である。
アプリケーション固有処理実行部153は、処理ロジック580を実行することにより、アプリケーション固有処理を行う。
FIG. 12 is a flowchart showing an example of the flow of the application specific process by the application specific process execution unit 153 in this embodiment.
The application specific process execution unit 153 performs the application specific process by executing the processing logic 580.

S841において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、処理が実行されたことを管理者にメールで通知する。   In step S <b> 841, the application specific process execution unit 153 notifies the administrator that the process has been executed by mail using a processing device such as the CPU 911.

なお、アプリケーション固有処理実行部153は、処理ロジック580を変えることにより、様々な処理を行うことができる。   Note that the application specific process execution unit 153 can perform various processes by changing the processing logic 580.

このようにして、処理フロー制御装置100は、通知されたアプリケーション通知情報550(アプリケーション名・プロセスID・ノードID)に対応する処理ロジック580を実行する。   In this way, the processing flow control apparatus 100 executes the processing logic 580 corresponding to the notified application notification information 550 (application name / process ID / node ID).

処理フロー制御装置100が実行する処理ロジック580は、アプリケーション名571と対応づけられているので、異なるアプリケーションプログラムを実行しているアプリケーション実行装置200からアプリケーション通知情報550を通知された場合、同一の業務(プロセスID・ノードID)について、異なる処理ロジックを実行することができる。   Since the processing logic 580 executed by the processing flow control device 100 is associated with the application name 571, when the application notification information 550 is notified from the application execution device 200 that is executing a different application program, the same operation is performed. Different processing logic can be executed for (process ID / node ID).

したがって、例えば、処理フロー定義情報540を利用して業務を実行する処理フロー管理プログラムと、処理フロー管理プログラムが実行した業務を監視する処理フロー監視プログラムとで、同一の処理フロー定義情報540を共有しつつ、まったく異なる処理を行うことができる。   Therefore, for example, the same processing flow definition information 540 is shared by the processing flow management program that executes the business using the processing flow definition information 540 and the processing flow monitoring program that monitors the business executed by the processing flow management program. However, completely different processing can be performed.

この実施の形態における処理フロー制御装置100によれば、アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570のうち、アプリケーション実行装置200が通知したアプリケーション通知情報550におけるアプリケーション名(アプリケーション識別情報)・プロセスID及びノードID(業務識別情報)と一致するアプリケーション名571(アプリケーション識別情報)・プロセスID572及びノードID573(業務識別情報)とを有するアプリケーション固有フロー定義情報570において指定された処理ロジック名574を、アプリケーション固有フロー定義情報取得部152が取得し、処理ロジック記憶部180が記憶した処理ロジック580のうち、アプリケーション固有フロー定義情報取得部152が取得した処理ロジック名574と一致する処理ロジック名を有する処理ロジック580を、アプリケーション固有処理実行部153が実行するので、アプリケーション実行装置200が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報540を共有しつつ、アプリケーションプログラムごとに異なる処理を行うことができるという効果を奏する。   According to the processing flow control apparatus 100 in this embodiment, of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170, the application name (application) in the application notification information 550 notified by the application execution apparatus 200 is displayed. Processing specified in the application-specific flow definition information 570 having an application name 571 (application identification information), a process ID 572 and a node ID 573 (business identification information) matching the process ID and node ID (business identification information) Of the processing logic 580 acquired by the application specific flow definition information acquisition unit 152 and stored by the processing logic storage unit 180, the logic name 574 is acquired. Since the application specific process execution unit 153 executes the processing logic 580 having the processing logic name that matches the processing logic name 574 acquired by the application specific flow definition information acquisition unit 152, a plurality of application programs executed by the application execution apparatus 200 However, there is an effect that different processing can be performed for each application program while sharing the same processing flow definition information 540.

この実施の形態におけるアプリケーション実行装置200によれば、固有フロー情報通知部230がアプリケーション名(アプリケーション識別情報)・プロセスID及びノードID(業務識別情報)とを、処理フロー制御装置100に通知するので、アプリケーション実行装置200が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報540を共有しつつ、処理フロー制御装置100に異なる処理をさせることができるという効果を奏する。   According to the application execution device 200 in this embodiment, the unique flow information notification unit 230 notifies the processing flow control device 100 of the application name (application identification information) / process ID and node ID (business identification information). There is an effect that a plurality of application programs executed by the application execution apparatus 200 can cause the processing flow control apparatus 100 to perform different processes while sharing the same processing flow definition information 540.

この実施の形態における処理フロー制御システム110によれば、アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570のうち、アプリケーション実行装置200が通知したアプリケーション通知情報550におけるアプリケーション名(アプリケーション識別情報)・プロセスID及びノードID(業務識別情報)と一致するアプリケーション名571(アプリケーション識別情報)・プロセスID572及びノードID573(業務識別情報)とを有するアプリケーション固有フロー定義情報570において指定された処理ロジック名574を、アプリケーション固有フロー定義情報取得部152が取得し、処理ロジック記憶部180が記憶した処理ロジック580のうち、アプリケーション固有フロー定義情報取得部152が取得した処理ロジック名574と一致する処理ロジック名を有する処理ロジック580を、アプリケーション固有処理実行部153が実行するので、アプリケーション実行装置200が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報540を共有しつつ、アプリケーションプログラムごとに異なる処理を行うことができるという効果を奏する。   According to the processing flow control system 110 in this embodiment, of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170, the application name (application in the application notification information 550 notified by the application execution device 200) Processing specified in the application-specific flow definition information 570 having an application name 571 (application identification information), a process ID 572 and a node ID 573 (business identification information) matching the process ID and node ID (business identification information) Of the processing logic 580 acquired by the application specific flow definition information acquisition unit 152 and stored by the processing logic storage unit 180, the logic name 574 is acquired. Since the application specific process execution unit 153 executes the processing logic 580 having the processing logic name that matches the processing logic name 574 acquired by the application specific flow definition information acquisition unit 152, a plurality of application programs executed by the application execution apparatus 200 However, there is an effect that different processing can be performed for each application program while sharing the same processing flow definition information 540.

この実施の形態における処理フロー制御装置100が行う処理フロー制御方法によれば、アプリケーション固有フロー定義情報記憶工程S817で記憶したアプリケーション固有フロー定義情報570のうち、アプリケーション実行装置200が通知したアプリケーション通知情報550におけるアプリケーション名(アプリケーション識別情報)・プロセスID及びノードID(業務識別情報)と一致するアプリケーション名571(アプリケーション識別情報)・プロセスID572及びノードID573(業務識別情報)とを有するアプリケーション固有フロー定義情報570において指定された処理ロジック名574を、アプリケーション固有フロー定義情報取得工程S833で取得し、処理ロジック記憶部180が記憶した処理ロジック580のうち、アプリケーション固有フロー定義情報取得工程S833で取得した処理ロジック名574と一致する処理ロジック名を有する処理ロジック580を、アプリケーション固有処理実行工程S836で実行するので、アプリケーション実行装置200が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報540を共有しつつ、アプリケーションプログラムごとに異なる処理を行うことができるという効果を奏する。   According to the processing flow control method performed by the processing flow control apparatus 100 in this embodiment, the application notification information notified by the application execution apparatus 200 among the application specific flow definition information 570 stored in the application specific flow definition information storage step S817. Application specific flow definition information having application name 571 (application identification information), process ID 572 and node ID 573 (business identification information) that match the application name (application identification information), process ID and node ID (business identification information) in 550 The processing logic name 574 specified in 570 is acquired in the application specific flow definition information acquisition step S833, and the processing logic stored in the processing logic storage unit 180 is stored. The processing logic 580 having the processing logic name that matches the processing logic name 574 acquired in the application specific flow definition information acquisition step S833 is executed in the application specific processing execution step S836. There is an effect that a plurality of application programs to be executed can perform different processes for each application program while sharing the same processing flow definition information 540.

この実施の形態における処理フロー制御装置100は、コンピュータを上記処理フロー制御装置100として機能させる処理フロー制御プログラムを、上記コンピュータに実行させることにより、実現可能である。   The processing flow control device 100 in this embodiment can be realized by causing the computer to execute a processing flow control program that causes the computer to function as the processing flow control device 100.

この実施の形態における処理フロー制御装置100としてコンピュータを機能させる処理フロー制御プログラムによれば、アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570のうち、アプリケーション実行装置200が通知したアプリケーション通知情報550におけるアプリケーション名(アプリケーション識別情報)・プロセスID及びノードID(業務識別情報)と一致するアプリケーション名571(アプリケーション識別情報)・プロセスID572及びノードID573(業務識別情報)とを有するアプリケーション固有フロー定義情報570において指定された処理ロジック名574を、アプリケーション固有フロー定義情報取得部152が取得し、処理ロジック記憶部180が記憶した処理ロジック580のうち、アプリケーション固有フロー定義情報取得部152が取得した処理ロジック名574と一致する処理ロジック名を有する処理ロジック580を、アプリケーション固有処理実行部153が実行するので、アプリケーション実行装置200が実行する複数のアプリケーションプログラムが、同一の処理フロー定義情報540を共有しつつ、アプリケーションプログラムごとに異なる処理を行うことができるという効果を奏する。   According to the processing flow control program that causes a computer to function as the processing flow control device 100 in this embodiment, the application execution device 200 notifies the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170. Application specific having application name 571 (application identification information), process ID 572 and node ID 573 (business identification information) matching application name (application identification information), process ID and node ID (business identification information) in application notification information 550 The application specific flow definition information acquisition unit 152 acquires the processing logic name 574 specified in the flow definition information 570, and the processing logic storage unit The processing logic 580 having the processing logic name that matches the processing logic name 574 acquired by the application specific flow definition information acquisition unit 152 among the processing logic 580 stored by the application specific processing execution unit 153 executes the processing logic 580. There is an effect that a plurality of application programs executed by the execution device 200 can perform different processes for each application program while sharing the same processing flow definition information 540.

これにより、例えば、同じ処理フロー定義情報に基づいた業務を、異なるプラットフォームで実行する必要がある場合において、それぞれのプラットフォームに対応したアプリケーションプログラム・処理ロジックを用意しておけば、処理フロー定義情報を変更することなく、それぞれのプラットフォームに対応した処理を行うことができる。   As a result, for example, when it is necessary to execute a business based on the same processing flow definition information on different platforms, if the application program and processing logic corresponding to each platform are prepared, the processing flow definition information is changed. Processing corresponding to each platform can be performed without change.

以上のように、従来の処理フロー定義情報を、アプリケーションの種別に依存しない情報(処理フロー定義情報)とアプリケーションの種別に依存する情報(アプリケーション固有フロー定義情報)とに分け、アプリケーション種別に依存した情報を使って処理フローに関係するプログラムを起動させることにより、従来の業務プロセス定義情報のアプリケーション種別に依存しない情報を複数のアプリケーションで共有させ、アプリケーション種別毎に処理の自動実行を行うことができる。   As described above, conventional process flow definition information is divided into information that does not depend on the type of application (processing flow definition information) and information that depends on the type of application (application-specific flow definition information), and depends on the application type. By starting a program related to the processing flow using information, information that does not depend on the application type of the conventional business process definition information can be shared by multiple applications, and the process can be automatically executed for each application type .

実施の形態2.
実施の形態2を、図13〜図14を用いて説明する。
この実施の形態における処理フロー制御システム110の全体構成、処理フロー制御装置100及びアプリケーション実行装置200のハードウェア構成及びブロック構成は、実施の形態1で説明したものと同様なので、ここでは説明を省略する。
Embodiment 2. FIG.
The second embodiment will be described with reference to FIGS.
Since the overall configuration of the processing flow control system 110 and the hardware configuration and block configuration of the processing flow control device 100 and the application execution device 200 in this embodiment are the same as those described in the first embodiment, description thereof is omitted here. To do.

実施の形態1では、アプリケーション実行装置200が通知したアプリケーション通知情報550のうち、通知情報命551が「アプリケーション名」「プロセスID」「ノードID」であるアプリケーション通知情報550の通知情報値552によって、アプリケーション固有処理実行部153が実行する処理ロジックを判別している。   In the first embodiment, out of the application notification information 550 notified by the application execution apparatus 200, the notification information value 551 is “application name”, “process ID”, and “node ID”. The processing logic executed by the application specific process execution unit 153 is determined.

この実施の形態では、アプリケーション通知情報550のうち、上記以外の情報も利用して、アプリケーション固有処理実行部153が実行する処理ロジックを判別する方式について説明する。
なお、以下の説明において、アプリケーション通知情報550のうち、アプリケーション識別情報及び業務識別情報以外の情報であって、アプリケーション固有処理実行部153が実行する処理ロジックの判別に用いられるものを、アプリケーション固有フロー情報と呼ぶ。
In this embodiment, a method of determining processing logic executed by the application specific process execution unit 153 using information other than the above among the application notification information 550 will be described.
In the following description, among the application notification information 550, information other than the application identification information and the business identification information that is used to determine the processing logic executed by the application specific process execution unit 153 is referred to as an application specific flow. Called information.

図13は、この実施の形態におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の構造の一例を示す概念図である。
なお、実施の形態1において図5を用いて説明したアプリケーション固有フロー定義情報570と共通する情報については、共通の符号を付し、ここでは説明を省略する。
FIG. 13 is a conceptual diagram showing an example of the structure of the application-specific flow definition information 570 stored in the application-specific flow definition information storage unit 170 in this embodiment.
Information common to the application specific flow definition information 570 described with reference to FIG. 5 in the first embodiment is denoted by the same reference numeral, and description thereof is omitted here.

アプリケーション固有フロー定義情報記憶部170は、アプリケーション固有フロー定義情報570として、更に、実行条件情報575を記憶する。
実行条件情報575は、処理ロジック名574によって識別される処理ロジック580を実行する条件を示す情報である。
The application specific flow definition information storage unit 170 further stores execution condition information 575 as the application specific flow definition information 570.
The execution condition information 575 is information indicating a condition for executing the processing logic 580 identified by the processing logic name 574.

例えば、実行条件情報575が「処理結果=“OK”」である場合、通知情報名551が「処理結果」であるアプリケーション通知情報550の通知情報値552が「OK」である場合に、アプリケーション固有処理実行部153が、処理ロジック名574で示される処理ロジック580を実行することを示す。
また、実行条件情報575の指定がない場合には、常に、アプリケーション固有処理実行部153が、処理ロジック名574で示される処理ロジック580を実行することを示す。
For example, when the execution condition information 575 is “processing result =“ OK ””, the notification information value 552 of the application notification information 550 whose notification information name 551 is “processing result” is “OK”. The process execution unit 153 indicates that the process logic 580 indicated by the process logic name 574 is executed.
Further, when the execution condition information 575 is not specified, it always indicates that the application specific process execution unit 153 executes the process logic 580 indicated by the process logic name 574.

図14は、この実施の形態における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図である。
なお、実施の形態1において図11を用いて説明した固有フロー情報制御処理の工程と共通する工程については、共通の符号を付し、ここでは説明を省略する。
FIG. 14 is a flowchart showing an example of the flow of specific flow information control processing by the specific flow information control unit 150 in this embodiment.
Note that steps common to the specific flow information control process described with reference to FIG. 11 in the first embodiment are denoted by the same reference numerals, and description thereof is omitted here.

S837において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S833でアプリケーション固有フロー定義情報取得部152が取得したアプリケーション固有フロー定義情報570から、処理ロジック名574及び実行条件情報575を取得する。   In step S837, the application specific process execution unit 153 uses a processing device such as the CPU 911 to execute the processing logic name 574 and the execution condition information 575 from the application specific flow definition information 570 acquired by the application specific flow definition information acquisition unit 152 in step S833. To get.

S838において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S831でアプリケーション通知情報取得部151が取得したアプリケーション通知情報550から、アプリケーション固有フロー情報を取得する。
なお、アプリケーション通知情報550のうち、実行条件情報575によって示される条件の判断に使用されるもの(アプリケーション固有フロー情報)を識別するため、この実施の形態では、固有フロー情報名578(図6)で指定したものを、アプリケーション急フロー情報として使用することとしている。
これにより、アプリケーション固有処理実行部153は、実行条件情報575を解析せずとも、どのアプリケーション通知情報が必要であるかを判別することができるので、好ましい。
しかし、固有フロー情報名578を指定せず、アプリケーション固有処理実行部153が実行条件情報575を解析して、必要なアプリケーション通知情報を判別してもよい。
In S838, the application specific process execution unit 153 acquires application specific flow information from the application notification information 550 acquired by the application notification information acquisition unit 151 in S831 using a processing device such as the CPU 911.
In this embodiment, in order to identify the application notification information 550 that is used to determine the condition indicated by the execution condition information 575 (application specific flow information), the specific flow information name 578 (FIG. 6) is used. The one specified in is used as application rapid flow information.
This is preferable because the application specific process execution unit 153 can determine which application notification information is necessary without analyzing the execution condition information 575.
However, without specifying the unique flow information name 578, the application unique process execution unit 153 may analyze the execution condition information 575 to determine necessary application notification information.

S839において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S838で取得したアプリケーション固有フロー情報に基づいて、S837で取得した実行条件情報575によって示される条件を満たすか否かを判断する。
条件を満たす場合には、S835へ進む。
条件を満たさない場合には、固有フロー情報制御処理を終了する。
In S839, the application specific process execution unit 153 determines whether the condition indicated by the execution condition information 575 acquired in S837 is satisfied based on the application specific flow information acquired in S838 using a processing device such as the CPU 911. to decide.
If the condition is satisfied, the process proceeds to S835.
If the condition is not satisfied, the specific flow information control process is terminated.

このようにして、処理フロー制御装置100は、通知されたアプリケーション通知情報550に含まれるアプリケーション固有フロー情報に基づいて、対応する処理ロジック580を実行するか実行しないかを選択したり、対応する複数の処理ロジック580のなかから実行する処理ロジック580を選択して、実行することができる。   In this way, the processing flow control apparatus 100 selects whether or not to execute the corresponding processing logic 580 based on the application-specific flow information included in the notified application notification information 550, or the corresponding plural The processing logic 580 to be executed can be selected from the processing logic 580 and executed.

例えば、処理フローエンジンが実行した実効結果と処理フローエンジンが使用している同一の処理フロー定義情報を使って特定の処理フローのタスクを監視することが可能となる。   For example, a task of a specific process flow can be monitored using the effective result executed by the process flow engine and the same process flow definition information used by the process flow engine.

この実施の形態における処理フロー制御装置100によれば、アプリケーション実行装置200が通知したアプリケーション固有フロー情報に基づいて、アプリケーション固有フロー定義情報記憶部170が記憶したアプリケーション固有フロー定義情報570に含まれる実行条件情報575によって示される条件を満たす場合に、アプリケーション固有処理実行部153が、対応する処理ロジック580を実行するので、アプリケーション実行装置200がアプリケーションプログラムを実行した実行結果によって、異なる処理をすることができるという効果を奏する。   According to the processing flow control apparatus 100 in this embodiment, the execution included in the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 based on the application specific flow information notified by the application execution apparatus 200. When the condition indicated by the condition information 575 is satisfied, the application specific process execution unit 153 executes the corresponding process logic 580, and therefore the application execution apparatus 200 may perform different processes depending on the execution result of executing the application program. There is an effect that can be done.

ここで説明した処理フロー制御システム110は、処理フロー定義情報540に関連付けてアプリケーション固有フロー情報と処理ロジック580とをアプリケーション固有フロー定義情報570として設定する固有フロー情報設定部160と、アプリケーション固有フロー情報を通知する固有フロー情報通知部230と、通知されたアプリケーション固有フロー情報の値を受け取り、その値がアプリケーション固有フロー定義情報570に設定されている値と同じ場合に設定されている処理ロジック580を自動的に呼び出すアプリケーション固有処理実行部153とを持ち、アプリケーションから渡されるアプリケーション固有フロー情報の値によって処理ロジックが自動的に実行されることを特徴とする。   The processing flow control system 110 described here includes a unique flow information setting unit 160 that sets application specific flow information and processing logic 580 as application specific flow definition information 570 in association with the processing flow definition information 540, and application specific flow information. Specific flow information notifying unit 230 that notifies the application specific flow information, and the processing logic 580 set when the value is the same as the value set in the application specific flow definition information 570. It has an application specific process execution unit 153 that automatically calls, and the processing logic is automatically executed according to the value of application specific flow information passed from the application.

以上のように、処理フローに関連付けてアプリケーション固有フロー定義情報をアプリケーション毎に設定し、アプリケーションから処理フロー情報とアプリケーション固有フロー情報の通知により、アプリケーション毎に該当する処理フローに関係させたい個別の処理を自動的に実行することが可能となる。   As described above, application-specific flow definition information is set for each application in association with the processing flow, and individual processing that is related to the processing flow corresponding to each application by notification of processing flow information and application-specific flow information from the application Can be automatically executed.

実施の形態3.
実施の形態3を、図15〜図19を用いて説明する。
この実施の形態における処理フロー制御システム110の全体構成、処理フロー制御装置100及びアプリケーション実行装置200のハードウェア構成及びブロック構成は、実施の形態1で説明したものと同様なので、ここでは説明を省略する。
Embodiment 3 FIG.
The third embodiment will be described with reference to FIGS.
Since the overall configuration of the processing flow control system 110 and the hardware configuration and block configuration of the processing flow control device 100 and the application execution device 200 in this embodiment are the same as those described in the first embodiment, description thereof is omitted here. To do.

この実施の形態では、アプリケーション固有処理実行部153が実行する処理ロジックのなかで、アプリケーション通知情報550に含まれる情報を利用する方式について説明する。
なお、以下の説明において、アプリケーション通知情報550のうち、アプリケーション識別情報及び業務識別情報以外の情報であって、アプリケーション固有処理実行部153が実行する処理ロジックのなかで利用されるものを、アプリケーション固有情報と呼ぶ。
In this embodiment, a method of using information included in the application notification information 550 in the processing logic executed by the application specific process execution unit 153 will be described.
In the following description, the application notification information 550 is information other than the application identification information and the business identification information that is used in the processing logic executed by the application specific process execution unit 153. Called information.

アプリケーション実行装置200がアプリケーション通知情報550を通知する動作について、処理フロー監視処理を行う場合を例にして説明する。   An operation in which the application execution apparatus 200 notifies the application notification information 550 will be described by taking as an example a case where a process flow monitoring process is performed.

図15は、この実施の形態におけるアプリケーション実行装置200による処理フロー監視処理の流れの一例を示すフローチャート図である。
なお、実施の形態1において図10を用いて説明した処理フロー管理処理の工程と共通する工程については、共通の符号を付し、ここでは説明を省略する。
FIG. 15 is a flowchart showing an example of the flow of processing flow monitoring processing by the application execution apparatus 200 in this embodiment.
Note that steps common to the steps of the processing flow management processing described with reference to FIG. 10 in the first embodiment are denoted by the same reference numerals, and description thereof is omitted here.

アプリケーション実行装置200は、アプリケーション記憶部210が記憶したアプリケーションプログラムのうち、処理フロー監視処理を行う処理フロー監視プログラムを実行することにより、処理フロー監視処理を行う。
処理フロー監視処理は、他の(あるいは同一の)アプリケーション実行装置200が、アプリケーションプログラムとして、処理フロー定義情報540にしたがって業務を実行する処理フロー管理処理を行う処理フロー管理プログラムを実行している場合に、業務の実行状況を監視する処理である。
The application execution device 200 performs the process flow monitoring process by executing a process flow monitoring program that performs the process flow monitoring process among the application programs stored in the application storage unit 210.
The process flow monitoring process is performed when another (or the same) application execution apparatus 200 executes a process flow management program that performs a process flow management process for executing a task according to the process flow definition information 540 as an application program. In addition, it is a process for monitoring the execution status of business.

他のアプリケーション実行装置200は、アプリケーション記憶部210が記憶したアプリケーションプログラムのうち、処理フロー管理処理を行う処理フロー監視プログラムを実行する。
他のアプリケーション実行装置200は、処理フロー定義情報540によって示される業務の実行が終了すると、終了した業務のプロセスID・ノードID・処理結果などの情報を、処理フロー監視処理を行うアプリケーション実行装置200に対して、通知する。
The other application execution device 200 executes a process flow monitoring program that performs a process flow management process among the application programs stored in the application storage unit 210.
When the execution of the business indicated by the process flow definition information 540 is completed, the other application execution device 200 performs processing flow monitoring processing on information such as the process ID, node ID, and processing result of the completed business. Is notified.

S851において、アプリケーション実行部220は、CPU911などの処理装置を用いて、他のアプリケーション実行装置200が通知したプロセスID・ノードID・処理結果などの情報を、通信ボード915などの入力装置から取得する。   In step S851, the application execution unit 220 uses a processing device such as the CPU 911 to acquire information such as a process ID, a node ID, and a processing result notified by the other application execution device 200 from an input device such as the communication board 915. .

S852において、アプリケーション実行部220は、CPU911などの処理装置を用いて、アプリケーション固有情報を生成する。
アプリケーション実行部220は、例えば、監視対象の処理を通知する相手先を示す情報として、通知情報名「通知先」、通知情報値「abc@xxx」(メールアドレス)という情報を生成し、アプリケーション固有情報とする。
In step S852, the application execution unit 220 generates application specific information using a processing device such as the CPU 911.
The application execution unit 220 generates, for example, information of a notification information name “notification destination” and a notification information value “abc @ xxx” (email address) as information indicating a destination to be notified of processing to be monitored, and is application specific. Information.

S853において、アプリケーション実行部220は、CPU911などの処理装置を用いて、実行しているアプリケーションプログラムのアプリケーション名(アプリケーション識別情報)、S851で取得したプロセスID・ノードID(業務識別情報)・処理結果などの情報、S852で生成したアプリケーション固有情報を、固有フロー情報通知部230に通知する。   In S853, the application execution unit 220 uses a processing device such as the CPU 911, and the application name (application identification information) of the application program being executed, the process ID / node ID (business identification information) / processing result acquired in S851. The unique flow information notification unit 230 is notified of the information such as the application unique information generated in S852.

その後、固有フロー情報通知部230は、S853でアプリケーション実行部220が通知した情報を取得し、アプリケーション通知情報550を生成して(S825)、処理フロー制御装置100に通知する(S826)。   Thereafter, the unique flow information notification unit 230 acquires the information notified by the application execution unit 220 in S853, generates application notification information 550 (S825), and notifies the processing flow control apparatus 100 (S826).

このように、アプリケーション実行装置200が通知するアプリケーション通知情報550における業務識別情報(プロセスID・ノードIDなど)は、そのアプリケーション実行装置200が実行した業務についてのものでなくてもよい。また、アプリケーション実行装置200は、処理フロー定義情報540にしたがって業務を実行するものでなくてもよい。   As described above, the business identification information (process ID, node ID, etc.) in the application notification information 550 notified by the application execution device 200 may not be for the business executed by the application execution device 200. Further, the application execution apparatus 200 may not execute a task according to the processing flow definition information 540.

図16は、この実施の形態におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図である。   FIG. 16 is a diagram showing a specific example of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 in this embodiment.

アプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570には、固有情報名576、固有情報値577が含まれる。
ノード「PARM」は、属性「ID」の値が固有情報名576を示し、内容のテキストが固有情報値577を示す。
The application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 includes a specific information name 576 and a specific information value 577.
In the node “PARM”, the value of the attribute “ID” indicates the unique information name 576, and the content text indicates the unique information value 577.

固有情報名576は、アプリケーション固有処理実行部153が、処理ロジック580を実行する際に利用するアプリケーション固有情報を識別するための情報である。
固有情報値577は、アプリケーション固有処理実行部153が、処理ロジック580を実行する際に利用するアプリケーション固有情報の既定値を示す情報である。なお、固有情報値577は、省略してもよい。
The unique information name 576 is information for identifying application unique information used when the application unique process execution unit 153 executes the processing logic 580.
The unique information value 577 is information indicating a default value of the application unique information used when the application unique process execution unit 153 executes the processing logic 580. The unique information value 577 may be omitted.

また、固有情報名576・固有情報値577は、このようにノード「PARM」で指定するほか、ノード「PSM」で指定してもよい。
ノード「APP」の子ノードであるノード「PARM」で固有情報名576・固有情報値577を指定すると、ノード「APP」で示される処理ロジックだけで利用するアプリケーション固有情報を示すのに対し、ノード「NODE」の子ノードであるノード「PSM」で固有情報名576・固有情報値577を指定すると、兄弟ノード「APP」で示される処理ロジックが共通して利用するアプリケーション固有情報を示す。
Further, the unique information name 576 and the unique information value 577 may be designated by the node “PSM” in addition to the node “PARM”.
When the unique information name 576 and the unique information value 577 are specified in the node “PARM” which is a child node of the node “APP”, the application unique information used only by the processing logic indicated by the node “APP” is shown. When the unique information name 576 and the unique information value 577 are designated in the node “PSM” which is a child node of “NODE”, the application unique information commonly used by the processing logic indicated by the sibling node “APP” is indicated.

アプリケーション固有処理実行部153は、処理ロジック580の実行にあたり、固有情報名576で識別されるアプリケーション固有情報を、例えば、関数の引数の形式で取得し、処理ロジック580の実行に利用する。
アプリケーション固有処理実行部153は、固有情報名576で識別されるアプリケーション固有情報の値を、アプリケーション通知情報550として、アプリケーション実行装置200から取得した場合は、その値を、処理ロジックの実行に利用する。
アプリケーション固有処理実行部153は、固有情報名576で識別されるアプリケーション固有情報の値を、アプリケーション通知情報550として、アプリケーション実行装置200から取得しなかった場合は、固有情報値577で示される値を、処理ロジックの実行に利用する。
When executing the processing logic 580, the application specific process execution unit 153 acquires the application specific information identified by the specific information name 576 in the form of a function argument, for example, and uses it for executing the processing logic 580.
When the value of the application specific information identified by the specific information name 576 is acquired from the application execution apparatus 200 as the application notification information 550, the application specific process execution unit 153 uses the value for execution of the processing logic. .
When the application specific process execution unit 153 does not acquire the value of the application specific information identified by the specific information name 576 as the application notification information 550 from the application execution apparatus 200, the application specific process execution unit 153 sets the value indicated by the specific information value 577. Used to execute processing logic.

例えば、アプリケーション固有フロー定義情報記憶部170が、アプリケーション固有フロー定義情報570として、固有情報名576が「通知先」、固有情報値577が「yamada@abc」を記憶している場合、アプリケーション通知情報550のなかに、通知情報名551が「通知先」である情報がなければ、アプリケーション固有処理実行部153は、既定値である「yamada@abc」を利用して、処理ロジックを実行する。
また、アプリケーション通知情報550のなかに、通知情報名551が「通知先」である情報があれば、アプリケーション固有処理実行部153は、その通知情報値552を利用して、処理ロジックを実行する。
For example, when the application-specific flow definition information storage unit 170 stores the application-specific flow definition information 570 as the unique information name 576 as “notification destination” and the unique information value 577 as “yamada @ abc”, the application notification information If there is no information in which the notification information name 551 is “notification destination” in 550, the application specific process execution unit 153 executes the processing logic using “yamada @ abc” which is a default value.
Also, if there is information in which the notification information name 551 is “notification destination” in the application notification information 550, the application specific process execution unit 153 executes the processing logic using the notification information value 552.

図17は、この実施の形態における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図である。
なお、実施の形態1において図11を用いて説明した固有フロー情報制御処理の工程と共通する工程については、共通の符号を付し、ここでは説明を省略する。
FIG. 17 is a flowchart showing an example of the flow of specific flow information control processing by the specific flow information control unit 150 in this embodiment.
Note that steps common to the specific flow information control process described with reference to FIG. 11 in the first embodiment are denoted by the same reference numerals, and description thereof is omitted here.

S844において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S833でアプリケーション固有フロー定義情報取得部152が取得したアプリケーション固有フロー定義情報570から、処理ロジック名574・固有情報名576・固有情報値577を取得する。   In step S844, the application specific process execution unit 153 uses a processing device such as the CPU 911 to execute the processing logic name 574 and the specific information name 576 from the application specific flow definition information 570 acquired by the application specific flow definition information acquisition unit 152 in step S833. -The unique information value 577 is acquired.

S845において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S831でアプリケーション通知情報取得部151が取得したアプリケーション通知情報550のうち、通知情報名551が、S844で取得した固有情報名576と一致するものがあるか否かを判断する。
一致するものがある場合には、S846へ進む。
一致するものがない場合には、S835へ進む。
In S845, the application specific process execution unit 153 uses the processing device such as the CPU 911, and the notification information name 551 of the application notification information 550 acquired by the application notification information acquisition unit 151 in S831 is the unique information acquired in S844. It is determined whether there is a match with the name 576.
If there is a match, the process proceeds to S846.
If there is no match, the process proceeds to S835.

S846において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S845で通知情報名551が固有情報名576と一致すると判断したアプリケーション通知情報550から、通知情報値552を取得し、固有情報値とする。
その後、S835へ進む。
In S846, the application specific process execution unit 153 acquires a notification information value 552 from the application notification information 550 that is determined in S845 that the notification information name 551 matches the specific information name 576 using a processing device such as the CPU 911. It is a unique information value.
Thereafter, the process proceeds to S835.

S847(アプリケーション固有処理実行工程)において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S844またはS846で取得した固有情報値を利用して、取得した処理ロジックを実行する。   In S847 (application specific process execution step), the application specific process execution unit 153 executes the acquired processing logic using the specific information value acquired in S844 or S846 using a processing device such as the CPU 911.

なお、この例では、アプリケーション固有処理実行部153が、処理ロジック580を実行する際に利用するアプリケーション固有情報を、アプリケーション固有フロー定義情報570であらかじめ指定しているが、このような指定をせず、アプリケーション通知情報550において通知されたアプリケーション固有情報をすべて、アプリケーション固有処理実行部153が取得して、処理ロジックの実行に利用することしてもよい。   In this example, the application specific process execution unit 153 preliminarily specifies the application specific information used when executing the processing logic 580 in the application specific flow definition information 570. However, such specification is not performed. All the application specific information notified in the application notification information 550 may be acquired by the application specific process execution unit 153 and used for executing the processing logic.

また、実施の形態2で説明したように、アプリケーション通知情報550に含まれる情報の一部をアプリケーション固有フロー情報として、実行する処理ロジックの選択などに利用してもよい。
その場合、アプリケーション通知情報550に含まれる情報のうち、アプリケーション固有フロー情報として利用した情報は、アプリケーション固有情報として処理ロジックの実行に利用してもよいし、利用しなくてもよい。
Further, as described in the second embodiment, a part of information included in the application notification information 550 may be used as application specific flow information for selection of processing logic to be executed.
In that case, the information used as the application specific flow information among the information included in the application notification information 550 may be used as the application specific information for executing the processing logic, or may not be used.

図18は、この実施の形態におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図である。
アプリケーション固有処理実行部153は、処理ロジック580を実行することにより、アプリケーション固有処理を行う。
FIG. 18 is a flowchart showing an example of the flow of the application specific process by the application specific process execution unit 153 in this embodiment.
The application specific process execution unit 153 performs the application specific process by executing the processing logic 580.

S848において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、処理が実行されたことを、(図17のS844またはS846で)取得した固有情報値(アプリケーション固有情報)によって示されるメールアドレス宛てに、メールで通知する。   In S848, the application specific process execution unit 153 indicates that the process has been executed using a processing device such as the CPU 911 (in S844 or S846 in FIG. 17) by the acquired specific information value (application specific information). Notify by e-mail to the e-mail address.

図19は、この実施の形態におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの別の例を示すフローチャート図である。   FIG. 19 is a flowchart showing another example of the flow of application-specific processing by the application-specific processing execution unit 153 in this embodiment.

S857において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、(図17のS844またはS846で)取得した固有情報値(アプリケーション固有情報)から、メール本文を生成する。   In S857, the application specific process execution unit 153 generates a mail text from the acquired specific information value (application specific information) (in S844 or S846 in FIG. 17) using a processing device such as the CPU 911.

S858において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S857で生成したメール本文を、管理者にメールで送信する。   In S858, the application specific process execution unit 153 uses the processing device such as the CPU 911 to transmit the mail text generated in S857 to the administrator by mail.

このように、アプリケーション固有処理実行部153がアプリケーション固有情報を利用して、処理ロジック580を実行することにより、状況に応じた様々な処理をすることができる。   As described above, the application specific process execution unit 153 uses the application specific information to execute the processing logic 580, thereby performing various processes according to the situation.

この実施の形態における処理フロー制御装置100によれば、アプリケーション実行装置200が通知したアプリケーション固有情報を利用して、アプリケーション固有処理実行部153が処理ロジック580を実行するので、処理ロジックを変更することなく、状況の変化に合わせて、処理の内容を柔軟に変更することができるという効果を奏する。   According to the processing flow control apparatus 100 in this embodiment, since the application specific process execution unit 153 executes the processing logic 580 using the application specific information notified by the application execution apparatus 200, the processing logic is changed. In addition, there is an effect that the contents of the process can be flexibly changed according to the change of the situation.

ここで説明した処理フロー制御システム110は、アプリケーション固有フロー情報通知部230が、アプリケーション固有フロー情報だけでなくアプリケーション固有情報を通知し、アプリケーション固有処理実行部153がそのアプリケーション固有情報を処理ロジックに渡すことを特徴とする。   In the processing flow control system 110 described here, the application specific flow information notification unit 230 notifies not only the application specific flow information but also the application specific information, and the application specific process execution unit 153 passes the application specific information to the processing logic. It is characterized by that.

これにより、処理ロジックに必要な情報をアプリケーションにより作成して渡すことができ、処理ロジックの処理内容をダイナミックに変更させることが可能となる。   As a result, information necessary for the processing logic can be created and passed by the application, and the processing content of the processing logic can be dynamically changed.

ここで説明した処理フロー制御システム110は、また、アプリケーション固有処理実行部153が、同一の処理フロー定義情報でありアプリケーション固有フロー定義情報を処理ロジックに渡すことを特徴とする。   The process flow control system 110 described here is also characterized in that the application-specific process execution unit 153 passes the application-specific flow definition information, which is the same process flow definition information, to the processing logic.

これにより、アプリケーションを変更せずにアプリケーション固有フロー定義情報の値変更することで処理ロジックに必要な情報を通知することができ、処理ロジックの処理内容をダイナミックに変更させることが可能となる。   Thus, by changing the value of the application-specific flow definition information without changing the application, it is possible to notify information necessary for the processing logic, and it is possible to dynamically change the processing content of the processing logic.

実施の形態4.
実施の形態4を、図20〜図22を用いて説明する。
この実施の形態における処理フロー制御システム110の全体構成、処理フロー制御装置100及びアプリケーション実行装置200のハードウェア構成及びブロック構成は、実施の形態1で説明したものと同様なので、ここでは説明を省略する。
Embodiment 4 FIG.
The fourth embodiment will be described with reference to FIGS.
Since the overall configuration of the processing flow control system 110 and the hardware configuration and block configuration of the processing flow control device 100 and the application execution device 200 in this embodiment are the same as those described in the first embodiment, description thereof is omitted here. To do.

この実施の形態では、処理ロジック580を実行するアプリケーション固有処理実行部153が、処理ロジック580の実行結果をアプリケーション実行装置200に通知する場合の動作について説明する。   In this embodiment, an operation when the application specific process execution unit 153 that executes the processing logic 580 notifies the application execution apparatus 200 of the execution result of the processing logic 580 will be described.

図20は、この実施の形態におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図である。   FIG. 20 is a diagram showing a specific example of the application specific flow definition information 570 stored in the application specific flow definition information storage unit 170 in this embodiment.

この例において、処理ロジック名574が「同期ロジック」である処理ロジック580には、実行条件情報575が設定されていないので、アプリケーション名「同期アプリケーション」・プロセスID「プロセス1」・ノードID「処理C」であるアプリケーション通知情報550を、アプリケーション実行装置200から通知された場合、アプリケーション固有処理実行部153は、常に、処理ロジック「同期ロジック」を実行する。
その際、アプリケーション固有処理実行部153は、固有情報名576が「同期先」である情報を利用する。アプリケーション実行装置200から通知されたアプリケーション通知情報550に、通知情報名551が「同期先」であるものがあればその通知情報値552を利用し、通知情報名551が「同期先」であるものがなければ固有情報値577「プロセス2.処理XD」を利用する。
In this example, since the execution condition information 575 is not set in the processing logic 580 whose processing logic name 574 is “synchronous logic”, the application name “synchronous application”, process ID “process 1”, node ID “processing” When the application notification information 550 “C” is notified from the application execution apparatus 200, the application specific process execution unit 153 always executes the process logic “synchronization logic”.
At that time, the application specific process execution unit 153 uses information whose unique information name 576 is “synchronization destination”. If there is information in which the notification information name 551 is “synchronization destination” in the application notification information 550 notified from the application execution apparatus 200, the notification information value 552 is used, and the notification information name 551 is “synchronization destination”. If there is no unique information value 577 “process 2. process XD” is used.

図21は、この実施の形態におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図である。
アプリケーション固有処理実行部153は、処理ロジック580を実行することにより、アプリケーション固有処理を行う。
FIG. 21 is a flowchart showing an example of the flow of application specific processing by the application specific processing execution unit 153 in this embodiment.
The application specific process execution unit 153 performs the application specific process by executing the processing logic 580.

S861において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、(図17のS844またはS846で)取得した固有情報値(アプリケーション固有情報)から、固有通知情報を生成する。
ここで、固有通知情報とは、処理フロー制御装置100からアプリケーション実行装置200に通知する情報である。
In S861, the application specific process execution unit 153 generates specific notification information from the acquired specific information value (application specific information) (in S844 or S846 in FIG. 17) using a processing device such as the CPU 911.
Here, the unique notification information is information notified from the processing flow control apparatus 100 to the application execution apparatus 200.

S862において、アプリケーション固有処理実行部153は、CPU911などの処理装置を用いて、S861で生成した固有通知情報を、通信ボード915などの出力装置に出力し、アプリケーション実行装置200に通知する。
なお、ここで固有通知情報を通知する相手先であるアプリケーション実行装置200は、アプリケーション通知情報550を通知した通知元であるアプリケーション実行装置200でもよいし、それとは異なるアプリケーション実行装置200であってもよい。
In S862, the application specific process execution unit 153 outputs the specific notification information generated in S861 to an output device such as the communication board 915 using a processing device such as the CPU 911 and notifies the application execution device 200 of the specific notification information.
Here, the application execution device 200 that is the other party to which the unique notification information is notified may be the application execution device 200 that is the notification source that notified the application notification information 550, or may be a different application execution device 200. Good.

図22は、この実施の形態におけるアプリケーション実行装置200による処理フロー管理処理の流れの一例を示すフローチャート図である。
アプリケーション実行装置200は、アプリケーション記憶部210が記憶したアプリケーションプログラムのうち、処理フロー管理プログラムをアプリケーション実行部220が実行することにより、処理フロー管理処理を行う。
なお、実施の形態1において図10を用いて説明した処理フロー管理処理の工程と共通する工程については、共通の符号を付し、ここでは説明を省略する。
FIG. 22 is a flowchart showing an example of the flow of processing flow management processing by the application execution apparatus 200 in this embodiment.
The application execution apparatus 200 performs a process flow management process by causing the application execution unit 220 to execute a process flow management program among the application programs stored in the application storage unit 210.
Note that steps common to the steps of the processing flow management processing described with reference to FIG. 10 in the first embodiment are denoted by the same reference numerals, and description thereof is omitted here.

S871において、アプリケーション実行部220は、CPU911などの処理装置を用いて、(図21のS862で)処理フロー制御装置100のアプリケーション固有処理実行部153が通知した固有通知情報を、通信ボード915などの入力装置から取得する。   In S871, the application execution unit 220 uses the processing device such as the CPU 911 to send the unique notification information notified by the application specific processing execution unit 153 of the processing flow control device 100 (in S862 of FIG. 21) to the communication board 915 or the like. Obtain from the input device.

S872において、アプリケーション実行部220は、CPU911などの処理装置を用いて、S871で取得した固有通知情報を解析して、同期すべき業務を判別する。
アプリケーション実行部220は、CPU911などの処理装置を用いて、判別した業務の状態を示す情報を変更し、磁気ディスク装置920などの記憶装置に記憶する。
その後、S822に戻る。
In step S872, the application execution unit 220 analyzes the specific notification information acquired in step S871 using a processing device such as the CPU 911, and determines a task to be synchronized.
The application execution unit 220 uses a processing device such as the CPU 911 to change information indicating the determined job status and stores the information in a storage device such as the magnetic disk device 920.
Thereafter, the process returns to S822.

このように、アプリケーション固有フロー定義情報570において、あるフローのタスクの状態が変わった時に同期して状態を変更しないといけないフローのタスクを指定しておく。例えば、ICカードの本人カード管理プロセスと予備カードの管理プロセスがある場合に、予備カードを使用した場合は本人カードも同期して一時停止の状態にするなど2つのプロセスの同期を行う必要があるなどである。
処理ロジック580では、あるタスクの状態が変更されるとアプリケーション固有フロー定義情報に設定した同期先のプロセス、タスクの情報を通知してもらうことができ、指定された先の状態を変更する処理を行うことで複数の間で同期しないといけないフロー間同期を実現することができる。
As described above, in the application specific flow definition information 570, a task of a flow whose state must be changed synchronously when the state of a task of a certain flow changes is specified. For example, when there is an IC card principal card management process and a spare card management process, if a spare card is used, it is necessary to synchronize the two processes, for example, the principal card is also synchronized and suspended. Etc.
In the processing logic 580, when the state of a certain task is changed, the synchronization destination process and task information set in the application specific flow definition information can be notified, and the process of changing the specified destination state is performed. By doing so, it is possible to achieve inter-flow synchronization that must be synchronized among multiple.

以上のように、アプリケーション固有フロー定義情報として、複数の処理フロー間で同期をとらないといけない場合に同期処理を自動的に実行することがが可能となる。   As described above, as application-specific flow definition information, synchronization processing can be automatically executed when synchronization must be established among a plurality of processing flows.

ここで説明した処理フロー制御システム110は、アプリケーション固有フロー定義情報570として、処理フロー間の関係情報を持ち、処理ロジックとして処理フロー定義情報間の同期を自動的に実行させることを特徴とする。   The processing flow control system 110 described here is characterized by having relationship information between processing flows as application-specific flow definition information 570 and automatically executing synchronization between processing flow definition information as processing logic.

なお、ここでは、アプリケーション実行装置200が、アプリケーション固有処理実行部153が通知する固有通知情報を利用して、業務の同期をとる場合について説明したが、アプリケーション実行装置200は、固有通知情報を他の用途に利用してもよい。   Here, a case has been described in which the application execution device 200 uses the unique notification information notified by the application specific process execution unit 153 to synchronize the business. However, the application execution device 200 uses other unique notification information. It may be used for

実施の形態1における処理フロー制御システム110の全体構成を概念的に示す概念図。1 is a conceptual diagram conceptually showing an overall configuration of a processing flow control system 110 according to Embodiment 1. FIG. 実施の形態1における処理フロー制御装置100の外観の一例を示す図。FIG. 3 is a diagram illustrating an example of an appearance of a processing flow control apparatus 100 according to the first embodiment. 実施の形態1における処理フロー制御装置100のハードウェア資源の一例を示す図。FIG. 3 is a diagram illustrating an example of hardware resources of the processing flow control apparatus 100 according to the first embodiment. 実施の形態1における処理フロー制御システム110の機能ブロックの構成の一例を示すブロック構成図。FIG. 3 is a block configuration diagram illustrating an example of a functional block configuration of a processing flow control system 110 according to the first embodiment. 実施の形態1におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の構造の一例を示す概念図。3 is a conceptual diagram showing an example of the structure of application-specific flow definition information 570 stored in an application-specific flow definition information storage unit 170 according to Embodiment 1. FIG. 実施の形態1におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図。6 is a diagram showing a specific example of application-specific flow definition information 570 stored in the application-specific flow definition information storage unit 170 according to Embodiment 1. FIG. 実施の形態1における固有フロー情報設定部160による固有フロー定義情報設定処理の流れの一例を示すフローチャート図。FIG. 6 is a flowchart showing an example of a flow of specific flow definition information setting processing by a specific flow information setting unit 160 in the first embodiment. 実施の形態1におけるアプリケーション実行装置200が、処理フロー制御装置100に対して通知するアプリケーション通知情報550の構造の一例を示す概念図。FIG. 3 is a conceptual diagram showing an example of the structure of application notification information 550 that the application execution apparatus 200 according to the first embodiment notifies the processing flow control apparatus 100 of. 実施の形態1におけるアプリケーション実行装置200が、処理フロー制御装置100に対して通知するアプリケーション通知情報550の具体例を示す図である。 この例は、固有フロー情報通知部230が、XML形式のテキストデータとして、アプリケーション通知情報550を通知する場合の例である。6 is a diagram illustrating a specific example of application notification information 550 that the application execution apparatus 200 according to Embodiment 1 notifies to the processing flow control apparatus 100. FIG. In this example, the unique flow information notification unit 230 notifies the application notification information 550 as text data in XML format. 実施の形態1におけるアプリケーション実行装置200による処理フロー管理処理の流れの一例を示すフローチャート図。FIG. 4 is a flowchart showing an example of a flow of a processing flow management process performed by an application execution apparatus 200 according to the first embodiment. 実施の形態1における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図。FIG. 6 is a flowchart showing an example of a flow of specific flow information control processing by a specific flow information control unit 150 in the first embodiment. 実施の形態1におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図。FIG. 5 is a flowchart showing an example of a flow of application specific processing by an application specific processing execution unit 153 according to the first embodiment. 実施の形態2におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の構造の一例を示す概念図。FIG. 10 is a conceptual diagram showing an example of the structure of application-specific flow definition information 570 stored in an application-specific flow definition information storage unit 170 in the second embodiment. 実施の形態2における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図。FIG. 9 is a flowchart showing an example of a flow of specific flow information control processing by a specific flow information control unit 150 according to the second embodiment. 実施の形態3におけるアプリケーション実行装置200による処理フロー監視処理の流れの一例を示すフローチャート図。FIG. 10 is a flowchart showing an example of a flow of processing flow monitoring processing by the application execution apparatus 200 in the third embodiment. 実施の形態3におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図。FIG. 20 is a diagram illustrating a specific example of application specific flow definition information 570 stored in an application specific flow definition information storage unit 170 according to the third embodiment. 実施の形態3における固有フロー情報制御部150による固有フロー情報制御処理の流れの一例を示すフローチャート図。FIG. 10 is a flowchart showing an example of a flow of specific flow information control processing by a specific flow information control unit 150 according to the third embodiment. 実施の形態3におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図。FIG. 10 is a flowchart showing an example of a flow of application specific processing by an application specific processing execution unit 153 according to the third embodiment. 実施の形態3におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの別の例を示すフローチャート図。FIG. 10 is a flowchart showing another example of the flow of application specific processing by the application specific processing execution unit 153 according to the third embodiment. 実施の形態4におけるアプリケーション固有フロー定義情報記憶部170が記憶するアプリケーション固有フロー定義情報570の具体例を示す図。FIG. 20 is a diagram illustrating a specific example of application specific flow definition information 570 stored in an application specific flow definition information storage unit 170 according to the fourth embodiment. 実施の形態4におけるアプリケーション固有処理実行部153によるアプリケーション固有処理の流れの一例を示すフローチャート図。FIG. 15 is a flowchart showing an example of a flow of application specific processing by an application specific processing execution unit 153 according to the fourth embodiment. 実施の形態4におけるアプリケーション実行装置200による処理フロー管理処理の流れの一例を示すフローチャート図。FIG. 10 is a flowchart showing an example of a flow of processing flow management processing by an application execution apparatus 200 according to Embodiment 4.

符号の説明Explanation of symbols

100 処理フロー制御装置、110 処理フロー制御システム、140 処理フロー定義情報記憶部、150 固有フロー情報制御部、151 アプリケーション通知情報取得部、152 アプリケーション固有フロー定義情報取得部、153 アプリケーション固有処理実行部、160 固有フロー情報設定部、170 アプリケーション固有フロー定義情報記憶部、180 処理ロジック記憶部、200 アプリケーション実行装置、210 アプリケーション記憶部、220 アプリケーション実行部、230 固有フロー情報通知部、540 処理フロー定義情報、550 アプリケーション通知情報、570 アプリケーション固有フロー定義情報、571 アプリケーション名、572 プロセスID、573 ノードID、574 処理ロジック名、575 実行条件情報、576 固有情報名、577 固有情報値、578 固有フロー情報名、579 固有フロー情報値、580 処理ロジック、901 表示装置、902 キーボード、903 マウス、904 FDD、905 CDD、906 プリンタ装置、907 スキャナ装置、910 システムユニット、911 CPU、912 バス、913 ROM、914 RAM、915 通信ボード、920 磁気ディスク装置、921 OS、922 ウィンドウシステム、923 プログラム群、924 ファイル群、931 電話器、932 ファクシミリ機、940 インターネット、941 ゲートウェイ、942 LAN。   DESCRIPTION OF SYMBOLS 100 Processing flow control apparatus, 110 Processing flow control system, 140 Processing flow definition information storage part, 150 Specific flow information control part, 151 Application notification information acquisition part, 152 Application specific flow definition information acquisition part, 153 Application specific process execution part, 160 specific flow information setting unit, 170 application specific flow definition information storage unit, 180 processing logic storage unit, 200 application execution device, 210 application storage unit, 220 application execution unit, 230 specific flow information notification unit, 540 processing flow definition information, 550 Application notification information, 570 Application specific flow definition information, 571 Application name, 572 Process ID, 573 Node ID, 574 Name, 575 execution condition information, 576 unique information name, 576 unique information value, 578 unique flow information name, 579 unique flow information value, 580 processing logic, 901 display device, 902 keyboard, 903 mouse, 904 FDD, 905 CDD , 906 Printer device, 907 scanner device, 910 system unit, 911 CPU, 912 bus, 913 ROM, 914 RAM, 915 communication board, 920 magnetic disk device, 921 OS, 922 window system, 923 program group, 924 file group, 931 Telephone, 932 facsimile machine, 940 Internet, 941 gateway, 942 LAN.

Claims (7)

情報を入力する入力装置と、
情報を処理する処理装置と、
情報を記憶する記憶装置と、
上記処理装置を用いて、業務と、上記業務の実行手順とを示す処理フロー定義情報を、上記記憶装置に記憶する処理フロー定義情報記憶部と、
上記処理装置を用いて、アプリケーションプログラムを識別するアプリケーション識別情報と、上記処理フロー定義情報記憶部が記憶した処理フロー定義情報によって示される業務を識別する業務識別情報と、上記業務識別情報によって識別される業務に関連する処理を行う処理ロジックを識別する処理ロジック識別情報とを対応づけて、アプリケーション固有フロー定義情報として、上記記憶装置に記憶するアプリケーション固有フロー定義情報記憶部と、
上記処理装置を用いて、アプリケーションプログラムを実行するアプリケーション実行装置が通知するアプリケーション識別情報と、業務識別情報とを、アプリケーション通知情報として、上記入力装置から取得するアプリケーション通知情報取得部と、
上記処理装置を用いて、上記アプリケーション固有フロー定義情報記憶部が記憶したアプリケーション固有フロー定義情報のうち、上記アプリケーション固有フロー定義情報におけるアプリケーション識別情報と業務識別情報とが、それぞれ、上記アプリケーション通知情報取得部が取得したアプリケーション通知情報におけるアプリケーション識別情報と業務識別情報とに一致するアプリケーション固有フロー定義情報を、上記記憶装置から取得するアプリケーション固有フロー定義情報取得部と、
上記処理装置を用いて、上記アプリケーション固有フロー定義情報取得部が取得したアプリケーション固有フロー定義情報における処理ロジック識別情報によって識別される処理ロジックを実行するアプリケーション固有処理実行部と、
を有することを特徴とする処理フロー制御装置。
An input device for inputting information;
A processing device for processing information;
A storage device for storing information;
A processing flow definition information storage unit for storing, in the storage device, processing flow definition information indicating a business and an execution procedure of the business using the processing device;
Using the processing device, the application identification information for identifying the application program, the business identification information for identifying the business indicated by the processing flow definition information stored in the processing flow definition information storage unit, and the business identification information An application-specific flow definition information storage unit that stores processing logic identification information that identifies a processing logic that performs processing related to a task, and stores it in the storage device as application-specific flow definition information;
Using the processing device, application identification information notified by an application execution device that executes an application program, and business identification information as application notification information, an application notification information acquisition unit that acquires from the input device,
Of the application specific flow definition information stored in the application specific flow definition information storage unit using the processing device, the application identification information and the business identification information in the application specific flow definition information are obtained as the application notification information, respectively. An application-specific flow definition information acquisition unit that acquires, from the storage device, application-specific flow definition information that matches the application identification information and the business identification information in the application notification information acquired by the unit;
Using the processing device, an application specific process execution unit that executes the processing logic identified by the processing logic identification information in the application specific flow definition information acquired by the application specific flow definition information acquisition unit,
A processing flow control apparatus comprising:
上記アプリケーション固有フロー定義情報記憶部は、更に、
上記処理装置を用いて、上記処理ロジック識別情報によって識別される処理ロジックを実行する条件を示す実行条件情報を、上記アプリケーション固有フロー定義情報として、上記記憶装置に記憶し、
上記アプリケーション通知情報取得部は、更に、
上記処理装置を用いて、上記アプリケーションプログラムを実行するアプリケーション実行装置が通知するアプリケーション固有フロー情報を、上記アプリケーション通知情報として、上記入力装置から取得し、
上記アプリケーション固有処理実行部は、
上記処理装置を用いて、上記アプリケーション通知情報取得部が取得したアプリケーション通知情報におけるアプリケーション固有フロー情報が、上記アプリケーション固有フロー定義情報取得部が取得したアプリケーション固有フロー定義情報における実行条件情報によって示される条件を満たすか否かを判断し、上記処理装置を用いて、上記実行条件情報によって示される条件を満たすと判断した場合に、上記アプリケーション固有フロー定義情報取得部が取得したアプリケーション固有フロー定義情報における処理ロジック識別情報によって識別される処理ロジックを実行する
ことを特徴とする請求項1に記載の処理フロー制御装置。
The application specific flow definition information storage unit further includes:
Using the processing device, execution condition information indicating a condition for executing the processing logic identified by the processing logic identification information is stored in the storage device as the application specific flow definition information,
The application notification information acquisition unit further includes:
Using the processing device, the application specific flow information notified by the application execution device that executes the application program is acquired as the application notification information from the input device,
The application specific process execution unit
The condition indicated by the execution condition information in the application specific flow definition information acquired by the application specific flow definition information acquisition unit by the application notification information acquired by the application notification information acquisition unit using the processing device. The processing in the application specific flow definition information acquired by the application specific flow definition information acquisition unit when it is determined that the condition indicated by the execution condition information is satisfied using the processing device. The processing flow control apparatus according to claim 1, wherein the processing logic identified by the logic identification information is executed.
上記アプリケーション通知情報取得部は、更に、
上記処理装置を用いて、上記アプリケーションプログラムを実行するアプリケーション実行装置が通知するアプリケーション固有情報を、上記アプリケーション通知情報として、上記入力装置から取得し、
上記アプリケーション固有処理実行部は、
上記処理装置を用いて、上記アプリケーション通知情報取得部が取得したアプリケーション通知情報におけるアプリケーション固有情報を利用して、上記アプリケーション固有フロー定義情報取得部が取得したアプリケーション固有フロー定義情報における処理ロジック識別情報によって識別される処理ロジックを実行する
ことを特徴とする請求項1に記載の処理フロー制御装置。
The application notification information acquisition unit further includes:
Using the processing device, obtain the application specific information notified by the application execution device that executes the application program from the input device as the application notification information,
The application specific process execution unit
Using the processing device, using the application specific information in the application notification information acquired by the application notification information acquisition unit, by the processing logic identification information in the application specific flow definition information acquired by the application specific flow definition information acquisition unit The processing flow control apparatus according to claim 1, wherein the processing logic to be identified is executed.
情報を処理する処理装置と、
情報を出力する出力装置と、
上記処理装置を用いて、アプリケーションプログラムを実行するアプリケーション実行部と、
上記処理装置を用いて、上記アプリケーション実行部が実行するアプリケーションプログラムを識別するアプリケーション識別情報と、業務を識別する業務識別情報とを、アプリケーション通知情報として、請求項1に記載の処理フロー制御装置に対して、上記出力装置から通知する固有フロー情報通知部と、
を有することを特徴とするアプリケーション実行装置。
A processing device for processing information;
An output device for outputting information;
An application execution unit that executes an application program using the processing device;
The process flow control device according to claim 1, wherein application identification information for identifying an application program executed by the application execution unit and job identification information for identifying a job are used as application notification information using the processing device. On the other hand, a specific flow information notification unit that notifies from the output device,
An application execution device comprising:
請求項1に記載の処理フロー制御装置を有することを特徴とする処理フロー制御システム。   A processing flow control system comprising the processing flow control device according to claim 1. 情報を入力する入力装置と、情報を処理する処理装置と、情報を記憶する記憶装置とを有する処理フロー制御装置が、処理フローを制御する処理フロー制御方法において、
上記処理装置が、業務と、上記業務の実行手順とを示す処理フロー定義情報を、上記記憶装置に記憶する処理フロー定義情報記憶工程と、
上記処理装置が、アプリケーションプログラムを識別するアプリケーション識別情報と、上記処理フロー定義情報記憶工程で記憶した処理フロー定義情報によって示される業務を識別する業務識別情報と、上記業務識別情報によって識別される業務に関連する処理を行う処理ロジックを識別する処理ロジック識別情報とを対応づけて、アプリケーション固有フロー定義情報として、上記記憶装置に記憶するアプリケーション固有フロー定義情報記憶工程と、
上記処理装置が、アプリケーションプログラムを実行するアプリケーション実行装置が通知するアプリケーション識別情報と、業務識別情報とを、アプリケーション通知情報として、上記入力装置から取得するアプリケーション通知情報取得工程と、
上記処理装置が、上記アプリケーション固有フロー定義情報記憶工程で記憶したアプリケーション固有フロー定義情報のうち、上記アプリケーション固有フロー定義情報におけるアプリケーション識別情報と業務識別情報とが、それぞれ、上記アプリケーション通知情報取得工程で取得したアプリケーション通知情報におけるアプリケーション識別情報と業務識別情報とに一致するアプリケーション固有フロー定義情報を、上記記憶装置から取得するアプリケーション固有フロー定義情報取得工程と、
上記処理装置が、上記アプリケーション固有フロー定義情報取得工程で取得したアプリケーション固有フロー定義情報における処理ロジック識別情報によって識別される処理ロジックを実行するアプリケーション固有処理実行工程と、
を有することを特徴とする処理フロー制御方法。
In a processing flow control method in which a processing flow control device having an input device for inputting information, a processing device for processing information, and a storage device for storing information controls the processing flow,
A processing flow definition information storage step in which the processing device stores processing flow definition information indicating a business and an execution procedure of the business in the storage device;
The processing device has application identification information for identifying an application program, business identification information for identifying a business indicated by the processing flow definition information stored in the processing flow definition information storage step, and a business identified by the business identification information An application-specific flow definition information storage step for storing in the storage device as application-specific flow definition information in association with processing logic identification information for identifying processing logic for performing processing related to
An application notification information acquisition step in which the processing device acquires application identification information notified by an application execution device that executes an application program and business identification information as application notification information from the input device;
Of the application specific flow definition information stored in the application specific flow definition information storage step by the processing device, the application identification information and the business identification information in the application specific flow definition information are respectively the application notification information acquisition step. An application-specific flow definition information acquisition step for acquiring, from the storage device, application-specific flow definition information that matches the application identification information and the business identification information in the acquired application notification information;
An application specific process execution step in which the processing device executes the processing logic identified by the processing logic identification information in the application specific flow definition information acquired in the application specific flow definition information acquisition step;
A process flow control method comprising:
情報を入力する入力装置と、情報を処理する処理装置と、情報を記憶する記憶装置とを有するコンピュータを、請求項1に記載の処理フロー制御装置として機能させることを特徴とする処理フロー制御プログラム。
A processing flow control program for causing a computer having an input device for inputting information, a processing device for processing information, and a storage device for storing information to function as the processing flow control device according to claim 1 .
JP2006071920A 2006-03-16 2006-03-16 Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program Pending JP2007249598A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006071920A JP2007249598A (en) 2006-03-16 2006-03-16 Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006071920A JP2007249598A (en) 2006-03-16 2006-03-16 Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program

Publications (1)

Publication Number Publication Date
JP2007249598A true JP2007249598A (en) 2007-09-27

Family

ID=38593820

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006071920A Pending JP2007249598A (en) 2006-03-16 2006-03-16 Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program

Country Status (1)

Country Link
JP (1) JP2007249598A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049493A (en) * 2000-08-04 2002-02-15 Hitachi Ltd Method and system for generating program control information, and recording medium stored with processing program therefor
JP2004258823A (en) * 2003-02-25 2004-09-16 Hitachi Ltd Business process transaction method and system, and transaction program therefor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049493A (en) * 2000-08-04 2002-02-15 Hitachi Ltd Method and system for generating program control information, and recording medium stored with processing program therefor
JP2004258823A (en) * 2003-02-25 2004-09-16 Hitachi Ltd Business process transaction method and system, and transaction program therefor

Similar Documents

Publication Publication Date Title
US8522156B2 (en) Method, system and program for supporting input of execution parameter of predetermined software to input field
US20180060312A1 (en) Providing ideogram translation
JP3544457B2 (en) Method and apparatus for creating GUI on client using e-mail or agent, and recording medium recording program for that
US10021256B2 (en) Apparatus system, and method for setting items with values that are input at an execution time of a workflow
WO2016178918A1 (en) Storing additional document information through change tracking
JP2016015007A (en) Information processing apparatus, information processing system, information processing method, and program
JPWO2012032705A1 (en) Display processing apparatus, display processing method, and program
JP5638761B2 (en) Screen generation method, screen display method, screen generation device, and program
US8359359B2 (en) Device, method, and computer program product for supporting creation of reply mail
JP6676564B2 (en) Development support system and method
JP2004178263A (en) Web server, web server with function of java servlet, and computer program
JP2008112311A (en) Method and system for business process execution, and program
US11068853B2 (en) Providing calendar utility to capture calendar event
JP2015177491A (en) Information processing apparatus, information processing system, information processing method and program
JP2007249598A (en) Processing flow control device, application execution device, processing flow control system, processing flow control method and processing flow control program
JPWO2008072333A1 (en) Execution log generation program, execution log generation device, and execution log generation method
US10432700B2 (en) Conversation connected visualization of items based on a user created list
JP2012014633A (en) Application creating device, application creating method, application execution device and application execution method
JP2010086454A (en) Communication program, communication device, and communication system
JP2008033385A (en) Information processing system, information processing method and program
JP2007213509A (en) System, method, and program for managing business flow
JP2016139244A (en) Information processor, information processing method, and computer program
WO2018217406A1 (en) Providing instant preview of cloud based file
CN115794056B (en) Script file processing method, device, equipment and storage medium
US12003681B2 (en) Information processing apparatus and non-transitory computer readable medium storing program for performing to display elements representing in workflow and indicating a branch destination in determining

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080820

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110516

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110524

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110927