JP2001034687A - Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded - Google Patents

Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded

Info

Publication number
JP2001034687A
JP2001034687A JP20578399A JP20578399A JP2001034687A JP 2001034687 A JP2001034687 A JP 2001034687A JP 20578399 A JP20578399 A JP 20578399A JP 20578399 A JP20578399 A JP 20578399A JP 2001034687 A JP2001034687 A JP 2001034687A
Authority
JP
Japan
Prior art keywords
department
workflow
document
matter
application
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
JP20578399A
Other languages
Japanese (ja)
Inventor
Yoshihide Omura
善秀 大村
Masabumi Itabashi
正文 板橋
Takashi Kobayashi
小林  隆
Teietsu Cho
廷悦 趙
Tomokazu Ubukata
知一 生形
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP20578399A priority Critical patent/JP2001034687A/en
Publication of JP2001034687A publication Critical patent/JP2001034687A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make efficiently executable the workflow process development and maintenance of documents by allowing inputted items to be transmitted to respective nodes according to definition information of in-department processes and starting an application corresponding to a selected item. SOLUTION: When a workflow is started at a workflow client 102, a workflow server 101 obtains information on a process corresponding to a document from a document definition table 800 and makes a choice from a process definition CFB 103 to input an item. When a document is circulated, the workflow server 101 selects a branch destination to which the document is circulated according to importance information on the document by referring to an importance table 700. Further, when operation is performed at each node, the workflow server 101 performs a distributing process part 113 at the time of item selection and the distributing process part 113 obtains information on an application corresponding to the item by referring to the document definition table 800 and obtains the application from an application storage DB 104, thereby executing the application.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はワークフローシステ
ムにおけるワークフロー管理及び案件回覧を行うワーク
フロー処理システムに関し、特に複数の異なる案件の管
理及び保守を行う際に好適なワークフロー管理及びそれ
を用いたワークフロー案件回覧を行うワークフロー処理
システムに適用して有効な技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a workflow processing system for managing workflows and circulating cases in a workflow system, and more particularly to a workflow management system suitable for managing and maintaining a plurality of different cases and circulating workflow cases using the same. The present invention relates to a technology that is effective when applied to a workflow processing system that performs the following.

【0002】[0002]

【従来の技術】オフィスにおける書類の回覧業務の効率
を向上させる情報処理システムの一つとして、ワークフ
ローシステムがある。ここでワークフローシステムと
は、例えば日経コンピュータ1994年5.2号(日経
BP社)pp.57〜60に記載の様に、複数の人間が
書類や情報をやり取りしながら共同作業を行う様な業務
において、書類や情報を電子化して、ネットワーク上で
回覧を行うことで作業の効率を上げることを目的とした
システムである。
2. Description of the Related Art A workflow system is one of information processing systems for improving the efficiency of document circulation in an office. Here, the workflow system is, for example, Nikkei Computer No. 5.2, 1994 (Nikkei BP) pp. As described in 57 to 60, in a task in which a plurality of people work together while exchanging documents and information, the documents and information are digitized and circulated on a network to increase work efficiency. It is a system aimed at.

【0003】ワークフローシステムは、業務の順序やル
ールを予め計算機(ワークフローサーバ)上に登録して
おくことにより、端末(ワークフロークライアント)を
介して書類や情報を回覧することができる。この業務の
順序やルールをプロセスと呼ぶ。また、プロセス中の個
々の作業をノードと呼ぶ。
A workflow system can circulate documents and information via a terminal (workflow client) by registering the order of business and rules in advance on a computer (workflow server). This order of work and rules are called a process. Each operation in the process is called a node.

【0004】従来技術では、プロセスの登録時、異なる
プロセス毎に、それぞれの全定義情報をワークフローサ
ーバ内のプロセス定義を格納するDBに別々に格納す
る。回覧順序やルールは書類毎に異なる為、書類の種類
だけプロセスを作成することになる。
In the prior art, when a process is registered, all the definition information of each different process is separately stored in a DB for storing the process definition in the workflow server. Since the circulation order and rules are different for each document, a process is created only for the type of document.

【0005】ワークフローで書類を回覧する場合は、定
義上の最初の回覧者から順番に書類を回覧する。回覧の
一つの実例を案件と呼ぶ。回覧中に一定の条件により回
覧先ノードを変更したい場合は、回覧中の案件に分岐の
為の情報を設定し、ワークフローサーバが分岐の都度こ
の情報を参照することで対応したノードへ遷移させる。
この情報を案件属性と呼ぶ。案件属性には分岐の為の情
報の他、回覧する書類の入力データ等も設定できる。
When circulating documents in a workflow, the documents are circulated in order from the first circulator in the definition. One example of a circular is called a case. If it is desired to change the circulation destination node under certain conditions during circulation, information for branching is set in the matter being circulated, and the workflow server refers to this information every time branching to make a transition to the corresponding node.
This information is called a case attribute. In the case attribute, in addition to information for branching, input data of a document to be circulated can be set.

【0006】ワークフローの各ノードで案件を処理する
場合は、各業務や書類に対応したアプリケーションを実
行する。このアプリケーションは、サーバまたはクライ
アント上のアプリケーションを格納するDBに登録して
おき、プロセスの作成時に各プロセス毎、各ノード毎に
実行すべきアプリケーション情報を設定しておくこと
で、運用時にワークフローサーバが対応するアプリケー
ションをDBから取得して実行する。業務ルールの改定
や人事異動等により書類の回覧順序に変更があった場合
は、ワークフローサーバ上の変更があったプロセス各々
に対して別々に変更、再登録を行なう。
When a case is processed by each node of the workflow, an application corresponding to each task or document is executed. This application is registered in the DB that stores the application on the server or the client, and the application information to be executed for each process and each node is set when the process is created. The corresponding application is acquired from the DB and executed. If there is a change in the circulation order of documents due to a revision of business rules, personnel changes, or the like, the changed process on the workflow server is separately changed and re-registered.

【0007】[0007]

【発明が解決しようとする課題】かかる従来の方法にお
いては、次の様な問題がある。総務・経理部門の各種申
請業務は、書類の回覧により業務が進み、ワークフロー
化による効率化が期待できる業務である。しかし、通常
その書類の種類は数百種類に及ぶ。これらを全てワーク
フロー化する場合、ワークフローサーバ上に登録すべき
プロセスを数百種類開発する必要があり、工数が膨大で
ある。
However, such a conventional method has the following problems. The application process of the general affairs and accounting department is a task that can be expected to be more efficient through the circulation of documents and workflow. However, there are usually hundreds of such documents. In the case where all of these processes are implemented as workflows, it is necessary to develop several hundred types of processes to be registered on the workflow server, and the number of processes is enormous.

【0008】また、書類の回覧ルートが変更された場合
のメンテナンス工数も膨大となる。例えば、経理部門が
以前は担当1名・主任1名・課長1名の構成で、経理部
門に回覧される業務はこの3名の組み合わせで処理され
ていたとする(出金処理は担当→主任→課長、旅費精算
は担当→主任、銀行口座変更願は担当のみ等)。人事異
動により、課長が別の部門に移り、主任が課長になった
とする(担当1名・課長1名の構成)。すると、従来経
理部門に回覧されていた全ての業務について、主任が関
与している業務を漏らさず抽出し、主任を除いたプロセ
スに再設計して、ワークフローサーバ上のプロセス定義
情報を更新する必要がある。こうしたプロセスの変更が
頻繁にあった場合、プロセスのメンテナンス工数は膨大
なものとなる。
Further, the number of maintenance steps when the circulation route of the document is changed becomes enormous. For example, it is assumed that the accounting department used to consist of one person in charge, one chief, and one section manager, and the work circulated to the accounting department was processed by a combination of these three people (withdrawal processing → charge → chief → Section chief, travel expense settlement responsible → chief, bank account change request, etc. only). It is assumed that the section manager has been transferred to another department due to a personnel change, and the chief has become the section manager (one person in charge and one section manager). Then, for all the tasks that were circulated in the accounting department in the past, it is necessary to extract the tasks involving the chief without omission, redesign the processes excluding the chief, and update the process definition information on the workflow server There is. If such process changes occur frequently, the number of process maintenance steps becomes enormous.

【0009】この様な課題を解決するものとして、複数
の書類の回覧ルートを統合してワークフローサーバに登
録するプロセスの数を減らす方法が考えられる。しか
し、書類の回覧順序は書類毎に様々であり、単純に複数
の書類のプロセスを統合しても、かえってメンテナンス
性が悪くなり、管理も困難となる。また、1つのプロセ
スに統合した場合、プロセスで実行するアプリケーショ
ンは各ノード単位に設定する為、複数の書類が同一のノ
ードを共有して異なる処理を実行させることはできな
い。
In order to solve such a problem, a method of integrating the circulation routes of a plurality of documents and reducing the number of processes for registering them in the workflow server can be considered. However, the order in which documents are circulated varies from one document to another, and even if the processes for a plurality of documents are simply integrated, the maintainability deteriorates and management becomes difficult. Also, when integrated into one process, applications executed in the process are set for each node, so that a plurality of documents cannot share the same node and execute different processes.

【0010】本発明の目的は上記問題を解決し、多数存
在する書類のワークフロープロセス開発・保守を効率的
に行なうことが可能な技術を提供することにある。
An object of the present invention is to solve the above-mentioned problem and to provide a technique capable of efficiently developing and maintaining a workflow process for a large number of documents.

【0011】本発明の他の目的は1つのプロセスやノー
ドを共有する複数の書類に対し、ワークフローで実行す
る処理を書類毎に変更することが可能な技術を提供する
ことにある。
Another object of the present invention is to provide a technique capable of changing the processing executed in a workflow for each of a plurality of documents sharing one process or node.

【0012】[0012]

【課題を解決するための手段】本発明は、ワークフロー
システムにおける案件の投入及び遷移を行うワークフロ
ー処理方法において、業務や案件回覧の順序を複数の案
件で共有して利用するものである。
According to the present invention, in a workflow processing method for inputting and transiting cases in a workflow system, the order of operations and circulation of cases is shared and used by a plurality of cases.

【0013】本発明は、上記目的の実現を、業務に関与
する組織に着目してプロセスを統合することにより達成
する。すなわち、案件である書類の回覧ルートを従来の
「個人」ではなく「部門(部、課等)」に着目すると、
同一部門を回覧する書類のプロセスは類似している。例
えば、(例)出金処理業務:[申請者→経理担当者→経
理主任→経理課長]とすると、部門単位の回覧順序は
[申請部門→経理部門]であり、経理部門内の回覧順序
は[担当者→主任→課長]である。また、旅費精算業
務:[申請者→経理担当者→経理主任]とすると、部門
単位の回覧順序は[申請部門→経理部門]であり、経理
部門内の回覧順序は[担当者→主任]である。よって、
これらの業務の部門単位の回覧順序は同一である。
The present invention achieves the above object by integrating processes by focusing on organizations involved in business. In other words, when focusing on the circulation route of the document that is the case, instead of the conventional "individual", instead of focusing on "division (department, section, etc.)",
The process for documents circulating the same department is similar. For example, if (example) withdrawal processing: [applicant → accounting staff → accounting manager → accounting section manager], the circulation order for each department is [application department → accounting department], and the circulation order within the accounting department is [Person in charge → chief → section manager]. Also, assuming that the travel expense settlement business is [applicant → accounting person → accounting chief], the circulation order for each department is “application department → accounting department”, and the circulation order within the accounting department is “person in charge → chief”. is there. Therefore,
The order of circulation of these tasks in each department is the same.

【0014】以降、この部門単位の回覧順序を部門間プ
ロセス、各部門内の回覧順序を(当該部門の)部門内プ
ロセスと呼ぶ。全てのプロセスは、部門間プロセスと部
門内プロセスの組み合わせで表現できる。
Hereinafter, the circulation order of each department is referred to as an inter-department process, and the circulation order within each department is referred to as an intra-department process (of the corresponding department). All processes can be represented by a combination of inter-departmental and intra-departmental processes.

【0015】書類はその処理目的に応じて関与すべき部
門が決定する為、部門間プロセスは複数の書類で共通し
ている。一方、部門内プロセスは、書類の重要度に応じ
て「担当だけで処理可能なもの」、「予算の関係で課長
の承認が必要なもの」等様々である。
Since a department to be involved in a document is determined according to its processing purpose, the process between departments is common to a plurality of documents. On the other hand, there are various processes in the department, such as "processes that can be processed only by the person in charge" and "processes that need to be approved by the section manager because of budget" according to the importance of documents.

【0016】そこで、部門内のプロセスは、起こりうる
全ての回覧ルートを選択可能な様に定義し、運用時は書
類の属性によって回覧先を選択し、また、各書類に対応
するアプリケーションを実行する。
Therefore, the processes in the department define all possible circulation routes to be selectable, select the circulation destination according to the attributes of the documents during operation, and execute the application corresponding to each document. .

【0017】部門内のプロセスは、書類に応じて担当だ
けで済むもの、係長まで回覧するもの、課長まで回覧す
るもの等、業務の重要度に応じて異なる。そこで、書類
の属性として、回覧の厳密度を示す重要度を設定し、条
件分岐の際にこの情報を参照して回覧ルートを選択する
ことで、書類に応じた回覧順序を実現できる。
The processes in the department differ according to the importance of the work, such as those that only need to be in charge according to documents, those that circulate to the chief, and those that circulate to the section chief. Therefore, by setting the importance indicating the strictness of circulation as an attribute of the document, and referring to this information at the time of conditional branching to select a circulation route, a circulation order according to the document can be realized.

【0018】また、書類毎に、対応するアプリケーショ
ン情報を示すテーブルを用意する。各ノードにおける案
件処理時にこの情報を参照して、当該書類に対応するア
プリケーションを実行する振分け処理部を用意する。サ
ーバに登録するプロセスにおいて、各ノードで実行する
アプリケーションとして前記の振分け処理部を起動する
様に定義しておくことで、複数の書類でプロセスを共有
しても、案件処理時に各書類に応じたアプリケーション
を実行できる。
In addition, a table indicating the corresponding application information is prepared for each document. At the time of matter processing in each node, a distribution processing unit for executing an application corresponding to the document with reference to this information is prepared. In the process of registering on the server, by defining the above-mentioned distribution processing unit to be started as an application to be executed on each node, even if the process is shared by a plurality of documents, it is possible to respond to each document during matter processing. Can run applications.

【0019】前記の様に本発明によれば、書類の回覧ル
ートを部門間プロセスと部門内プロセスに分けて考え、
部門内では様々な回覧ルートを選択できる汎用的なプロ
セスを定義し、これを部門間プロセスに沿って組み合わ
せることで定義する。これによってプロセスを複数の書
類で共有することができ、ワークフローの開発や保守に
かかる工数を低減できる。
As described above, according to the present invention, the circulation route of documents is divided into an inter-department process and an intra-department process.
Within the department, a general-purpose process that can select various circulation routes is defined, and this is defined by combining it along the inter-departmental process. As a result, the process can be shared by a plurality of documents, and the number of steps required for workflow development and maintenance can be reduced.

【0020】また、各書類の重要度に応じて部門内の回
覧ルートを選択することにより、プロセスを共有しても
書類毎に適した回覧ルートを実現することができる。更
に、各ノードで実行するアプリケーションとして振分け
処理部を指定し、書類とアプリケーションの対応を示す
テーブルを用意して、振分け処理部がこのテーブルを参
照することで各案件に対応したアプリケーションを実行
する為、プロセスを共有しても書類毎に適した案件処理
を実現することができる。
Further, by selecting a circulation route within a department according to the importance of each document, a circulation route suitable for each document can be realized even if processes are shared. Furthermore, a distribution processing unit is designated as an application to be executed in each node, and a table showing correspondence between documents and applications is prepared. The distribution processing unit refers to this table to execute an application corresponding to each case. Even if the processes are shared, it is possible to realize the case processing suitable for each document.

【0021】以上の様に本発明のワークフロー処理シス
テムによれば、プロセスを複数の案件で共有するので、
多数存在する案件のワークフロープロセス開発・保守を
効率的に行なうことが可能である。
As described above, according to the workflow processing system of the present invention, a process is shared by a plurality of items.
It is possible to efficiently develop and maintain workflow processes for a large number of cases.

【0022】[0022]

【発明の実施の形態】以下にワークフローシステムにお
けるワークフローの管理及び書類回覧を出金処理・旅費
精算・銀行口座変更願の3業務に適用した一実施形態の
ワークフロー処理システムについて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A workflow processing system according to an embodiment in which workflow management and document circulation in a workflow system are applied to three operations of withdrawal processing, travel expense settlement, and bank account change application will be described below.

【0023】図1は本実施形態のワークフロー処理シス
テムの概略構成を示す図である。図1に示す様に本実施
形態のワークフローサーバ101は、プロセス定義処理
部110と、部門間遷移処理部111と、案件処理部1
12と、振分け処理部113とを有している。
FIG. 1 is a diagram showing a schematic configuration of a workflow processing system according to the present embodiment. As shown in FIG. 1, the workflow server 101 according to the present embodiment includes a process definition processing unit 110, an inter-department transition processing unit 111,
12 and a distribution processing unit 113.

【0024】プロセス定義処理部110は、部門単位の
回覧順序を示す部門間プロセスと、部門内の回覧順序を
示す部門内汎用プロセスと、案件処理の際に部門内で起
動されるアプリケーションを定義する処理部である。
The process definition processing section 110 defines an inter-departmental process indicating the order of circulation of each section, a general-purpose process within the section indicating the order of circulation within the section, and an application to be started in the section at the time of matter processing. It is a processing unit.

【0025】部門間遷移処理部111は、部門単位の回
覧順序を示す部門間プロセスの定義情報に従って案件を
各部門に遷移させる処理部である。案件処理部112
は、部門内の回覧順序を示す部門内プロセスの定義情報
に従って案件を部門内の各ノードに遷移させ、投入され
た案件の中から選択された案件について、当該案件に対
応するアプリケーションを起動して案件処理を行う処理
部である。振分け処理部113は、案件投入された部門
内で当該案件に対応するアプリケーションを起動する処
理部である。
The inter-department transition processing unit 111 is a processing unit that transits an item to each department in accordance with the inter-department process definition information indicating the circulation order of each department. Item processing unit 112
Transitions the matter to each node in the department according to the definition information of the department process that indicates the circulation order in the department, and launches the application corresponding to the matter for the matter selected from the input cases. This is a processing unit that performs case processing. The distribution processing unit 113 is a processing unit that starts an application corresponding to the case in the department in which the case has been entered.

【0026】ワークフローサーバ101をプロセス定義
処理部110、部門間遷移処理部111、案件処理部1
12及び振分け処理部113として機能させる為のプロ
グラムは、CD−ROM等の記録媒体に記録され磁気デ
ィスク等に格納された後、メモリにロードされて実行さ
れるものとする。なお前記プログラムを記録する記録媒
体はCD−ROM以外の他の記録媒体でも良い。
The workflow server 101 includes a process definition processing unit 110, an inter-department transition processing unit 111, and a case processing unit 1.
12 and a program for functioning as the distribution processing unit 113 are recorded on a recording medium such as a CD-ROM, stored on a magnetic disk or the like, and then loaded into a memory and executed. The recording medium for recording the program may be a recording medium other than the CD-ROM.

【0027】図1において、ワークフローサーバ101
や各ワークフロークライアント102は一般にネットワ
ークを介して結ばれている。ワークフローサーバ101
は、各ワークフローの登録情報をプロセス定義DB10
3に格納し、また、各プロセスで使用するアプリケーシ
ョンをアプリケーション格納DB104に格納する。
In FIG. 1, the workflow server 101
And each workflow client 102 is generally connected via a network. Workflow server 101
Stores the registration information of each workflow in the process definition DB 10
3 and the applications used in each process are stored in the application storage DB 104.

【0028】ワークフローがワークフロークライアント
102で開始されると、ワークフローサーバ101は書
類定義テーブル800から当該書類に対応するプロセス
の情報を取得し、プロセス定義DB103から選択して
案件投入する。書類回覧時は、ワークフローサーバ10
1が重要度テーブル700を参照して、当該書類の重要
度情報から回覧すべき分岐先を選択する。更に、各ノー
ドにおける業務実行時は、案件選択時にワークフローサ
ーバ101が振分け処理部113を実行し、振分け処理
部113が書類定義テーブル800を参照して案件に対
応するアプリケーションの情報を取得し、アプリケーシ
ョン格納DB104から当該アプリケーションを取得し
て実行する。
When the workflow is started by the workflow client 102, the workflow server 101 acquires information on the process corresponding to the document from the document definition table 800, selects the process information from the process definition DB 103, and submits a case. At the time of document circulation, the workflow server 10
1 selects a branch destination to be circulated from the importance information of the document with reference to the importance table 700. Further, at the time of executing a task in each node, the workflow server 101 executes the distribution processing unit 113 at the time of selecting a case, and the distribution processing unit 113 refers to the document definition table 800 to acquire information on an application corresponding to the case. The application is acquired from the storage DB 104 and executed.

【0029】ここで、図2、図3、図4及び図5に基づ
いて、出金処理・旅費精算・銀行口座変更願を例にして
本実施形態のワークフロー(プロセス)の定義について
説明する。
Here, the definition of the workflow (process) of the present embodiment will be described with reference to FIGS. 2, 3, 4 and 5, taking as an example a withdrawal process, a travel expense settlement and a bank account change request.

【0030】図2は従来の出金処理・旅費精算・銀行口
座変更願の3つの業務のワークフロー(プロセス)の一
例を示す図である。出金処理プロセス210では、まず
依頼者が出金を依頼する為の書類を記入する(申請21
1)。ここで申請部門241は、処理を行う担当者と担
当者の所属する部門を示す。この部門に関する情報は組
織情報としてワークフローサーバが別途管理する場合も
ある。
FIG. 2 is a diagram showing an example of a conventional workflow (process) of three tasks of withdrawal processing, travel expense settlement, and bank account change request. In the withdrawal processing process 210, the client first fills in documents for requesting withdrawal (application 21
1). Here, the application section 241 indicates a person in charge of processing and a section to which the person in charge belongs. The information on this section may be separately managed by the workflow server as organization information.

【0031】該記入された伝票が経理課へ渡り、経理担
当者のチェックを受ける(記入不備チェック212)。
チェックの結果不備がなかった書類に対し、申請内容に
対して経理主任がより詳細な審査を行なう(内容審査2
13)。更に経理課長が申請内容を承認して(承認21
4)、業務は完了する。出金業務は会社の金の使用に関
する業務である為、3名が使い道や金額等についてじっ
くりと審査を行なう必要がある。この申請211から承
認214までの各業務単位を、以降ノードと呼ぶ。
The filled-in slip is transferred to the accounting section, and is checked by an accountant (incomplete entry check 212).
For the documents that have not been found as a result of the check, the chief accounting officer performs a more detailed examination of the application contents (contents examination 2
13). In addition, the accounting manager approves the application (Approval 21
4), the work is completed. Since the withdrawal business is a business related to the use of the company's money, it is necessary for three people to carefully examine the usage, amount, etc. Each business unit from the application 211 to the approval 214 is hereinafter referred to as a node.

【0032】旅費精算プロセス220では、まず依頼者
が精算を依頼する為の書類を記入する(申請221)。
該記入された伝票が経理課へ渡り、経理担当者のチェッ
クを受ける(記入不備チェック222)。チェックの結
果不備がなかった書類に対し、経理主任が申請内容を承
認して(承認223)、業務は完了する。旅費精算は各
職場で予め出張先等の情報が管理されている為、経理主
任までの決裁で十分である。
In the travel expense settlement process 220, the client first fills in a document for requesting a settlement (application 221).
The filled-in slip is transferred to the accounting section, and is checked by an accountant (incomplete entry check 222). The chief of accounting approves the application contents for the documents that have no defect as a result of the check (approval 223), and the work is completed. Since travel information is managed in advance at each workplace, such as information on travel destinations, it is sufficient to approve the decision up to the chief of accounting.

【0033】銀行口座変更願プロセス230では、まず
依頼者が口座の変更を依頼する為の書類を記入する(申
請231)。該記入された伝票が経理課へ渡り、経理担
当者のチェックを受け、不備がなければその場で承認さ
れ、業務は完了する(承認232)。銀行口座変更願は
特に審査すべき内容もなく、申請のあった口座に振込先
を変更するだけの業務であり、経理担当者だけで業務を
実施できる。
In the bank account change request process 230, the requester first fills in documents for requesting an account change (application 231). The filled-in slip is transferred to the accounting section, checked by the accounting person in charge, and if there is no defect, it is approved on the spot, and the operation is completed (approval 232). The bank account change request has no particular content to be examined, and is merely a task of changing the transfer destination to the account for which the application was made, and can be performed only by the accountant.

【0034】図3は本実施形態の旅費清算の部門間プロ
セスの定義例を示すフロー図である。出金処理プロセス
210を例えば関与部門でグループ化すると、図3のフ
ロー図の様になる。すなわち、申請部門における処理5
01と、経理部門における処理502である。この関与
部門でグループ化したプロセスを、以降部門間プロセス
と呼ぶ。経理部門における処理502は、経理担当者の
チェックと、経理主任の審査、経理課長の承認から構成
される。この様な、ある特定の部門内のプロセスを、以
降部門内プロセスと呼ぶ。
FIG. 3 is a flowchart showing an example of the definition of an inter-department process of travel expense settlement according to this embodiment. When the withdrawal processing process 210 is grouped, for example, by the involved departments, a flow chart of FIG. 3 is obtained. That is, processing 5 in the application section
01 and processing 502 in the accounting department. The processes grouped by the involved departments are hereinafter referred to as inter-departmental processes. The process 502 in the accounting section includes checking of a person in charge of accounting, examination of the chief of accounting, and approval of the accounting section manager. Such a process in a specific department is hereinafter referred to as a departmental process.

【0035】同様に旅費精算プロセス220、銀行口座
変更願プロセス230を関与部門でグループ化すると、
同じく図3のフロー図となる。つまり、これら3業務の
部門間プロセスは同一である。しかし、経理部門におけ
る部門内プロセスは、それぞれの業務で異なる。これ
は、各業務で審査をどれだけ厳密に行なうか、という書
類の重要度が異なるからである。
Similarly, when the travel expense settlement process 220 and the bank account change request process 230 are grouped by the involved departments,
FIG. 3 is a flowchart of the same. That is, the inter-department processes of these three operations are the same. However, the processes within the accounting department are different for each business. This is because the importance of documents regarding how strictly the examination is performed in each business is different.

【0036】図4は本実施形態の経理部門の部門内プロ
セスの定義例を示すフロー図である。前記の3種類の部
門内プロセスを1つのプロセスで定義すると、図4の部
門内プロセスの様になる。すなわち、経理担当者の処理
601、経理主任の処理602、経理課長の処理603
と、経理主任の処理を行なうか否かの条件分岐611、
経理課長の処理を行なうか否かの条件分岐612であ
る。
FIG. 4 is a flow chart showing a definition example of a process in the accounting department according to the present embodiment. If the above three types of intra-department processes are defined by one process, it is as shown in FIG. That is, the process 601 of the accountant, the process 602 of the chief accountant, and the process 603 of the accounting manager
And a conditional branch 611 as to whether or not to perform the processing of the accounting chief,
This is a conditional branch 612 as to whether or not to perform the processing of the accounting section manager.

【0037】出金処理プロセス210では条件分岐61
1で「経理主任の処理を行なう」を選択し、条件分岐6
12で「経理課長の処理を行なう」を選択する。旅費精
算プロセス220では条件分岐611で「経理主任の処
理を行なう」を選択し、条件分岐612では「経理課長
の処理を行なわない」を選択する。銀行口座変更願プロ
セス230では条件分岐611、612ともに「次の処
理を行なわない」を選択する。書類毎に以上の条件分岐
を行なえば、3つの業務で部門内プロセスを共有でき
る。この複数業務で汎用的に共有できる部門内プロセス
を、以降部門内汎用プロセスと呼ぶ。
In the dispensing process 210, the conditional branch 61
In step 1, select "Execute accounting manager" and select conditional branch 6
In step 12, "Perform the processing of the accounting section manager" is selected. In the travel expense settlement process 220, "perform accounting chief processing" is selected in the conditional branch 611, and "do not perform accounting section manager processing" is selected in the conditional branch 612. In the bank account change request process 230, "do not perform the next process" is selected for both the conditional branches 611 and 612. By performing the above conditional branching for each document, three processes can share a departmental process. The intra-departmental process that can be commonly used by a plurality of tasks is hereinafter referred to as an intra-departmental general process.

【0038】図5は本実施形態の共有プロセスの定義例
を示すフロー図である。この部門内汎用プロセスを、部
門間プロセスの各部門に対応させてまとめると、図5の
フロー図となる。すなわち、申請者の申請処理301、
経理担当者の処理302、経理主任の処理303、経理
課長の処理304と、経理主任の処理を行なうか否かの
条件分岐311、経理課長の処理を行なうか否かの条件
分岐312である。ワークフローサーバに登録するプロ
セスとして、図5のプロセスを採用することで、同一の
部門間プロセスを持つ複数の書類間で、ワークフロー
(プロセス)の定義を共有することができる。
FIG. 5 is a flowchart showing a definition example of the sharing process according to this embodiment. FIG. 5 is a flow chart in which the intra-department general-purpose processes are put together in correspondence with each of the inter-department processes. That is, the application processing 301 of the applicant,
There are a process 302 for the accountant, a process 303 for the chief of accounting, a process 304 for the chief of accounting, a conditional branch 311 as to whether or not to perform the process as the chief of accounting, and a conditional branch 312 as to whether or not to perform the process for the chief of accounting. By adopting the process of FIG. 5 as the process of registering in the workflow server, the definition of the workflow (process) can be shared between a plurality of documents having the same inter-departmental process.

【0039】次に、図6及び図7によりワークフローサ
ーバに保持される各種テーブルについて説明する。
Next, various tables held in the workflow server will be described with reference to FIGS.

【0040】図6は本実施形態の重要度テーブル700
の構成例を示す図である。図6では各書類の回覧重要度
を格納する重要度テーブル700を表している。図6に
おいて、重要度テーブル700は、各書類を一意に識別
する為の書類ID701と、書類毎の回覧重要度710
から構成される。回覧重要度710は、経理部門におけ
る経理重要度711、人事部門における人事重要度71
2、庶務部門における庶務重要度713等、各部門に対
応して当該書類の重要度を格納する。重要度は、例えば
経理主任の処理も経理課長の処理も必要ない業務は
「1」、経理主任の処理は必要だが経理課長の処理は必
要ない業務は「2」、経理主任の処理も経理課長の処理
も必要な業務は「4」等と設定する。当該書類が全く関
与しない部門の重要度は「0」を設定する。
FIG. 6 shows an importance table 700 according to this embodiment.
FIG. 3 is a diagram showing an example of the configuration. FIG. 6 shows an importance table 700 for storing the circulation importance of each document. 6, an importance table 700 includes a document ID 701 for uniquely identifying each document, and a circulation importance 710 for each document.
Consists of The circulation importance 710 includes the accounting importance 711 in the accounting department and the personnel importance 71 in the personnel department.
2. The importance of the document is stored in correspondence with each department, such as the importance of general affairs 713 in the general affairs department. The importance level is, for example, "1" for tasks that do not require processing by the chief of accounting or the section manager, "2" for tasks that require processing by the section chief but do not require processing by the section manager, and processing by the section chief is also required. A task that also needs to be set as “4”. The degree of importance of a section in which the document is not involved at all is set to “0”.

【0041】例えば、旅費精算の重要度は「2」である
為、旅費精算の書類ID701「0001」の行の経理
重要度711に「2」を設定し、経理部門以外の人事重
要度712、庶務重要度713等には「0」を設定す
る。
For example, since the importance of the travel expense settlement is “2”, “2” is set as the accounting importance 711 of the row of the document ID 701 “0001” of the travel expense settlement, and the personnel importance 712 other than the accounting department is set. “0” is set for the general affairs importance 713 and the like.

【0042】図7は本実施形態の書類定義テーブル80
0の構成例を示す図である。図7では、各書類に応じた
プロセス及びアプリケーション名を格納する書類定義テ
ーブル800を表している。図7において書類定義テー
ブル800は、各書類を一意に識別する為の書類ID8
01と、書類の名称を示す書類名802、書類を投入す
るプロセスを示すプロセス名803、書類に対応したア
プリケーション名804から構成される。ワークフロー
への案件投入時にプロセス名803を参照することで、
ワークフローサーバの投入すべきプロセスを選択し、各
ノードにおける案件処理時は、振分け処理部113が案
件属性内の書類IDから対応するアプリケーション名8
04を参照して実行する。
FIG. 7 shows a document definition table 80 according to this embodiment.
FIG. 9 is a diagram illustrating a configuration example of a zero. FIG. 7 shows a document definition table 800 that stores a process and an application name corresponding to each document. In FIG. 7, a document definition table 800 includes a document ID 8 for uniquely identifying each document.
01, a document name 802 indicating the name of the document, a process name 803 indicating a process of inputting the document, and an application name 804 corresponding to the document. By referencing the process name 803 when submitting the matter to the workflow,
The process to be input by the workflow server is selected, and at the time of matter processing in each node, the distribution processing unit 113 determines the corresponding application name 8 from the document ID in the matter attribute.
04 and executed.

【0043】次に図1の本実施形態にかかる動作を、図
8、図9及び図10のフローチャートに基づいて説明す
る。
Next, the operation according to the present embodiment shown in FIG. 1 will be described with reference to the flowcharts shown in FIGS.

【0044】図8は本実施形態のワークフロー定義時の
処理手順を示すフローチャートである。開発者は端末か
ら定義したい書類のプロセス情報を入力する(ステップ
401)。ワークフローサーバ101は、各ノードの処
理を行う担当者を部門毎にまとめる(ステップ40
2)。同一の部門が連続するノードで連続している場合
は、そのノードを結合する(ステップ403)。ワーク
フローサーバ101は、作成した部門間プロセスに対
し、同一の部門間プロセスが既にワークフローサーバに
登録済みかどうかを検索する(ステップ404)。
FIG. 8 is a flowchart showing a processing procedure at the time of defining a workflow according to the present embodiment. The developer inputs process information of a document to be defined from the terminal (step 401). The workflow server 101 groups persons in charge of processing of each node for each department (step 40).
2). If the same department is continuous at consecutive nodes, the nodes are combined (step 403). The workflow server 101 searches the created inter-department process to determine whether the same inter-department process has already been registered in the workflow server (step 404).

【0045】未登録の場合、開発者は、部門間プロセス
に含まれる各部門毎に、部門内汎用プロセスを定義する
(ステップ405)。部門内汎用プロセスは、例えば図
4の様に定義される。部門内汎用プロセスは、主任が存
在しない場合や、次長が含まれる場合等、会社の組織構
造に応じて、部門内に存在する各役職を並べ、各ノード
間に次処理を行なうか否かの条件分岐を設定することで
作成する。
If not registered, the developer defines an intra-section general-purpose process for each section included in the inter-section process (step 405). The department general-purpose process is defined, for example, as shown in FIG. In the department general-purpose process, when there is no chief, or when the deputy director is included, the positions existing in the department are arranged according to the organizational structure of the company, and whether the next process is performed between each node is determined. Create by setting a conditional branch.

【0046】条件分岐ノードの分岐条件として、各役職
を通過するか否かの全ての組み合わせに対応した分岐を
用意する。例えば図4のフロー図の場合、経理主任を通
過するか否か(2通り)×経理課長を通過するか否か
(2通り)の計4通りを用意する。ここで、経理担当を
通過するか否か(2通り)を加え、計7通り(全ての担
当者を通過しない場合はない)を用意しても良い。一般
に、n通りの役職がある場合、(2のn乗−1)通りの
分岐を設定する。
As a branch condition of the conditional branch node, a branch corresponding to all combinations of whether or not to pass each position is prepared. For example, in the case of the flow chart of FIG. 4, a total of four ways are prepared, ie, whether to pass through the accounting manager (two ways) and whether to pass through the accounting section manager (two ways). Here, whether or not to pass through the accountant (two cases) may be added, and a total of seven cases (there is no case where all persons are not passed) may be prepared. Generally, when there are n positions, (2 n -1) branches are set.

【0047】ワークフローサーバ101は、開発者が定
義した部門内汎用プロセスを、部門間プロセスの各部門
に対応させて繋ぎ合わせることで、当該書類のプロセス
を図5のフロー図の様に作成する(ステップ406)。
また、ワークフローサーバ101は、各ノードで起動す
るアプリケーションとして、「振分け処理部」を設定す
る(ステップ407)。すなわち、プロセスの各ノード
で案件を実行した場合、まず振分け処理部113が起動
される様になる。振分け処理部113は図9のフローチ
ャートで示す手順で、各書類に対応したアプリケーショ
ンを起動する。これによって、1つのプロセスを複数書
類で共有しても、各ノードでそれぞれの書類に対応した
アプリケーションを実行できる。
The workflow server 101 creates the process of the document as shown in the flow diagram of FIG. 5 by connecting the general-purpose processes in the department defined by the developer corresponding to each department of the inter-departmental process. Step 406).
Further, the workflow server 101 sets “distribution processing unit” as an application to be started on each node (step 407). That is, when the matter is executed in each node of the process, first, the distribution processing unit 113 is activated. The distribution processing unit 113 starts an application corresponding to each document according to the procedure shown in the flowchart of FIG. Thus, even if one process is shared by a plurality of documents, each node can execute an application corresponding to each document.

【0048】開発者は完成したプロセスをワークフロー
サーバ101のプロセス定義DB103に登録する(ス
テップ408)。
The developer registers the completed process in the process definition DB 103 of the workflow server 101 (Step 408).

【0049】次に、開発者は書類定義テーブル800に
当該書類のレコードを追加する。ワークフローサーバ1
01はレコード追加時に書類ID801を重複がない様
に採番する。開発者は当該レコードに書類名、ステップ
408で登録したプロセス名、及び書類に対応したアプ
リケーション名を入力する(ステップ409)。このア
プリケーションの実体は、ワークフローサーバ101上
のアプリケーション格納DB104に格納しておくこと
で、運用時に振分け処理部113が取り出して実行する
ことができる。
Next, the developer adds a record of the document to the document definition table 800. Workflow server 1
01 assigns a document ID 801 at the time of adding a record so that there is no duplication. The developer inputs the document name, the process name registered in step 408, and the application name corresponding to the document in the record (step 409). By storing the entity of this application in the application storage DB 104 on the workflow server 101, the distribution processing unit 113 can retrieve and execute the application during operation.

【0050】更に、開発者は重要度テーブル700に書
類定義テーブル800作成時に採番された書類ID70
1と、各部門毎の回覧重要度710をステップ405で
作成した部門内汎用プロセスの分岐条件に対応させて入
力する(ステップ410)。例えば旅費精算プロセスの
場合、図5のフロー図で経理主任が処理を行なって経理
課長は処理を行なわない条件分岐は「2」であるから、
旅費精算プロセスに対応する書類ID「0001」の経
理重要度711に「2」を設定する。また、人事部門や
庶務部門等の他部門は通過しない為、これらに対応する
人事重要度712、庶務重要度713等には通過しない
ことを示す「0」を設定する。
Further, the developer adds the document ID 70 assigned at the time of creating the document definition table 800 to the importance table 700.
1 and the circulation importance 710 of each section are input in correspondence with the branch condition of the intra-section general-purpose process created in step 405 (step 410). For example, in the case of the travel expense settlement process, the condition branch in which the accounting manager performs the processing and the accounting section manager does not perform the processing in the flowchart of FIG.
“2” is set as the accounting importance 711 of the document ID “0001” corresponding to the travel expense settlement process. In addition, since other departments such as the personnel department and the general affairs department do not pass, “0” indicating that the job does not pass is set to the personnel importance 712 and the general affair importance 713 corresponding to these departments.

【0051】一方、ステップ404で同一の部門間プロ
セスが既にワークフローサーバに登録済みだった場合
は、既登録のプロセスを共有して使用する。この場合
は、当該書類の情報を書類定義テーブル800に登録し
て前記プロセスを使う様に設定し(ステップ409)、
重要度テーブル700に当該書類の部門内プロセスに応
じた重要度を設定するだけで良い(ステップ410)。
On the other hand, if the same inter-departmental process has already been registered in the workflow server in step 404, the registered process is shared and used. In this case, the information of the document is registered in the document definition table 800 and set so as to use the process (step 409).
It is only necessary to set the importance according to the in-department process of the document in the importance table 700 (step 410).

【0052】図9及び図10は、本実施形態におけるワ
ークフロー運用時の処理手順の実施形態を示すフローチ
ャートである。以下に、図5、図6及び図7の様に定義
されたワークフロー上に実際に案件(書類)を流す処理
について、特に旅費精算プロセスを例に、図9のフロー
チャートに基づいて説明する。
FIG. 9 and FIG. 10 are flowcharts showing an embodiment of a processing procedure at the time of workflow operation in the present embodiment. Hereinafter, a process of actually flowing a matter (document) on the workflow defined as in FIGS. 5, 6, and 7 will be described with reference to the flowchart of FIG. 9, taking a travel expense settlement process as an example.

【0053】図9は本実施形態の案件投入の処理手順を
示すフローチャートである。まず、ユーザがワークフロ
ークライアント102より精算申請したい書類を作成
(画面入力)する(ステップ901)。通常この書類作
成アプリケーションは、書類に対応してワークフローサ
ーバ101またはワークフロークライアント102内に
用意される。開発者は、このアプリケーション内に、書
類定義テーブル800に対応した書類IDを設定してお
く。入力終了後、ユーザは案件投入ボタン等により案件
投入を指示する(ステップ902)。
FIG. 9 is a flowchart showing the procedure for submitting a case according to the present embodiment. First, the user creates (inputs a screen) a document to be settled from the workflow client 102 (step 901). Usually, the document creation application is prepared in the workflow server 101 or the workflow client 102 in correspondence with the document. The developer sets a document ID corresponding to the document definition table 800 in this application. After the input is completed, the user instructs a case input by a case input button or the like (step 902).

【0054】ワークフローサーバ101は、書類作成ア
プリケーションから書類ID(旅費精算なら「000
1」)を取得し、書類定義テーブル800を参照して、
案件投入すべきプロセス名「経理申請プロセス」を取得
する。また、重要度テーブル700を参照して当該書類
の重要度を取得する(ステップ903)。
The workflow server 101 sends a document ID (“000 for travel expense settlement”) from the document creation application.
1)) and referring to the document definition table 800,
Acquire the process name "Accounting application process" to be submitted. Further, the importance of the document is acquired with reference to the importance table 700 (step 903).

【0055】ワークフローサーバ101は、書類ID
と、画面に入力されたデータ、及び重要度を案件属性に
設定し(ステップ904)、取得したプロセスに対して
案件投入を行なう(ステップ905)。
The workflow server 101 has a document ID
Then, the data input to the screen and the importance are set in the case attribute (step 904), and the case is input to the acquired process (step 905).

【0056】図10は本実施形態の案件処理の処理手順
を示すフローチャートである。図9の手順で投入された
案件の運用時の処理手順について、図10のフローチャ
ートに基づいて説明する。
FIG. 10 is a flowchart showing the processing procedure of the case processing of this embodiment. The processing procedure at the time of operation of the case entered in the procedure of FIG. 9 will be described based on the flowchart of FIG.

【0057】まず、ユーザ(経理担当者)は自分に届い
た案件の中から、処理する案件を選択する(ステップ1
001)。ワークフローサーバ101は、プロセス定義
情報に基づき、経理担当者処理ノードで実行するアプリ
ケーション「振分け処理部」を実行する(ステップ10
02)。
First, the user (accountant) selects a case to be processed from the cases delivered to him (step 1).
001). The workflow server 101 executes an application “distribution processing unit” to be executed by the accountant processing node based on the process definition information (step 10).
02).

【0058】振分け処理部113は、案件属性から書類
ID「0001」を取得し(ステップ1003)、書類
定義テーブル800を参照して対応するアプリケーショ
ン名「ryohi.html」を取得し、そのアプリケーションを
起動する(ステップ1004)。
The distribution processing unit 113 acquires the document ID “0001” from the case attribute (step 1003), acquires the corresponding application name “ryohi.html” by referring to the document definition table 800, and starts the application. (Step 1004).

【0059】ユーザは、アプリケーションに沿って案件
に対応した案件処理を行ない(ステップ1005)、案
件遷移ボタン等により案件遷移を指示する(ステップ1
006)。ワークフローサーバ101は、プロセス定義
情報に従い、案件を次のノードへ遷移させる(ステップ
1007)。
The user performs a case process corresponding to the case according to the application (step 1005), and instructs a case transition by a case transition button or the like (step 1).
006). The workflow server 101 transitions the matter to the next node according to the process definition information (step 1007).

【0060】このとき、ワークフローサーバ101は遷
移先のノードが分岐ノードかどうかチェックし(ステッ
プ1008)、分岐ノードだった場合、案件属性上の重
要度を参照して分岐先を決定する(ステップ100
9)。旅費精算の場合、経理重要度が「2」であるか
ら、経理主任処理ノードへ遷移させる。同様に経理主任
処理後の分岐ノードでは、経理課長処理ノードをスキッ
プして終了する。
At this time, the workflow server 101 checks whether or not the transition destination node is a branch node (step 1008). If the node is a branch node, the workflow server 101 determines the branch destination by referring to the importance on the matter attribute (step 100).
9). In the case of travel expense settlement, since the accounting importance level is “2”, a transition is made to the accounting supervisor processing node. Similarly, the branch node after the accounting chief processing skips the accounting section manager processing node and ends.

【0061】一方ステップ1008で遷移先ノードが分
岐ノードでなかった場合は、そのまま遷移させ、再びス
テップ1001に戻り通常の処理を行なう。
On the other hand, if the transition destination node is not a branch node in step 1008, the transition is made as it is, and the process returns to step 1001 to perform a normal process.

【0062】上述の実施形態において、ステップ100
9で、案件属性上に重要度を格納したが、分岐ノードに
到達する都度にワークフローサーバが重要度テーブル7
00を参照して分岐先を選択しても良い。この場合に
は、案件投入後に重要度テーブル700を変更すること
で、実行中の案件にも回覧ルートの変更を反映すること
が可能となる。
In the above embodiment, step 100
9, the importance is stored in the matter attribute, but the workflow server is set to the importance table 7 each time the branch node is reached.
The branch destination may be selected with reference to 00. In this case, by changing the importance table 700 after the case is input, it is possible to reflect the change in the circulation route to the case being executed.

【0063】また、部門内汎用プロセスの定義におい
て、重要度として2名の担当がチェックを行なうべき回
覧ルートや、課長処理後に担当に回覧されるルート等、
部門内汎用プロセスとして起こりうる全ての回覧ルート
を定義しておくことにより、より汎用的に利用できるプ
ロセスを作成できる。これらは、まず現行の全業務の部
門間プロセスを設計し、次に部門毎に実施中の回覧ルー
トを全て包含する様に部門内汎用プロセスを定義するこ
とによっても実現できる。
Further, in the definition of the general-purpose process in the department, a circulation route to be checked by two persons in charge as importance, a route to be circulated to the person in charge after the section manager processing, etc.
By defining all possible circulation routes as department general processes, a process that can be used more generally can be created. These can also be realized by first designing the inter-departmental processes of all the current operations, and then defining the intra-department general-purpose processes so as to include all the circulation routes being implemented for each department.

【0064】以上説明した様に本実施形態のワークフロ
ー処理システムによれば、プロセスを複数の案件で共有
するので、多数存在する案件のワークフロープロセス開
発・保守を効率的に行なうことが可能である。
As described above, according to the workflow processing system of the present embodiment, the process is shared by a plurality of items, so that the workflow process development and maintenance of a large number of items can be efficiently performed.

【0065】また本実施形態のワークフロー処理システ
ムによれば、案件投入された部門内で当該案件に対応す
るアプリケーションに振分けて起動するので、1つのプ
ロセスやノードを共有する複数の案件に対し、ワークフ
ローで実行する処理を案件毎に変更することが可能であ
る。
Further, according to the workflow processing system of the present embodiment, in the department in which the case is entered, the application is distributed to the application corresponding to the case and the application is started. Can be changed for each case.

【0066】[0066]

【発明の効果】本発明によればプロセスを複数の案件で
共有するので、多数存在する案件のワークフロープロセ
ス開発・保守を効率的に行なうことが可能である。
According to the present invention, since a process is shared by a plurality of items, it is possible to efficiently develop and maintain a workflow process for a large number of items.

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

【図1】本実施形態のワークフロー処理システムの概略
構成を示す図である。
FIG. 1 is a diagram illustrating a schematic configuration of a workflow processing system according to an embodiment.

【図2】従来の出金処理・旅費精算・銀行口座変更願の
3つの業務のワークフロー(プロセス)の一例を示す図
である。
FIG. 2 is a diagram showing an example of a conventional workflow (process) of three tasks of withdrawal processing, travel expense settlement, and bank account change request.

【図3】本実施形態の旅費清算の部門間プロセスの定義
例を示すフロー図である。
FIG. 3 is a flowchart illustrating a definition example of an inter-department process of travel expense settlement according to the embodiment.

【図4】本実施形態の経理部門の部門内プロセスの定義
例を示すフロー図である。
FIG. 4 is a flowchart illustrating a definition example of a process in a department of the accounting department according to the embodiment;

【図5】本実施形態の共有プロセスの定義例を示すフロ
ー図である。
FIG. 5 is a flowchart illustrating a definition example of a sharing process according to the embodiment;

【図6】本実施形態の重要度テーブル700の構成例を
示す図である。
FIG. 6 is a diagram illustrating a configuration example of an importance table 700 according to the present embodiment.

【図7】本実施形態の書類定義テーブル800の構成例
を示す図である。
FIG. 7 is a diagram illustrating a configuration example of a document definition table 800 according to the present embodiment.

【図8】本実施形態のワークフロー定義時の処理手順を
示すフローチャートである。
FIG. 8 is a flowchart illustrating a processing procedure when a workflow is defined according to the present embodiment.

【図9】本実施形態の案件投入の処理手順を示すフロー
チャートである。
FIG. 9 is a flowchart showing a processing procedure for submitting a case according to the embodiment;

【図10】本実施形態の案件処理の処理手順を示すフロ
ーチャートである。
FIG. 10 is a flowchart illustrating a procedure of a case process according to the embodiment;

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

101…ワークフローサーバ、102…ワークフローク
ライアント、103…プロセス定義DB、104…アプ
リケーション格納DB、700…重要度テーブル、80
0…書類定義テーブル、110…プロセス定義処理部、
111…部門間遷移処理部、112…案件処理部、11
3…振分け処理部、210…出金処理プロセス、211
…申請、212…記入不備チェック、213…内容審
査、214…承認、220…旅費精算プロセス、221
…申請、222…記入不備チェック、223…承認、2
30…銀行口座変更願プロセス、231…申請、232
…承認、241…申請部門、501及び502…処理、
601〜603…処理、611及び612…条件分岐、
301…申請処理、302…処理、303…処理、30
4…処理、311…条件分岐、312…条件分岐、70
1…書類ID、710…回覧重要度、711…経理重要
度、712…人事重要度、713…庶務重要度、801
…書類ID、802…書類名、803…プロセス名、8
04…アプリケーション名。
101: Workflow server, 102: Workflow client, 103: Process definition DB, 104: Application storage DB, 700: Importance table, 80
0: Document definition table, 110: Process definition processing unit
111: inter-department transition processing unit, 112: case processing unit, 11
3 ... Distribution processing unit, 210 ... Payout processing process, 211
… Application, 212… Check for incomplete entry, 213… Content examination, 214… Approval, 220… Travel expense settlement process 221
… Application, 222… complete entry check, 223… approval, 2
30: Bank account change request process, 231: Application, 232
... approval, 241 ... application department, 501 and 502 ... processing,
601 to 603 processing, 611 and 612 conditional branching,
301 ... application processing, 302 ... processing, 303 ... processing, 30
4 processing, 311 conditional branch, 312 conditional branch, 70
1: Document ID, 710: Importance, 711: Accounting importance, 712: Personnel importance, 713: General affairs importance, 801
... Document ID, 802 ... Document name, 803 ... Process name, 8
04 ... Application name.

フロントページの続き (72)発明者 小林 隆 神奈川県川崎市幸区鹿島田890番地 株式 会社日立製作所システム開発本部内 (72)発明者 趙 廷悦 神奈川県川崎市幸区鹿島田890番地 株式 会社日立製作所システム開発本部内 (72)発明者 生形 知一 神奈川県川崎市幸区鹿島田890番地 株式 会社日立製作所システム開発本部内 Fターム(参考) 5B049 AA06 CC21 CC31 CC36 EE05 FF09 Continued on the front page (72) Inventor Takashi Kobayashi 890 Kashimada, Saiwai-ku, Kawasaki-shi, Kanagawa Pref.Hitachi, Ltd.System Development Division, Hitachi, Ltd. Within the Development Division (72) Inventor Tomokazu Igata 890 Kashimada, Saiwai-ku, Kawasaki City, Kanagawa Prefecture F-term (Reference) 5B049 AA06 CC21 CC31 CC36 EE05 FF09

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ワークフローシステムにおける案件の投
入及び遷移を行うワークフロー処理方法において、 投入された案件を部門単位の回覧順序を示す部門間プロ
セスの定義情報に従って各部門に遷移させるステップ
と、部門内の回覧順序を示す部門内プロセスの定義情報
に従って各ノードに遷移させるステップと、投入された
案件の中から選択された案件について、当該案件に対応
するアプリケーションを起動して案件処理を行うステッ
プとを有することを特徴とするワークフロー処理方法。
1. A workflow processing method for inputting and transiting a matter in a workflow system, comprising: a step of transiting an inputted matter to each department according to definition information of an inter-department process indicating a circulation order of each department; It has a step of transiting to each node according to the definition information of the intra-department process indicating the circulation order, and a step of activating an application corresponding to the matter selected from among the inputted matters and processing the matter. A workflow processing method characterized in that:
【請求項2】 案件投入された部門内で当該案件に対応
するアプリケーションを起動するステップを有すること
を特徴とする請求項1に記載されたワークフロー処理方
法。
2. The workflow processing method according to claim 1, further comprising a step of activating an application corresponding to the case in the department in which the case is entered.
【請求項3】 遷移先のノードが分岐ノードである場合
に案件の重要度に応じて分岐先を決定するステップを有
することを特徴とする請求項1または請求項2のいずれ
かに記載されたワークフロー処理方法。
3. The method according to claim 1, further comprising the step of determining a branch destination according to the importance of the case when the transition destination node is a branch node. Workflow processing method.
【請求項4】 ワークフローシステムにおける案件の投
入及び遷移を行うワークフロー処理システムにおいて、 部門単位の回覧順序を示す部門間プロセスの定義情報に
従って案件を各部門に遷移させる部門間遷移処理部と、
部門内の回覧順序を示す部門内プロセスの定義情報に従
って案件を部門内の各ノードに遷移させ、投入された案
件の中から選択された案件について、当該案件に対応す
るアプリケーションを起動して案件処理を行う案件処理
部とを備えることを特徴とするワークフロー処理システ
ム。
4. In a workflow processing system for inputting and transitioning a matter in a workflow system, an inter-department transition processing unit for transitioning a matter to each department according to definition information of an inter-department process indicating a circulation order of each department;
According to the definition information of the department process indicating the circulation order within the department, the matter is transitioned to each node in the department, and for the matter selected from the entered matters, the application corresponding to the matter is started and the matter is processed. A workflow processing system comprising:
【請求項5】 ワークフローシステムにおける案件の投
入及び遷移を行うワークフロー処理システムとしてコン
ピュータを機能させる為のプログラムを記録したコンピ
ュータ読み取り可能な記録媒体において、 部門単位の回覧順序を示す部門間プロセスの定義情報に
従って案件を各部門に遷移させる部門間遷移処理部と、
部門内の回覧順序を示す部門内プロセスの定義情報に従
って案件を部門内の各ノードに遷移させ、投入された案
件の中から選択された案件について、当該案件に対応す
るアプリケーションを起動して案件処理を行う案件処理
部としてコンピュータを機能させる為のプログラムを記
録したことを特徴とする記録媒体。
5. A computer-readable recording medium in which a program for causing a computer to function as a workflow processing system for inputting and transitioning a matter in a workflow system is defined on a computer-readable recording medium. An inter-department transition processing unit that transitions the matter to each department according to
According to the definition information of the department process indicating the circulation order within the department, the matter is transitioned to each node in the department, and for the matter selected from the entered matters, the application corresponding to the matter is started and the matter is processed. A recording medium characterized by recording a program for causing a computer to function as a case processing unit for performing the following.
JP20578399A 1999-07-21 1999-07-21 Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded Pending JP2001034687A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20578399A JP2001034687A (en) 1999-07-21 1999-07-21 Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20578399A JP2001034687A (en) 1999-07-21 1999-07-21 Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded

Publications (1)

Publication Number Publication Date
JP2001034687A true JP2001034687A (en) 2001-02-09

Family

ID=16512611

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20578399A Pending JP2001034687A (en) 1999-07-21 1999-07-21 Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded

Country Status (1)

Country Link
JP (1) JP2001034687A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089488B2 (en) 2001-12-20 2006-08-08 Mazda Motor Corporation Electric form handling system, electric form handling program, computer-readable recording medium recording the same and electric form handling method
JP2008502993A (en) * 2004-06-14 2008-01-31 ジーイー・コーポレート・ファイナンシャル・サービシーズ,インコーポレイテッド System and method for managing litigation and other matters
JP2008250558A (en) * 2007-03-29 2008-10-16 Japan Research Institute Ltd Workflow management system, workflow management method, retrieval system, retrieval method, and program
JP2018200619A (en) * 2017-05-29 2018-12-20 富士通株式会社 Information processing device, information processing method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089488B2 (en) 2001-12-20 2006-08-08 Mazda Motor Corporation Electric form handling system, electric form handling program, computer-readable recording medium recording the same and electric form handling method
JP2008502993A (en) * 2004-06-14 2008-01-31 ジーイー・コーポレート・ファイナンシャル・サービシーズ,インコーポレイテッド System and method for managing litigation and other matters
JP2008250558A (en) * 2007-03-29 2008-10-16 Japan Research Institute Ltd Workflow management system, workflow management method, retrieval system, retrieval method, and program
JP2018200619A (en) * 2017-05-29 2018-12-20 富士通株式会社 Information processing device, information processing method, and program

Similar Documents

Publication Publication Date Title
US6151583A (en) Workflow management method and apparatus
KR100996131B1 (en) System and method for managing listings
Mackenzie Virtual positions and power
US7620709B2 (en) Workflow in a paperless office
JP2008186478A (en) Computer executable workflow control system
JP2006073003A (en) Organizational reference data and entitlement system
CN1322460C (en) Informational object authoring and distribution system
US20090182770A1 (en) Personalization of contextually relevant computer content
US7302408B2 (en) Technique for transaction reconciliation
US7308435B2 (en) Systems, methods, and software applications for modeling the structure of enterprises
US7505993B2 (en) Database schema for content managed data
JP2001034687A (en) Workflow processing method and its implementation system, and recording emdium where processing program thereof is recorded
US20230021309A1 (en) Storing Versions of Data Assets in Knowledge Graphs
JPH11250152A (en) Electronic approval system and recording medium recorded with program for the system
US8418049B2 (en) Stakeholder matrix
US8165967B2 (en) Request modification method and system
JP2020194387A (en) Matching support device, matching support method, computer program, and recording medium
McCleary et al. The effects of advanced information technology on organizational design
US20080262861A1 (en) User identification management system and method
JP2005018281A (en) Work flow server, work flow managing method, program and recording medium with the same program recorded
Langford et al. The increasing importance of ethics in computer science
US20110106667A1 (en) System for object oriented financial accounting
Rubis et al. The business data object versioning and change history patterns
Chaty et al. Towards an electronic administration? Local information systems, or the web modernization of local administration
Stolze et al. The stakeholder matrix: Supporting the modeling of responsibility in situation-oriented directories