JPH08153068A - Workflow system - Google Patents
Workflow systemInfo
- Publication number
- JPH08153068A JPH08153068A JP6292712A JP29271294A JPH08153068A JP H08153068 A JPH08153068 A JP H08153068A JP 6292712 A JP6292712 A JP 6292712A JP 29271294 A JP29271294 A JP 29271294A JP H08153068 A JPH08153068 A JP H08153068A
- Authority
- JP
- Japan
- Prior art keywords
- workflow
- database
- processing
- server
- transaction
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、計算機上で事務処理の
流れを実現したワークフローシステムのデータ更新処理
機構に特徴を持つワークフローシステムに関する。又、
本発明は、ワークポイントの利用者によって処理される
ジョブに対して利用者がフロー外の利用者に問い合わせ
できるフロー制御機構を実現したワークフローシステム
に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a workflow system characterized by a data update processing mechanism of a workflow system which realizes a flow of office processing on a computer. or,
The present invention relates to a workflow system that realizes a flow control mechanism that allows a user to inquire a user outside a flow for a job processed by a user of a work point.
【0002】[0002]
【従来の技術】従来のワークフローシステムのシステム
構成を図8に示し、その処理手順を図9に示す。従来、
ワークフローシステムは、図8に示すように、ワークフ
ローのデータを管理するワークフローサーバ(WF se
rver)82と、事務処理のデータの管理をするデータベ
ース管理システム(DBMS)84を使用し、各々を利
用するためのワークフローデスクトップ(WF Deskt
op)81とデータベースアプリケーション(DB App
lication)83の4つのモジュールが協同して動作す
る。2. Description of the Related Art A conventional workflow system is shown in FIG. 8 and its processing procedure is shown in FIG. Conventionally,
As shown in FIG. 8, the workflow system includes a workflow server (WF se that manages workflow data).
rver) 82 and a database management system (DBMS) 84 that manages data for office processing, and a workflow desktop (WF Deskt) for using each
op) 81 and database application (DB App)
(lication) 83 four modules work together.
【0003】ワークフローデスクトップ(WF Deskt
op)81はワークフローサーバ(WF server)82か
ら仕事のデータを取り出し、別途に定義してある仕事の
流れ(フロー)を参照して、その仕事の内容を決定し、
アプリケーションを起動する。このアプリケーションに
はデータベース(DB)85を更新するものがあり、こ
のアプリケーションをここではデータベースアプリケー
ションと呼んでいる。Workflow Desktop (WF Deskt
op) 81 retrieves the work data from the workflow server (WF server) 82, determines the contents of the work by referring to the work flow defined separately.
Launch the application. Some of these applications update the database (DB) 85, and this application is called a database application here.
【0004】上記した従来のこの種ワークフローシステ
ムに於いては、ワークフローデスクトップ(WF Des
ktop)81とワークフローサーバ(WF server)8
2、データベースアプリケーション(DB Applicati
on)83とデータベース管理システム(DBMS)84
の2つのデータ更新をひとつのものとして実行する機構
がなかった。In the above conventional workflow system of this type, the workflow desktop (WF Des
ktop) 81 and workflow server (WF server) 8
2. Database application (DB Appplicati
on) 83 and database management system (DBMS) 84
There was no mechanism to execute the two data updates described above as one.
【0005】そのため、図9に示すように、電源切断の
ようなシステムダウン(図9の×印(SystemDown)参
照)が発生したときには、ワークフローサーバ(WF
server)のロールバック(Rollback)点と、データベー
ス管理システム(DBMS)のロールバック(復旧)点
が異なり、これに伴ってワークフローサーバとデータベ
ースとの内容に矛盾が生じる虞がある。Therefore, as shown in FIG. 9, when a system down such as power-off (see the cross mark (SystemDown) in FIG. 9) occurs, the workflow server (WF
The rollback point of the server is different from the rollback point of the database management system (DBMS), which may cause inconsistency between the contents of the workflow server and the database.
【0006】即ち、図9の場合、再実行すると、ワーク
フローサーバ(WF server)は更新が完了していなか
った(予定していたコミット点(C)に至っていない)
ので、ワークフローデスクトップ(WF Desktop)は
更新がないものと見做し、その処理をもう一度進める。That is, in the case of FIG. 9, when re-executed, the update of the workflow server (WF server) has not been completed (the planned commit point (C) has not been reached).
Therefore, the workflow desktop (WF Desktop) is regarded as having no update, and the process is performed again.
【0007】この際、データベース管理システム(DB
MS)は、既に1回処理を完了するので、ワークフロー
デスクトップ(WF Desktop)の再処理に伴い2回目
の処理をしてしまう。At this time, a database management system (DB
Since the MS has already completed the processing once, the second processing will be performed due to the re-processing of the workflow desktop (WF Desktop).
【0008】簡単な例を挙げると、上記システムに於け
るワークフローの処理で「100円」をデータベースに
入金する場合に、上記した再処理では「200円」の入
金となってしまい、処理が誤ったものとなる。[0008] To give a simple example, when "100 yen" is deposited in the database in the workflow processing in the above system, the reprocessing described above results in "200 yen" deposit, which is incorrect. It becomes a thing.
【0009】このように従来のシステム構成に於いて
は、ワークフローデスクトップ(WFDesktop)とワー
クフローサーバ(WF server)、データベースアプリ
ケーション(DB Application)とデータベース管理
システム(DBMS)の2つのデータ更新をひとつのも
のとして実行する機構がなく、従って電源切断のような
システムダウンが発生したとき、ワークフローサーバの
ロールバック点と、データベース管理システムのロール
バック点が異なることから、誤った処理が実行される虞
があった。As described above, in the conventional system configuration, the workflow desktop (WFDesktop) and the workflow server (WF server), the database application (DB Application) and the database management system (DBMS) are used to update one data item. Therefore, when a system failure such as power-off occurs, the rollback point of the workflow server and the rollback point of the database management system are different, which may lead to incorrect processing. It was
【0010】又、ワークフローシステムは、仕事の拠点
(ワークポイント)間で受け渡される情報(ドキュメン
ト)が入っているケース(フォルダ)を予め定義してお
いて仕事の流れ(フロー)に載せることにより、業務を
合理的に進めていくことができる。Further, the workflow system defines a case (folder) containing information (documents) to be transferred between work sites (work points) in advance and places it in a work flow. , You can proceed with business reasonably.
【0011】この際、ワークポイントには、データベー
スに登録されている利用者を設定でき、そのワークポイ
ントを繋いだものがフロー(ワークフロー)になる。フ
ォルダは、そのフローに従ってワークポイントへ送付さ
れるが、その際、送付するフォルダに対しての問い合わ
せをフロー外の利用者へ行ないたい場合がある。At this time, a user registered in the database can be set as the work point, and a flow (workflow) is obtained by connecting the work points. The folder is sent to the work point according to the flow, but at that time, there is a case where it is desired to make an inquiry about the folder to be sent to a user outside the flow.
【0012】この問い合わせの処理について、従来で
は、フォルダがワークポイントに到着し、そのフォルダ
に対する問い合わせがある場合に、フォルダの複製を作
り、問い合わせをしたい利用者へフォルダを送付する
が、その際に、フローを変更する操作が必要となる。
又、フォルダを問い合わせ先の利用者が何らかの処理を
し、そのフォルダを問い合わせをした利用者へ送付する
場合もフローを変更する操作が必要となる。Regarding this inquiry processing, conventionally, when a folder arrives at a work point and there is an inquiry for the folder, a duplicate of the folder is made and the folder is sent to the user who wants to make an inquiry. , An operation to change the flow is required.
Also, when the user inquiring about the folder performs some processing and sends the folder to the inquiring user, an operation for changing the flow is required.
【0013】このように、従来では、フローにないワー
クポイントに、フォルダを送付したいとき、その都度、
面倒なフローの変更操作が必要であり、従ってユーザに
かかる操作負担が大きく、使い勝手が悪いという問題が
あった。As described above, conventionally, whenever a folder is to be sent to a work point that is not in the flow,
There is a problem that a troublesome operation for changing the flow is required, and thus the operation load on the user is heavy and the usability is poor.
【0014】[0014]
【発明が解決しようとする課題】上記したように、従来
のシステム構成に於いては、ワークフローデスクトップ
とワークフローサーバ、データベースアプリケーション
とデータベース管理システムの2つのデータ更新をひと
つのものとして実行する機構がなかったことから、電源
切断のようなシステムダウンが発生したとき、ワークフ
ローサーバのロールバック点と、データベース管理シス
テムのロールバック点の時間的なずれにより、誤った処
理が実行される虞があり、システムの信頼性を保つ上で
問題があった。As described above, in the conventional system configuration, there is no mechanism for executing two data updates of the workflow desktop and the workflow server, the database application and the database management system as one. Therefore, when a system failure such as power-off occurs, incorrect processing may be executed due to the time difference between the rollback point of the workflow server and the rollback point of the database management system. There was a problem in keeping the credibility of.
【0015】又、従来では、フローにないワークポイン
トに、フォルダを送付したいとき、その都度、面倒なフ
ローの変更操作が必要であり、従ってユーザにかかる操
作負担が大きく、使い勝手が悪いという問題があった。Further, conventionally, when it is desired to send a folder to a work point that is not included in a flow, a troublesome flow changing operation is required each time, so that the operation load on the user is large and the usability is poor. there were.
【0016】本発明は上記実情に鑑みなされたもので、
ワークフローのデータの更新とデータベース管理システ
ムの更新処理を同期をとって不可分に実施することによ
り、ワークフローサーバのロールバック点とデータベー
ス管理システムのロールバック点の時間的なずれにより
発生する誤った処理の実行を排除して、システムの信頼
性を保つことのできるワークフローシステムを提供する
ことを目的とする。The present invention has been made in view of the above circumstances,
By synchronizing and inseparably updating the workflow data and the database management system update process, erroneous processing caused by the time difference between the workflow server rollback point and the database management system rollback point can be avoided. It is an object of the present invention to provide a workflow system that can eliminate execution and maintain system reliability.
【0017】又、本発明は、自ワークポイントが所属し
ているフローの外の利用者へフォルダについての問い合
わせをする際に、そのフローの変更処理をユーザの操作
負担を必要とせずに実行できる操作性の良いワークフロ
ーシステムを提供することを目的とする。Further, according to the present invention, when an inquiry about a folder is made to a user outside the flow to which the own work point belongs, the change processing of the flow can be executed without the operation load of the user. The purpose is to provide a workflow system with good operability.
【0018】[0018]
【課題を解決するための手段】本発明は、汎用のトラン
ザクションマネージャを用い、ワークフローデスクトッ
プとデータベースアプリケーションとの間にトランザク
ション処理機構を組込むことにより、ワークフローサー
バとデータベース管理システムの2つの更新処理を同時
に実行する機能を実現したワークフローシステムを提供
する。The present invention uses a general-purpose transaction manager and incorporates a transaction processing mechanism between a workflow desktop and a database application to simultaneously perform two update processes of a workflow server and a database management system. Provide a workflow system that realizes the function to be executed.
【0019】詳細には、ワークフローディスクトップ及
びワークフローサーバでなるワークフロー処理機構と、
データベースアプリケーション及びデータベース管理シ
ステムでなるデータベース機構とで構築されるワークフ
ローシステムに於いて、図2に示すように、ワークフロ
ーデスクトップ側に、トランザクションマネージャを使
用可能にし、かつアプリケーションとプロセス間通信を
行なう機構を組込み、又、アプリケーション側にも、ト
ランザクションマネージャを使用可能にし、かつワーク
フローデスクトップとプロセス間通信を行なう機構を組
込み、更に、ワークフローサーバにはトランザクション
マネージャの下でトランザクション処理を実行する機構
を組込む。このような各機構を組込んで、ワークフロー
デスクトップとデータベース管理機構との間にトランザ
クションマネージャを介在し、ワークフローサーバとデ
ータベース管理機構の更新処理を不可分に実行する構成
としたことを特徴とする。Specifically, a workflow processing mechanism including a workflow desktop and a workflow server,
In a workflow system constructed with a database application and a database mechanism consisting of a database management system, as shown in FIG. 2, a mechanism for enabling a transaction manager on the workflow desktop side and performing interprocess communication with the application is provided. On the built-in side, on the application side, a mechanism for enabling the transaction manager and for performing interprocess communication with the workflow desktop is built in. Further, a mechanism for executing transaction processing under the transaction manager is built in the workflow server. It is characterized in that such a mechanism is incorporated, a transaction manager is interposed between the workflow desktop and the database management mechanism, and the update processing of the workflow server and the database management mechanism is inseparably executed.
【0020】又、本発明は、ワークフローサーバとクラ
イアントとの間で、ワークポイントをつないだフロー情
報に従いフォルダの受け渡しを行なうワークフローシス
テムに於いて、フロー情報を管理するワークフローサー
バに、フロー情報を変更する手段と、変更されたフロー
情報に従うワークポイントへのフォルダ送付処理の後、
フロー情報を元の状態に再変更する手段とを具備し、ワ
ークポイントを一時的に追加してフロー情報で定義され
ないクライアントに対しフォルダの受け渡しができるよ
うにしたことを特徴とする。Further, according to the present invention, in a workflow system for transferring a folder between a workflow server and a client according to flow information connecting a work point, the flow information is changed to a workflow server managing the flow information. And the process of sending the folder to the work point according to the changed flow information,
And a means for changing the flow information to the original state again, and a work point is temporarily added so that the folder can be delivered to a client not defined by the flow information.
【0021】[0021]
【作用】事務処理の分野に於ける各処理は、帳票に、そ
の要件、内容(金額や数量)等を記入し、その帳票が各
担当を回り、マスタ帳簿を更新することで作業が進めら
れる。本発明は、このような事務処理を計算機システム
上で実現したワークフローシステムに係るもので、上記
帳票に当たるフローデータと、マスタ帳簿にあたるデー
タベースとの更新に関し、その各更新処理を不可分に実
行する処理機能に特徴をもつ。[Function] For each processing in the field of paperwork, work is carried out by entering requirements, contents (amount and quantity), etc. in a form, and passing the form to each person in charge, and updating the master ledger. . The present invention relates to a workflow system that realizes such an office process on a computer system, and relates to the update of the flow data corresponding to the above-mentioned form and the database corresponding to the master ledger, and a processing function for executing each update process inseparably. It is characterized by
【0022】即ち、上記した本発明の構成によるワーク
フローシステムに於いて、ワークフローデスクトップ
(Workflow Desktop)はデータベースアプリケーション
(DBApplication)からトランザクションID(Tran
s.ID)を受けると(図3[9]参照)、トランザクショ
ンマネージャ(Transaction Manager )に対し、2つの
トランザクションを同時にコミット(Commit)するよう
指示を出す(図3[10]参照)。この指示に従い、ト
ランザクションマネージャより、ワークフローサーバ
(WF server)と、データベース管理システム(DB
MS)にそれぞれコミット指示が出される(図3[1
1][12]参照)。トランザクションマネージャはワ
ークフローサーバとデータベース管理機構の双方から
「成功」を受信する(図3[13][14]参照)と、
ワークフローデスクトップにその旨を通知する(図3
[15]参照)。ワークフローデスクトップはトランザ
クションマネージャを介して「成功」を受信すると処理
を終了する。That is, in the above-described workflow system according to the present invention, the workflow desktop (Workflow Desktop) is transmitted from the database application (DBAplication) to the transaction ID (Tran.
s.ID) (see FIG. 3 [9]), the transaction manager (Transaction Manager) is instructed to commit two transactions simultaneously (see FIG. 3 [10]). According to this instruction, the transaction manager causes the workflow server (WF server) and the database management system (DB
A commit instruction is issued to each MS (Fig. 3 [1
1] [12]). When the transaction manager receives "success" from both the workflow server and the database management mechanism (see [13] [14] in FIG. 3),
Notify that to the workflow desktop (Fig. 3
[15]). When the workflow desktop receives "success" via the transaction manager, the process ends.
【0023】このように、トランザクションマネージャ
を介在して、ワークフローサーバとデータベース管理機
構の更新処理を不可分に実行することにより、ワークフ
ローサーバのロールバック点とデータベース管理システ
ムのロールバック点の時間的なずれにより発生する誤っ
た処理の実行を排除でき、信頼性の高いワークフローシ
ステムが構築できる。As described above, the transaction manager intervenes to perform the update processing of the workflow server and the database management mechanism inseparably, whereby the rollback point of the workflow server and the rollback point of the database management system deviate in time. Execution of erroneous processing caused by can be eliminated, and a highly reliable workflow system can be constructed.
【0024】又、本発明に於いては、データベースに登
録されている利用者を検索する手段と、フォルダを相手
先ワークポイントに送付し相手先の処理が終了すると自
動的に自分のワークポイントにフォルダを戻す手段とを
備えた、フォルダの問い合わせ機能を実現する。これに
より、送付するフォルダに対しての問い合わせをフロー
外の利用者へ行ないたい場合に、この問い合わせの処理
を利用者に操作負担をかけることなく簡単な操作で行な
うことができる。Further, according to the present invention, a means for searching the users registered in the database and a folder to the work point of the other party are sent, and when the processing of the other party is completed, the work point is automatically set to the own work point. And a folder inquiry function having means for returning a folder. As a result, when it is desired to make an inquiry about the folder to be sent to a user outside the flow, this inquiry processing can be performed by a simple operation without imposing an operation burden on the user.
【0025】[0025]
【実施例】以下図面を参照して本発明の実施例を説明す
る。先ず、図1乃至図7を参照して本発明の第1実施例
を説明する。図1は本発明の第1実施例に於けるワーク
フローシステムの構成を示すブロック図である。Embodiments of the present invention will be described below with reference to the drawings. First, a first embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a block diagram showing the configuration of a workflow system according to the first embodiment of the present invention.
【0026】図1に於いて、11はオペレータがワーク
フロー上の仕事を選び処理を指示するワークフローデス
クトップ(Workflow Desktop)であり、処理に応じてデ
ータベースアプリケーション(DB Application)14を
起動する。In FIG. 1, reference numeral 11 denotes a workflow desktop for the operator to select a job on the workflow and instruct the processing, and activates a database application 14 according to the processing.
【0027】12はワークフローのデータを蓄積し受渡
処理を実行するワークフローサーバ( Workflow Serve
r)であり、ワークフローデスクトップ(Workflow Desk
top)11の指示に従いワークフローデータ(WFD)
を更新処理する。Reference numeral 12 denotes a workflow server (Workflow Server) that stores workflow data and executes delivery processing.
r) and the Workflow Desktop (Workflow Desk
top) Workflow data (WFD) according to 11 instructions
Is updated.
【0028】13はワークフローサーバ( Workflow Se
rver)12のアクセス対象となる、不揮発性メモリ上に
置かれるワークフローデータ(WFD)であり、ここで
はデータベース(DB)と不可分にデータの更新処理が
行なわれる。13 is a workflow server (Workflow Se
rver) 12 is workflow data (WFD) to be accessed by the non-volatile memory that is to be accessed by the rver) 12. In this case, data update processing is performed inseparably from the database (DB).
【0029】14はデータベースアプリケーション(D
B Application)であり、ワークフロー中のひとつの
処理としてデータベース(DB)を更新するソフトウェ
アモジュールである。14 is a database application (D
B Application), which is a software module that updates a database (DB) as one process in the workflow.
【0030】15は複数の異なるサーバに対する処理を
不可分に実行する機能を提供するトランザクションマネ
ージャ(Transaction Manager )であり、ここではワー
クフローサーバ(WF server)12とデータベース管
理システム(DBMS)16に対する処理を不可分に実
行する。Reference numeral 15 is a transaction manager which provides a function for executing processing on a plurality of different servers in an inseparable manner. Here, processing on a workflow server (WF server) 12 and a database management system (DBMS) 16 is inseparable. To run.
【0031】16はデータベース管理システム(DBM
S)であり、データベースアプリケーション(DB A
pplication)14の処理制御の下にデータベース(D
B)をアクセスし更新する。Reference numeral 16 is a database management system (DBM
S) and the database application (DB A
Under the processing control of the pplication 14 database (D
B) is accessed and updated.
【0032】17はデータベース管理システム(DBM
S)16のアクセス対象となる、不揮発メモリ上に置か
れるデータベース(DB)であり、データとその管理デ
ータにより構成される。ここではワークフローデータ
(WFD)13と不可分にデータの更新処理が行なわれ
る。Reference numeral 17 is a database management system (DBM
S) is a database (DB) placed on a non-volatile memory which is an access target of 16 and is composed of data and its management data. Here, data update processing is performed inseparably from the workflow data (WFD) 13.
【0033】図2は上記図1に示す実施例の各モジュー
ル間に於ける結合機構を示すもので、上記各モジュール
間がネットワーク通信により結合される。図2に於い
て、11Aはワークフローデスクトップ(Workflow Des
ktop)11の本体部分である。11Bは同本体部分11
Aと、トランザクションマネージャ(Transaction Mana
ger )15、及びデータベースアプリケーション(DB
Application)14との間の調停を行なうワークフロ
ートランザクション処理モジュール(WF−Tx )であ
る。FIG. 2 shows a coupling mechanism between the modules of the embodiment shown in FIG. 1, wherein the modules are coupled by network communication. In FIG. 2, 11A is a workflow desktop (Workflow Des
ktop) 11 is the main body. 11B is the same body portion 11
A and the transaction manager (Transaction Mana
ger) 15 and database application (DB)
A workflow transaction processing module (WF-Tx) for performing arbitration with the application.
【0034】12Aはワークフローサーバ(WF serv
er)12の本体部分であり、12Bは同本体部分12A
とトランザクションマネージャ(Transaction Manager
)15との間にあって、ワークフローのトランザクシ
ョンプロトコルを実現するワークフロートランザクショ
ン処理モジュール(WF−Tx )である。12A is a workflow server (WF serv)
er) 12 is a main body portion, and 12B is the same main body portion 12A.
And Transaction Manager
) 15 and implements the transaction protocol of the workflow, the workflow transaction processing module (WF-Tx).
【0035】14Aはデータベースアプリケーション
(DB Application)14の本体部分であり、14B
はワークフロートランザクション処理モジュール(WF
−Tx)11Bとの通信により、トランザクションマネ
ージャ(Transaction Manager)15のID情報(id-
A,id-B,…、図3Trans.ID参照)や処理の指示コマン
ド等を送受するデータベースアプリケーション通信モジ
ュール(DBA Com)である。Reference numeral 14A denotes a main body of the database application (DB Application) 14, and 14B
Is the workflow transaction processing module (WF
-Tx) ID information (id- of Transaction Manager) 15 by communication with 11B.
A, id-B, ..., See Trans.ID in FIG. 3) and a database application communication module (DBA Com) for sending and receiving processing instruction commands and the like.
【0036】図3は上記第1実施例に於ける各モジュー
ル間の処理の流れを示す図であり、データ更新を不可分
に実行する状態をフローチャートで示している。ここで
は図1及び図2に示すワークフローデスクトップ(Work
flow Desktop)11をWF Desktop、トランザクション
マネージャ(Transaction Manager )15をTrans.Mgr
として示している。FIG. 3 is a diagram showing the flow of processing between the modules in the first embodiment, and is a flow chart showing the state in which data update is inseparably executed. Here, the workflow desktop (Work
flow Desktop) 11 to WF Desktop, Transaction Manager (Transaction Manager) 15 to Trans.Mgr
Is shown as.
【0037】図4乃至図7はそれぞれ上記図2に示すワ
ークフロートランザクション処理モジュール(WF−T
x )11Bの処理動作を示すフローチャートであり、図
4は図3の[1]〜[3]の処理手順を示すフローチャ
ート、図5は同じく[4]〜[7]の処理手順を示すフ
ローチャート、図6及び図7は同じく[10]〜[1
5]の処理手順を示すフローチャートである。4 to 7 are respectively the workflow transaction processing module (WF-T) shown in FIG.
x) is a flowchart showing the processing operation of 11B, FIG. 4 is a flowchart showing the processing procedure of [1] to [3] of FIG. 3, and FIG. 5 is a flowchart showing the processing procedure of [4] to [7]. 6 and 7 are the same as [10] to [1.
5] is a flowchart showing a processing procedure of [5].
【0038】ここで上記図1乃至図7を参照して本発明
の第1実施例に於ける動作を説明する。図1に於いて、
ワークフローデスクトップ(Workflow Desktop)11
は、オペレータがワークフロー上の仕事を選び処理の指
示するための入出力操作に伴う処理を実行するソフトウ
ェアモジュールであり、処理に応じてデータベースアプ
リケーション(DB Application)14を起動する。The operation of the first embodiment of the present invention will be described with reference to FIGS. In FIG.
Workflow Desktop 11
Is a software module that executes a process associated with an input / output operation for an operator to select a work on a workflow and instruct the process, and activates a database application (DB Application) 14 according to the process.
【0039】ワークフローサーバ(WF server)12
は、ワークフローデスクトップ(Workflow Desktop)1
1の指示に従い、ワークフローデータ(WFD)13を
アクセス対象に、ワークフローデータの蓄積及び入出力
処理を含むデータ管理を行なう。Workflow server (WF server) 12
Is a Workflow Desktop 1
In accordance with the instruction of No. 1, the workflow data (WFD) 13 is accessed, and data management including storage and input / output processing of the workflow data is performed.
【0040】データベースアプリケーション(DB A
pplication)14は、ワークフローの中のひとつの処理
としてデータベース(DB)17を更新する。トランザ
クションマネージャ(Transaction Manager )15は、
ワークフローサーバ(WF server)12のデータ更新
処理とデータベース管理システム(DBMS)16のデ
ータ更新処理とを不可分に実行する処理機能をもつ。Database application (DB A
pplication) 14 updates the database (DB) 17 as one process in the workflow. Transaction Manager 15
It has a processing function for inseparably executing the data update processing of the workflow server (WF server) 12 and the data update processing of the database management system (DBMS) 16.
【0041】データベース管理システム(DBMS)1
6は、データベース(DB)17を管理する。上記各モ
ジュールの機能を踏まえ、図3乃至図7に示すフローチ
ャートを参照して第1実施例の動作を説明する。Database management system (DBMS) 1
6 manages a database (DB) 17. Based on the function of each module described above, the operation of the first embodiment will be described with reference to the flowcharts shown in FIGS.
【0042】ワークフローデスクトップ(Workflow Des
ktop)11に対するオペレータの操作により、ワークフ
ローデスクトップ(Workflow Desktop)11はトランザ
クションマネージャ(Transaction Manager )15を介
してワークフローサーバ(WF server)12からワー
クフローのデータを取り出し、ワークフローサーバ(W
F server)12に対してトランザクションを開始する
(図3[1],[2]、図4ステップA1 )。[Workflow Desktop]
By the operator's operation on the ktop) 11, the workflow desktop (Workflow Desktop) 11 retrieves the workflow data from the workflow server (WF server) 12 via the transaction manager (Transaction Manager) 15, and the workflow server (W
The transaction is started for the F server) 12 ([1], [2] in FIG. 3, step A1 in FIG. 4).
【0043】トランザクションマネージャ(Transactio
n Manager )15は、ワークフローデスクトップ(Work
flow Desktop)11に対してトランザクションID(Tr
ans.ID)を返し、トランザクションの開始を通知する
(図3[3])。Transaction manager (Transactio
n Manager 15 is a workflow desktop (Work
transaction ID (Tr
ans.ID) to notify the start of the transaction (Fig. 3 [3]).
【0044】ワークフローデスクトップ(Workflow Des
ktop)11は、トランザクションマネージャ(Transact
ion Manager )15よりトランザクションID(Trans.
ID;id-A)を受信すると、その受信したトランザクショ
ンID(Trans.ID;id-A)をワークフロートランザクシ
ョン処理モジュール(WF−Tx )11Bのデータ領域
に記録する(図4ステップA2 ,A3 )。[Workflow Desktop]
ktop) 11 is a transaction manager (Transact
Ion Manager 15) Transaction ID (Trans.
When the ID; id-A) is received, the received transaction ID (Trans.ID; id-A) is recorded in the data area of the workflow transaction processing module (WF-Tx) 11B (steps A2 and A3 in FIG. 4).
【0045】ワークフローデスクトップ(Workflow Des
ktop)11は、トランザクションID(Trans.ID;id-
A)を受信した後、データベースアプリケーション(D
B Application)14を起動する(図3[4]、図5
ステップB1 )。このときワークフローを流れいてる処
理に関わるデータを渡す(例えば「出庫数」等)。[Workflow Desktop]
ktop) 11 is a transaction ID (Trans.ID; id-
After receiving A), the database application (D
B Application 14 is started (FIG. 3 [4], FIG. 5).
Step B1). At this time, the data related to the processing that is flowing through the workflow is passed (for example, "the number of delivery").
【0046】データベースアプリケーション(DB A
pplication)14は、トランザクションマネージャ(Tr
ansaction Manager )15を介して、トランザクション
を開始し、ここでデータベース管理システム(DBM
S)16がデータベース(DB)17よりデータを読み
出し、そのデータ(例えば「在庫数」)をデータベース
アプリケーション(DB Application)14に受け渡
す(図3[5],[6],[7])。Database application (DB A
pplication) 14 is a transaction manager (Tr
anssaction Manager) 15 to initiate a transaction, where a database management system (DBM)
S) 16 reads data from the database (DB) 17 and transfers the data (for example, “stock quantity”) to the database application (DB Application) 14 (FIGS. 3 [5], [6], and [7]).
【0047】データベースアプリケーション(DB A
pplication)14は受信したデータの処理を行ない(例
えば「在庫数」−「出庫数」)、その結果(例えば新た
な「在庫数」)をデータベース(DB)17に書き込む
(図3[8])。Database application (DB A
pplication) 14 processes the received data (for example, "stock quantity"-"delivery quantity"), and writes the result (for example, new "stock quantity") in database (DB) 17 (Fig. 3 [8]). .
【0048】尚、この時点では、コミット(Commit )
動作が行なわれていないので、システムダウンが起きて
も、トランザクション開始時に戻り、再処理を正しく実
行できる。At this point, the commit (Commit)
Since the operation is not performed, even if the system goes down, it can be returned at the start of the transaction and the reprocessing can be correctly executed.
【0049】データベースアプリケーション(DB A
pplication)14はデータベース(DB)17を更新し
た後、トランザクションID(Trans.ID;id-B)をワー
クフローデスクトップ(Workflow Desktop)11に返す
(図3[9])。Database application (DB A
After updating the database (DB) 17, the pplication 14 returns the transaction ID (Trans.ID; id-B) to the workflow desktop 11 ([9] in FIG. 3).
【0050】ワークフローデスクトップ(Workflow Des
ktop)11はデータベースアプリケーション(DB A
pplication)14より受信し、データベース更新処理が
正常終了したことを認識すると、そのトランザクション
ID(Trans.ID;id-B)をワークフロートランザクショ
ン処理モジュール(WF−Tx )11Bのデータ領域に
記録する(図5ステップB2 ,B3 )。[Workflow Desktop]
ktop) 11 is a database application (DB A
When the database update processing is completed, the transaction ID (Trans.ID; id-B) is recorded in the data area of the workflow transaction processing module (WF-Tx) 11B (Fig. 5 steps B2, B3).
【0051】その後、ワークフローデスクトップ(Work
flow Desktop)11は、トランザクションマネージャ
(Transaction Manager )15に対して2つのトランザ
クションID(Trans.ID;id-A,id-B)を送出し2つの
トランザクションを同時にコミットするよう指示する
(図3[10],図6ステップC1 )。After that, the workflow desktop (Work
The flow desktop) 11 sends two transaction IDs (Trans.ID; id-A, id-B) to the transaction manager (Transaction Manager) 15 and instructs the transaction manager 15 to commit the two transactions at the same time (see FIG. 10], step C1 in FIG. 6).
【0052】トランザクションマネージャ(Transactio
n Manager )15は、2つのトランザクションID(id
-A,id-B)によるコミット指示を受けると、ワークフロ
ーサーバ(WF server)12と、データベース管理シ
ステム(DBMS)16とに通信し、その双方にコミッ
ト指示を出してトランザクションを不可分に実行するこ
とを保障する(図3[11],[12])。Transaction manager (Transactio
n Manager) 15 has two transaction IDs (id
-A, id-B), when it receives a commit instruction, it communicates with the workflow server (WF server) 12 and the database management system (DBMS) 16 and issues a commit instruction to both of them to execute the transaction atomically. Is guaranteed ([11] and [12] in FIG. 3).
【0053】その後、トランザクションマネージャ(Tr
ansaction Manager )15は、ワークフローサーバ(W
F server)12と、データベース管理システム(DB
MS)16との双方から「成功」を返してきたことを確
認すると、その旨をワークフローデスクトップ(Workfl
ow Desktop)11に通知する(図3[13],[1
4],[15])。Then, the transaction manager (Tr
ansaction Manager) 15 is a workflow server (W
F server) 12 and database management system (DB)
After confirming that both MS and 16 have returned "success", the fact is returned to the workflow desktop (Workfl
ow Desktop) 11 (Fig. 3 [13], [1]
4], [15]).
【0054】ワークフローデスクトップ(Workflow Des
ktop)11はトランザクションマネージャ(Transactio
n Manager )15からトランザクション「成功」の通知
を受けると、そのトランザクション処理を終了し、場合
によってはデータベースアプリケーション(DB App
lication)14に終了指示を出す(図6ステップC2,
C3 )。Workflow Desktop
ktop) 11 is a transaction manager (Transactio
Upon receiving the notification of the transaction "success" from the n Manager 15), the transaction processing is terminated, and in some cases, the database application (DB App)
(lication) 14 gives an end instruction (step C2 in FIG. 6,
C3).
【0055】又、ワークフローデスクトップ(Workflow
Desktop)11は、トランザクションマネージャ(Tran
saction Manager )15からトランザクション「失敗」
の通知を受けると、トランザクションマネージャ(Tran
saction Manager )15に当該トランザクション(Tran
s.ID=id-A,id-B)をアボートするよう指示を出し、当
該トランザクション処理を最初から(図3[1]から)
やり直す(図7ステップD1 )。In addition, the workflow desktop (Workflow
Desktop 11 is a transaction manager (Tran
saction Manager) 15 to transaction "failure"
Notification of the transaction manager (Tran
saction Manager) 15 the transaction (Tran
s.ID = id-A, id-B) is instructed to abort the transaction processing from the beginning (from FIG. 3 [1]).
Start over (step D1 in Fig. 7).
【0056】このように、ワークフローシステムにトラ
ンザクションマネージャ(Transaction Manager )15
を設けて、ワークフローサーバ(WF server)12と
データベース管理システム(DBMS)16の更新処理
を不可分に実行することにより、ワークフローサーバ
(WF server)12のロールバック点とデータベース
管理システム(DBMS)16のロールバック点の時間
的なずれにより発生する誤った処理の実行を排除して高
い信頼性を実現でき、基幹業務と呼ばれるようなワーク
フローシステムに高信頼性をもって適用できる。In this way, the workflow system has a transaction manager 15
Is provided, and the update processing of the workflow server (WF server) 12 and the database management system (DBMS) 16 is inseparably executed, so that the rollback point of the workflow server (WF server) 12 and the database management system (DBMS) 16 High reliability can be realized by eliminating erroneous execution of processing that occurs due to the time lag of the rollback point, and it can be applied with high reliability to a workflow system called core business.
【0057】次に、図10乃至図12を参照して本発明
の第2実施例を説明する。この第2実施例は、ワークフ
ローシステムのワークポイントの利用者によって処理さ
れるジョブに対して利用者がフロー外の利用者に容易に
問い合わせできるような柔軟なフロー制御に関する。Next, a second embodiment of the present invention will be described with reference to FIGS. The second embodiment relates to a flexible flow control so that the user can easily inquire of a user outside the flow about a job processed by the user of the work point of the workflow system.
【0058】図10は本発明の第2実施例の構成を示す
ブロック図である。図10に於いて、21はワークフロ
ーサーバであり、ワークフローに関する種々の管理情報
がデータベース(DB)に格納されている。FIG. 10 is a block diagram showing the configuration of the second embodiment of the present invention. In FIG. 10, reference numeral 21 is a workflow server, and various management information regarding the workflow is stored in a database (DB).
【0059】22はデータベース(DB)に格納されて
いるフロー情報であり、フォルダが流れるルートの情
報、フォルダの状態、フォルダの位置等の情報が格納さ
れている。Reference numeral 22 is flow information stored in a database (DB), which stores information about the route through which the folder flows, the state of the folder, the position of the folder, and the like.
【0060】23は同じくデータベースDBに格納され
ている利用者情報であり、ワークフローシステムの利用
者が登録されたテーブル情報である。24は上記フロー
情報に含まれるワークポイントであり、フォルダが処理
されるポイントを示している。Reference numeral 23 is user information also stored in the database DB, which is table information in which the user of the workflow system is registered. Reference numeral 24 is a work point included in the flow information, which indicates a point at which a folder is processed.
【0061】25A,25B,25Cはそれぞれクライ
アントであり、それぞれにデスクトップ画面を持ち、ネ
ットワーク30を介してワークフローサーバ21に接続
される。Reference numerals 25A, 25B and 25C are clients, each of which has a desktop screen and is connected to the workflow server 21 via the network 30.
【0062】26はクライアント25A,25B,25
Cがもつ、送付の対象となるフォルダであり、それぞれ
に文書(ドキュメント)が入っている。27はこのフォ
ルダ26を出し入れする受付けトレイである。26 is a client 25A, 25B, 25
This is a folder that C has as a target for sending, and each contains a document. Reference numeral 27 is a receiving tray for loading and unloading the folder 26.
【0063】図11は上記第2実施例に於けるフォルダ
の問い合わせの流れを示すフローチャートであり、ワー
クフローサーバ21とクライアント25A,25B,2
5Cとの各プロセッサ間通信制御の下に実現される。FIG. 11 is a flow chart showing the flow of a folder inquiry in the second embodiment. The workflow server 21 and the clients 25A, 25B, 2 are shown in FIG.
It is realized under the communication control between each processor with 5C.
【0064】図11に於いて、S1 は利用者の検索を行
なうステップであり、データベース(DB)に登録され
ている利用者を検索して、フォルダ26の送付先利用者
を選択する。In FIG. 11, S1 is a step for searching for a user, searching the user registered in the database (DB) and selecting the destination user of the folder 26.
【0065】S2 はフローの変更を行なうステップであ
り、既存のフローに、選択した利用者のワークポイント
及びルートを追加する。S3 はフォルダ26を送付する
ステップであり、選択した利用者のワークポイントへフ
ォルダを送付する。S2 is a step for changing the flow, and the work point and route of the selected user are added to the existing flow. S3 is a step of sending the folder 26, and sends the folder to the work point of the selected user.
【0066】S4 はフォルダ26を差し戻すステップで
あり、送付してきた利用者のワークポイントへフォルダ
26を送付する。S5 はフローを変更するステップであ
り、追加したワークポイント及びルート(ステップS2
参照)を削除する。S4 is a step of returning the folder 26, and the folder 26 is sent to the work point of the user who sent it. S5 is a step of changing the flow, and the added work point and route (step S2
Delete).
【0067】図12は上記第2実施例に於けるフロー情
報の遷移状態例を示す図である。ここではワークポイン
ト情報として、ワークポイント(WP)番号5が追加さ
れ、又、ルート情報として、ワークポイント(WP)番
号5からワークポイント(WP)番号3へのルート、及
びワークポイント(WP)番号3からワークポイント
(WP)番号5へのルートが追加された例を示してい
る。FIG. 12 is a diagram showing a transition state example of the flow information in the second embodiment. Here, the work point (WP) number 5 is added as the work point information, and the route from the work point (WP) number 5 to the work point (WP) number 3 and the work point (WP) number are added as the route information. 3 shows an example in which a route from 3 to a work point (WP) number 5 is added.
【0068】ここで上記図10乃至図12を参照して本
発明の第2実施例に於ける動作を説明する。ワークフロ
ーサーバ21に設けられたデータベース(DB)のフロ
ー情報22がもつワークポイント24(a)にクライア
ント25Aが属しており、このワークポイントにはフォ
ルダ26が到着している。Now, the operation of the second embodiment of the present invention will be described with reference to FIGS. The client 25A belongs to the work point 24 (a) included in the flow information 22 of the database (DB) provided in the work flow server 21, and the folder 26 has arrived at this work point.
【0069】クライアント25Aは、問い合わせをした
い利用者を得るためにワークフローサーバ21に設けら
れたデータベース(DB)の利用者情報23に登録され
ている利用者を検索する(図11ステップS1 )。The client 25A searches for the user registered in the user information 23 of the database (DB) provided in the workflow server 21 to obtain the user who wants to make an inquiry (step S1 in FIG. 11).
【0070】この例では、フローに定義されていない利
用者を検索する。次に、問い合わせをする利用者を選択
する。この問い合わせ先の利用者をこの例ではクライア
ント25Cとする。In this example, a user who is not defined in the flow is searched. Next, the user who makes the inquiry is selected. The user of this inquiry destination is the client 25C in this example.
【0071】クライアント25Aのワークポイントに存
在するフォルダ26をクライアント25Cのワークポイ
ントへ送付できるようにフローの変更を行なう(図11
ステップS2 )。The flow is changed so that the folder 26 existing in the work point of the client 25A can be sent to the work point of the client 25C (FIG. 11).
Step S2).
【0072】この例では、図10に示すフロー情報のワ
ークポイント24(a)から破線矢印で示すルートとク
ライアント25Cのワークポイント24(c)を追加し
ている。In this example, the route indicated by the broken line arrow and the work point 24 (c) of the client 25C are added from the work point 24 (a) of the flow information shown in FIG.
【0073】クライアント25Aはクライアント25C
のワークポイントへフォルダ26を送付する(図11ス
テップS3 )。クライアント25Cはクライアント25
Aから受けたフォルダ26に対して何らかの処理を行な
う。The client 25A is the client 25C
The folder 26 is sent to the work point (step S3 in FIG. 11). Client 25C is client 25
The folder 26 received from A is subjected to some processing.
【0074】クライアント25Cは、次にフォルダ26
の差し戻し機能を使用して、処理したフォルダ26をク
ライアント25Aへ送付し返却する(図11ステップS
4 )。The client 25C then proceeds to the folder 26
The processed folder 26 is sent to and returned to the client 25A by using the remand function of (FIG. 11 step S).
Four ).
【0075】クライアント25Aは、クライアント25
Cからフォルダ26が戻ってくると、クライアント25
Aのワークポイントとクライアント25Cのワークポイ
ントをつないでいたフローを削除するためにフローの変
更を行なう(図11ステップS5 )。The client 25A is the client 25
When the folder 26 is returned from C, the client 25
The flow is changed to delete the flow connecting the work point of A and the work point of the client 25C (step S5 in FIG. 11).
【0076】このように、ワークポイントを一時的に追
加してフロー情報で定義されないクライアントに対しフ
ォルダの受け渡しができるようにしたことにより、自ワ
ークポイントが所属しているフローの外の利用者へフォ
ルダについての問い合わせをする際に、そのフローの変
更処理をユーザの操作負担を必要とせずに実行できる。As described above, since the work point is temporarily added and the folder can be transferred to the client which is not defined by the flow information, the user outside the flow to which the work point belongs can be sent to the user. When making an inquiry about a folder, the flow changing process can be executed without the user's operation burden.
【0077】[0077]
【発明の効果】以上詳記したように本発明のワークフロ
ーシステムによれば、ワークフローのデータの更新とデ
ータベース管理システムの更新処理を同期をとって不可
分に実施する構成としたことにより、ワークフローサー
バのロールバック点とデータベース管理システムのロー
ルバック点の時間的なずれにより発生する誤った処理の
実行を排除して、信頼性の高いシステムを構築できる。As described above in detail, according to the workflow system of the present invention, the workflow data update and the database management system update process are synchronously and inseparably executed. It is possible to construct a highly reliable system by eliminating erroneous processing that occurs due to a time lag between the rollback point and the rollback point of the database management system.
【0078】又、本発明によれば、自ワークポイントが
所属しているフローの外の利用者へフォルダについての
問い合わせ機能をもつ構成としたことにより、フロー外
の利用者を含めたフォルダ処理に於いて、その作業時間
を大幅に短縮でき、かつシステム外のメールシステムを
使用しないので管理を容易化できる。Further, according to the present invention, by adopting a structure having a function of inquiring about a folder to users outside the flow to which the own work point belongs, folder processing including users outside the flow can be performed. In that case, the working time can be greatly reduced and the management can be facilitated because the mail system outside the system is not used.
【図1】本発明の第1実施例に於けるワークフローシス
テムの構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of a workflow system according to a first embodiment of the present invention.
【図2】図1に示す実施例の各モジュール間に於ける結
合機構を示すブロック図。FIG. 2 is a block diagram showing a coupling mechanism between each module of the embodiment shown in FIG.
【図3】第1実施例に於ける各モジュール間の処理の流
れを示すフローチャート。FIG. 3 is a flowchart showing the flow of processing between modules in the first embodiment.
【図4】図2に示すワークフロートランザクション処理
モジュール(WF−Tx )の処理のうち、図3の[1]
〜[3]の処理手順を示すフローチャート。FIG. 4 is a flow transaction processing module (WF-Tx) processing shown in FIG.
-A flowchart showing the processing procedure of [3].
【図5】図2に示すワークフロートランザクション処理
モジュール(WF−Tx )の処理のうち、図3の[4]
〜[7]の処理手順を示すフローチャート。5 is a flowchart showing the process of the workflow transaction processing module (WF-Tx) shown in FIG.
7 is a flowchart showing a processing procedure of [7].
【図6】図2に示すワークフロートランザクション処理
モジュール(WF−Tx )の処理のうち、図3の[1
0]〜[15]の処理手順を示すフローチャート。6 is a flowchart illustrating a process of the workflow transaction processing module (WF-Tx) shown in FIG.
The flowchart which shows the processing procedure of 0]-[15].
【図7】図2に示すワークフロートランザクション処理
モジュール(WF−Tx )の処理のうち、図3の[1
0]〜[15]の処理手順を示すフローチャート。7 is a flow chart showing a process of the workflow transaction processing module (WF-Tx) shown in FIG.
The flowchart which shows the processing procedure of 0]-[15].
【図8】従来のワークフローシステムの構成を示すブロ
ック図。FIG. 8 is a block diagram showing the configuration of a conventional workflow system.
【図9】図8に示すシステムの各モジュール間に於ける
処理の流れを示すフローチャート。9 is a flowchart showing the flow of processing between modules of the system shown in FIG.
【図10】本発明の第2実施例の構成を示すブロック
図。FIG. 10 is a block diagram showing the configuration of a second embodiment of the present invention.
【図11】第2実施例の処理手順を示すフローチャー
ト。FIG. 11 is a flowchart showing the processing procedure of the second embodiment.
【図12】第2実施例に於けるフロー情報の遷移を示す
図である。FIG. 12 is a diagram showing a transition of flow information in the second embodiment.
11…ワークフローデスクトップ(Workflow Deskto
p)、11B…ワークフロートランザクション処理モジ
ュール(WF−Tx )、12…ワークフローサーバ( W
orkflow Server)、12B…ワークフロートランザクシ
ョン処理モジュール(WF−Tx )、13…ワークフロ
ーデータ(WFD)、14…ベースアプリケーション
(DB Application)、14B…データベースアプリケー
ション通信モジュール(DBA Com)、15…トランザ
クションマネージャ(Transaction Manager )、16…
データベース管理システム(DBMS)、17…データ
ベース(DB)、21…ワークフローサーバ、22…フ
ロー情報、23…利用者情報、24…ワークポイント、
25A,25B,25C…クライアント、26…フォル
ダ、27…受付けトレイ、DB…データベース。11 ... Workflow Deskto
p), 11B ... Workflow transaction processing module (WF-Tx), 12 ... Workflow server (W
orkflow Server), 12B ... Workflow transaction processing module (WF-Tx), 13 ... Workflow data (WFD), 14 ... Base application (DB Application), 14B ... Database application communication module (DBA Com), 15 ... Transaction manager (Transaction) Manager), 16 ...
Database management system (DBMS), 17 ... Database (DB), 21 ... Workflow server, 22 ... Flow information, 23 ... User information, 24 ... Work point,
25A, 25B, 25C ... Client, 26 ... Folder, 27 ... Reception tray, DB ... Database.
Claims (6)
フローサーバでなるワークフロー処理機構と、データベ
ースアプリケーション及びデータベース管理システムで
なるデータベース機構とで構築されるワークフローシス
テムに於いて、上記ワークフロー処理機構とデータベー
ス機構との間にトランザクションマネージャを設け、ワ
ークフローサーバとデータベース管理機構の更新処理を
不可分に実行することを特徴としたワークフローシステ
ム。1. A workflow system constructed by a workflow processing mechanism comprising a workflow desktop and a workflow server, and a database mechanism comprising a database application and a database management system, wherein a workflow processing mechanism and a database mechanism are provided between the workflow processing mechanism and the database mechanism. A workflow system characterized by having a transaction manager and executing update processing of a workflow server and a database management mechanism inseparably.
クフローディスクトップ、及びワークフローデータを管
理するワークフローサーバと、ワークフロー処理内でデ
ータベースを更新するデータベースアプリケーション、
及びデータベースを管理するデータベース管理機構と、
上記ワークフローサーバとデータベース管理機構の間の
更新処理を不可分に実行するトランザクションマネージ
ャとを具備してなることを特徴とするワークフローシス
テム。2. A workflow desktop for performing workflow processing procedures, a workflow server for managing workflow data, and a database application for updating a database in the workflow processing.
And a database management mechanism for managing the database,
A workflow system comprising: a transaction manager that inseparably executes update processing between the workflow server and the database management mechanism.
ベースアプリケーション、及びトランザクションマネー
ジャとの間の調停を行なうワークフロートランザクショ
ンモジュールを設けた請求項1又は2記載のワークフロ
ーシステム。3. The workflow system according to claim 1, wherein the workflow desktop is provided with a workflow transaction module for arbitrating between a database application and a transaction manager.
ンザクションマネージャのインタフェース処理を行なう
通信モジュールを設けた請求項1又は2又は3記載のワ
ークフローシステム。4. The workflow system according to claim 1, 2 or 3, wherein the database application is provided with a communication module for performing interface processing of a transaction manager.
トランザクションプロトコルを実現するワークフロート
ランザクションモジュールを設けた請求項1又は2又は
3又は4記載のワークフローシステム。5. The workflow system according to claim 1, wherein the workflow server is provided with a workflow transaction module that realizes a transaction protocol of a workflow.
間で、ワークポイントをつないだフロー情報に従いフォ
ルダの受け渡しを行なうワークフローシステムに於い
て、フロー情報を管理するワークフローサーバに、フロ
ー情報を変更する手段と、変更されたフロー情報に従う
ワークポイントへのフォルダ送付処理の後、フロー情報
を元の状態に再変更する手段とを具備し、ワークポイン
トを一時的に追加してフロー情報で定義されないクライ
アントに対しフォルダの受け渡しができるようにしたこ
とを特徴とするワークフローシステム。6. A workflow system that transfers a folder between a workflow server and a client according to flow information connecting a work point, and means for changing the flow information to a workflow server that manages the flow information, After the process of sending the folder to the work point according to the changed flow information, it has means to change the flow information to the original state again, and the work point is added temporarily to the folder not defined in the flow information for the client. A workflow system characterized by being able to deliver and receive.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6292712A JPH08153068A (en) | 1994-11-28 | 1994-11-28 | Workflow system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6292712A JPH08153068A (en) | 1994-11-28 | 1994-11-28 | Workflow system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH08153068A true JPH08153068A (en) | 1996-06-11 |
Family
ID=17785340
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6292712A Pending JPH08153068A (en) | 1994-11-28 | 1994-11-28 | Workflow system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH08153068A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09198291A (en) * | 1996-01-17 | 1997-07-31 | Toshiba Corp | Concurrent engineering support system and method therefor |
JPH10254759A (en) * | 1997-03-12 | 1998-09-25 | Toshiba Corp | Concurrent engineering supporting device and its method |
JP2001134668A (en) * | 1999-11-09 | 2001-05-18 | Nkk Corp | Progress management system using workflow management system |
KR100377189B1 (en) * | 1999-12-24 | 2003-03-28 | 한국전자통신연구원 | System and method for data exchange between workflow system and applications |
KR100414406B1 (en) * | 2001-08-09 | 2004-01-14 | 주식회사 핸디소프트 | Workflow System Capable of Version Management of Documents and the Method of Version Management of Documents Using the Same |
JP2009252189A (en) * | 2008-04-10 | 2009-10-29 | Canon Software Inc | Work flow server, work flow system, method and program for accessing external data in work flow system, and recording medium recording the program |
CN109240810A (en) * | 2018-08-03 | 2019-01-18 | 腾讯科技(深圳)有限公司 | task processing method, device and storage medium |
-
1994
- 1994-11-28 JP JP6292712A patent/JPH08153068A/en active Pending
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09198291A (en) * | 1996-01-17 | 1997-07-31 | Toshiba Corp | Concurrent engineering support system and method therefor |
JPH10254759A (en) * | 1997-03-12 | 1998-09-25 | Toshiba Corp | Concurrent engineering supporting device and its method |
JP2001134668A (en) * | 1999-11-09 | 2001-05-18 | Nkk Corp | Progress management system using workflow management system |
KR100377189B1 (en) * | 1999-12-24 | 2003-03-28 | 한국전자통신연구원 | System and method for data exchange between workflow system and applications |
KR100414406B1 (en) * | 2001-08-09 | 2004-01-14 | 주식회사 핸디소프트 | Workflow System Capable of Version Management of Documents and the Method of Version Management of Documents Using the Same |
JP2009252189A (en) * | 2008-04-10 | 2009-10-29 | Canon Software Inc | Work flow server, work flow system, method and program for accessing external data in work flow system, and recording medium recording the program |
CN109240810A (en) * | 2018-08-03 | 2019-01-18 | 腾讯科技(深圳)有限公司 | task processing method, device and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7792794B2 (en) | N-way synchronization of computer databases | |
EP1014266B1 (en) | Method, apparatus and program storage device for a client and adaptive synchronization and transformation server | |
US8438238B2 (en) | Master data access | |
US6529932B1 (en) | Method and system for distributed transaction processing with asynchronous message delivery | |
JP3892987B2 (en) | Message broker data processing apparatus, method, and recording medium | |
US7487135B2 (en) | Single ended synchronization agents | |
US7013313B1 (en) | System and methods for inheriting information into a dataset | |
CN1848849B (en) | Method and device for replicating modifications of a directory | |
US20020016857A1 (en) | Address contact information retrieval, synchronization, and storage system | |
CN107787490A (en) | Function is directly connected in distributed data base grid | |
JPH10214113A (en) | Task processing system using notice board type data base, and method for processing the same | |
JPH09325939A (en) | Groupware system provided with agent function | |
JP2001510918A (en) | How to change database schema | |
JPH08153068A (en) | Workflow system | |
JP2012248021A (en) | Information processing unit, asset information managing method and program | |
US7406471B1 (en) | Scalable multi-database event processing system using universal subscriber-specific data and universal global data | |
JPH11312154A (en) | Cooperative work aiding system and recording medium thereof | |
JPH08305714A (en) | Distributed data base managing system | |
JP4057171B2 (en) | Information synchronization system and recording medium | |
JP4173961B2 (en) | Account integration method and program for causing computer to perform processing in the method | |
JPH076073A (en) | Automatic delivery system among host terminal devices | |
JP2005032270A (en) | Server management method for document distributed processing system, and recording medium for server program | |
JP2006053732A (en) | Storage device assignment method, and management server and program therefor | |
US20030131009A1 (en) | Transaction method and system | |
JP2000311204A (en) | Intranet type document management system and method |