JP2000306013A - Workflow system - Google Patents

Workflow system

Info

Publication number
JP2000306013A
JP2000306013A JP11112299A JP11229999A JP2000306013A JP 2000306013 A JP2000306013 A JP 2000306013A JP 11112299 A JP11112299 A JP 11112299A JP 11229999 A JP11229999 A JP 11229999A JP 2000306013 A JP2000306013 A JP 2000306013A
Authority
JP
Japan
Prior art keywords
server
client
data
workflow
oltp
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
JP11112299A
Other languages
Japanese (ja)
Inventor
Masaomi Furukawa
政臣 古川
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP11112299A priority Critical patent/JP2000306013A/en
Publication of JP2000306013A publication Critical patent/JP2000306013A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To suppress a data defect between a client and a server as little as possible. SOLUTION: Concerning the workflow system in which plural clients 12a and 12b are connected through a transmission line 4 to a server 10 loading a workflow managing system 2 and the workflow managing system of the server is accessed from the plural clients, clients modules 15a and 15b for inputting execution request and real data from an operator to the workflow managing system and outputting the results and OLTP 16a and 16b for transmitting/ receiving data containing the execution requests, the real data and the results to the server are added to the respective clients. Further, OLTP 14a and 14b for transmitting/receiving data containing the results, the execution requests and the real data to the clients and API 13a and 13b for accessing the workflow managing system and obtaining the result with the execution requests and the real data received by the OLTP are added to the server.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はクライアントサーバ
システムで構成されたワークフローシステムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a workflow system including a client server system.

【0002】[0002]

【従来の技術】企業や官庁における事務処理業務に関連
する情報を複数の部門や複数の担当者で共有しかつ順番
に業務を実行していく場合に、その情報や各部門や各担
当者が実行した成果物の流れをコンピユータネットワー
ク上で管理するワークフローシステムが提唱されてい
る。
2. Description of the Related Art When information related to paperwork in a company or government office is shared by a plurality of departments and a plurality of persons, and the tasks are executed in order, the information, each department and each person in charge are required to execute the task. A workflow system for managing the flow of executed products on a computer network has been proposed.

【0003】このようなワークフローシステムは、一般
に、クライアントサーバシステムで構成されている。す
なわち、図3に示すように、リポジトリ・データファイ
ル1及びワークフロー管理システム2が搭載されたサー
バ3に対して、伝送路4を介して複数のクライアント5
a、5bが接続されている。各クライアント5a、5b
は、このワークフローシステムを用いて各種業務を行う
各担当者に割当られている。
[0003] Such a workflow system is generally constituted by a client server system. That is, as shown in FIG. 3, a plurality of clients 5 are connected to a server 3 on which a repository data file 1 and a workflow management system 2 are mounted via a transmission path 4.
a and 5b are connected. Each client 5a, 5b
Are assigned to persons in charge of performing various tasks using this workflow system.

【0004】各クライアント5a、5bには、サーバ3
のワークフロー管理システム2をアクセスするためのA
PI(アプリケーション・プログラミング・インタフェ
ース)6と、操作者としての担当者がワークフロー管理
システム2に対する実行要求及び実データを入力し結果
を出力するためのクライアントモジュール7とが組込ま
れている。
[0004] Each client 5a, 5b has a server 3
A for accessing the workflow management system 2 of
A PI (application programming interface) 6 and a client module 7 for a person in charge as an operator to input an execution request and actual data to the workflow management system 2 and output a result are incorporated.

【0005】このような構成のワークフローシステムに
おいて、各担当者は、このワークフローシステムを用い
て各種業務を行う場合、自己に与えられたクライアント
5a、5bで、業務種別を示すパラメータ情報及び実デ
ータとを入力すると、このクライアント5a、5bの入
出力処理を担当するクライアントモジュール7は、この
パラメータ情報及び実データをAPI6へ渡して、この
API6を起動する。
In the workflow system having such a configuration, when each person in charge performs various tasks by using the workflow system, the client 5a or 5b given to himself / herself obtains parameter information indicating the task type and actual data. Is input, the client module 7 in charge of the input / output processing of the clients 5a and 5b passes the parameter information and the actual data to the API 6, and activates the API 6.

【0006】API6は、伝送路1を介して、サーバ3
のワークフロー管理システム2をログオン(起動)し
て、パラメータ情報及び実データでワークフロー管理シ
ステム2を動作させる。
[0006] The API 6 communicates with the server 3 via the transmission path 1.
Log-on (start up), and operate the workflow management system 2 with the parameter information and the actual data.

【0007】ワークフロー管理システム2は、パラメー
タ情報で指定される業務の流れ(実行手順)をリポジト
リ・データファイル1から読出して、その業務の流れ
(実行手順)を構成する各ワークポインタを特定して、
特定されたワークポインタに対して入力された実データ
を挿入して、該当ワークポインタに与えられた処理を実
行させ、その実行結果(成果物)を次のワークポインタ
へ転送する。そして、該当業務の流れが現在どの位置
(ワークポインタ)に位置するかをリポジトリ・データ
ファイル1に登録する。
[0007] The workflow management system 2 reads out the work flow (execution procedure) specified by the parameter information from the repository data file 1 and specifies each work pointer constituting the work flow (execution procedure). ,
The actual data input to the specified work pointer is inserted, the process given to the relevant work pointer is executed, and the execution result (article) is transferred to the next work pointer. Then, the position (work pointer) where the flow of the task is currently registered is registered in the repository data file 1.

【0008】そして、必要な場合は、その処理結をアク
セス要求(実行要求)元のクライアント5a、5bへ送
信する。
[0008] When necessary, the processing result is transmitted to the clients 5a and 5b that are the access requests (execution requests).

【0009】[0009]

【発明が解決しようとする課題】しかしながら、図3に
示すワークフローシステムについてもまだ改良すべき次
のような課題があった。
However, the workflow system shown in FIG. 3 still has the following problems to be improved.

【0010】すなわち、前述したように、一般に、ワー
クフローシステムはクライアントサーバシステムで構成
されているので、各クライアント5a、5bに組込まれ
たAPI(アプリケーション・プログラミング・インタ
フェース)は、伝送路4を介してサーバ2のワークフロ
ー管理システム2との間で各種の情報交換を実施する。
That is, as described above, generally, the workflow system is composed of a client-server system, so that an API (application programming interface) incorporated in each of the clients 5a and 5b is transmitted via the transmission path 4. Various information is exchanged with the workflow management system 2 of the server 2.

【0011】具体的には、クライアント5a、5bとサ
ーバ3間においては、クライアント5a,5bのAPI
6とサーバ3のデーモンとでデータ伝送が実施され、さ
らに詳細には、TCP/IP(トランスミッション・コ
ントロール・プロトコル/インターネット・プロトコ
ル)におけるソケット(Socket)通信を用いて実行され
る。TCP/IPにおけるソケット通信においては、ク
ライアント5a、5bとサーバ3との間のデータ送信の
信頼性は、TCP/IPに依存する。
Specifically, between the clients 5a and 5b and the server 3, the API of the clients 5a and 5b
6 and the daemon of the server 3 perform data transmission, and more specifically, the transmission is performed using socket communication in TCP / IP (Transmission Control Protocol / Internet Protocol). In socket communication in TCP / IP, the reliability of data transmission between the clients 5a and 5b and the server 3 depends on TCP / IP.

【0012】したがって、サーバ3又はクライアント5
a、5bのタスクの障害、伝送路4の断線、ネットワー
クカードアダプタの障害、サーバ3のデーモンの障害等
が発生すると、クライアント・サーバ間で送受信される
データに欠損が発生する懸念がある。
Therefore, the server 3 or the client 5
When a failure of the tasks a and 5b, a disconnection of the transmission path 4, a failure of the network card adapter, a failure of the daemon of the server 3, and the like occur, there is a concern that data transmitted and received between the client and the server may be lost.

【0013】データの欠損が発生すると、クライアント
5a、5bにエラーメッセージが表示されるので、操作
者(担当者)は、クライアント5a、5bに対して再度
同一操作を実施して、API6を起動させる必要があ
る。したがって、操作が煩雑になる。
When data loss occurs, an error message is displayed on the clients 5a and 5b. The operator (person in charge) performs the same operation on the clients 5a and 5b again to activate the API 6. There is a need. Therefore, the operation becomes complicated.

【0014】本発明はこのような事情に鑑みてなされた
ものであり、APIをクライアント側ではなくてサーバ
側に設置することにより、クライアントとサーバとの間
のデータ伝送手順として信頼性の高いデータ伝送手順を
採用でき、クライアントとサーバ間のデータ伝送不良に
起因するシステム異常が発生することを極力抑制でき、
システム全体の信頼性を大幅に向上できるワークフロー
システムを提供することを目的とする。
The present invention has been made in view of such circumstances, and by installing an API on the server side instead of the client side, highly reliable data is transmitted as a data transmission procedure between the client and the server. Transmission procedures can be adopted to minimize the occurrence of system abnormalities caused by poor data transmission between the client and server.
An object of the present invention is to provide a workflow system that can significantly improve the reliability of the entire system.

【0015】[0015]

【課題を解決するための手段】本発明は、ワークフロー
管理システムを搭載したサーバに対して複数のクライア
ントを伝送路を介して接続し、各クライアントからサー
バのワークフロー管理システムをアクセスするワークフ
ローシステムに適用される。
The present invention is applied to a workflow system in which a plurality of clients are connected to a server equipped with a workflow management system via a transmission line, and each client accesses the server's workflow management system. Is done.

【0016】そして、上記課題を解消するために、本発
明においては、各クライアントに対して、操作者がワー
クフロー管理システムに対する実行要求及び実データを
入力し結果を出力するためのクライアントモジュール
と、実行要求、実データ及び結果を含むデータをサーバ
へ送受信するためのOLTP(オンライン・トランザク
ション・プロセッシング)とを付加している。
In order to solve the above-mentioned problems, according to the present invention, for each client, an operator inputs an execution request and actual data to the workflow management system and outputs the result, OLTP (online transaction processing) for transmitting and receiving data including requests, actual data, and results to / from a server is added.

【0017】さらに、サーバに対して、結果、実行要求
及び実データを含むデータをクライアントへ送受信する
ためのOLTPと、このOLTPで受信された実行要求
及び実データでワークフロー管理システムをアクセスし
結果を得るAPI(アプリケーション・プログラミング
・インタフェース)とを付加している。
Further, an OLTP for transmitting / receiving data including a result, an execution request, and actual data to / from the server, and accessing the workflow management system with the execution request and the actual data received by the OLTP, and retrieving the result. API (Application Programming Interface) to be obtained.

【0018】このように構成されたワークフローシステ
ムにおいては、ワークフロー管理システムをアクセスし
結果を得るAPIは、ワークフロー管理システムが搭載
されているサーバに設置されている。そして、サーバと
各クライアントとの間のデータ伝送は、前述したTCP
/IPにおけるソケット通信を採用せずに、OLTP
(オンライン・トランザクション・プロセッシング)を
採用している。
In the workflow system configured as described above, the API for accessing the workflow management system and obtaining a result is installed on a server on which the workflow management system is mounted. The data transmission between the server and each client is based on the TCP described above.
OLTP without adopting socket communication in / IP
(Online transaction processing).

【0019】したがって、各クライアントで操作者がワ
ークフロー管理システムに対する実行要求及び実データ
を入力すると、この実行要求及び実データは、OLTP
を介して、サーバ側へ送信されて、サーバ側のAPIが
起動して、ワークフロー管理システムが動作し、結果が
実行要求元のクライアントへ送信される。
Therefore, when the operator inputs an execution request and actual data to the workflow management system at each client, the execution request and the actual data are transmitted to the OLTP
Is transmitted to the server side, the API on the server side is activated, the workflow management system operates, and the result is transmitted to the client that has requested execution.

【0020】このワークフローシステムに採用されるO
LTPは、周知のように、クライアント、サーバ間でデ
ータを送受信する通常のデータ伝送機能の他に、クライ
アント、サーバ間でデータを送信する場合、送信元で相
手側に送信したデータを記憶保持しており、伝送エラー
や故障等に起因してデータが正常に送信されなかった場
合、再送信するとともに、故障が復旧した時点でデータ
を再送付するメッセージリカバリ機能を有する。
The O employed in this workflow system
As is well known, in addition to the normal data transmission function of transmitting and receiving data between a client and a server, when transmitting data between a client and a server, the LTP stores and holds the data transmitted to the other party at the transmission source. If the data is not transmitted normally due to a transmission error or a failure, it has a message recovery function of retransmitting the data and retransmitting the data when the failure is recovered.

【0021】したがって、クライアント、サーバ間にお
けるデータ送信の信頼性を向上させるとともに、異常発
生時における操作者(担当者)の操作負担を軽減でき
る。
Therefore, the reliability of data transmission between the client and the server can be improved, and the operation load on the operator (person in charge) when an abnormality occurs can be reduced.

【0022】[0022]

【発明の実施の形態】以下、本発明の一実施形態を図面
を用いて説明する。図1は本発明の一実施形態に係わる
ワークフローシステムの概略構成を示すブロック図であ
る。図3に示す従来のワークフローシステムと同一部分
には同一を付して、重複する部分の詳細説明を省略す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of a workflow system according to an embodiment of the present invention. The same parts as those of the conventional workflow system shown in FIG. 3 are denoted by the same reference numerals, and detailed description of the overlapping parts will be omitted.

【0023】ポジトリ・データファイル1、ワークフロ
ー管理システム2、及び複数のサーバモジュール11a、
11bが収納されたサーバ10に対して、伝送路4を介
して複数のクライアント12a、12bbが接続されて
いる。サーバ10の各サーバモジュール11a、11b
の設置数は伝送路4に接続されたクライアント12a、
12bの設置数と等しく、かつ各サーバモジュール11
a、11bは各クライアント12a、12bに1対1で
対応している。各サーバモジュール11a、11b内に
は、それぞれ、ワークフロー管理システム2をアクセス
するためのAPI(アプリケーション・プログラミング
・インタフェース)13a、13bと、それぞれ対応す
るクライアント12a、12bとの間でデータ伝送を行
うためのOLTP(オンライン・トランザクション・プ
ロセッシング)14a、14bとが組込まれている。
The repository data file 1, the workflow management system 2, and a plurality of server modules 11a,
A plurality of clients 12a and 12bb are connected via a transmission line 4 to the server 10 in which the server 11b is stored. Each server module 11a, 11b of the server 10
Are installed on the client 12a connected to the transmission path 4,
12b, and each server module 11
a and 11b correspond to the clients 12a and 12b on a one-to-one basis. In each of the server modules 11a and 11b, data is transmitted between APIs (application programming interfaces) 13a and 13b for accessing the workflow management system 2 and the corresponding clients 12a and 12b, respectively. OLTP (Online Transaction Processing) 14a, 14b.

【0024】一方、伝送路4に接続された各クライアン
ト12a、12b内には、操作者としての担当者がワー
クフロー管理システム2に対する実行要求及び実データ
を入力し結果を出力するためのクライアントモジュール
15a、15bと、伝送路4を介してサーバ10内の対
応するサーバモジュール11a、11bの各OLTP1
4a、14bとの間でデータ伝送を実施するためのOL
TP16a、16bとが組込まれている。
On the other hand, in each of the clients 12a and 12b connected to the transmission path 4, a client module 15a is provided for an operator as an operator to input an execution request and actual data to the workflow management system 2 and output the result. , 15b, and each OLTP1 of the corresponding server module 11a, 11b in the server 10 via the transmission line 4.
OL for carrying out data transmission between 4a and 14b
TPs 16a and 16b are incorporated.

【0025】前記OLTP14a、14b、16a、1
6bは、前述したように、クライアント12a、12b
とサーバ10間でデータを送受信する通常のデータ伝送
機能の他に、クライアント12a、12bとサーバ10
間でデータを送信する場合、送信元で相手側に送信した
データを一時記憶保持しており、故障等に起因してデー
タが正常に送信されなかった場合、データを再送信する
とともに、故障が復旧した時点でデータを再送付するメ
ッセージリカバリ機能を有する。
The OLTPs 14a, 14b, 16a, 1
6b, as described above, the clients 12a, 12b
In addition to the normal data transmission function of transmitting and receiving data between the server 10 and the client 12a, 12b,
When data is transmitted between devices, the sender temporarily stores the data sent to the other party, and if the data is not transmitted normally due to a failure or the like, resends the data and It has a message recovery function that resends data at the time of recovery.

【0026】このように構成されたワークフローシステ
ムにおいて、操作者(担当者)が自己に与えられたクラ
イアント12a(12b)にてサーバ10のワークフロ
ー管理システム2に対してアクセスを実施した場合にお
けるクライアント12a(12b)及びサーバ10の動
作を図2に従って説明する。
In the workflow system configured as described above, the client 12a is used when the operator (person in charge) accesses the workflow management system 2 of the server 10 with the client 12a (12b) given to the operator. (12b) and the operation of the server 10 will be described with reference to FIG.

【0027】先ず、操作者(担当者)は、自己に与えら
れたクライアント12a(12b)を操作して、クライ
アントモジュール15a(15b)を起動する(S
1)。クライアントモジュール15a(15b)が立上
がると、操作者(担当者)は、実行したい業務種別を示
す実行要求としてのパラメータ情報及び実データとを入
力する(S2)。なお、このワークフロー管理システム
で出張旅費精算を実施させる場合は、パラメータ情報と
は出張旅費精算コードであり、実データとは請求金額で
ある。
First, the operator (person in charge) operates the client 12a (12b) given to him / her to activate the client module 15a (15b) (S).
1). When the client module 15a (15b) starts up, the operator (person in charge) inputs parameter information and actual data as an execution request indicating the type of job to be executed (S2). In the case where this workflow management system is used to execute the travel expense adjustment, the parameter information is the travel expense adjustment code, and the actual data is the billing amount.

【0028】次に、クライアント5a、5bの入出力処
理を担当するクライアントモジュール15a(15b)
はこのパラメータ情報及び実データをOLTP16a
(16b)へ送出する。すると、OLTP16a(16
b)は、この入力されたパラメータ情報及び実データを
伝送路4を介して、サーバ10の対応するサーバモジュ
ール11a(12a)のOLTP14a(14b)へデ
ータ伝送する(S3)。この場合、OLTP16a(1
6b)は、データ伝送したパラメータ情報及び実データ
を一時記憶保持しておく。
Next, a client module 15a (15b) that handles input / output processing of the clients 5a and 5b.
Uses this parameter information and actual data as OLTP 16a
(16b). Then, the OLTP 16a (16
b) transmits the input parameter information and actual data to the OLTP 14a (14b) of the corresponding server module 11a (12a) of the server 10 via the transmission path 4 (S3). In this case, the OLTP 16a (1
6b) temporarily stores and retains the parameter information and the actual data transmitted.

【0029】サーバ10の対応するサーバモジュール1
1a(11b)のOLTP14a(14b)は、クライ
アント12a(12b)のOLTP16a(16b)か
ら送信されたパラメータ情報及び実データを受信する
(S4)。正常に受信された場合は、送信元のクライア
ント12a(12b)のOLTP16a(16b)に対
して正常受信情報を送信する。また、正常に受信されな
かった場合は(S5)、送信元のクライアント12a
(12b)のOLTP16a(16b)に対してデータ
の再送要求を送出する(S6)。
The corresponding server module 1 of the server 10
The OLTP 14a (14b) of 1a (11b) receives the parameter information and the actual data transmitted from the OLTP 16a (16b) of the client 12a (12b) (S4). If the information is normally received, the normal reception information is transmitted to the OLTP 16a (16b) of the transmission source client 12a (12b). If the data is not received normally (S5), the client 12a of the transmission source
A data retransmission request is sent to the OLTP 16a (16b) of (12b) (S6).

【0030】送信元のクライアント12a(12b)の
OLTP16a(16b)は、サーバ10のOLTP1
4a(14b)から正常受信情報を受信すると記憶保持
したパラメータ情報及び実データをクリアし、正常受信
情報を受信できなかったり、再送要求を受信すると記憶
保持しているパラメータ情報及び実データを再送する。
The OLTP 16a (16b) of the source client 12a (12b)
When the normal reception information is received from 4a (14b), the stored parameter information and the actual data are cleared. When the normal reception information cannot be received, or when the retransmission request is received, the stored parameter information and the actual data are retransmitted. .

【0031】パラメータ情報及び実データが正常に受信
されると、サーバモジュール11a(11b)はAPI
13aを起動する(S7)。API13a(13b)は
起動されると、OLTP14a(14b)で受信された
パラメータ情報及び実データを用いてワークフロー管理
システム2を駆動する(S8)。
When the parameter information and the actual data are received normally, the server module 11a (11b)
13a is started (S7). When activated, the API 13a (13b) drives the workflow management system 2 using the parameter information and the actual data received by the OLTP 14a (14b) (S8).

【0032】具体的には、前述したように、ワークフロ
ー管理システム2は、パラメータ情報で指定される業務
の流れ(実行手順)をリポジトリ・データファイル1か
ら読出して、その業務の流れ(実行手順)を構成する各
ワークポインタを特定して、特定されたワークポインタ
に対して入力された実データを挿入して、該当ワークポ
インタに与えられた処理を実行させ、その実行結果(成
果物)を次のワークポインタへ転送する。そして、該当
業務の流れが現在どの位置(ワークポインタ)に位置す
るかをリポジトリ・データファイル1に登録する。
Specifically, as described above, the workflow management system 2 reads out the work flow (execution procedure) specified by the parameter information from the repository data file 1 and executes the work flow (execution procedure). Are specified, the actual data input to the specified work pointer is inserted, the process given to the relevant work pointer is executed, and the execution result (artifact) is To the work pointer. Then, the position (work pointer) where the flow of the task is currently registered is registered in the repository data file 1.

【0033】そして、API13a(13b)は必要な
らば、ワークフロー管理システム2における処理結果を
OLTP14a(14b)を介して、アクセス要求元の
クライアント12aへ送信する(S9)。
Then, if necessary, the API 13a (13b) transmits the processing result in the workflow management system 2 to the client 12a as the access request source via the OLTP 14a (14b) (S9).

【0034】アクセス要求元のクライアント12aのク
ライアントモジュール15a(15b)は、自己のOL
TP16a(16b)で処理結果を受信すると、必要に
応じて、この処理結果を表示出力する(S10)。
The client module 15a (15b) of the client 12a requesting access has its own OL.
When the processing result is received by the TP 16a (16b), the processing result is displayed and output as needed (S10).

【0035】操作者(担当者)は、ワークフロー管理シ
ステム2に対する操作を終了させる場合(S11)、操
作者(担当者)は、自己のクライアント12a(12
b)のクライアントモジュール15a(15b)に対し
て、ワークフロー管理システム2に対するログオフ要求
を入力する(S12)。すると、このログオフ要求はO
LTP16a(16b)から伝送路4を介して、サーバ
10へ送信される(S12)。
When the operator (person in charge) terminates the operation on the workflow management system 2 (S11), the operator (person in charge) uses his or her client 12a (12).
A log-off request to the workflow management system 2 is input to the client module 15a (15b) of b) (S12). Then, this logoff request is O
The data is transmitted from the LTP 16a (16b) to the server 10 via the transmission path 4 (S12).

【0036】サーバ10の対応するサーバモジュール1
1a(11b)は、自己のOLTP14a(14b)で
ログオフ要求を受信すると(S13)、自己側のAPI
13a(13b)を起動して(S14)、ワークフロー
管理システム2を終了させる(S15)。
The corresponding server module 1 of the server 10
When the log-off request is received by the OLTP 14a (14b) of its own (S13), the API 1a (11b) of its own
13a (13b) is activated (S14), and the workflow management system 2 is terminated (S15).

【0037】このように構成されたワークフローシステ
ムにおいては、サーバ10内に形成されたサーバワーク
フロー管理システム2をアクセスしその結果を得るAP
I13a、13bは、ワークフロー管理システム2が組
込まれているサーバ10に設置されている。
In the workflow system configured as described above, the AP that accesses the server workflow management system 2 formed in the server 10 and obtains the result is provided.
I13a and 13b are installed in the server 10 in which the workflow management system 2 is incorporated.

【0038】そして、サーバ10と各クライアント12
a、12bとの間のデータ伝送は、各クライアント12
a、12bにAPIを設置した場合において各クライア
ント側からサーバのワークフロー管理システム2を直接
アクセスする場合に必要な、前述したTCP/IPにお
けるソケット通信を採用せずに、OLTP(オンライン
・トランザクション・プロセッシング)14a、14
b、16a、15bを採用している。
Then, the server 10 and each client 12
a, 12b, each client 12
OLTP (Online Transaction Processing) without using the above-described socket communication in TCP / IP, which is necessary when each client side directly accesses the workflow management system 2 of the server when APIs are installed in the a and 12b. 14a, 14
b, 16a, and 15b are employed.

【0039】この実施形態のワークフローシステムに採
用されるOLTP14a、14b、16a、15bは、
クライアント12a、12bとサーバ10との間でデー
タを送受信する通常のデータ伝送機能の他に、クライア
ント12a、12bとサーバ10との間でデータを送信
する場合、送信元で相手側に送信したデータを記憶保持
しており、図2の流れ図に示すように、送信エラーや故
障等に起因してデータが正常に送信されなかった場合、
再送信する機能を有している。
The OLTPs 14a, 14b, 16a, and 15b employed in the workflow system of this embodiment are as follows:
In addition to the normal data transmission function of transmitting and receiving data between the clients 12a and 12b and the server 10, when transmitting data between the clients 12a and 12b and the server 10, the data transmitted from the source to the other party As shown in the flowchart of FIG. 2, when data is not transmitted normally due to a transmission error or a failure,
It has a function to retransmit.

【0040】さらに、OLTP14a。14b、16
a、15bは、図2の流れ図では示していないが、故障
が復旧した時点でデータを再送付するメッセージリカバ
リ機能を有する。
Further, OLTP 14a. 14b, 16
Although not shown in the flowchart of FIG. 2, a and 15b have a message recovery function of retransmitting data when the failure is recovered.

【0041】したがって、クライアント12a、12b
とサーバ10間におけるデータ送信の信頼性を向上させ
るとともに、異常発生時における操作者の操作負担を軽
減できる。
Therefore, the clients 12a, 12b
The reliability of data transmission between the server and the server 10 can be improved, and the operation burden on the operator when an abnormality occurs can be reduced.

【0042】さらに、新たに各クライアント12a、1
2bからワークフロー管理システム2をアクセスするプ
ログラムをクライアントモジュール15a、15bに設
定する場合、プログラム技術者は、複雑なAPI13
a、13bの存在を意識せずに、OLTP14a、14
bのみを意識してプログラムを作成すればよいので、簡
単にワークフロー管理システム2に対するアクセスの仕
様を変更できる。
Further, each client 12a, 1
When setting a program for accessing the workflow management system 2 from the client module 15a or 15b from the client module 15a or 15b, the program engineer uses a complicated API 13
OLTPs 14a, 14b without being aware of the existence of
Since the program only needs to be created in consideration of b, the specification of access to the workflow management system 2 can be easily changed.

【0043】[0043]

【発明の効果】以上説明したように、本発明のワークフ
ローシステムにおいては、ワークフロー管理システムを
アクセスするAPIをサーバ側に設置して、クライアン
トとサーバとの間のデータ伝送手順を信頼性の高いデー
タ伝送手順であるOLTPを採用している。
As described above, in the workflow system of the present invention, the API for accessing the workflow management system is installed on the server side, and the data transmission procedure between the client and the server can be performed with highly reliable data. OLTP, which is a transmission procedure, is adopted.

【0044】したがって、クライアントとサーバ間のデ
ータ伝送不良に起因するシステム異常やデータ欠損が発
生することを極力抑制でき、システム全体の信頼性を大
幅に向上できる。
Therefore, occurrence of system abnormalities or data loss due to poor data transmission between the client and the server can be suppressed as much as possible, and the reliability of the entire system can be greatly improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施形態に係わるワークフローシス
テムの概略構成を示すブロック図
FIG. 1 is a block diagram showing a schematic configuration of a workflow system according to an embodiment of the present invention.

【図2】同ワークフローシステムにおけるワークフロー
管理システムに対するアクセス動作を示す流れ図
FIG. 2 is a flowchart showing an access operation to a workflow management system in the workflow system.

【図3】従来のワークフローシステムの概略構成を示す
ブロック図
FIG. 3 is a block diagram showing a schematic configuration of a conventional workflow system.

【符号の説明】[Explanation of symbols]

1…リボジトリ・データファイル 2…フロー管理システム 4…伝送路 10…サーバ 11a,11b…サーバモジュール 12a,12b…クライアント 13a,13b…API 14a,14b,16a.16b…OLTP 15a,15b…クライアントモジュール DESCRIPTION OF SYMBOLS 1 ... Repository data file 2 ... Flow management system 4 ... Transmission line 10 ... Server 11a, 11b ... Server module 12a, 12b ... Client 13a, 13b ... API 14a, 14b, 16a. 16b OLTP 15a, 15b Client module

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ワークフロー管理システムを搭載したサ
ーバに対して複数のクライアントを伝送路を介して接続
し、各クライアントからサーバのワークフロー管理シス
テムをアクセスするワークフローシステムにおいて、 前記各クライアントは、 操作者が前記ワークフロー管理システムに対する実行要
求及び実データを入力し結果を出力するためのクライア
ントモジュールと、 前記実行要求、実データ及び結果を含むデータを前記サ
ーバへ送受信するためのOLTP(オンライン・トラン
ザクション・プロセッシング)とを有し、前記サーバ
は、 前記結果、実行要求及び実データを含むデータを前記ク
ライアントへ送受信するためのOLTPと、 このOLTPで受信された実行要求及び実データで前記
ワークフロー管理システムをアクセスし結果を得るAP
I(アプリケーション・プログラミング・インタフェー
ス)とを有することを特徴とするワークフローシステ
ム。
1. A workflow system in which a plurality of clients are connected to a server equipped with a workflow management system via a transmission line, and each client accesses a workflow management system of the server. A client module for inputting an execution request and actual data to the workflow management system and outputting a result, and an OLTP (online transaction processing) for transmitting and receiving data including the execution request, actual data and result to and from the server The server comprises: an OLTP for transmitting / receiving data including the result, the execution request, and the actual data to / from the client; and accessing the workflow management system with the execution request and the actual data received by the OLTP. AP to obtain results
I (Application Programming Interface).
JP11112299A 1999-04-20 1999-04-20 Workflow system Pending JP2000306013A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11112299A JP2000306013A (en) 1999-04-20 1999-04-20 Workflow system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11112299A JP2000306013A (en) 1999-04-20 1999-04-20 Workflow system

Publications (1)

Publication Number Publication Date
JP2000306013A true JP2000306013A (en) 2000-11-02

Family

ID=14583215

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11112299A Pending JP2000306013A (en) 1999-04-20 1999-04-20 Workflow system

Country Status (1)

Country Link
JP (1) JP2000306013A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1316382C (en) * 2001-01-09 2007-05-16 国际商业机器公司 Method and apparatus for facilitating business processes

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1316382C (en) * 2001-01-09 2007-05-16 国际商业机器公司 Method and apparatus for facilitating business processes

Similar Documents

Publication Publication Date Title
US6754707B2 (en) Secure computer support system
US9398084B2 (en) Information processing system
US20050005259A1 (en) System and method for communication and mapping of business objects between mobile client devices and a plurality of backend systems
US20030236777A1 (en) System and method for managing internet transactions
KR19990067831A (en) a token-based deadline enforcement for electronic document submission
EP1126675A2 (en) Secure remote servicing of a computer system over a computer network
EP0598534A1 (en) Data processing system
JP5834356B2 (en) Maintenance work support device
US6516353B1 (en) System and method for interactive EDI transactions
JP2000306013A (en) Workflow system
US8117334B2 (en) System and methods for workflow management
US20050234699A1 (en) Data processing system
JP3386182B2 (en) Display system, its server device, and its terminal device
US8266247B2 (en) Relay processing apparatus, control method and program therefor, and terminal control server
JP2002132322A (en) Control system for industrial robot
KR20010104782A (en) Insurance Subscription/Management Method using Internet with real-time
JP2000267825A (en) Printer controller
KR100327409B1 (en) Data Managing Method in Exchanger
JP4243755B2 (en) Client that performs communication processing by data container
KR100376579B1 (en) A system for managing resource through web
JP2001134661A (en) Method for managing intellectual property
JP2022129452A (en) Insurance claim agency device, insurance claim agency system, insurance claim agency method, insurance claim agency program, and recording medium
JP2002073463A (en) Data communication system, data communication method and recoding medium
CN115410701A (en) Medical consumable purchasing method based on edge calculation and virtualization technology
JPH031256A (en) Input/output control processing system for disk device in on-line terminal

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051021

A131 Notification of reasons for refusal

Effective date: 20051101

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051228

A02 Decision of refusal

Effective date: 20060425

Free format text: JAPANESE INTERMEDIATE CODE: A02

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060619

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Effective date: 20060710

Free format text: JAPANESE INTERMEDIATE CODE: A911

A912 Removal of reconsideration by examiner before appeal (zenchi)

Effective date: 20060728

Free format text: JAPANESE INTERMEDIATE CODE: A912