JPH10320456A - Method and device for work flow control and medium where work flow control program is recorded - Google Patents

Method and device for work flow control and medium where work flow control program is recorded

Info

Publication number
JPH10320456A
JPH10320456A JP12860497A JP12860497A JPH10320456A JP H10320456 A JPH10320456 A JP H10320456A JP 12860497 A JP12860497 A JP 12860497A JP 12860497 A JP12860497 A JP 12860497A JP H10320456 A JPH10320456 A JP H10320456A
Authority
JP
Japan
Prior art keywords
business
state
executor
role
business unit
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
JP12860497A
Other languages
Japanese (ja)
Inventor
Shuichiro Yamamoto
修一郎 山本
Ryuji Kawasaki
隆二 川崎
Koji Tokumaru
浩二 徳丸
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP12860497A priority Critical patent/JPH10320456A/en
Publication of JPH10320456A publication Critical patent/JPH10320456A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide the method and device for work flow control which can efficiently perform operation having a work flow and the medium where the program is recorded. SOLUTION: A work flow definition information storage device TM is stored with a status transition table wherein flows of fractionated operation units by operations and persons who should be in charge are defined, an operation state storage device FS is stored with the current states of the individual operation units, and a status transition determination device N checks the states of the individual operation units, determines whether or a next state can be entered and a person who should be in charge of it according to the end state of a finished operation unit and the status transition table, and updates the storage contents of the operation state storage device N.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、細分化された業務
単位が複数の実行者によって順次実行され、それによっ
て1つの目的をもった業務全体が完了するという特長を
持つ業務(以下、この業務をワークフローを持つ業務と
呼ぶ。)を効率的に実行させるための方法及びその装置
並びにプログラムを記録した媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business having a feature that a subdivided business unit is sequentially executed by a plurality of executors, thereby completing an entire business having a single purpose (hereinafter, this business). Is referred to as a task having a workflow.) The present invention relates to a method and an apparatus for efficiently executing the task and a medium on which a program is recorded.

【0002】[0002]

【従来の技術】従来、ワークフローを持つ業務を実行さ
せる方法として、次のような方法を用いていた。
2. Description of the Related Art Conventionally, the following method has been used as a method for executing a task having a workflow.

【0003】1.業務単位の逐次的な処理順番及び業務
単位毎の実行者を全体の業務の開始時に毎回指定し、そ
の順番に従って業務を実行する。 2.あるいは業務の種類毎に処理順番や実行者の情報を
予め定義して保存しておき(以下、この定義情報をワー
クフロー定義情報と呼ぶ。)、同一の業務が発生した
時、該定義情報を再利用することで指定する際の手間を
削減する。
[0003] 1. A sequential processing order for each business unit and an executor for each business unit are designated each time the entire business is started, and the business is executed according to the order. 2. Alternatively, the processing order and executor information are defined and stored in advance for each type of business (hereinafter, this definition information is referred to as workflow definition information), and when the same business occurs, the definition information is re-created. By using it, you can save time when specifying.

【0004】[0004]

【発明が解決しようとする課題】このような従来の方法
では、個々の業務単位が逐次的な流れを持つような業務
について取り扱うことができるが、業務単位が同時に複
数の実行者に分配され、これらの複数の実行者の全てが
業務単位を終了した時に、次の業務単位が開始される
(または業務全体が終了する)ような業務(分配・回収
型の業務)について取り扱うことができないという問題
があった。
In such a conventional method, it is possible to handle a business in which each business unit has a sequential flow. However, the business unit is distributed to a plurality of executors at the same time. When all of these multiple executors complete a business unit, they cannot handle a business (distribution / collection-type business) in which the next business unit starts (or the entire business ends). was there.

【0005】また、従来の方法では、業務の内容(例え
ば、取り扱う金額が100万円以上か未満か)によって
業務の流れが一部異なる場合、業務内容に応じて自動的
に業務の流れを変更することができないため、それぞれ
を別の業務としてワークフロー定義情報を作成しておく
必要があり、類似の業務に対して多数のワークフロー定
義情報を作成する必要があった。
Further, according to the conventional method, when the business flow partially differs depending on the business content (for example, whether the amount to be handled is 1,000,000 yen or more), the business flow is automatically changed according to the business content. Therefore, it is necessary to create workflow definition information as separate tasks, and it is necessary to create a large number of workflow definition information for similar tasks.

【0006】また、従来の方法では、業務を実行する組
織によって実行者を変化させることができないため、業
務を実行する組織毎にワークフロー定義情報を作成して
おく必要があり、さらにまた、組織の構成員が代わる毎
にワークフロー定義情報を作成し直す必要があった。
Further, in the conventional method, since the executor cannot be changed depending on the organization executing the business, it is necessary to create the workflow definition information for each organization executing the business. It was necessary to recreate the workflow definition information each time a member changed.

【0007】本発明の目的は、ワークフローを持つ業務
を構成する業務単位を遅滞なくかつ間違いなく各々の実
行者に配分することができ、業務全体の効率を高めるこ
とができるワークフロー制御方法及びその装置並びにワ
ークフロー制御プログラムを記録した媒体を提供するこ
とにある。
An object of the present invention is to provide a workflow control method and a workflow control method capable of allocating business units constituting a business having a workflow to respective executors without delay and without fail, thereby improving the efficiency of the entire business. Another object of the present invention is to provide a medium recording a workflow control program.

【0008】[0008]

【課題を解決するための手段】本発明では、前記課題を
解決するため、ワークフローを持つ業務の実行を制御す
るワークフロー制御方法において、細分化された業務単
位の流れと担当すべき実行者とを定義した定義情報を記
憶しておき、個々の業務単位の現在の状態を調べ、終了
した個々の業務単位毎に、その終了状態及び前記定義情
報に基づいて次の状態に遷移可能かどうか並びにこれを
担当すべき実行者を決定することを特徴とする。
According to the present invention, in order to solve the above-mentioned problems, in a workflow control method for controlling execution of a business having a workflow, a flow of a subdivided business unit and an executor to be in charge are defined. The defined definition information is stored, the current state of each business unit is checked, and for each completed business unit, whether the state can be changed to the next state based on the end state and the definition information and whether the state can be changed. And determining an executor to be in charge of the task.

【0009】本発明によれば、細分化された業務単位が
逐次的な流れを持つ単純なワークフローだけでなく、複
数の実行者が同時に業務単位を分配したり、複数の実行
者がそれぞれの業務単位を完了したところで自動的に次
の業務単位を開始するような複雑なワークフローを定義
して実行させることができる。
According to the present invention, not only a simple workflow in which the subdivided business units have a sequential flow, but also a plurality of executors distribute the business units at the same time, When a unit is completed, a complicated workflow that automatically starts the next business unit can be defined and executed.

【0010】また、業務で取り扱うデータを記憶してお
き、個々の業務単位の終了の際、前記データが指定され
ていればその値に基づいて業務の次の実行者及び遷移す
べき状態を決定することにより、業務で取り扱うデータ
の値によって業務の流れが異なる場合でも、該データの
値に応じて実行者や業務の流れを変更することができ
る。
In addition, data to be handled in the business is stored, and at the end of each business unit, if the data is specified, the next executor of the business and the state to be transitioned are determined based on the data. By doing so, even if the business flow differs depending on the value of the data handled in the business, the executor and the business flow can be changed according to the data value.

【0011】また、業務を扱う組織の構造に関する情報
を記憶しておき、業務単位が次の状態に遷移する際にこ
れを担当すべき役割が指定されていれば前記情報に基づ
いて該役割を実行者に変更することにより、業務を実行
する組織によって実行者を変化させることができる。
[0011] Further, information on the structure of an organization that handles business is stored, and when a role to be in charge of the business unit transitions to the next state, the role is assigned based on the information. By changing to the executor, the executor can be changed depending on the organization that executes the business.

【0012】[0012]

【発明の実施の形態】図1は請求項1、4及び7の発明
に対応する装置の構成、図2はその詳細を示すものであ
る。
FIG. 1 shows the structure of an apparatus according to the first, fourth and seventh aspects of the present invention, and FIG. 2 shows details thereof.

【0013】FS:業務状態記憶装置 →個々の業務実体の現在の状態に関する情報を保持す
る。この情報は以下の内容で構成される。 □業務実体識別名:J □業務の現在状態:S □実行者リスト:{(P1 ,R1 ,C1 ),……
(Pk ,Rk ,Ck )} Pは実行者名 Rは実行者の役割 Cは各実行者に対する業務の状態{未依頼;実行依頼
中;実行済} □状態遷移表識別名:T □業務データ表識別名:FC(必要時のみ。請求項2の
場合に用いる) □組織識別名:Oi(必要時のみ。請求項3の場合に用
いる) TM:ワークフロー定義情報記憶装置 →細分化された業務単位の状態遷移順序を定義した状態
遷移表を格納する。状態遷移表は業務毎に1つ存在し、
状態遷移表識別名Tによって区別される。状態遷移表は
複数の遷移元状態Scのそれぞれに関して以下の情報を
保持している。 □遷移元状態:Sc □次状態候補リスト:{St1 ,……Stm } データ条件が指定されていない時は次の状態を表す。 データ条件が指定されている時は次の状態の候補名のリ
スト □同期条件:(必要時のみ){Ps1 ,……Psp }ま
たは{Rs1 ,……Rsp } 次の状態に遷移する前に業務単位を実行完了しているべ
き実行者名のリスト。但し、請求項3の場合には、実行
者の役割名のリスト。 □データ条件:(必要時のみ。請求項2の場合に用い
る) 業務データ表識別名:FC データ項目名:D データ項目に対する値のリスト:{V1 ,……Vq } 評価手順識別名:CP □役割候補リスト:{Pt1 ,……Ptu }または{R
1 ,……Rtu } 次に業務を実行すべき実行者名のリスト。但し、請求項
3の場合は次に業務を実行すべき役割名のリスト。デー
タ条件が指定されている時はそれぞれ複数の実行候補者
名のリストまたは役割候補名のリスト。
FS: Business status storage device → Holds information on the current status of each business entity. This information consists of the following contents. □ business entity distinguished name: J □ current state of affairs: S □ performer list: {(P 1, R 1 , C 1), ......
(P k , R k , C k )} P is the name of the executor R is the role of the executor C is the status of the business for each executor {unrequested; being submitted; executed} □ State transition table identifier: T □ Business data table identifier: FC (only when necessary; used in claim 2) □ Organization identifier: Oi (only when required; used in claim 3) TM: Workflow definition information storage device → subdivision Stores the state transition table that defines the state transition order of the specified business unit. There is one state transition table for each business,
It is distinguished by the state transition table identifier T. The state transition table holds the following information for each of the plurality of transition source states Sc. □ Transition source state: Sc □ Next state candidate list: {St 1 ,..., St m } When no data condition is specified, the next state is indicated. Transition to the next list of conditions of the candidate name □ synchronization condition :( only when necessary) {Ps 1, ...... Ps p } or {Rs 1, ...... Rs p} for the next state when the data condition is specified List of performers who should have completed the business unit before doing so. However, in the case of claim 3, a list of role names of the executor. □ Data condition: (only when necessary; used in case of claim 2) Business data table identifier: FC Data item name: D List of values for data item: {V 1 ,..., V q } Evaluation procedure identifier: CP □ role candidate list: {Pt 1, ...... Pt u } or {R
List of t 1, ...... Rt u} then run to execute the business's name. However, in the case of claim 3, a list of role names to be executed next. When data conditions are specified, a list of multiple execution candidate names or a list of role candidate names, respectively.

【0014】N:状態遷移決定装置 入力:状態遷移表、現在状態 出力:次状態、実行依頼中にすべき実行者のリスト 図3は請求項1、4及び7の発明に対応する動作フロー
チャートである。なお、フロー中の「VI」及び「XI」の
部分はそれぞれ図6及び9に対応するフローチャートが
存在することを示している。
N: State transition determination device Input: State transition table, current state Output: next state, list of executors to be requested during execution FIG. 3 is an operation flowchart corresponding to the first, fourth and seventh aspects of the present invention. is there. Note that "VI" and "XI" in the flow indicate that the flowcharts corresponding to FIGS. 6 and 9 respectively exist.

【0015】状態遷移決定装置Nは、業務実体識別名J
の業務に関するワークフロー制御を以下のようにして行
う。
The state transition determining device N has a business entity identifier J
The workflow control relating to the above operation is performed as follows.

【0016】(1) 業務状態記憶装置FSより、業務実体
識別名Jの業務に関して、現在状態Sとこの業務実体に
対応する業務の状態遷移表識別名Tを取り出す。
(1) With respect to the job with the job entity identifier J, the current status S and the status transition table identifier T of the job corresponding to the job entity are extracted from the job status storage device FS.

【0017】(2) ワークフロー定義情報記憶装置TMか
ら状態遷移表Tの遷移元状態Scが上記の現在状態Sと
一致するものを探し、Scに関して保持されている情報
を得る。
(2) Search the workflow definition information storage device TM for a state in which the transition source state Sc of the state transition table T coincides with the above-mentioned current state S, and obtain information held about Sc.

【0018】(3) 同期条件で指定された{Ps1 ,……
Psp }または{Rs1 ,……Rsp }について、業務
状態記憶装置FSの実行者リスト:{(P1 ,R1 ,C
1 ),……(Pk ,Rk ,Ck )}の対応する{C
1 ,……Csp }が実行済みになっているか否かを確
認する。もし、この条件が満たされていなければ、次の
状態には遷移しない。従って、業務の状態は現在の状態
のままとする。
(3) ΔPs 1 ,... Specified by the synchronization condition
For Ps p } or {Rs 1 ,..., Rs p }, the executor list of the business state storage device FS: {(P 1 , R 1 , C
1 ),... (P k , R k , C k )} corresponding {C
It s 1, to confirm whether ...... Cs p} is in the pre-run. If this condition is not satisfied, no transition is made to the next state. Therefore, the state of the business is maintained in the current state.

【0019】(4) 同期条件で指定された{Ps1 ,……
Psp }または{Rs1 ,……Rsp }について、業務
状態記憶装置FSの実行者リスト:(P1 ,R1
1 ),……(Pk ,Rk ,Ck )}の対応する{Cs
1 ,……Csp }が実行済みになっている場合、データ
条件が指定されているか否かを確認する。
(4) ΔPs 1 ,... Specified by the synchronization condition
For Ps p } or {Rs 1 ,..., Rs p }, the executor list of the business state storage device FS: (P 1 , R 1 ,
C 1 ),... (P k , R k , C k )} corresponding {Cs
1 ,... Cs p } has been executed, it is confirmed whether or not a data condition is designated.

【0020】(5) データ条件が指定されていなければ、
役割候補リスト{Pt1 ,……Ptu }または{R
1 ,……Rtu }をそのまま、次に業務を実行すべき
実行者名{Pd1 ,……Pdv }または役割名{R
1 ,……Rdv }とする。この場合、次状態候補リス
トにはSt1 がただ1つ指定されており、これを次の業
務の状態Snとする。
(5) If no data condition is specified,
Role candidate list {Pt 1, ...... Pt u} or {R
t 1, ...... Rt u} as the next executor to execute the business name {Pd 1, ...... Pd v} or role name {R
d 1 ,..., Rd v }. In this case, only one St1 is designated in the next state candidate list, and this is set as the next business state Sn.

【0021】なお、データ条件が指定されているのは請
求項2のケースであり、後述する。
The data condition is specified in the case of claim 2, which will be described later.

【0022】(6) 業務状態記憶装置FS内の業務実体識
別名Jの業務に関して、業務の状態をSnに更新する。
(6) Update the status of the job to Sn for the job with the job entity identifier J in the job status storage device FS.

【0023】(7) 役割候補リストについて、実行者名が
指定されているか否かを確認する。
(7) It is confirmed whether or not an executor name is specified in the role candidate list.

【0024】(8) 役割候補リストに実行者名が指定され
ている場合、次に業務を実行すべき実行者名{Pd1
……Pdv }を業務状態記憶装置FSの実行者リストに
{(Pd1 ,,依頼中),……(Pdv ,,依頼中)}
として登録する。
(8) If an executor name is specified in the role candidate list, an executor name to be executed next {Pd 1 ,
...... The Pd v} in the execution list of the business state storage device FS {(Pd 1 ,, in request), ...... (Pd v ,, in request)}
Register as

【0025】なお、役割候補リストに実行者の役割名が
指定されてる場合は請求項3のケースであり、後述す
る。
The case where the role name of the executor is specified in the role candidate list is the case of claim 3, which will be described later.

【0026】図4は請求項2、5及び8の発明に対する
装置の構成を示すもので、図1に以下の構成が新たに加
わる。また、図5は追加された部分の詳細を示す。
FIG. 4 shows the structure of an apparatus according to the second, fifth and eighth aspects of the present invention. The following structure is newly added to FIG. FIG. 5 shows details of the added portion.

【0027】FCM:業務データ記憶装置 →個々の業務で取り扱うデータを保持する。業務毎に別
のテーブルが存在し、個々のテーブルは業務データ表識
別名FCによって区別される。各テーブルには以下の情
報が保持される。 □データ項目名:{D1 ,……Dr } □業務実体識別名:J □各データ項目に対する業務実体毎のデータ値:{Vj
1 ,……Vjr } B:分岐先決定装置 →次の実行者(または実行者の役割)と、業務の次の状
態を決定する。評価手順識別名によって区別される複数
の評価手順が格納されている。 入力:評価手順識別名、データ値、値リスト、役割候補
リスト(または実行者の候補リスト)、次状態候補リス
ト 出力:決定された役割(または実行者)のリスト、決定
された次状態 図6は請求項2、5及び8の発明に対応する動作フロー
チャートである。
FCM: business data storage device → holds data handled in each business. There is another table for each task, and each table is distinguished by a task data table identifier FC. Each table holds the following information. □ Data item name: {D 1 ,..., Dr } □ Business entity identifier: J □ Data value of each business entity for each data item: {Vj
1 ,... Vj r B B: branch destination determination device → determines the next executor (or the role of the executor) and the next state of the business. A plurality of evaluation procedures distinguished by the evaluation procedure identifier are stored. Input: evaluation procedure identifier, data value, value list, role candidate list (or candidate list of performers), next state candidate list Output: list of determined roles (or performers), determined next state Is an operation flowchart corresponding to the second, fifth and eighth aspects of the present invention.

【0028】状態遷移決定装置Nは、業務実体識別名J
の業務に関するワークフロー制御を図3の場合と同様に
して行う。但し、(5) の動作だけが異なり、以下のよう
にして行う。この場合、ワークフロー定義情報記憶装置
TMの状態遷移表Tの遷移元状態Scに対してデータ条
件が指定されている。
The state transition determining device N uses the business entity identifier J
Is performed in the same manner as in the case of FIG. However, only the operation of (5) is different, and the operation is performed as follows. In this case, a data condition is specified for the transition source state Sc of the state transition table T of the workflow definition information storage device TM.

【0029】(11)状態遷移決定装置Nは、分岐先決定装
置Bに対して、業務データ表識別名FC、データ項目名
D、データ項目に対する値リスト{V1 ,……Vq }、
評価手順識別名CP、役割候補リスト{Pt1 ,……P
u }または{Rt1 ,……Rtu }、次状態候補リス
ト{St1 ,……Stm }を渡す。
[0029] (11) a state transition determination unit N, to the branch destination determining unit B, operational data table DN FC, data item name D, the value for the data item list {V 1, ...... V q} ,
Evaluation procedure distinguished name CP, the role candidate list {Pt 1, ...... P
t u} or {Rt 1, ...... Rt u} , the next state candidate list {St 1, pass ...... St m}.

【0030】(12)分岐先決定装置Bは、業務データ記憶
装FCMから、業務データ表識別名FCを持つ業務デー
タ表を見つけ、データ項目名Dに対応する値Vjを読み
出す。
(12) The branch destination determining apparatus B finds a business data table having the business data table identifier FC from the business data storage FCM, and reads the value Vj corresponding to the data item name D.

【0031】(13)分岐先決定装置Bは、評価手順識別名
CPの評価手順を読み出し、その評価手順に従って、V
jと{V1 ,……Vq }の関係を評価し、その結果に基
づいて役割候補リストの各要素の中から幾つかの要素を
選択し、これを次に業務を実行すべき実行者名{P
1 ,……Pdv }または役割名{Rd1 ,……R
v }とする。
(13) The branch destination determining apparatus B reads out the evaluation procedure of the evaluation procedure identifier CP, and according to the evaluation procedure, V
j and {V 1 ,..., V q } are evaluated, and based on the result, some elements are selected from the elements of the role candidate list, and this is executed by the next executor. Name @ P
d 1 ,..., Pd v } or role name {Rd 1 ,.
d v }.

【0032】(14)次状態候補リスト{St1 ,……St
m }の各要素の中から1つの要素を選択し、これを次の
業務状態Snとする。
(14) Next state candidate list {St 1 ,... St
m }, one element is selected from the elements, and this is set as the next business state Sn.

【0033】図7は請求項3、6及び9の発明に対する
装置の構成を示すもので、図1に以下の構成が新たに加
わる。また、図8は追加された部分の詳細を示す。
FIG. 7 shows the structure of an apparatus according to the third, sixth and ninth aspects of the present invention. The following structure is newly added to FIG. FIG. 8 shows details of the added portion.

【0034】A:役割具体化装置 →業務を扱う組織の中で指定された役割を持つ実行者を
返却する。 入力:実行者の役割名、組織識別名 出力:実行者名 役割具体化装置Aの中には、以下の情報が保持されてい
る。 組織構成表:OC 下位組織から最上位組織までの階層関係の情報を保持す
る □組織識別名:Oi □上位組織の組織識別名:Oh 役割担当者表:RP 組織に基づいて役割を実行者へマッピングするための情
報を保持する □組織識別名:O □役割名:R □実行者名:P 図9は請求項3、6及び9の発明に対応する動作フロー
チャートである。
A: Role embodying device → Returns the executor having the designated role in the organization handling the business. Input: Executor role name, organization identification name Output: Executor name The following information is held in the role embodying device A. Organizational structure table: OC Holds information on the hierarchical relationship from the lower-level organization to the highest-level organization. □ Organization identifier: Oi. □ Organization identifier of the upper organization: Oh. Holds information for mapping. □ Organization identification name: O □ Role name: R □ Executor name: P FIG. 9 is an operation flowchart corresponding to the third, sixth and ninth aspects of the present invention.

【0035】状態遷移決定装置Nは、業務実体識別名J
の業務に関するワークフロー制御を図3の場合と同様に
して行う。但し、(8) の動作だけが異なり、以下のよう
にして行う。この場合、ワークフロー定義情報記憶装置
TMの状態遷移表Tの遷移元状態Scに対して、同期条
件及び役割候補リストは実行者名ではなく役割名で指定
されており、次に業務を実行すべき役割名{Rd1 ,…
…Rdv }が図3の(1) から(7) の動作によって決定さ
れている。
The state transition determining device N uses the business entity identifier J
Is performed in the same manner as in the case of FIG. However, only the operation of (8) is different, and it is performed as follows. In this case, for the transition source state Sc of the state transition table T of the workflow definition information storage device TM, the synchronization condition and the role candidate list are specified not by the executor name but by the role name. role name {Rd 1, ...
.. Rd v } are determined by the operations (1) to (7) in FIG.

【0036】(21)状態遷移決定装置Nは、役割名{Rd
1 ,……Rdv }の各要素を実行者名に変換するため、
業務状態記憶装置FSより、業務実体識別名Jの業務に
関する組織識別名Oiを取り出し、このOiと役割名の
各要素Rdj を役割具体化装置Aに渡す。
(21) The state transition determining device N determines the role name $ Rd
1 , …… Rd v } to convert each element to
From application status storage device FS, removed tissue DN Oi concerning the business of the business entity DN J, pass each element Rd j of Oi and role name role embodied apparatus A.

【0037】(22)役割具体化装置Aは役割担当者表RP
を検索し、組織Oiに対して役割Rdj を持つ実行者名
Pdj を得る。
(22) The role embodying device A is a role assignment table RP
Searching, obtaining a performer name Pd j whose role Rd j to tissue Oi.

【0038】(23)役割Rdj を持つ実行者名Pdj が得
られたか否かを確認する。
[0038] (23) execution name Pd j with the role Rd j to confirm whether or not obtained.

【0039】(24)組織識別名Oiに対して役割Rdj
持つ実行者名Pdj が得られない場合は、組織構成表O
CからOiの上位組織の組織識別名Ohを得る。役割担
当者表RPを検索し、組織Ohに対して役割Rdj を持
つ実行者名Pdj を探す。それを役割名が見つかるまで
繰返す。
[0039] (24) If the invoker name Pd j whose role Rd j to tissue DN Oi can not be obtained, the tissue composition table O
The organization identifier Oh of the superior organization of Oi is obtained from C. Find the role the person in charge Table RP, locate the executable name Pd j with the role Rd j relative to the tissue Oh. Repeat until a role name is found.

【0040】(25)役割具体化装置Aは、(23)及び(24)の
結果、得られた実行者名のリスト{Pd1 ,……P
v }を状態遷移決定装置Nに返却する。
(25) The role embodying apparatus A executes the list {Pd 1 ,... P of the names of the executors obtained as a result of (23) and (24).
d v } is returned to the state transition determining device N.

【0041】(26)状態遷移決定装置Nは、{Pd1 ,…
…Pdv }及び{Rd1 ,……Rdv }を、業務状態記
憶装置FSの実行者リストに{(Pd1 ,Rd1 ,依頼
中),……(Pdv ,Rdv ,依頼中)}として登録す
る。
(26) The state transition determining device N calculates the {Pd 1 ,.
.. Pd v } and {Rd 1 ,... Rd v } are stored in the executor list of the business state storage device FS as {(Pd 1 , Rd 1 , requesting),... (Pd v , Rd v , requesting). Register as}.

【0042】[0042]

【実施例】図10は本発明の一実施例、ここでは請求項
3、6及び9の発明に対応する装置、例えば10に、業
務実体の登録・検索・実行を行う業務実体実行装置20
を組合せることによって組織内組織間の伝票の自動配送
を実現するシステムの例を示す。
FIG. 10 shows an embodiment of the present invention. In this embodiment, an apparatus corresponding to the third, sixth and ninth aspects of the present invention, for example, a business entity execution apparatus 20 for registering, retrieving and executing business entities is provided.
1 shows an example of a system that realizes automatic delivery of a slip between organizations within an organization by combining.

【0043】業務実体実行装置20は、伝票が起票され
ると、業務状態記憶装置FSに、新たな業務実体に関す
る情報として 業務実体識別名:伝票番号 業務の現在状態:初期状態 状態遷移表識別名:この伝票(図では「旅費申請」)の
ワークフローを定義した状態遷移表の識別名 組織識別名:この伝票の発行者の組織名(図では三部一
課) 実行者リスト:(伝票の発行者名(図ではAさん),
「発行者」,処理済)の内容を登録する。
When a slip is issued, the business entity execution device 20 stores information on a new business entity in the business status storage device FS as a business entity identification name: a slip number, a current status of the business: an initial status, and a status transition table identification. Name: Identifier of the state transition table that defines the workflow for this slip (“Travel Expense Application” in the figure) Organization Identifier: Organization name of the issuer of this slip (Section III, Section 1) Executor list: Issuer name (A in the figure),
"Issuer", processed) is registered.

【0044】次に、状態遷移決定装置Nに処理を依頼
し、状態遷移表に従って次の伝票の状態へ遷移させる。
図では状態遷移表から、次に業務を実行すべき実行者の
役割として「課長」が、次の業務状態として「申請」が
得られる。さらに役割具体化装置Aにより、伝票の発行
者の組織での「課長」に対する実行者名として「Bさ
ん」が得られる。そして、これらの内容により、業務状
態記憶装置FSの該当する業務実体の状態は、 業務の現在状態:申請 実行者リスト:(Bさん,課長,依頼中)が追加のよう
に変更される。
Next, a request is made to the state transition determining device N for processing, and the state is shifted to the state of the next slip according to the state transition table.
In the figure, from the state transition table, “section manager” is obtained as the role of the executor who should execute the task next, and “application” is obtained as the next task state. Further, the role embodying device A obtains “Mr. B” as the name of the executor for “section manager” in the organization of the slip issuer. Then, based on these contents, the status of the relevant business entity in the business status storage device FS is changed in such a way that the current status of the business: application executor list: (Mr. B, section manager, requesting) is added.

【0045】業務実体実行装置20は、自分宛てに「依
頼中」となっている伝票の一覧を業務状態記憶装置FS
から検索し、その伝票の内容を伝票番号に基づいて参照
することができる。伝票の内容が妥当なら伝票を承認す
ることを業務実体実行装置20に指示することができ
る。この時、業務実体実行装置20は、業務状態記憶装
置FSの当該伝票に関する実行者リストの承認者に対す
る状態を「実行済み」とした後、状態遷移決定装置Nに
処理を依頼する。
The business entity execution device 20 stores a list of the slips “requesting” to itself in the business status storage device FS.
, And refer to the contents of the slip based on the slip number. If the contents of the slip are valid, the business entity executing device 20 can be instructed to approve the slip. At this time, the business entity execution device 20 requests the state transition determination device N to perform a process after setting the status for the approver of the performer list regarding the slip in the business status storage device FS to “executed”.

【0046】図の例では、状態遷移表から次に業務を実
行すべき実行者の役割として「部長」が、次の業務状態
として「課承認済」が得られる。さらに役割具体化装置
Aにより、伝票の発行者の組織での「部長」に対する実
行者名として「Mさん」が得られる。そして、これらの
内容により業務状態記憶装置FSの該当する業務実体の
状態は 業務の現在状態:課承認済 実行者リスト:(Mさん,部長,依頼中)が追加のよう
に変更される。
In the example shown in the figure, "manager" is obtained from the state transition table as the role of the executor who should execute the next task, and "section approved" is obtained as the next task state. Furthermore, the role embodying apparatus A obtains “Ms. M” as the executor name for the “manager” in the organization of the slip issuer. Based on these contents, the status of the relevant business entity in the business status storage device FS is changed as follows: Current status of business: Section approved Executor list: (Mr., manager, requesting).

【0047】この実施例では、伝票の発行者の組織によ
って、その組織の中で役割を担当する人へ自動的に伝票
が配送されるため、伝票の状態遷移は全ての組織に共通
のものを1つだけ用意すれば良い。また、人事異動があ
った場合には、役割担当者表PRを修正するだけで良
く、また、組織変更があった場合には、組織構成表OD
と役割担当者表PRを修正するだけで良く、他の情報の
修正を必要としないことを特徴とする。
In this embodiment, the slip is automatically delivered to the person in charge of the role by the organization of the slip issuer, so that the state transition of the slip is the same for all organizations. You only need to prepare one. Further, when there is a personnel change, it is only necessary to correct the role staff table PR, and when there is an organization change, the organization structure table OD
It is only necessary to correct the role assignment table PR, and it is not necessary to correct other information.

【0048】[0048]

【発明の効果】以上説明したように、請求項1、4及び
7の発明によれば、細分化された業務単位が逐次的な流
れを持つ単純なワークフローだけでなく、複数の実行者
が同時に業務単位を分配したり、複数の実行者がそれぞ
れの業務単位を完了したところで自動的に次の業務単位
を開始するような複雑なワークフローを定義して実行さ
せることができる。これによって、複数の人それぞれに
同一の作業単位を依頼する同報型の処理依頼や、同報型
で依頼した業務の結果を取りまとめる回収型の業務等を
簡単にワークフローとして制御することができる。
As described above, according to the first, fourth and seventh aspects of the present invention, not only a simple workflow in which the subdivided business units have a sequential flow, but also a plurality of executors A business unit can be distributed or a complicated workflow can be defined and executed such that when a plurality of executors complete each business unit, the next business unit is automatically started. This makes it possible to easily control, as a workflow, a broadcast-type processing request for requesting the same unit of work to each of a plurality of persons, a collection-type task for compiling results of tasks requested by the broadcast-type, and the like.

【0049】また、請求項2、5及び8の発明によれ
ば、業務で取り扱うデータの値によって業務の流れが一
部異なる場合でも、該データの値に応じて実行者や業務
の流れを変更することができる。例えば、取り扱う金額
が100万円以上か未満かによって決済者が異なるよう
な業務、顧客等の分類により取り扱う担当が異なるよう
な業務を1つのワークフローとして記述できる。
According to the second, fifth and eighth aspects of the present invention, even when the business flow partially differs depending on the value of the data handled in the business, the executor and the business flow are changed in accordance with the data value. can do. For example, a task in which a settler differs depending on whether the amount to be handled is equal to or more than 1,000,000 yen or a task in which charge is different depending on the classification of a customer or the like can be described as one workflow.

【0050】また、請求項3、6及び9の発明によれ
ば、業務を実行する組織によって実行者を変化させるこ
とができ、業務を実行する組織毎にワークフロー定義情
報を作成しておく必要がなく、組織に共通のワークフロ
ーを1つ定義するだけで良い。このため、業務のワーク
フローが変更になった場合の変更対象が限定され、情報
の維持管理が容易になるとともに、組織の構成員や組織
構造が変更になった場合もワークフロー定義情報を作成
し直す必要がなく、組織の定義情報を変更するだけで良
い等の利点がある。
According to the third, sixth and ninth aspects of the present invention, the executor can be changed depending on the organization that executes the business, and it is necessary to create the workflow definition information for each organization that executes the business. Instead, it is only necessary to define one common workflow for the organization. For this reason, when the workflow of the business is changed, the change target is limited, the maintenance and management of information is facilitated, and the workflow definition information is re-created even when the members or organizational structure of the organization are changed. There is an advantage that there is no need to change the definition information of the organization.

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

【図1】請求項1、4及び7の発明に対応する装置の構
成図
FIG. 1 is a block diagram of a device according to the inventions of claims 1, 4 and 7;

【図2】図1の詳細な構成図FIG. 2 is a detailed configuration diagram of FIG. 1;

【図3】請求項1、4及び7の発明に対応する動作フロ
ーチャート
FIG. 3 is an operation flowchart according to the first, fourth and seventh aspects of the present invention;

【図4】請求項2、5及び8の発明に対応する装置の構
成図
FIG. 4 is a block diagram of an apparatus according to the second, fifth and eighth aspects of the present invention.

【図5】図4の詳細な構成図FIG. 5 is a detailed configuration diagram of FIG. 4;

【図6】請求項2、5及び8の発明に対応する動作フロ
ーチャート
FIG. 6 is an operation flowchart according to the second, fifth and eighth aspects of the present invention;

【図7】請求項3、6及び9の発明に対応する装置の構
成図
FIG. 7 is a block diagram of an apparatus according to the third, sixth and ninth aspects of the present invention.

【図8】図7の詳細な構成図FIG. 8 is a detailed configuration diagram of FIG. 7;

【図9】請求項3、6及び9の発明に対応する動作フロ
ーチャート
FIG. 9 is an operation flowchart according to the third, sixth and ninth aspects of the present invention;

【図10】本発明の一実施例を示す構成図FIG. 10 is a configuration diagram showing one embodiment of the present invention.

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

TM…ワークフロー定義情報記憶装置、FS…業務状態
記憶装置、N…状態遷移決定装置、FCM…業務データ
記憶装置、B…分岐先決定装置、A…役割具体化装置。
TM: Workflow definition information storage device, FS: Business status storage device, N: State transition determination device, FCM: Business data storage device, B: Branch destination determination device, A: Role embodying device.

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 細分化された業務単位が複数の実行者に
よって実行されて全体が完了する業務の実行を制御する
ワークフロー制御方法において、 細分化された業務単位の流れと担当すべき実行者とを定
義した定義情報を記憶しておき、 個々の業務単位の現在の状態を調べ、 終了した個々の業務単位毎に、その終了状態及び前記定
義情報に基づいて次の状態に遷移可能かどうか並びにこ
れを担当すべき実行者を決定することを特徴とするワー
クフロー制御方法。
1. A workflow control method for controlling the execution of a task in which a subdivided business unit is executed by a plurality of executors and which is completed as a whole, comprising: a flow of the subdivided business unit; Is stored, the current state of each business unit is checked, and for each completed business unit, whether or not it is possible to transit to the next state based on the end state and the definition information and A workflow control method characterized by determining an executor to be in charge of this.
【請求項2】 業務で取り扱うデータを記憶しておき、 個々の業務単位の終了の際、前記データが指定されてい
ればその値に基づいて業務の次の実行者及び遷移すべき
状態を決定することを特徴とする請求項1記載のワーク
フロー制御方法。
2. Data to be handled in a business is stored, and at the end of each business unit, if the data is specified, a next executor of the business and a state to be transitioned are determined based on the data. 2. The workflow control method according to claim 1, further comprising:
【請求項3】 業務を扱う組織の構造に関する情報を記
憶しておき、 業務単位が次の状態に遷移する際にこれを担当すべき役
割が指定されていれば前記情報に基づいて該役割を実行
者に変更することを特徴とする請求項1記載のワークフ
ロー制御方法。
3. The information relating to the structure of an organization that handles business is stored, and when a business unit transitions to the next state, if a role to be in charge of the business unit is specified, the role is assigned based on the information. 2. The workflow control method according to claim 1, wherein the method is changed to an executor.
【請求項4】 細分化された業務単位が複数の実行者に
よって実行されて全体が完了する業務の実行を制御する
ワークフロー制御装置において、 細分化された業務単位の流れと担当すべき実行者とを定
義した定義情報を記憶するワークフロー定義情報記憶装
置と、 個々の業務単位の現在の状態を記憶する業務状態記憶装
置と、 個々の業務単位の状態を調べ、終了した業務単位があれ
ばその終了状態及び前記定義情報に基づいて次の状態に
遷移可能かどうか並びにこれを担当すべき実行者を決定
するとともに、業務状態記憶装置の記憶内容を更新する
状態遷移決定装置とを備えたことを特徴とするワークフ
ロー制御装置。
4. A workflow control apparatus for controlling execution of a task in which a subdivided task unit is executed by a plurality of executors to complete the entire task. A workflow definition information storage device that stores definition information defining the status of each business unit, a business status storage device that stores the current status of each business unit, and checks the status of each business unit and terminates any completed business units. A state transition determining device that determines whether the state can be transited to the next state based on the state and the definition information, determines an executor to be in charge of the state, and updates the storage content of the business state storage device. And a workflow control device.
【請求項5】 業務で取り扱うデータを記憶する業務デ
ータ記憶装置と、 前記データの値に基づいて業務の次の実行者及び遷移す
べき状態を決定する分岐先決定装置とを備え、 個々の業務単位の終了の際、前記データが指定されてい
れば前記分岐先決定装置を動作させることを特徴とする
請求項4記載のワークフロー制御装置。
5. A business data storage device for storing data handled in a business, and a branch destination determining device for determining a next executor of the business and a state to be transitioned based on the value of the data, 5. The workflow control device according to claim 4, wherein at the end of the unit, the branch destination determination device is operated if the data is specified.
【請求項6】 業務を扱う組織の構造に関する情報を有
し、業務単位を担当すべき役割の情報を業務単位を担当
すべき実行者の情報に変換する役割具体化装置を備え、 業務単位が次の状態に遷移する際にこれを担当すべき役
割の情報が指定されていれば前記役割具体化装置を動作
させることを特徴とする請求項4記載のワークフロー制
御装置。
6. A role embodying device that has information on the structure of an organization that handles business, and converts information on a role to be in charge of a business unit into information on an executor to be in charge of a business unit. 5. The workflow control device according to claim 4, wherein when transitioning to the next state, if information of a role to be in charge of the status is specified, the role realization device is operated.
【請求項7】 細分化された業務単位が複数の実行者に
よって実行されて全体が完了する業務の実行を制御する
ワークフロー制御プログラムを記録した媒体において、 細分化された業務単位の流れと担当すべき実行者とを定
義した定義情報を記憶し、 個々の業務単位の現在の状態を調べ、 終了した個々の業務単位毎に、その終了状態及び前記定
義情報に基づいて次の状態に遷移可能かどうか並びにこ
れを担当すべき実行者を決定することを特徴とするワー
クフロー制御プログラムを記録した媒体。
7. A medium in which a work flow control program for controlling execution of a job in which a subdivided business unit is executed by a plurality of executors to complete the entire business unit is recorded. It stores the definition information that defines the executor and the current state of each business unit, and for each completed business unit, is it possible to transit to the next state based on the end state and the definition information? A medium recording a workflow control program characterized by determining whether or not an executor to be in charge of the workflow control program.
【請求項8】 業務で取り扱うデータを記憶し、 個々の業務単位の終了の際、前記データが指定されてい
ればその値に基づいて業務の次の実行者及び遷移すべき
状態を決定することを特徴とする請求項7記載のワーク
フロー制御プログラムを記録した媒体。
8. A method for storing data handled in a business, and determining the next executor of the business and the state to be transitioned based on the value of the data if the data is designated at the end of each business unit. A medium on which the workflow control program according to claim 7 is recorded.
【請求項9】 業務を扱う組織の構造に関する情報を記
憶し、 業務単位が次の状態に遷移する際にこれを担当すべき役
割が指定されていれば前記情報に基づいて該役割を実行
者に変更することを特徴とする請求項7記載のワークフ
ロー制御プログラムを記録した媒体。
9. The system stores information on the structure of an organization that handles business, and when a business unit transitions to the next state, if a role to be in charge of the business unit is specified, the role is executed based on the information. A medium recording the workflow control program according to claim 7, wherein the medium is changed to:
JP12860497A 1997-05-19 1997-05-19 Method and device for work flow control and medium where work flow control program is recorded Pending JPH10320456A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12860497A JPH10320456A (en) 1997-05-19 1997-05-19 Method and device for work flow control and medium where work flow control program is recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12860497A JPH10320456A (en) 1997-05-19 1997-05-19 Method and device for work flow control and medium where work flow control program is recorded

Publications (1)

Publication Number Publication Date
JPH10320456A true JPH10320456A (en) 1998-12-04

Family

ID=14988891

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12860497A Pending JPH10320456A (en) 1997-05-19 1997-05-19 Method and device for work flow control and medium where work flow control program is recorded

Country Status (1)

Country Link
JP (1) JPH10320456A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002063324A (en) * 2000-08-18 2002-02-28 Sumitomo Life Insurance Co Apparatus and method for centralized operation processing
JP2002092331A (en) * 2000-09-19 2002-03-29 Information Services International Dentsu Ltd Bond settlement managing system and its method
JP2002288396A (en) * 2001-03-23 2002-10-04 Japan Research Institute Ltd Flow construction supporting method and flow construction supporting system and routing definition structural body and flow construction supporting program
JP2009110276A (en) * 2007-10-30 2009-05-21 Toshiba Corp Customer correspondence creation management device, customer correspondence management system, and customer correspondence creation management program
KR101334073B1 (en) * 2013-02-07 2013-11-28 주식회사 모리아타운 Module unit task trade system and method
JP2021076963A (en) * 2019-11-06 2021-05-20 共同印刷株式会社 Traceability system, traceability method, and traceability program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002063324A (en) * 2000-08-18 2002-02-28 Sumitomo Life Insurance Co Apparatus and method for centralized operation processing
JP2002092331A (en) * 2000-09-19 2002-03-29 Information Services International Dentsu Ltd Bond settlement managing system and its method
JP2002288396A (en) * 2001-03-23 2002-10-04 Japan Research Institute Ltd Flow construction supporting method and flow construction supporting system and routing definition structural body and flow construction supporting program
JP4620890B2 (en) * 2001-03-23 2011-01-26 株式会社日本総合研究所 Flow construction support system and flow construction support program
JP2009110276A (en) * 2007-10-30 2009-05-21 Toshiba Corp Customer correspondence creation management device, customer correspondence management system, and customer correspondence creation management program
KR101334073B1 (en) * 2013-02-07 2013-11-28 주식회사 모리아타운 Module unit task trade system and method
JP2021076963A (en) * 2019-11-06 2021-05-20 共同印刷株式会社 Traceability system, traceability method, and traceability program

Similar Documents

Publication Publication Date Title
Karbe et al. Support of cooperative work by electronic circulation folders
JP5113119B2 (en) Computer-executable workflow control system
CA2275279C (en) Computer executable workflow resource management system
AU600755B2 (en) Apparatus for distributing data processing across a plurality of loci of control
JP3649345B2 (en) Information processing system
US20080046862A1 (en) Business task management
JP2000357202A (en) Method and system for order processing
JPH07334572A (en) Information processing system
JPH1139292A (en) Document management method and document retrieval method and device
US20020091560A1 (en) Work flow management method and system and processing program thereof
JPH07319820A (en) Information processing system
JPH10320456A (en) Method and device for work flow control and medium where work flow control program is recorded
US7734494B2 (en) Virtual procurement folder
US6799183B2 (en) Operation assistance method and system and recording medium for storing operation assistance method
JP4999567B2 (en) Information processing apparatus, information processing apparatus control method, program, and recording medium
JP2002123572A (en) Device and system for construction cost management
JP3930068B2 (en) Workflow management system and display method thereof
JPH03136753A (en) Automatic system for putting technical change into practice and its method
JP2003016240A (en) Network type project managing system and program
JP2001155062A (en) System and method for predicting arrival of work flow and storage medium stored with program related to the same method
JP3225996B2 (en) Information processing system
JPH1049504A (en) Load distribution batch system
CN108920474A (en) A kind of service flow management method and system based on Flowable
JP2003030391A (en) Workflow system and its item deleting method, and program regarding the same method
JPH0687225B2 (en) File service request processing method and apparatus