JP5265957B2 - Workflow server, workflow processing method, and program - Google Patents

Workflow server, workflow processing method, and program Download PDF

Info

Publication number
JP5265957B2
JP5265957B2 JP2008114579A JP2008114579A JP5265957B2 JP 5265957 B2 JP5265957 B2 JP 5265957B2 JP 2008114579 A JP2008114579 A JP 2008114579A JP 2008114579 A JP2008114579 A JP 2008114579A JP 5265957 B2 JP5265957 B2 JP 5265957B2
Authority
JP
Japan
Prior art keywords
data
item
processing
workflow
delivery
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.)
Expired - Fee Related
Application number
JP2008114579A
Other languages
Japanese (ja)
Other versions
JP2009265935A5 (en
JP2009265935A (en
Inventor
敦 津曲
裕康 阿部
哲也 渡邊
Original Assignee
キヤノンソフトウェア株式会社
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 キヤノンソフトウェア株式会社 filed Critical キヤノンソフトウェア株式会社
Priority to JP2008114579A priority Critical patent/JP5265957B2/en
Publication of JP2009265935A publication Critical patent/JP2009265935A/en
Publication of JP2009265935A5 publication Critical patent/JP2009265935A5/ja
Application granted granted Critical
Publication of JP5265957B2 publication Critical patent/JP5265957B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To ensure the security of matter data in case that a workflow system is coordinated with an external business operation system; and to build up workflow without adding a new function to an external business operation system and conduct flow control on the basis of its setting. <P>SOLUTION: The workflow system is provided which executes processing in coordination with an external system. The workflow system includes: a processing acquisition part which acquires requests including a processing request related to matter data which are processing objects transmitted from the external system; and a matter data processing part which executes processing related to the matter data on the basis of both a processing request acquired by a matter processing part and process information including an access control definition table which is defined so that access control in each process in workflow may be executed under prescribed conditions. <P>COPYRIGHT: (C)2010,JPO&amp;INPIT

Description

本発明は、ワークフローシステムに関する。より詳細には、本発明は、外部システムと連携して処理を行うことが可能なワークフローシステムに関する。   The present invention relates to a workflow system. More specifically, the present invention relates to a workflow system that can perform processing in cooperation with an external system.

従来、サーバとクライアントから構成されるワークフローシステムが構築されている。ワークフローシステムは、予め定義された経路やルールに従って様々な業務プロセスを処理するシステムである。一例としては、社内決裁などを電子的に処理する際に用いられ、サーバに格納されるデータを、クライアント端末上で参照したり、更新したりすることで、各権限者による認証処理が各工程で行われる性質を備えたシステムである。このようなワークフローシステムは、システム内で処理が完結しており、システム外で業務を行っている外部システムとの連携性を考慮する必要はなかった。   Conventionally, a workflow system including a server and a client has been constructed. The workflow system is a system that processes various business processes according to predefined routes and rules. As an example, authentication processing by each authorized person can be performed at each process by referring to or updating data stored in the server on the client terminal, which is used when electronically finalizing internal decisions. It is a system with the properties performed in In such a workflow system, the processing is completed in the system, and it is not necessary to consider the cooperation with an external system that performs business outside the system.

しかしながら、近年では、企業で様々な業務プロセスがシステム化されており、IT統制のニーズの高まりもあって、ワークフローシステムと周辺の外部システムとのデータの連携が求められている。   However, in recent years, various business processes have been systematized in companies, and with the increasing need for IT control, data linkage between a workflow system and peripheral external systems is required.

ここで、ワークフローシステムでは、外部のシステムと連携する場合には、各ワークフローの案件に関する案件データの安全性を考慮する必要があり、特に、データ更新時の衝突を回避すること、および参照と更新のセキュリティを確保することを考慮する必要がある。この場合に、外部業務システム側で、連携するワークフローシステムに対応した入力制御を組み込む手法も考えられる。しかしながら、ワークフローシステムとは別の業務システムとして独立してシステム構築がなされている外部業務システム側にこのような入力制御を組み込む場合にはコストがかかる。よって、上記の考慮はワークフローシステム側で定義して、これに基づいて外部業務システム側との入出力を制御することが望まれる。   Here, in the workflow system, when coordinating with an external system, it is necessary to consider the safety of matter data related to matters in each workflow, and in particular, avoid collision during data update, and refer to and update It is necessary to consider ensuring the security of the system. In this case, a method of incorporating input control corresponding to the workflow system to be linked on the external business system side is also conceivable. However, it is costly to incorporate such input control into an external business system that is constructed independently as a business system different from the workflow system. Therefore, it is desirable to define the above consideration on the workflow system side and control input / output with the external business system based on this.

データ更新の衝突回避やデータの安全性確保に関しては、以下のような従来技術が公開されている。   The following conventional techniques have been published for avoiding data update collisions and ensuring data security.

特許文献1では、業務を作業工程単位でロックすることで当該作業工程での「更新の衝突」回避を行っている。また、各作業工程の作業状況を表示することで、並列作業の効率化を図っている。   In Patent Literature 1, “update collision” is avoided in the work process by locking the work in units of work processes. Moreover, the efficiency of parallel work is achieved by displaying the work status of each work process.

特許文献2では、異なるプロセス間での回覧、即ち、プロセスAからプロセスBへデータを回覧する場合に、プロセスAで定義されるデータはプロセスBでは読み取ることができないように設定することで、秘密事項の漏洩を防ぐ技術について開示されている。   In Patent Document 2, when data is circulated between different processes, that is, when data is circulated from the process A to the process B, the data defined in the process A is set so that it cannot be read by the process B. A technique for preventing leakage of matters is disclosed.

特開平6−274430号公報JP-A-6-274430 特開平10−49603号公報Japanese Patent Laid-Open No. 10-49603

しかしながら、特許文献1では、ある作業工程をロックして排他制御を行うため、同じ工程に対して複数のユーザまたは、複数の外部業務システムが処理を行うような工程では待ち時間が発生するため効率が悪い。特に、外部業務システムと連携をする場合には、長時間にわたり外部業務システムが待ち状態となってしまう可能性がある。また、工程をまたがって同じデータを操作する必要がある場合には対応できないという問題がある。   However, in Patent Document 1, since a certain work process is locked and exclusive control is performed, a waiting time is generated in a process in which a plurality of users or a plurality of external business systems perform processing for the same process. Is bad. In particular, when linking with an external business system, the external business system may be in a waiting state for a long time. In addition, there is a problem that it is not possible to handle the case where the same data needs to be operated across processes.

特許文献2では、データ回覧時に受け渡しする情報を制御できるが、そのための回覧属性情報が回覧データに含まれており、外部システム側にその回覧属性情報を認識して処理するための機能を追加する必要が生じる。   In Patent Document 2, information passed during data circulation can be controlled. Circulation attribute information for that purpose is included in the circulation data, and a function for recognizing and processing the circulation attribute information is added to the external system side. Need arises.

ワークフローシステムでは案件データやフロー状態(工程状態)が刻々と変化するため、参照可能,更新可能、といった条件もこれに合わせて刻々と変化している。外部業務システムと連携する場合、1工程の処理時間が長くかかることも想定される。また、同一工程を複数の外部業務システムが担当する場合、あるいは、並列経路で複数の外部業務システムがワークフロー操作をする場合などでは、外部業務システムの処理中に案件データやフロー状態が変化する可能性が高い。また、上述したように、新たに個々の外部システム側に処理機能を追加することは、対コストの観点から有用ではない。   In the workflow system, the matter data and the flow state (process state) change every moment, so that the conditions such as referable and updatable also change every moment. In the case of linking with an external business system, it is assumed that the processing time of one process takes a long time. In addition, when multiple external business systems are in charge of the same process, or when multiple external business systems perform workflow operations on parallel paths, matter data and flow status can change during processing of the external business system High nature. Further, as described above, it is not useful from the viewpoint of cost to newly add a processing function to each external system side.

そこで、本発明においては、外部システムと連携するワークフローシステムにおいて、新たに外部システム側に処理機能を追加することなく、セキュリティに配慮した案件データの参照、更新等の制御を実現することを目的とする。   Therefore, in the present invention, in a workflow system linked with an external system, it is an object to realize control such as reference and update of matter data in consideration of security without newly adding a processing function on the external system side. To do.

かかる課題を解決するため、本発明においては、外部業務システムと連携する工程,案件のデータ状態等,によって案件データの参照,更新等を制御できるように経路定義を行い、また、この定義にもとづいたフロー制御を行う。経路定義は、後述するように、アクセス制御を定義するアクセス定義テーブルを含むものである。   In order to solve such a problem, in the present invention, the route definition is performed so that the reference and update of the case data can be controlled by the process linked with the external business system, the data state of the case, and the like. Flow control. As will be described later, the route definition includes an access definition table for defining access control.

本発明においては、外部システムと連携して処理を実行するワークフローサーバを提供する。ワークフローサーバは、前記外部システムから送信される、処理対象となる案件データに関する処理データを含む処理要求を取得する処理取得部と、前記処理取得部にて取得した処理データを含む処理要求と、ワークフローの各工程における前記案件データと該処理データとの間の所定の条件とにより、アクセス制御を定義されたアクセス制御定義テーブルを含む工程情報記憶部と、前記工程情報記憶部のアクセス制御定義テーブルに定義された所定の条件に基づいて、前記案件データに関する処理を実行する案件データ処理部と、前記ワークフローの各工程における配送判断が前記案件データと前記処理データと間の所定の条件で実行されるように定義された配送判断定義テーブルを含む配送判断情報記憶部と、前記配送判断情報記憶部の配送判断定義テーブルで定義された所定の条件に基づいて、配送先を判断する配送処理部と、を備える。かかる構成により、処理要求と、工程情報とを比較して、条件が一致する場合に、所定の処理を行うことが可能となる。つまり、ワークフローサーバ側にて、所定の工程に応じたデータ処理をしたり、あるいは、外部システムに対して必要なデータのみを送信したりすることができる。 The present invention provides a workflow server that executes processing in cooperation with an external system. The workflow server includes a processing acquisition unit that acquires a processing request that includes processing data related to matter data to be processed, transmitted from the external system , a processing request that includes the processing data acquired by the processing acquisition unit, a workflow by a predetermined condition between the item data and the processed data in each step of the process information storage unit which includes an access control definition table defined access control, the access control definition table of the process information storage unit Based on a predetermined condition defined, a case data processing unit that executes a process related to the case data, and a delivery determination in each step of the workflow is executed under a predetermined condition between the case data and the processing data. and delivery determination information storage section including a defined delivery determination definition table as, the delivery determination information storage unit Based on a predetermined condition defined in the judgment definition table feed, comprising a delivery processing section for determining delivery destination, a. With this configuration, it is possible to perform a predetermined process when the processing request is compared with the process information and the conditions match. That is, on the workflow server side, data processing according to a predetermined process can be performed, or only necessary data can be transmitted to the external system.

また、案件データ処理部は、案件データに含まれるデータ項目への参照または更新の少なくとも一の処理が所定の条件で実行されるように定義されたアクセス制御定義テーブルを用いて処理を行ってもよい。   In addition, the matter data processing unit may perform processing using an access control definition table that is defined so that at least one process of referring to or updating the data item included in the matter data is executed under a predetermined condition. Good.

また、アクセス制御定義テーブルは、案件データの状態および要求されている処理の組み合わせによりアクセス制御が定義されていてもよい。   In the access control definition table, access control may be defined by a combination of the state of the matter data and the requested processing.

また、案件データ処理部は、案件データを取得する手段と、処理取得部にて取得した処理要求の種別がデータ項目への参照である場合には、取得した案件データのうちの該当するデータ項目のみを抽出して外部システムに向けて返信する手段とを含んでもよい。   In addition, the case data processing unit, when the type of the process request acquired by the means for acquiring the case data and the process acquisition unit is a reference to a data item, the corresponding data item in the acquired case data And a means for extracting only the information and returning it to the external system.

また、案件データ処理部は、案件データを取得する手段と、処理取得部にて取得した処理要求の種別がデータ項目への更新である場合には、取得した案件データのうちの該当するデータ項目のみをデータベースに更新登録する手段とを含んでもよい。   In addition, the matter data processing unit, if the type of the processing request acquired by the means for acquiring the matter data and the processing acquisition unit is update to a data item, the corresponding data item of the acquired matter data Means for updating and registering only in the database.

また、案件のデータ項目を定義するデータ項目定義と、ワークフローの工程を定義するプロセス定義と、アクセス制御定義テーブルと、を定義する手段をさらに備えてもよい。データ項目定義は、案件データで一意となる項目と、明細形式で扱う複数行を設定することが可能な明細項目を持つことができる。   In addition, it may further comprise means for defining a data item definition that defines a data item of a matter, a process definition that defines a workflow process, and an access control definition table. The data item definition can have an item that is unique in the case data and a detail item that can set a plurality of lines that are handled in the detail format.

また、処理取得部は、取得した要求を解析し、解析結果に応じてその要求を案件データ処理部または定義する手段に分配してもよい。   The processing acquisition unit may analyze the acquired request and distribute the request to the case data processing unit or the means for defining according to the analysis result.

本発明によれば、外部業務システムと連携する工程,案件のデータ状態等,によって案件データの参照,更新を制御する経路定義をすることができる。また、この定義に基づいて案件データの入出力を制御することで、案件データのセキュリティを確保したワークフローシステムと外部業務システムとの連携を実現できる。さらには、ワークフローシステム側に機能を追加するだけで、既存の外部業務システムと連携することが可能となる。   According to the present invention, it is possible to define a route for controlling the reference and update of the case data according to the process linked to the external business system, the data state of the case, and the like. Further, by controlling the input / output of the case data based on this definition, it is possible to realize cooperation between the workflow system that secures the security of the case data and the external business system. Furthermore, it is possible to link with an existing external business system simply by adding a function to the workflow system side.

以下、図面を参照して、本発明の実施形態を詳細に説明する。なお、本発明はこれら実施の形態に何ら限定されるものではなく、その要旨を逸脱しない範囲において、種々なる態様で実施しうる。なお、以下の図面においては、同種の要素、データ等に関しては同一の符号を付している。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to these embodiments, and can be implemented in various modes without departing from the spirit of the present invention. In the following drawings, the same symbols are attached to the same types of elements, data, and the like.

図1は、本発明によるワークフロー構築・運用システムの一実施例の構成を示すシステム構成図である。図1において、ワークフローシステムは少なくとも1つのワークフローサーバ104と複数のワークフロークライアント105〜106がイントラネット107を介して接続されている。これらが、従来技術で説明した狭義の意味でのワークフローシステムである。そして、ワークフローサーバ104と外部業務システムサーバ101〜102とがネットワーク103を介して接続されている。本明細書では、この外部業務システムサーバも含めた構成についても広義の意味でワークフローシステムと称する場合がある。また、本明細書においては、外部業務システムサーバを外部業務システムと称する場合がある。   FIG. 1 is a system configuration diagram showing the configuration of an embodiment of a workflow construction / operation system according to the present invention. In FIG. 1, in the workflow system, at least one workflow server 104 and a plurality of workflow clients 105 to 106 are connected via an intranet 107. These are the workflow systems in the narrow sense described in the prior art. The workflow server 104 and the external business system servers 101 to 102 are connected via the network 103. In this specification, the configuration including the external business system server may be referred to as a workflow system in a broad sense. In this specification, an external business system server may be referred to as an external business system.

ネットワーク103の構成は公知であるから詳細な説明は省略するが、ネットワーク103としてローカルエリアネットワーク(LAN)・ワイドエリアネットワーク(WAN)・イントラネット・インターネットなどを利用することができる。なお、イントラネット107は企業内ネットワークを想定しているが、ネットワーク103と同様にLAN・WAN・イントラネット・インターネットを利用することができる。   Since the configuration of the network 103 is publicly known, a detailed description is omitted, but a local area network (LAN), a wide area network (WAN), an intranet, the Internet, or the like can be used as the network 103. Although the intranet 107 is assumed to be an intra-company network, the LAN, WAN, intranet, and Internet can be used in the same manner as the network 103.

ユーザはワークフロークライアント105〜106から、ワークフローサーバ104に対して、ワークフロー操作の要求等を行う。ワークフローサーバ104はワークフロークライアント105〜106からの要求に応じた処理を行い、必要があればワークフロークライアント105〜106に対して結果等を送信する。   The user makes a workflow operation request to the workflow server 104 from the workflow clients 105 to 106. The workflow server 104 performs processing in response to a request from the workflow clients 105 to 106, and transmits a result or the like to the workflow clients 105 to 106 if necessary.

外部業務システム101〜102はワークフローサーバ104に対して処理要求を送り、これに対する応答を受け取って、それぞれの業務システムで処理を行い、業務システムの処理結果をワークフローサーバ104に対して登録する処理を要求する。本実施形態では、外部業務システムは、一種のワークフロークライアントとして動作することができる。   The external business systems 101 to 102 send a processing request to the workflow server 104, receive a response to the request, perform processing in each business system, and register the processing result of the business system in the workflow server 104. Request. In the present embodiment, the external business system can operate as a kind of workflow client.

管理用クライアント108は、後述する定義データを生成する処理を行う装置である。管理用クライアント108は、必須の構成ではなく、定義データを生成する機能をクライアント又はサーバに備えてもよい。また、図外のコンピュータ装置などで生成された定義データを単に記憶する記憶媒体を、管理用クライアントに代えて備えてもよい。   The management client 108 is a device that performs processing for generating definition data, which will be described later. The management client 108 is not an essential component, and the client or server may have a function for generating definition data. In addition, a storage medium that simply stores definition data generated by a computer device (not shown) may be provided instead of the management client.

図2は、図1に示したワークフローサーバ104とワークフロークライアント105〜106のハードウェア構成の一例を示すブロック図である。図2において、CPU201は、システムバス204に接続される各デバイスを統括的に制御する。また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるオペレーティングシステム(OS)や、各サーバあるいは各クライアントの後述する各種機能を実現するためのプログラムが記憶されている。   FIG. 2 is a block diagram illustrating an example of a hardware configuration of the workflow server 104 and the workflow clients 105 to 106 illustrated in FIG. In FIG. 2, the CPU 201 comprehensively controls each device connected to the system bus 204. The ROM 203 or the external memory 211 stores an operating system (OS) that is a control program of the CPU 201 and programs for realizing various functions described later of each server or each client.

RAM202は、CPU201の主メモリ、ワークエリア、一時待避領域等として機能する。入力コントローラ205は、入力部209からの入力を制御する。この入力部209としては、特に、サーバやクライアント等の端末では、キーボード、マウス等のポインティングデバイスが挙げられる。また、印刷装置等では、この入力部209として、タッチパネル、ボタン、スイッチ等が挙げられる。出力コントローラ206は、出力部210の表示を制御する。この出力部210としては、例えば、CRTや液晶等が挙げられる。   The RAM 202 functions as a main memory, work area, temporary save area, and the like for the CPU 201. The input controller 205 controls input from the input unit 209. Examples of the input unit 209 include a pointing device such as a keyboard and a mouse in a terminal such as a server or a client. In a printing apparatus or the like, examples of the input unit 209 include a touch panel, buttons, and switches. The output controller 206 controls the display of the output unit 210. Examples of the output unit 210 include a CRT and a liquid crystal.

外部メモリコントローラ207は、ブートプログラム、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、プリンタドライバ等を記憶する外部メモリ211へのアクセスを制御する。加えて、外部メモリコントローラ207には、各サーバあるいは各クライアントの各種機能を実現するための各種テーブル、パラメータが記憶されている。この外部メモリ211としては、ハードディスク(HD)やフロッピー(登録商標)ディスク(FD)、PCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ、スマートメディア等が挙げられる。   The external memory controller 207 controls access to the external memory 211 that stores a boot program, various applications, font data, user files, edit files, printer drivers, and the like. In addition, the external memory controller 207 stores various tables and parameters for realizing various functions of each server or each client. Examples of the external memory 211 include a hard disk (HD), a floppy (registered trademark) disk (FD), a compact flash connected to the PCMCIA card slot via an adapter, and smart media.

通信I/Fコントローラ208は、ネットワーク103、もしくはイントラネット107を介して外部機器との通信制御処理を実行する。   The communication I / F controller 208 executes communication control processing with an external device via the network 103 or the intranet 107.

なお、212はハードウェアの如く図示されているが、ハードウェアではなく、本発明を実現するためのプログラムである。このプログラム212は、外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。   Although 212 is illustrated as hardware, it is not hardware but a program for realizing the present invention. The program 212 is recorded in the external memory 211 and is executed by the CPU 201 by being loaded into the RAM 202 as necessary.

<各処理部の説明>
図3は、図1に示したワークフローサーバ104において実現される機能構成を示すブロック図である。図3において、ワークフローサーバ104は、その機能構成として、ワークフロー処理部301と、業務定義設定処理部302と、案件処理部303と、データ項目定義処理部304と、経路定義処理部305と、案件データ処理部306と、配送処理部307と、を備え、データとして、定義データ311と案件データ321とを備える。また、定義データ311は、データ項目定義312と経路定義313とを含む。さらに経路定義313は、プロセス定義テーブル314と、アクセス制御定義テーブル315(アクセス制御定義テーブル)と、配送判断定義テーブル316(配送判断定義テーブル)とを含む。以下、各機能等について説明する。なお、各処理部は、例えば図2で示すようなコンピュータに含まれるメモリ等に含まれるプログラムを、CPU、メモリ等を用いて処理を実行することで実現される。また、一例として、各処理部を、プログラム言語における関数やメソッドとして本実施形態を実施することができる。
<Description of each processing unit>
FIG. 3 is a block diagram showing a functional configuration realized in the workflow server 104 shown in FIG. In FIG. 3, the workflow server 104 includes, as its functional configuration, a workflow processing unit 301, a business definition setting processing unit 302, a case processing unit 303, a data item definition processing unit 304, a route definition processing unit 305, a case, A data processing unit 306 and a delivery processing unit 307 are provided, and definition data 311 and item data 321 are provided as data. The definition data 311 includes a data item definition 312 and a route definition 313. Furthermore, the route definition 313 includes a process definition table 314, an access control definition table 315 (access control definition table), and a delivery determination definition table 316 (delivery determination definition table). Each function will be described below. Each processing unit is realized, for example, by executing a program included in a memory or the like included in a computer as illustrated in FIG. 2 using a CPU or a memory. Further, as an example, the present embodiment can be implemented by using each processing unit as a function or method in a programming language.

ワークフロー処理部301は、管理用クライアント108からの業務定義設定の処理要求を受け、業務定義設定処理部302に処理要求を送り、業務定義設定処理部302の処理結果を呼び出し元の管理用クライアント108に返却する。   Upon receiving a business definition setting processing request from the management client 108, the workflow processing unit 301 sends a processing request to the business definition setting processing unit 302, and the processing result of the business definition setting processing unit 302 is called as the calling management client 108. Return to

また、ワークフロー処理部301は、ワークフロークライアント105〜106、または外部業務システムサーバ101〜102からの案件参照要求または案件更新要求などの案件処理要求を受信する。その後、ワークフロー処理部301は、案件処理部303に処理要求を送り、案件処理部303から受ける処理結果を、呼び出し元のワークフロークライアント105〜106、または外部業務システムサーバ101〜102へ返却する。このように、ワークフロー処理部301は、処理要求を受信して、その処理要求の内容に応じて、システムの構築・設定に関する定義設定処理を実行するか、あるいは、実際の案件データを取り扱う案件処理を実行するかを判定する。   Further, the workflow processing unit 301 receives a case processing request such as a case reference request or a case update request from the workflow clients 105 to 106 or the external business system servers 101 to 102. Thereafter, the workflow processing unit 301 sends a processing request to the case processing unit 303 and returns the processing result received from the case processing unit 303 to the caller workflow clients 105 to 106 or the external business system servers 101 to 102. In this way, the workflow processing unit 301 receives a processing request and executes definition setting processing related to system construction / setting according to the content of the processing request, or item processing that handles actual item data. Determine whether to execute.

業務定義設定処理部302は、ワークフロー処理部301から処理要求を受け取る。そして、処理要求の内容によって、データ項目定義処理部304か経路定義処理部305を呼び出す。データ項目定義処理部304は、データ項目定義312の設定、またはデータ項目定義312のデータを取得してワークフロー処理部301へ返却する。   The business definition setting processing unit 302 receives a processing request from the workflow processing unit 301. Then, the data item definition processing unit 304 or the route definition processing unit 305 is called depending on the content of the processing request. The data item definition processing unit 304 acquires the setting of the data item definition 312 or the data item definition 312 and returns it to the workflow processing unit 301.

経路定義処理部305は、経路定義313の設定、または経路定義313のデータを取得して、ワークフロー処理部301へ返却する。   The route definition processing unit 305 acquires the setting of the route definition 313 or the data of the route definition 313 and returns it to the workflow processing unit 301.

なお、経路定義は、工程をキーとする、データのアクセス制御等を行うための工程情報である。定義データ311に含まれるデータ項目定義312は、データの項目名や種類(文字や数値など)などの、案件データ321のテンプレートとなる定義情報を有する。定義データ311に含まれる経路定義313は、ワークフローの工程定義と工程間のフロー制御ルールを示すプロセス定義314と、ワークフロー運用時に特定の工程にて案件データのどの項目に対して参照・更新の操作を行えるかを示すアクセス制御定義315と、案件データの内容によって配送方法を決定するルールを示す配送判断定義316とを有する。配送とは、承認や否認、差し戻し、保留などのワークフロー工程の操作に対する概念である。例えば、承認は次の工程に進みことを意味し、否認は案件を却下して完了することを意味し、差戻しは直前、または任意の工程に戻すことを意味し、保留は工程を移動しないことを意味する。   The path definition is process information for performing data access control using a process as a key. The data item definition 312 included in the definition data 311 includes definition information serving as a template for the case data 321 such as the item name and type (characters, numerical values, etc.) of the data. The path definition 313 included in the definition data 311 includes a process definition 314 indicating a workflow process definition and a flow control rule between processes, and a reference / update operation for any item of item data in a specific process during the workflow operation. An access control definition 315 indicating whether or not a delivery method can be performed, and a delivery determination definition 316 indicating a rule for determining a delivery method according to the contents of item data. Delivery is a concept for workflow process operations such as approval, denial, return, hold, etc. For example, approval means proceeding to the next process, denial means dismissing the case and completing it, return means that it is returned immediately or to any process, and holding means that the process is not moved Means.

アクセス制御定義によって、例えば外部業務システムに対する案件データへのアクセス制御をワークフローサーバ側で制御することが可能となる。例えば、外部業務システムから所定のデータを要求された際には、アクセス制御定義を参照して、所定条件に一致する場合には、そのアクセス制御定義に定義される所定の動作を許可したり実行したりすることができる。このように、運用側(ワークフローサーバ側)の設定によって各種の制御を行うことが可能となる。   With the access control definition, for example, access control to item data for an external business system can be controlled on the workflow server side. For example, when predetermined data is requested from an external business system, the access control definition is referenced, and if the predetermined condition is met, the predetermined operation defined in the access control definition is permitted or executed. You can do it. In this way, various controls can be performed by setting on the operation side (workflow server side).

案件処理部303は、ワークフロー処理部301から案件処理要求を受ける。要求が案件参照要求であれば、案件データ処理部306に、案件参照要求を送り、案件データ処理部306によって返却された案件データをワークフロー処理部301へ返却する。一方、要求が案件更新要求であれば、案件データ処理部306に、案件更新要求を送り、案件データ処理部306によって案件データの更新、およびデータベースへの登録が行われる。続けて案件処理部303は配送処理部307を呼び出し、配送処理部307によって配送処理が行われる。   The case processing unit 303 receives a case processing request from the workflow processing unit 301. If the request is a case reference request, a case reference request is sent to the case data processing unit 306, and the case data returned by the case data processing unit 306 is returned to the workflow processing unit 301. On the other hand, if the request is a case update request, a case update request is sent to the case data processing unit 306, and the case data processing unit 306 updates the case data and registers it in the database. Subsequently, the case processing unit 303 calls the delivery processing unit 307, and the delivery processing unit 307 performs the delivery process.

案件データ処理部306は、案件処理部303から案件参照要求を受け付けた場合は、アクセス制御定義315に従って案件データ321から参照可能なデータ項目を取り出して、案件処理部303に返却する。なお、案件データ321とは、ワークフロー運用時に、データ項目定義312を元に、ワークフロークライアントにより登録される実データである。また、案件データ処理部306は、案件処理部303から案件更新要求を受け付けた場合は、アクセス制御定義315に従って案件データ321の更新可能なデータ項目を変更して、変更したデータ項目を案件データ321に更新登録する。   When receiving a case reference request from the case processing unit 303, the case data processing unit 306 extracts a referenceable data item from the case data 321 according to the access control definition 315 and returns it to the case processing unit 303. The item data 321 is actual data registered by the workflow client based on the data item definition 312 during workflow operation. In addition, when the matter data processing unit 306 receives a matter update request from the matter processing unit 303, the matter data processing unit 306 changes the updatable data item of the matter data 321 according to the access control definition 315, and the changed data item is changed to the matter data 321. Register for update.

なお、案件データ処理部306の詳細な処理の流れに関しては、後述する図15〜19に関連して説明する。   The detailed processing flow of the case data processing unit 306 will be described with reference to FIGS.

配送処理部307は、案件処理部303から配送要求を受け付けて、配送判断定義316に従って配送内容を特定し、特定された配送処理を行う。   The delivery processing unit 307 receives a delivery request from the case processing unit 303, specifies delivery contents according to the delivery judgment definition 316, and performs the specified delivery process.

図4は、本発明の実施形態のワークフローを構築する場合のデータ関連の一例を示す図である。図4は、どのデータがどのデータを参照して構築されるかを示す。例えば、経路定義313は、組織情報410、データ項目定義312、および帳票フォーム402を参照して構築される。なお、組織情報とは、ワークフローユーザと、ユーザが所属する部門(部署)やロール(役職など)を定義したデータであり、ある工程を実行する担当者・担当部門等を示す情報である。また、帳票フォーム402とは、ワークフローを運用する際にワークフローユーザによって使用される帳票のデザインを定義したデータであり、ワークフロー運用時の案件データ321の入力・参照画面のことである。   FIG. 4 is a diagram illustrating an example of data related when building a workflow according to the embodiment of this invention. FIG. 4 shows which data is built with reference to which data. For example, the route definition 313 is constructed with reference to the organization information 410, the data item definition 312, and the form form 402. The organization information is data that defines a workflow user and a department (department) or role (position, etc.) to which the user belongs, and is information indicating a person in charge, a department in charge of executing a certain process, and the like. The form form 402 is data defining a form design used by the workflow user when operating the workflow, and is an input / reference screen for the matter data 321 at the time of workflow operation.

本実施形態においては、処理取得部は、例えばワークフロー処理部301、業務定義設定処理部302、および案件処理部303の少なくとも1つとすることができる。また、案件データ処理部は、案件処理部303、案件データ処理部306、および配送処理部307の少なくとも1つとすることができる。また、定義手段は、業務定義設定処理部302、データ項目処理部304、および経路定義処理部305の少なくとも1つとすることができる。なお、これらは一例であり、他の形態を採ることも可能である。   In the present embodiment, the process acquisition unit may be at least one of, for example, a workflow processing unit 301, a business definition setting processing unit 302, and a case processing unit 303. Further, the case data processing unit can be at least one of the case processing unit 303, the case data processing unit 306, and the delivery processing unit 307. Further, the definition means may be at least one of the business definition setting processing unit 302, the data item processing unit 304, and the route definition processing unit 305. These are merely examples, and other forms can be adopted.

図5は、本発明の実施形態のワークフローを構築する場合のデータ作成手順の一例を示す図である。まず、図5の組織情報作成ステップS501で、図4の組織情報401を作成する。続いて、図5のデータ項目定義作成ステップS502で、図4のデータ項目定義312を作成する。続いて、図5のフォームの作成ステップS503で、図4の帳票フォーム402を作成する。続いて、図5の経路定義の作成ステップS504で、図4の経路定義313を作成する。経路定義313に含まれるプロセス定義314には、工程を処理する担当者を設定するため、経路定義313は、組織情報401を参照する。またプロセス定義314には工程で使用する入力フォームを設定するため、経路定義313は、帳票フォーム402も参照する。   FIG. 5 is a diagram illustrating an example of a data creation procedure when a workflow according to the embodiment of the present invention is constructed. First, in the organization information creation step S501 in FIG. 5, the organization information 401 in FIG. 4 is created. Subsequently, in the data item definition creation step S502 of FIG. 5, the data item definition 312 of FIG. 4 is created. Subsequently, in the form creation step S503 in FIG. 5, the form form 402 in FIG. 4 is created. Subsequently, the route definition 313 in FIG. 4 is created in a route definition creation step S504 in FIG. In order to set a person in charge of processing in the process definition 314 included in the route definition 313, the route definition 313 refers to the organization information 401. In addition, since the input form used in the process is set in the process definition 314, the route definition 313 also refers to the form form 402.

図6は、図5に示した経路定義の作成ステップS504(プロセス定義314、アクセス制御定義315、配送判断定義316)の一例を示す画面イメージである。601では、プロセス定義の一例として「備品購買稟議申請」のワークフローの工程が定義されている。図6の例では、この「備品購買稟議申請」のワークフローの工程は、「申請」、「金額相見積」、「経理承認」の各工程(各プロセス)から構成されている。602〜604では、「備品購買稟議申請」の「経理承認」の工程についての設定が行われている例を示す。602では、工程を処理する担当者の設定が行われている。つまり、組織情報を参照して設定がなされている。603では、工程の処理フォームと担当者への通知設定が設定されている。つまり、帳票フォームを参照して設定がなされている。604では、工程のアクセス制御定義315と配送判断定義316の設定が行われている。このように定義された情報を用いてワークフローシステムの運用が行われる。   FIG. 6 is a screen image showing an example of the route definition creation step S504 (process definition 314, access control definition 315, delivery determination definition 316) shown in FIG. In 601, a workflow process of “equipment purchase deliberation application” is defined as an example of process definition. In the example of FIG. 6, the workflow process of “equipment purchase deliberation application” is composed of “application”, “amount of money estimate”, and “accounting approval” processes (each process). Reference numerals 602 to 604 show examples in which the setting for the “accounting approval” process of the “equipment purchase deliberation application” is performed. In 602, a person in charge for processing the process is set. That is, the setting is made with reference to the organization information. In step 603, a process processing form and a notification setting for a person in charge are set. That is, the setting is made with reference to the form form. In step 604, the process access control definition 315 and the delivery determination definition 316 are set. The workflow system is operated using the information defined as described above.

図7は、本発明の実施形態のワークフローシステムにおいてユーザ(ワークフロークライアント105〜106)のワークフロー利用手順の一例を示すフロー図である。   FIG. 7 is a flowchart illustrating an example of a workflow use procedure of the user (workflow clients 105 to 106) in the workflow system according to the embodiment of this invention.

図8は、本発明の実施形態のワークフローシステムにおいて外部業務システムサーバ101〜102のワークフロー利用手順の一例を示すフロー図である。   FIG. 8 is a flowchart illustrating an example of a workflow use procedure of the external business system servers 101 to 102 in the workflow system according to the embodiment of this invention.

以下、図7および図8を用い、ユーザ(ワークフロークライアント105〜106)と外部業務システム101〜102の利用手順の違いを説明する。   Hereinafter, the difference in the use procedure between the user (workflow clients 105 to 106) and the external business systems 101 to 102 will be described with reference to FIGS.

ユーザは、システムにログインし(ステップS701)、帳票一覧画面にアクセスする(ステップS702)。次に、図5のS503で作成された帳票フォーム402を起動する(ステップS703)。次に、起動した帳票フォーム402からデータを入力し(ステップS704)、帳票フォーム402の配送ボタンをクリックする(ステップS705)。その後、配送処理結果を画面上で確認し(ステップS706)、システムからログアウトする(ステップS707)。   The user logs in to the system (step S701) and accesses the form list screen (step S702). Next, the form form 402 created in S503 in FIG. 5 is activated (step S703). Next, data is input from the activated form form 402 (step S704), and the delivery button of the form form 402 is clicked (step S705). Thereafter, the delivery processing result is confirmed on the screen (step S706), and the system is logged out (step S707).

一方、外務業務システム101〜102は、システムにログインし(ステップS801)、ワークフローサーバ104から案件データを取得し(ステップS802)、外部業務システムの処理を行い(ステップS803)、処理結果をワークフローサーバに登録し(ステップS804)、システムからログアウトする(ステップS805)。   On the other hand, the foreign business systems 101 to 102 log in to the system (step S801), acquire matter data from the workflow server 104 (step S802), perform processing of the external business system (step S803), and obtain the processing result as the workflow server. (Step S804) and logout from the system (step S805).

このように、ユーザであるワークフロークライアントでは、データの参照、編集、登録に際して、ワークフローシステム専用の帳票フォーム402を用いている。つまり、帳票フォーム402に定義された処理しか行うことができないため、入出力の制御が帳票フォームを介して行われていることになる。これに対して外部業務システムは、データの参照、編集、登録に、単にデータ入出力インタフェースを介してデータ入力等が行われており、ワークフローシステム専用のツールを用いていない点に留意されたい。つまり、通常のワークフロークライアントにおいては、帳票フォームによって、入出力されるデータの制御が行われることになるが、外部業務システムにおいては、帳票フォームを用いることができない。このため、ワークフローサーバから外部業務システムに対してデータを出力する場合には、出力する際のデータが、いわばフィルタリングがされない状態となって出力されてしまうため、必要以上のデータを開示してしまう危険性がある。そこで、ワークフローサーバ側にて、データアクセスの制御を行う必要が生じることになる。   As described above, the workflow client as a user uses the form form 402 dedicated to the workflow system when referring to, editing, and registering data. That is, since only the process defined in the form form 402 can be performed, input / output control is performed via the form form. On the other hand, it should be noted that the external business system simply inputs data through the data input / output interface for data reference, editing, and registration, and does not use a tool dedicated to the workflow system. In other words, in a normal workflow client, the input / output data is controlled by the form form, but the form form cannot be used in the external business system. For this reason, when data is output from the workflow server to the external business system, the data at the time of output is output in a state where filtering is not performed, so that more data than necessary is disclosed. There is a risk. Therefore, it becomes necessary to control data access on the workflow server side.

図9は、図3で示したデータ項目定義312のデータ構造を示す図である。データ項目定義312は、一例として、項目定義テーブル900と明細項目定義テーブル910に分けられる。なお、明細項目とは、明細形式(表形式)で扱う項目のことをいい、複数行の設定を扱う項目である。   FIG. 9 is a diagram showing a data structure of the data item definition 312 shown in FIG. The data item definition 312 is divided into an item definition table 900 and a detailed item definition table 910 as an example. The detail item means an item handled in a detail format (table format), and is an item handling a setting of a plurality of lines.

項目定義テーブル900は、
・項目定義を一意に識別するための情報として、項目ID 901を有する。
・項目定義が明細項目定義を持つかを判断するための情報として、明細グループフラグ902を持つ。明細項目定義を持つ場合には、「Y」が設定される。
The item definition table 900 is
An item ID 901 is included as information for uniquely identifying the item definition.
A detail group flag 902 is included as information for determining whether the item definition has a detail item definition. If there is a detail item definition, “Y” is set.

明細項目定義テーブル910は、
・明細項目定義がどの項目定義テーブル900のデータに紐付いているかを識別するための情報として、項目ID 911を有する。
・項目ID 911と組み合わせて、明細項目定義を一意に識別するための情報として、明細項目ID 912を有する。
The line item definition table 910
An item ID 911 is included as information for identifying which item definition table 900 the item definition is associated with.
In combination with the item ID 911, the item item ID 912 is included as information for uniquely identifying the item item definition.

なお、図9で示す例のほかに、各項目のデータの種類(文字、数値など)や桁数、説明、設定可能な値の範囲などを設けることが可能であり、項目に入力値の制限を設けることもできる。   In addition to the example shown in FIG. 9, it is possible to provide the data type (characters, numerical values, etc.), the number of digits, a description, a range of values that can be set, and the like for each item. Can also be provided.

図10は、図3で示した経路定義313(プロセス定義314、アクセス制御定義315、配送判断定義316)のデータ構造図の一例を示す図である。   FIG. 10 is a diagram illustrating an example of a data structure diagram of the route definition 313 (process definition 314, access control definition 315, delivery determination definition 316) illustrated in FIG.

プロセス定義テーブル314は、
・プロセス定義テーブル314の工程を一意に識別するための情報として、工程ID 1001を有する。
・工程を処理できる担当者を識別するための情報として、担当者ID 1002を有する。なお、ワークフローのユーザを直接指定する方法と、部門や役割を指定して、間接的に、ユーザを指定する方法とがある。
・工程で使用する帳票フォーム402を識別するための情報としてフォームID 1003を有する。なお、この帳票フォームは、ワークフロークライアントとワークフローサーバとの間で使用するものであり、外部業務システムとワークフローサーバとの間では使用されない。
・工程を処理する依頼を行うための手段を設定した 通知手段 1004を有する。通知手段は、工程の担当者に対して、処理依頼(承認依頼)、および配送結果(処理結果)を通知するための手段が設定されている。
The process definition table 314
A process ID 1001 is included as information for uniquely identifying a process in the process definition table 314.
A person-in-charge ID 1002 is included as information for identifying a person in charge who can process the process. There are a method of directly specifying a user of a workflow and a method of specifying a user indirectly by specifying a department or a role.
A form ID 1003 is included as information for identifying the form form 402 used in the process. The form form is used between the workflow client and the workflow server, and is not used between the external business system and the workflow server.
-It has a notification means 1004 in which means for making a request for processing is set. As the notification means, means for notifying the person in charge of the process of the processing request (approval request) and the delivery result (processing result) is set.

アクセス制御定義テーブル315は、本実施形態において外部業務システムとの間のアクセス制御を定義するためのテーブルである。アクセス制御テーブル315は、
・どの工程に使用されるアクセス制御定義なのかを識別するための情報として、工程ID 1011を有する。
・アクセス制御定義を使用できる条件を設定した、条件1012を有する。
・工程ID 1011、条件1012が一致した場合に、操作可能になる対象となる項目を設定した、項目ID 1013を有する。
・工程ID 1011、条件1012が一致した場合に、操作可能になる対象となる項目が明細項目の場合に、操作可能になる対象となる明細項目を設定した、明細項目ID 1014を有する。
・工程ID 1011、条件1012が一致した場合に、実行可能な操作内容を設定した、操作ID 1015を有する。
The access control definition table 315 is a table for defining access control with an external business system in this embodiment. The access control table 315
A process ID 1011 is included as information for identifying the access control definition used for which process.
A condition 1012 that sets a condition for using the access control definition is included.
-It has item ID 1013 which set the item used as the object which can be operated when process ID 1011 and conditions 1012 correspond.
When the process ID 1011 and the condition 1012 coincide with each other, and the item to be operated becomes a detailed item, the detailed item ID 1014 in which the detailed item to be operated is set is set.
When the process ID 1011 and the condition 1012 match, an operation ID 1015 that sets the operation content that can be executed is included.

図10に示すアクセス定義テーブルでは、例えば工程IDが「金額相見積」の場合に、更新指示に含まれる見積履歴の見積金額が0より大きければ、項目ID「見積履歴」に関連する明細項目ID「見積金額」および「見積実施者」の項目に関して、操作IDで示される「行追加」の動作を許可する場合の設定である。   In the access definition table shown in FIG. 10, for example, when the process ID is “amount phase estimate” and the estimated amount of the estimate history included in the update instruction is greater than 0, the item ID related to the item ID “estimate history” With regard to the items of “estimated amount” and “estimator”, this is a setting for permitting the “add row” operation indicated by the operation ID.

配送判断定義テーブル316は、
・どの工程に使用される配送判断定義なのかを識別するための情報として、工程ID 1021を有する。
・配送判断定義を使用できる条件を設定した、条件1022を有する。
・工程ID 1021、条件1022が一致した場合に、配送可能になる配送の種類を設定した、配送内容ID 1023を有する。
The delivery determination definition table 316 includes
A process ID 1021 is included as information for identifying which process is a delivery judgment definition used for.
A condition 1022 is set in which a condition for using the delivery determination definition is set.
A delivery content ID 1023 is set in which a delivery type that can be delivered when the process ID 1021 and the condition 1022 match is set.

図10に示す配送判断定義テーブルでは、例えば工程IDが「金額相見積」の場合において、案件の最低見積金額が案件の希望金額以下で、かつ2以上の見積履歴がある場合には、かかる条件においては、承認という配送動作がなされることになる。   In the delivery determination definition table shown in FIG. 10, for example, when the process ID is “amount estimate”, if the minimum estimated amount of the case is less than the desired amount of the case and there are two or more estimate histories, In this case, a delivery operation called approval is performed.

図11は、図3で示した案件データ321のデータ構造図の具体例を示す図である。案件データ321は、項目データを格納するためのテーブルとして、案件項目データテーブル1100と、明細項目データを格納するためのテーブルとして、案件明細項目データテーブル1110とに分かれる。   FIG. 11 is a diagram showing a specific example of the data structure diagram of the case data 321 shown in FIG. The matter data 321 is divided into a matter item data table 1100 as a table for storing item data and a matter detail item data table 1110 as a table for storing detail item data.

案件項目データテーブル1100は、
・案件を特定するための情報として、案件ID 1101を有する。
・案件ID 1101と組み合わせて、項目を特定するための情報として、項目ID 1102を有する。
・項目の値を格納するための、値1103を有する。
The matter item data table 1100
A case ID 1101 is included as information for specifying a case.
An item ID 1102 is included as information for identifying an item in combination with the case ID 1101.
It has a value 1103 for storing the item value.

案件明細項目データテーブル1110は、
・案件を特定するための情報として、案件ID 1111を有する。
・項目を特定するための情報として、項目ID 1112を有する。
・項目のデータ行を特定するための情報として、行番号1113を有する。
・明細項目を特定するための情報として、明細項目ID 1114を有する。
・明細項目の値を格納するための、値1115を有する。
The matter item data table 1110
A case ID 1111 is included as information for specifying the case.
-It has item ID 1112 as information for specifying an item.
A line number 1113 is included as information for specifying the data line of the item.
-It has item item ID 1114 as information for specifying item items.
Has a value 1115 for storing the value of the detail item.

図12は、図3で案件処理部303から案件データ処理部306に送られる案件参照要求1200の構造を示す図である。案件参照要求1200は、
・処理対象の案件を特定するための情報である案件ID 1201を有する。
・処理対象の工程を特定するための情報である工程ID 1202を有する。
・処理を実行する実行者を特定するための情報である実行者ID 1203を有する。実行者とは、例えばワークフローサーバに対して処理を要求する、ワークフロークライアントや外部業務システムサーバのことである。
FIG. 12 is a diagram showing the structure of a case reference request 1200 sent from the case processing unit 303 to the case data processing unit 306 in FIG. The case reference request 1200 is
A case ID 1201 which is information for specifying a case to be processed is included.
A process ID 1202 that is information for specifying the process to be processed is included.
An executor ID 1203 that is information for specifying the executor that executes the process is included. An executor is, for example, a workflow client or an external business system server that requests processing from the workflow server.

図13は、図3で案件処理部303から案件データ処理部306に送られる案件更新要求1300の構造を示す図である。案件更新要求1300は、
・処理対象の案件を特定するための情報である案件ID 1301を有する。
・処理対象の工程を特定するための情報である工程ID 1302を有する。
・処理を実行する実行者を特定するための情報である実行者ID 1303を有する。
・配送を指示するための情報である配送指示1304を有する。なお、配送指示には、承認や差し戻しなどワークフローの工程を動かすための指示が設定される。配送指示を指定しないことも可能である。
・案件データ更新指示の内容である案件更新指示1305を有する。
FIG. 13 is a diagram showing the structure of a case update request 1300 sent from the case processing unit 303 to the case data processing unit 306 in FIG. The matter update request 1300
A case ID 1301 that is information for specifying a case to be processed is included.
A process ID 1302 that is information for specifying a process to be processed is included.
An executor ID 1303 that is information for specifying the executor that executes the process is included.
It has a delivery instruction 1304 that is information for instructing delivery. The delivery instruction is set with an instruction for moving the workflow process such as approval and return. It is also possible not to specify a delivery instruction.
A case update instruction 1305 that is the content of the case data update instruction is included.

図14は、図13で示した案件更新指示1305の構造の具体的な一例を示す図である。案件更新指示1305は、案件項目データ1100に対する更新指示1400と、案件明細項目データ1110に対する更新指示1410とを複数設定することができる。   FIG. 14 is a diagram showing a specific example of the structure of the case update instruction 1305 shown in FIG. The case update instruction 1305 can set a plurality of update instructions 1400 for the case item data 1100 and update instructions 1410 for the case item data 1110.

案件項目データ1100に対する更新指示1400は、
・更新対象の項目を特定するための情報として項目ID 1401を有する。
・更新の操作内容を特定するための情報として操作1402を有する。
・更新対象の項目に設定される値として、値1403を有する。
An update instruction 1400 for the item item data 1100 is:
An item ID 1401 is included as information for specifying the item to be updated.
An operation 1402 is included as information for specifying the update operation content.
A value 1403 is set as a value set in the update target item.

案件明細項目データ1100に対する更新指示1410は、
・更新対象の項目を特定するための情報として、項目ID 1411を有する。
・更新の操作内容を特定するための情報として、操作1412を有する。一例としては、「変更」、「行追加」、「行変更」、「行削除」などが設定される。
・操作1412が、行変更、行削除の場合に対象とする行を特定するための、行番号1413を有する。
・操作1412が、「行追加」、「行変更」の場合に、どの明細項目に値を設定するのかを特定するために、明細項目ID 1414を有する。
・操作1412が、「行追加」、「行変更」の場合に、明細項目に設定する値1415を有する。
An update instruction 1410 for the item detail item data 1100 is:
An item ID 1411 is included as information for specifying the item to be updated.
An operation 1412 is included as information for specifying the update operation content. As an example, “change”, “add row”, “change row”, “delete row”, and the like are set.
The operation 1412 has a line number 1413 for specifying a target line when the line is changed or deleted.
When the operation 1412 is “add row” or “change row”, the item 1414 has a detail item ID 1414 for specifying which detail item the value is set to.
When the operation 1412 is “add row” or “change row”, it has a value 1415 to be set in the detail item.

以上で説明した各データを用いた処理の流れについて、図15以降を参照にしながら説明する。   The flow of processing using each data described above will be described with reference to FIG.

<参照処理の流れ>
図15は、図3に示した案件データ処理部306の案件参照処理手順を示すフローチャートである。
<Flow of reference processing>
FIG. 15 is a flowchart showing a case reference processing procedure of the case data processing unit 306 shown in FIG.

図16は、図15に示した、案件データから参照可能なデータを取得するステップS1504の処理手順を示すフローチャートである。   FIG. 16 is a flowchart showing the processing procedure of step S1504 for acquiring data that can be referred to from the case data shown in FIG.

以下では、図15〜図16を使用して、ワークフローサーバの案件データ処理部306が案件処理部303から案件参照要求1200を受け取り、案件データ321から取り出した参照可能なデータを案件処理部303へ返却する流れを説明する。まず、案件データ処理部306が、案件処理部303より案件参照要求1200を受け付けることでフローが開始される(S1501)。ステップS1502では、案件処理部303より受信した案件参照要求1200の内容を解析し、処理対象の案件ID1201、処理対象の工程ID1202、および実行者ID1203を取り出す。ステップS1503では、案件項目データテーブル1100の案件ID 1101と処理対象の案件ID 1201が一致する案件項目データ、案件明細項目データテーブル1110の案件ID 1111と処理対象の案件ID1201が一致する案件明細項目データを取得する。ステップS1504では、ステップS1503で取得したデータから参照可能なデータを取り出す。S1504の詳細については、後述の図16で説明する。   In the following, using FIG. 15 to FIG. 16, the matter data processing unit 306 of the workflow server receives the matter reference request 1200 from the matter processing unit 303, and the referenceable data extracted from the matter data 321 is sent to the matter processing unit 303. Explain the return flow. First, the flow is started when the case data processing unit 306 receives a case reference request 1200 from the case processing unit 303 (S1501). In step S1502, the content of the case reference request 1200 received from the case processing unit 303 is analyzed, and the processing target case ID 1201, the processing target process ID 1202, and the executor ID 1203 are extracted. In step S1503, item item data in which the item ID 1101 in the item item data table 1100 matches the item ID 1201 to be processed, and item item item data in which the item ID 1111 in the item item data table 1110 matches the item ID 1201 to be processed. To get. In step S1504, referenceable data is extracted from the data acquired in step S1503. Details of S1504 will be described later with reference to FIG.

ステップS1505では、ステップS1504で取り出した参照可能なデータが存在するかを判定し、存在する場合はステップS1506に進む。存在しない場合は、ステップS1508に進み参照エラーとしてフロー処理を終了させる(S1507)。なお、ステップS1505では、参照可能なデータが存在しない場合、参照エラーを出力する処理S1508を処理しているが、参照エラーとせずに参照可能なデータが0件存在するとして扱い、ステップS1506に処理を進めても良い。ステップS1506では、ステップS1504で取り出した参照可能なデータを案件処理部303に返却して、ステップS1507で処理を終了する。   In step S1505, it is determined whether the referenceable data extracted in step S1504 exists, and if there exists, the process proceeds to step S1506. If it does not exist, the process proceeds to step S1508, and the flow process is terminated as a reference error (S1507). In step S1505, if there is no data that can be referred to, processing S1508 for outputting a reference error is processed. However, it is treated that there is zero data that can be referred to without reference error, and the process proceeds to step S1506. You may proceed. In step S1506, the referenceable data extracted in step S1504 is returned to the matter processing unit 303, and the process ends in step S1507.

次に、図16を参照して、S1504の詳細な処理について説明する。ステップS1601は、ステップS1504から続けて処理される。ステップS1602では、アクセス制御定義テーブル315の工程ID 1011と処理対象の工程ID 1202とが一致し、かつ、操作ID 1015が「参照」もしくは「行参照」のアクセス制御定義をすべて取得する。取得したアクセス制御定義の数だけ、ステップS1603〜ステップS1613を1件ずつ繰り返し処理する。   Next, detailed processing of S1504 will be described with reference to FIG. Step S1601 is processed following step S1504. In step S1602, all access control definitions in which the process ID 1011 in the access control definition table 315 matches the process ID 1202 to be processed and the operation ID 1015 is “reference” or “line reference” are acquired. Steps S1603 to S1613 are repeated one by one for the number of acquired access control definitions.

ステップS1604では、アクセス制御定義の操作ID 1015が「参照」の場合は、項目のアクセス制御判定のステップS1605に進む。「行参照」の場合は、明細のアクセス制御判定のステップS1607に進む。   If the operation ID 1015 of the access control definition is “reference” in step S1604, the process proceeds to step S1605 for determining access control of the item. In the case of “line reference”, the process proceeds to step S1607 of the access control determination of the details.

ステップS1605では、アクセス制御定義の条件1012が成り立つかを判定する。成り立つ場合は、項目データ(案件データ中の一部のデータ)を参照可能なデータとして取り出すステップS1606に進む。成り立たない場合は、データの取り出しをスキップして処理を進める。ステップS1606では、アクセス制御テーブルの項目ID 1013が「*」(アスタリスク)、もしくは項目・明細項目のいずれであるかを、項目定義テーブル900の明細グループフラグ902を参照して確認する。*(アスタリスク)であれば、S1503で取得した案件項目データ、案件明細項目データのすべてを取り出す。
項目に関するものであれば、S1503で取得した案件項目データの項目ID 1102とアクセス制御定義テーブルの項目ID 1013とが一致する案件項目データを取り出す。明細に関するものであれば、S1503で取得した案件明細項目データの項目ID 1111とアクセス制御定義テーブルの項目ID 1013とが一致する案件明細項目データをすべて取り出す。さらにアクセス制御定義テーブルに明細項目ID 1014が指定されている場合は、アクセス制御定義の明細項目ID 1014と取り出した案件明細項目データの明細項目ID 1014とが一致するものを、取り出した案件明細項目データからさらに絞込み取り出す。
In step S1605, it is determined whether the condition 1012 of the access control definition is satisfied. If satisfied, the process advances to step S1606 to extract item data (part of data in the case data) as referenceable data. If not, skip the data extraction and proceed with the process. In step S 1606, it is checked with reference to the detail group flag 902 of the item definition table 900 whether the item ID 1013 of the access control table is “*” (asterisk) or an item / detail item. If * (asterisk), all the item item data and item item data acquired in S1503 are extracted.
If it is related to an item, the item item data in which the item ID 1102 of the item item data acquired in S1503 matches the item ID 1013 of the access control definition table is extracted. If it is related to the details, all item details item data in which the item ID 1111 of the item details item data acquired in S1503 and the item ID 1013 of the access control definition table match are extracted. Further, when the item item ID 1014 is specified in the access control definition table, the item item item 1010 in which the item item ID 1014 in the access control definition and the item item ID 1014 in the extracted item item item data match are extracted. Further refine and extract from the data.

ステップS1607では、S1503で取得した案件明細項目データの項目ID 911とアクセス制御定義の項目ID 1013とが一致する案件明細項目データをすべて取り出す。取得した案件明細項目データを行単位(行番号1114が同じものを行として扱う)で、ステップS1608〜ステップS1612までを1行ずつ繰り返し処理する。   In step S1607, all item details item data in which the item ID 911 of the item details item data acquired in step S1503 matches the item ID 1013 of the access control definition are extracted. Step S1608 to step S1612 are repeatedly processed line by line in units of lines (the same line number 1114 is handled as a line) for the acquired item detail item data.

ステップS1609では、S1607で取り出した案件明細項目データから1行分(行番号1114が同じものを行として扱う)の案件明細項目データを取り出す。ステップS1610では、アクセス制御定義の条件1012が成り立つかを確認する。成り立つ場合は、明細項目データを参照可能なデータとして取り出すS1611に進む。成り立たない場合は、データの取り出しをスキップして処理を進める。ステップS1611では、ステップS1609で取り出した1行分の案件明細項目データを参照可能なデータとして取り出す。もしもアクセス制御定義の明細項目ID 1014に設定があれば、参照可能として取り出した案件明細項目データをさらに項目明細ID 1115で絞り込み取り出す。ステップS1614で、処理がS1504に戻る。   In step S1609, the item detail item data for one line (the item having the same line number 1114 is handled as a row) is extracted from the item detail item data extracted in step S1607. In step S1610, it is confirmed whether the access control definition condition 1012 is satisfied. If satisfied, the process advances to step S1611 to extract the item data as referenceable data. If not, skip the data extraction and proceed with the process. In step S1611, the item detail item data for one line extracted in step S1609 is extracted as referenceable data. If there is a setting in the item item ID 1014 of the access control definition, the item item item data extracted as referenceable is further narrowed down by the item item ID 1115. In step S1614, the process returns to S1504.

以上が、「参照」の場合における処理の流れの一例である。次に、処理要求が「更新」の場合について、フローチャートを基に説明する。   The above is an example of the flow of processing in the case of “reference”. Next, a case where the processing request is “update” will be described based on a flowchart.

図17は、図3に示した、ワークフローサーバの案件処理部303の処理手順の一例を示す図である。案件処理部303は、処理要求を受け取ると、案件データ更新ステップS1702を行い、続いて配送処理ステップS1703を実行する。各処理については、以下で詳細に説明する。   FIG. 17 is a diagram illustrating an example of a processing procedure of the matter processing unit 303 of the workflow server illustrated in FIG. 3. Upon receipt of the processing request, the matter processing unit 303 performs matter data update step S1702, and subsequently executes delivery processing step S1703. Each process will be described in detail below.

<更新処理の流れ>
図18は、図3に示した、ワークフローサーバの案件データ処理部306の案件更新処理手順を示すフローチャートである。
<Flow of update processing>
FIG. 18 is a flowchart showing a case update processing procedure of the case data processing unit 306 of the workflow server shown in FIG.

図19は、図18に示した案件データのデータ内容を更新するステップS1804の処理手順を示すフローチャートである。   FIG. 19 is a flowchart showing the processing procedure of step S1804 for updating the data content of the case data shown in FIG.

以下では、図18および図19を使用して、案件データ処理部306が案件処理部303から案件更新要求1300を受け取り、案件データ321を更新する流れを説明する。案件データ処理部306が、案件処理部303より案件更新要求1300を受け付けることでフローが開始される(S1801)。ステップS1802では、案件処理部303より受信した案件更新要求1300の内容を解析し、処理対象の案件ID 1301、処理対象の工程ID 1302、実行者ID 1303、配送指示1304、および案件更新指示1305(案件項目データに対する更新指示1400、案件項目明細データに対する更新指示1410)を取り出す。ステップS1803では、案件項目データテーブル1100の案件ID 1101と処理対象の案件ID 1301が一致する案件項目データ、および案件明細項目データテーブル1110の案件ID 1111と処理対象の案件ID 1301とが一致する案件明細項目データを取得する。   Hereinafter, a flow in which the matter data processing unit 306 receives the matter update request 1300 from the matter processing unit 303 and updates the matter data 321 will be described with reference to FIGS. 18 and 19. The flow is started when the case data processing unit 306 receives the case update request 1300 from the case processing unit 303 (S1801). In step S1802, the contents of the case update request 1300 received from the case processing unit 303 are analyzed, and the processing target case ID 1301, the processing target process ID 1302, the executor ID 1303, the delivery instruction 1304, and the case update instruction 1305 ( An update instruction 1400 for the item item data and an update instruction 1410) for the item item detail data are taken out. In step S1803, the item ID data in which the item ID 1101 in the item item data table 1100 matches the item ID 1301 to be processed, and the item ID 1111 in the item item data table 1110 matches the item ID 1301 to be processed. Get line item data.

ステップS1804では、ステップS1803で取得した案件データのデータ内容を変更する。詳細は、後述の図19と関連して説明する。ステップS1805では、ステップS1804で変更された案件データを、案件項目データテーブル1100、および案件明細項目データテーブル1110へ更新登録する。そして、ステップS1806で処理を終了する。   In step S1804, the data content of the matter data acquired in step S1803 is changed. Details will be described with reference to FIG. 19 described later. In step S1805, the matter data changed in step S1804 is updated and registered in the matter item data table 1100 and the matter detail item data table 1110. In step S1806, the process ends.

図19のステップS1901は、ステップS1804から続けて処理される。ステップS1902では、アクセス制御テーブル315の工程ID 1011と処理対象の工程ID 1302が一致し、かつ、操作ID 1015が「変更」、「行追加」、「行変更」、または「行削除」のアクセス制御定義をすべて取得する。取得したアクセス制御定義の数だけ、ステップS1903〜ステップS1913までを1件ずつ繰り返し処理する。   Step S1901 in FIG. 19 is processed following step S1804. In step S1902, the process ID 1011 in the access control table 315 matches the process ID 1302 to be processed, and the operation ID 1015 is an access of “change”, “add row”, “change row”, or “delete row”. Get all control definitions. Steps S1903 to S1913 are repeated one by one for the number of acquired access control definitions.

ステップS1904では、アクセス制御定義の操作ID 1015が「変更」の場合は、「項目」のアクセス制御判定のステップS1905に進む。「行追加」、「行変更」、または「行削除」の場合は、「明細」のアクセス制御判定のステップS1907に進む。   In step S1904, if the operation ID 1015 of the access control definition is “change”, the process proceeds to step S1905 for access control determination of “item”. In the case of “add row”, “change row”, or “delete row”, the process advances to step S1907 of access control determination of “detail”.

ステップS1905では、アクセス制御定義の条件1012が成り立つかを判定する。成り立つ場合には、案件データのデータ内容(項目)を変更するステップS1906に進む。成り立たない場合には、データ内容変更をスキップして処理を進める。ステップS1906では、アクセス制御の項目ID1013が「*」(アスタリスク)、もしくは項目・明細項目のいずれであるかを、項目定義テーブル900の明細グループフラグ902を参照して確認する。   In step S 1905, it is determined whether the access control definition condition 1012 is satisfied. If satisfied, the process advances to step S1906 to change the data content (item) of the case data. If not, skip the data content change and proceed with the process. In step S 1906, whether the item ID 1013 for access control is “*” (asterisk) or an item / detail item is checked with reference to the detail group flag 902 of the item definition table 900.

「*」(アスタリスク)であれば、S1802で取り出した案件更新指示1305のすべての更新指示を取り出し、S1803で取得した案件項目データ、案件明細項目データのデータ内容を変更する。   If it is “*” (asterisk), all the update instructions of the case update instruction 1305 taken out in S1802 are taken out, and the data contents of the case item data and case detail item data acquired in S1803 are changed.

項目に関するものであれば、S1802で取り出した案件項目データに対する更新指示1400の項目ID 1401とアクセス制御の項目ID 1013が一致する案件更新指示1400の1項目分を取り出し、S1803で取得した案件項目データのデータ内容を変更する。   If it relates to an item, the item item data acquired in S1803 is extracted for one item of the item update instruction 1400 in which the item ID 1401 of the update instruction 1400 and the item ID 1013 of the access control for the item item data extracted in S1802 match. Change the data content of.

明細に関するものであれば、S1802で取り出した案件明細項目データに関する更新指示1410の項目ID 1411とアクセス制御の項目ID 1013が一致する、案件明細項目データに対する更新指示1410をすべて取り出す。S1803で取得した案件明細項目データのデータ内容を、取り出された案件明細項目データに対する更新指示1410で変更する。   If it is related to the details, all the update instructions 1410 for the item detail item data in which the item ID 1411 of the update instruction 1410 related to the item detail item data extracted in S1802 matches the item ID 1013 of the access control are extracted. The data content of the item detail item data acquired in S1803 is changed by an update instruction 1410 for the retrieved item item item data.

なお、案件明細項目データに対する更新指示1410の操作1412が「行追加」「行変更」の場合で、アクセス制御定義に明細項目ID 1014が設定されている場合は、アクセス制御定義の明細項目ID 1014が一致する、案件明細項目データの明細項目にのみ変更を行う。   If the operation item 1412 of the update instruction 1410 for the item item data is “add row” or “change row” and the item item ID 1014 is set in the access control definition, the item item ID 1014 in the access control definition Change only the item items of the item item data that match.

ステップS1907では、S1802で取り出した案件明細項目データに対する更新指示1410の項目ID 1411とアクセス制御定義の項目ID 1013が一致する案件明細項目データに対する更新指示1410をすべて取り出す。次に、ステップS1908〜ステップS1912までを1行ずつ繰り返し処理する。   In step S1907, all the update instructions 1410 for the item detail item data in which the item ID 1411 of the update instruction 1410 for the item detail item data extracted in S1802 matches the item ID 1013 of the access control definition are extracted. Next, step S1908 to step S1912 are repeatedly processed line by line.

ステップS1909では、S1907で取り出した案件明細項目データに対する更新指示1410から1行分の案件明細項目データに対する更新指示1410を取り出す。ステップS1910では、アクセス制御定義の条件1012と操作ID 1015とが1行分の案件明細項目データに対する更新指示1410の値1415と操作1412に成り立つかを判定する。成り立つ場合は、案件データのデータ内容(明細項目)を変更するステップS1911に進む。成り立たない場合は、データの更新をスキップして処理を進める。
ステップS1911では、S1803で取得した案件明細項目データのデータ内容を、取り出された案件明細項目データに対する更新指示1410で変更する。
In step S1909, an update instruction 1410 for the item detail item data for one line is extracted from the update instruction 1410 for the item item data extracted in step S1907. In step S1910, it is determined whether the access control definition condition 1012 and the operation ID 1015 satisfy the value 1415 and the operation 1412 of the update instruction 1410 for the item detail item data for one line. If satisfied, the process advances to step S1911 to change the data content (detail item) of the case data. If not, the data update is skipped and the process proceeds.
In step S1911, the data content of the item detail item data acquired in step S1803 is changed by an update instruction 1410 for the extracted item detail item data.

なお、案件明細項目データに対する更新指示1410の操作1412が「行追加」「行変更」の場合で、アクセス制御定義に明細項目ID 1014が設定されている場合は、アクセス制御定義の明細項目ID 1014が一致する、案件明細項目データの明細項目にのみ変更を行う。   If the operation item 1412 of the update instruction 1410 for the item item data is “add row” or “change row” and the item item ID 1014 is set in the access control definition, the item item ID 1014 in the access control definition Change only the item items of the item item data that match.

そして、ステップS1914で、処理がS1804に戻る。   In step S1914, the process returns to S1804.

<配送処理の流れ>
図20は、図3に示した配送処理部307の配送処理手順を示すフローチャートである。図21は、図20に示した配送判断定義取得ステップS2005の処理手順を示すフローチャートである。
<Flow of delivery processing>
FIG. 20 is a flowchart showing a delivery processing procedure of the delivery processing unit 307 shown in FIG. FIG. 21 is a flowchart showing the processing procedure of the delivery judgment definition acquisition step S2005 shown in FIG.

以下では、図20〜図21を使用して、配送処理部307が案件処理部303から配送要求を受け取り、配送処理を行う流れを説明する。配送要求には、案件更新要求1300の案件更新指示1305以外の内容がすべて含まれている。   Hereinafter, a flow in which the delivery processing unit 307 receives a delivery request from the item processing unit 303 and performs delivery processing will be described with reference to FIGS. The delivery request includes all contents other than the case update instruction 1305 of the case update request 1300.

配送処理部307が、案件処理部303より配送要求を受け付けることでフローが開始される(S2001)。ステップS2002では、案件処理部303より受信した配送要求の内容を解析し、処理対象の案件ID 1301、処理対象の工程ID 1302、実行者ID 1303、および配送指示1304を取り出す。ステップS2003では、配送指示1304が指定されているかを判定し、指定されている場合は、配送実行ステップS2007に進む。指定されていない場合は、案件データ321の内容で配送内容を決定するステップS2004に進む。   The flow is started when the delivery processing unit 307 receives a delivery request from the case processing unit 303 (S2001). In step S2002, the contents of the delivery request received from the case processing unit 303 are analyzed, and a processing target case ID 1301, a processing target process ID 1302, an executor ID 1303, and a delivery instruction 1304 are extracted. In step S2003, it is determined whether or not a delivery instruction 1304 is designated. If designated, the process proceeds to delivery execution step S2007. If not specified, the process proceeds to step S2004 for determining the delivery contents based on the contents of the case data 321.

ステップS2004では、案件項目データテーブル1100の案件ID 1101と処理対象の案件ID 1301とが一致する案件項目データ、および案件明細項目データテーブル1110の案件ID 1111と処理対象の案件ID 1301とが一致する案件明細項目データを取得する。ステップS2005では、ステップS1803で取得した案件データのデータ内容を解析し、条件に一致する配送判断定義316を取得する。詳細については、後述する図21と関連して説明する。ステップS2006では、ステップS2005で取得したに基づいて配送内容が存在するかをチェックし、存在する場合は、配送実行ステップS2007に進む。存在しない場合は、配送実行をスキップして処理を終了するステップS2008に進む。なお、本実施形態においては、配送実行をスキップさせているが、配送判断が行えない場合の処理を別途設定して、配送エラーとするか、あるいは配送実行をスキップするかを決定してもよい。ステップS2007では、S2002で取り出した、配送指示1304か、S2005で取得した配送判断定義316の配送内容ID 1023かの、いずれかに従って、配送処理を行う。ステップS2008で処理を終了する。   In step S2004, the item ID data in which the item ID 1101 in the item item data table 1100 matches the item ID 1301 to be processed, and the item ID 1111 in the item item data table 1110 matches the item ID 1301 to be processed. Acquires the item details item data. In step S2005, the data contents of the case data acquired in step S1803 are analyzed, and a delivery determination definition 316 that matches the conditions is acquired. Details will be described in connection with FIG. In step S2006, it is checked whether or not there is a delivery content based on the information acquired in step S2005, and if it exists, the process proceeds to delivery execution step S2007. If it does not exist, the process proceeds to step S2008 where the delivery execution is skipped and the process is terminated. In the present embodiment, the delivery execution is skipped, but it may be determined whether a delivery error is set or a delivery execution is skipped by separately setting a process when delivery judgment cannot be made. . In step S2007, the delivery process is performed according to either the delivery instruction 1304 extracted in S2002 or the delivery content ID 1023 of the delivery judgment definition 316 acquired in S2005. In step S2008, the process ends.

次に、図21のステップS2101は、ステップS2005から続けて処理される。ステップS2102では、配送判断定義テーブル316の工程ID 1021と処理対象の工程ID 1302とが一致する、配送判断定義をすべて取得する。取得した配送判断定義の数だけ、ステップS2103〜ステップS2306までを1件ずつ繰り返し処理する。ステップS2104では、配送判断定義の条件1022が成り立つかを判定する。成り立つ場合は、ステップS2005に進み、条件が成り立つ配送内容を返却する。成り立たない場合は、次の配送判断定義の処理を行う。ステップS2307で、処理をS2005に戻し、処理をステップS2006に進める。   Next, step S2101 in FIG. 21 is processed following step S2005. In step S2102, all the delivery determination definitions in which the process ID 1021 in the delivery determination definition table 316 matches the process ID 1302 to be processed are acquired. Steps S2103 to S2306 are repeatedly processed one by one for the number of acquired delivery determination definitions. In step S2104, it is determined whether the condition 1022 of the delivery determination definition is satisfied. If true, the process proceeds to step S2005, and the delivery contents satisfying the condition are returned. If not, the next delivery determination definition process is performed. In step S2307, the process returns to S2005, and the process proceeds to step S2006.

図22は、本発明の実施形態のワークフローシステムにおいてワークフローのプロセス定義の一例を示す図である。2201〜2203は、業務プロセスのワークフロー工程の一例を示している。申請工程2201は、申請に関する工程であり、申請2201が担当者によって申請されると業務を開始し、金額相見積2202の工程に遷移する。なお、図22の例では、「担当者:制限なし」2211が設定されているので、誰でも申請処理を行うことが可能である。金額相見積工程2202は、外部業務システムによって、商品金額の見積が行われ、見積の結果が登録される工程である。一定の条件をクリアした場合には、経理承認工程2203に遷移する。経理承認工程2203は、経理承認2203が経理担当者によって承認されると業務は完了する。   FIG. 22 is a diagram illustrating an example of a workflow process definition in the workflow system according to the embodiment of this invention. Reference numerals 2201 to 2203 denote examples of workflow steps of business processes. The application process 2201 is a process related to the application. When the application 2201 is applied by a person in charge, the application process is started, and the process proceeds to the process of the amount of money estimate 2202. In the example of FIG. 22, since “person in charge: no restriction” 2211 is set, anyone can perform application processing. The price phase estimation process 2202 is a process in which the product price is estimated by an external business system, and the result of the estimation is registered. When certain conditions are cleared, the process proceeds to the accounting approval process 2203. The accounting approval process 2203 is completed when the accounting approval 2203 is approved by the accounting staff.

図22において、2211〜2213は、工程を処理することができる役割(もしくはユーザ)を表している。これは、図10で示すように、プロセス定義テーブルの中の担当者ID 1002にて示され、また本明細書においては、組織情報としても説明を行っている。2221〜2222は工程の入力参照を行う帳票フォームを表している。金額相見積2202の工程では、外部業務システムが工程を処理するため、帳票フォームが設定されていないことに留意されたい。なお、2231は、工程の担当者に対して、承認依頼を通知するための手段が設定されている。   In FIG. 22, 2221 to 2213 represent roles (or users) capable of processing the process. As shown in FIG. 10, this is indicated by a person-in-charge ID 1002 in the process definition table, and is also described as organization information in this specification. Reference numerals 2221 to 2222 denote form forms for referring to process inputs. It should be noted that the form form is not set in the process of the amount phase estimate 2202 because the external business system processes the process. Note that in 2231, means for notifying the person in charge of the process of the approval request is set.

図23は、本発明の実施形態のワークフローシステムにおいてワークフローの利用例の一例を示す図である。   FIG. 23 is a diagram illustrating an example of a workflow usage example in the workflow system according to the embodiment of this invention.

(前提)
図5に示したワークフロー設計手順により、図22で示すような業務が、図4に示すようなワークフロー設計の定義データ311として作成される。作成された定義データ311の内容としては、図9で示したデータ項目定義312、図10で示した経路定義313(プロセス定義314、アクセス制御定義315、配送判断定義316)が設定されているものとする。さらに、ワークフロー設計の定義データ311をもとにワークフローが運用されているものとする。
(Assumption)
With the workflow design procedure shown in FIG. 5, a task as shown in FIG. 22 is created as workflow design definition data 311 as shown in FIG. As the contents of the created definition data 311, the data item definition 312 shown in FIG. 9 and the route definition 313 (process definition 314, access control definition 315, delivery determination definition 316) shown in FIG. 10 are set. And Furthermore, it is assumed that the workflow is operated based on the workflow design definition data 311.

また、申請2201の工程で、申請者Aより申請処理が行われ、処理が金額相見積2102に移り、通知手段1004に従って、外部業務システム101〜102に、処理依頼の通知が行われているものとする。なお、備品購買稟議の申請内容は、案件DB 321にD2301のような案件データとして登録される。案件DBは、案件データを格納するデータベースサーバであり、ワークフローサーバ(WFサーバ)と同一であってもよいし、別個のサーバであってもよい。   Further, in the process of the application 2201, the application process is performed by the applicant A, the process moves to the money amount estimate 2102, and the processing request is notified to the external business systems 101 to 102 according to the notification unit 1004. And It should be noted that the application content for the equipment purchase deliberation is registered in the case DB 321 as case data such as D2301. The matter DB is a database server that stores matter data, and may be the same as the workflow server (WF server) or may be a separate server.

(金額相見積2202の処理)
ステップS2301では、A社見積システム101が、ワークフローサーバ104に対して、見積依頼内容を確認するために、図12のような案件データの参照要求1200を送る。ステップS2302では、ワークフローサーバ104が、案件DB 321から案件データD2301を取得する。
(Processing of Amount Phase Estimate 2202)
In step S <b> 2301, the company A quotation system 101 sends a case data reference request 1200 as shown in FIG. 12 to the workflow server 104 in order to confirm the contents of the quotation request. In step S2302, the workflow server 104 acquires the matter data D2301 from the matter DB 321.

ステップS2303では、図23で説明されている案件データD2301から参照可能なデータを取り出す処理が行われる。参照可能なデータD2302は、案件項目データ1100の、
項目ID 1102=商品名:ホワイトボード
である。ステップS2304では、ワークフローサーバ104から、A社見積システム101に対して、S2303で取り出された、参照可能な案件データD2302が返却される。
In step S2303, a process for extracting referenceable data from the case data D2301 described in FIG. 23 is performed. The referenceable data D2302 is the item item data 1100.
Item ID 1102 = Product name: Whiteboard. In step S2304, the workflow server 104 returns the referenceable matter data D2302 extracted in step S2303 to the company A estimation system 101.

ステップS2305では、A社見積システム101が(見積依頼内容を元に見積を行って)、ワークフローサーバ104に対してA社の見積結果を登録するために、図13のような案件データの更新要求1300を送る。案件更新指示1305には、D2303のような内容が設定される。   In step S2305, the company A estimate system 101 (estimates based on the contents of the request for quotation) requests a case data update request as shown in FIG. Send 1300. In the case update instruction 1305, contents such as D2303 are set.

ステップS2306では、ワークフローサーバ104が、案件DB 321から案件データD2301を取得する。ステップS2307では、S2306で取得した案件データD2301に対して、図18で説明されている案件データのデータ内容を変更する処理が行われる。D2303には更新不可能な案件更新指示が無いので、すべての変更が適用される。ステップS2308では、S2307で変更したデータ内容D2304で案件データを更新登録する。ステップS2309では、図20、図21で説明される配送判断が行われるが、本事例の場合には、D2304の案件データ内容に一致する配送判断定義316が存在しないため配送処理はスキップされる(S2006参照)。ステップS2310では、ワークフローサーバ104からA社見積システム101に対して、S2305の見積結果登録要求が成功した旨が返される。   In step S2306, the workflow server 104 acquires the matter data D2301 from the matter DB 321. In step S2307, processing for changing the data content of the case data described in FIG. 18 is performed on the case data D2301 acquired in step S2306. Since there is no matter update instruction that cannot be updated in D2303, all changes are applied. In step S2308, the case data is updated and registered with the data content D2304 changed in step S2307. In step S2309, the delivery judgment described in FIGS. 20 and 21 is performed. In this case, the delivery process is skipped because there is no delivery judgment definition 316 that matches the item data content of D2304 ( S2006). In step S2310, the workflow server 104 returns to the company A estimation system 101 that the estimation result registration request in step S2305 has been successful.

ステップS2311では、B社見積システム102が、ワークフローサーバ104に対して、見積依頼内容を確認するために、図12のような案件データの参照要求1200を送る。ステップS2312では、ワークフローサーバ104が、案件DB 321から案件データD2304を取得する。ステップS2313では、図23で説明されている案件データD2304から参照可能なデータを取り出す処理が行われる。参照可能なデータD2305は、案件項目データ1100の、
項目ID 1102=商品名:ホワイトボード
である。ステップS2314では、ワークフローサーバ104から、B社見積システム102に対して、S2313で取り出された参照可能な案件データD2305が返却される。
In step S2311, the company B estimate system 102 sends a request request 1200 for case data as shown in FIG. In step S2312, the workflow server 104 acquires the matter data D2304 from the matter DB 321. In step S2313, a process of extracting referenceable data from the case data D2304 described in FIG. 23 is performed. The referenceable data D2305 is the item item data 1100.
Item ID 1102 = Product name: Whiteboard. In step S2314, the work matter server D2305 retrieved in S2313 is returned from the workflow server 104 to the B company estimation system 102.

ステップS2315では、B社見積システム102が(見積依頼内容を元に見積を行い)、ワークフローサーバ104に対してB社の見積結果を登録するために、図13のような案件データの更新要求1300を送る。案件更新指示1305には、D2306のような内容が設定される。ステップS2316では、ワークフローサーバ104が、案件DB 321から案件データD2304を取得する。ステップS2317では、S2316で取得した案件データD2304に対して、図18で説明されている案件データのデータ内容を変更する処理が行われる。   In step S2315, the company B estimate system 102 (estimates based on the contents of the request for quotation) and updates the estimate data of company B to the workflow server 104 in order to update the case data update request 1300 as shown in FIG. Send. In the case update instruction 1305, contents such as D2306 are set. In step S2316, the workflow server 104 acquires the matter data D2304 from the matter DB 321. In step S2317, processing for changing the data content of the case data described in FIG. 18 is performed on the case data D2304 acquired in S2316.

D2306の[見積履歴]行追加の更新指示は、適用される。しかしながら、D2306の案件見積金額の更新指示が、アクセス制御定義315の条件に成り立たないため、案件見積金額の変更のみ適用されない。つまり、B社の見積金額は、¥97,000円であるのに対して、A社の見積金額は、¥96,000円であるために、B社の見積金額の方が少ないために、見積金額の更新は行われない。これに対して、見積履歴についての条件には、合致するために、見積更新履歴には、データが追加更新される。   The update instruction for adding an [estimate history] line in D2306 is applied. However, since the instruction for updating the case estimate in D2306 does not satisfy the conditions of the access control definition 315, only the change in the case estimate is not applied. In other words, the estimated amount of company B is ¥ 97,000, whereas the estimated amount of company A is ¥ 96,000, so the estimated amount of company B is smaller. The estimated amount is not updated. On the other hand, in order to meet the conditions for the estimate history, data is additionally updated in the estimate update history.

より詳細に説明すると、アクセス制御定義315の工程ID 1011は「金額相見積」で、操作ID 1015は「変更」の場合には、図10で示す、
条件1012 案件.最低見積金額 > 更新指示.最低見積金額 が成り立たない。したがって、項目ID 1013の「最低見積金額」の更新はできないことになる。
More specifically, in the case where the process ID 1011 of the access control definition 315 is “amount phase estimate” and the operation ID 1015 is “change”, it is shown in FIG.
Condition 1012 Case. Minimum estimated amount> Update instruction. Minimum estimated amount does not hold. Therefore, the “minimum estimated amount” of the item ID 1013 cannot be updated.

ステップS2318では、S2307で変更したデータ内容で案件データを更新登録する。更新後の案件データはD2307のようになる。ステップS2319では、図20、図21で説明される配送判断が行われ、配送判断定義321と案件データD2307の内容から、「承認」処理が決定される。具体的には、配送判断定義316の工程IDが「金額相見積」で、条件の
(見積金額(\96,000) <= 希望金額(\100,000)) and count(見積履歴) >= 2
が成り立つ。したがって、配送内容ID 1023の「承認」が配送内容として決定される。ステップS2320では、S2319で決定した配送内容「承認」を実行する。ステップS2321では、ワークフローサーバ104からB社見積システム102に対して、S2315の見積結果登録要求が成功した旨が返される。
In step S2318, the case data is updated and registered with the data contents changed in S2307. The post-update item data is as shown in D2307. In step S2319, the delivery determination described in FIG. 20 and FIG. 21 is performed, and the “approval” process is determined from the contents of the delivery determination definition 321 and the case data D2307. Specifically, the process ID of the delivery judgment definition 316 is “amount-of-money estimate” and the condition
(Estimated amount (¥ 96,000) <= Desired amount (¥ 100,000)) and count (Estimated history)> = 2
Holds. Therefore, “approval” of the delivery content ID 1023 is determined as the delivery content. In step S2320, the delivery content “approval” determined in step S2319 is executed. In step S2321, the workflow server 104 returns to the B company estimation system 102 that the estimation result registration request in S2315 has been successful.

以上、示したように本発明によれば、外部業務システムと連携する工程,案件のデータ状態,によって案件データの参照,更新を制御する経路定義をすることができる。また、この定義に基づいて案件データの入出力を制御することで、案件データの安全性を確保したワークフローシステムと外部業務システムとの連携を実現できる。   As described above, according to the present invention, it is possible to define a route for controlling the reference and update of matter data according to the process linked to the external business system and the matter data state. Further, by controlling the input / output of the case data based on this definition, it is possible to realize cooperation between the workflow system that secures the safety of the case data and the external business system.

以上、実施形態例を詳述したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although the embodiments have been described in detail above, the present invention can take an embodiment as, for example, a system, an apparatus, a method, a program, or a storage medium, and specifically includes a plurality of devices. The present invention may be applied to a system that is configured, or may be applied to an apparatus that includes a single device.

本発明によるワークフロー構築・運用システムの一実施例の構成を示すシステム構成図である。1 is a system configuration diagram showing the configuration of an embodiment of a workflow construction / operation system according to the present invention. 図1に示すワークフローサーバ104とワークフロークライアント105〜106のハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of the workflow server 104 and the workflow clients 105-106 shown in FIG. 図1に示すワークフローサーバ104において実現される機能構成を示すブロック図である。It is a block diagram which shows the function structure implement | achieved in the workflow server 104 shown in FIG. 本発明の実施形態のワークフローを構築する場合のデータ関連の一例を示す図である。It is a figure which shows an example of the data relation in the case of constructing | assembling the workflow of embodiment of this invention. 本発明の実施形態のワークフローを構築する場合のデータ作成手順の一例を示す図である。It is a figure which shows an example of the data creation procedure in the case of constructing | assembling the workflow of embodiment of this invention. 図5に示す経路定義の作成ステップS504(プロセス定義314、アクセス制御定義315、配送判断定義316)の一例を示す画面イメージである。6 is a screen image showing an example of a route definition creation step S504 (process definition 314, access control definition 315, delivery judgment definition 316) shown in FIG. 本発明の実施形態のワークフローシステムにおいてユーザ(ワークフロークライアント105〜106)のワークフロー利用手順の一例を示すフロー図である。It is a flowchart which shows an example of the workflow utilization procedure of a user (workflow client 105-106) in the workflow system of embodiment of this invention. 本発明の実施形態のワークフローシステムにおいて外部業務システムサーバ101〜102のワークフロー利用手順の一例を示すフロー図である。It is a flowchart which shows an example of the workflow utilization procedure of the external business system servers 101-102 in the workflow system of embodiment of this invention. 図3で示すデータ項目定義312のデータ構造を示す図である。It is a figure which shows the data structure of the data item definition 312 shown in FIG. 図3で示す経路定義313(プロセス定義314、アクセス制御定義315、配送判断定義316)のデータ構造図である。FIG. 4 is a data structure diagram of a route definition 313 (process definition 314, access control definition 315, delivery determination definition 316) shown in FIG. 図3で示す案件データ321のデータ構造図である。It is a data structure figure of the matter data 321 shown in FIG. 図3で案件処理部303から案件データ処理部306に送られる案件参照要求の構造を示す図である。FIG. 4 is a diagram illustrating a structure of a case reference request sent from the case processing unit 303 to the case data processing unit 306 in FIG. 3. 図3で案件処理部303から案件データ処理部306に送られる案件更新要求の構造を示す図である。FIG. 4 is a diagram illustrating a structure of a case update request sent from the case processing unit 303 to the case data processing unit 306 in FIG. 3. 図13で示す案件更新指示1305の構造の一例を示す図である。It is a figure which shows an example of the structure of the item update instruction | indication 1305 shown in FIG. 図3に示す案件データ処理部306の案件参照処理手順を示すフローチャートである。It is a flowchart which shows the case reference process sequence of the case data process part 306 shown in FIG. 図15に示す案件データから参照可能なデータを取得ステップS1504の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of acquisition step S1504 the data which can be referred from the case data shown in FIG. 図3に示す案件処理部303の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the case process part 303 shown in FIG. 図3に示す案件データ処理部306の案件更新処理手順を示すフローチャートである。It is a flowchart which shows the matter update process procedure of the matter data process part 306 shown in FIG. 図18に示した案件データのデータ内容を更新ステップS1804の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of step S1804 which updates the data content of the matter data shown in FIG. 図3に示す配送処理部307の配送処理手順を示すフローチャートである。It is a flowchart which shows the delivery process procedure of the delivery process part 307 shown in FIG. 図20に示した配送判断定義取得ステップS2005の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of delivery judgment definition acquisition step S2005 shown in FIG. 本発明の実施形態のワークフローシステムにおいてワークフローのプロセス定義の一例を示す図である。It is a figure which shows an example of the process definition of a workflow in the workflow system of embodiment of this invention. 本発明の実施形態のワークフローシステムにおいてワークフローの利用例の一例を示す図である。It is a figure which shows an example of the utilization example of a workflow in the workflow system of embodiment of this invention.

符号の説明Explanation of symbols

101〜102 外部業務システムサーバ
103 ネットワーク
104 ワークフローサーバ
105〜106 ワークフロークライアント
107 イントラネット
301 ワークフロー処理部
302 業務定義設定処理部
303 案件処理部
304 データ項目定義処理部
305 経路定義処理部
306 案件データ処理部
307 配送処理部
311 定義データ
312 データ項目定義
313 経路定義
314 プロセス定義
315 アクセス制御定義
316 配送判断定義
321 案件データ
101-102 External business system server 103 Network 104 Workflow server 105-106 Workflow client 107 Intranet 301 Workflow processing unit 302 Business definition setting processing unit 303 Item processing unit 304 Data item definition processing unit 305 Path definition processing unit 306 Item data processing unit 307 Delivery processing unit 311 Definition data 312 Data item definition 313 Route definition 314 Process definition 315 Access control definition 316 Delivery judgment definition 321 Item data

Claims (11)

外部システムと連携して処理を実行するワークフローサーバであって、
前記外部システムから送信される、処理対象となる案件データに関する処理データを含む処理要求を取得する処理取得部と、
前記処理取得部にて取得した処理データを含む処理要求と、ワークフローの各工程における前記案件データと該処理データとの間の所定の条件とにより、アクセス制御を定義されたアクセス制御定義テーブルを含む工程情報記憶部と、
前記工程情報記憶部のアクセス制御定義テーブルに定義された所定の条件に基づいて、前記案件データに関する処理を実行する案件データ処理部と、
前記ワークフローの各工程における配送判断が前記案件データと前記処理データと間の所定の条件で実行されるように定義された配送判断定義テーブルを含む配送判断情報記憶部と、
前記配送判断情報記憶部の配送判断定義テーブルで定義された所定の条件に基づいて、配送先を判断する配送処理部と、
を備えることを特徴とするワークフローサーバ。
A workflow server that executes processes in cooperation with external systems,
A processing acquisition unit that acquires a processing request including processing data related to the case data to be processed, transmitted from the external system;
Includes an access control definition table in which access control is defined by a processing request including processing data acquired by the processing acquisition unit and a predetermined condition between the case data and the processing data in each step of the workflow A process information storage unit ;
A matter data processing unit that executes processing related to the matter data based on a predetermined condition defined in the access control definition table of the process information storage unit ;
A delivery judgment information storage unit including a delivery judgment definition table defined so that delivery judgment in each step of the workflow is executed under a predetermined condition between the matter data and the processing data ;
A delivery processing unit for judging a delivery destination based on a predetermined condition defined in a delivery judgment definition table of the delivery judgment information storage unit ;
A workflow server comprising:
前記工程情報記憶部は、前記案件データと前記処理データとの間の第1の所定の条件で実行されるように定義されたアクセス制御定義テーブルを含むものであり
前記配送判断情報記憶部は、前記案件データと前記処理データと間の第2の所定の条件で実行されるように定義された配送判断定義テーブルを含むものであることを特徴とする請求項1に記載のワークフローサーバ。
The process information storage unit includes an access control definition table defined to be executed under a first predetermined condition between the matter data and the processing data ,
2. The delivery determination information storage unit includes a delivery determination definition table defined to be executed under a second predetermined condition between the item data and the processing data. Workflow server.
前記案件データ処理部は、
前記案件データに含まれるデータ項目への参照または更新の少なくとも一の処理が実行されるように定義されたアクセス制御定義テーブルを用いて前記処理を行い、
前記アクセス制御定義テーブルは、
前記案件データの状態および要求されている処理の組み合わせによりアクセス制御が定義されていることを特徴とする請求項1に記載のワークフローサーバ。
The matter data processing unit
There line the processing by using the access control definition table defined as a reference or at least one processing of the update to the data items included in the item data is performed,
The access control definition table is:
The workflow server according to claim 1, wherein access control is defined by a combination of the state of the item data and a requested process .
前記配送処理部は、
次の工程に進む承認処理、または案件を却下する否認処理、直前または任意の工程に戻す差戻し処理、及び移動しない保留処理の少なくとも一の処理が実行されるように定義された配送判断定義テーブルを用いて前記処理を行うことを特徴とする請求項1または2に記載のワークフローサーバ。
The delivery processing unit
A delivery judgment definition table defined so that at least one of an approval process for proceeding to the next process, a denial process for rejecting a case, a return process for returning to the previous or any process, and a hold process that does not move is executed. The workflow server according to claim 1, wherein the processing is performed using the workflow server.
前記案件データ処理部は、
前記案件データを取得する手段と、
前記処理取得部にて取得した処理要求の種別がデータ項目への参照である場合には、取得した案件データのうちの該当するデータ項目のみを抽出して前記外部システムに向けて返信する手段と
を含むことを特徴とする請求項に記載のワークフローサーバ。
The matter data processing unit
Means for obtaining the matter data;
Means for extracting only the corresponding data item from the acquired matter data and returning it to the external system when the type of the processing request acquired by the processing acquisition unit is a reference to a data item; The workflow server according to claim 3 , further comprising:
前記案件データ処理部は、
前記案件データを取得する手段と、
前記処理取得部にて取得した処理要求の種別がデータ項目への更新である場合には、取得した案件データのうちの該当するデータ項目のみをデータベースに更新登録する手段とを含むことを特徴とする請求項2に記載のワークフローサーバ。
The matter data processing unit
Means for obtaining the matter data;
Means for updating and registering only the corresponding data item of the acquired matter data in the database when the type of the processing request acquired by the processing acquisition unit is an update to a data item. The workflow server according to claim 2.
案件のデータ項目を定義するデータ項目定義と、ワークフローの工程を定義するプロセス定義と、前記アクセス制御定義テーブルと、を定義する手段をさらに備え
前記データ項目定義は、
前記案件データで一意となる項目と、明細形式で扱う複数行を設定することが可能な明細項目を持つことを特徴とする請求項1から6のいずれかに記載のワークフローサーバ。
Means for defining a data item definition for defining a data item of the matter, a process definition for defining a workflow process, and the access control definition table ;
The data item definition is:
The workflow server according to any one of claims 1 to 6, further comprising an item that is unique in the item data and a detail item in which a plurality of lines handled in a detail format can be set .
前記工程情報記憶部のアクセス制御定義テーブルに定義された所定の条件は、前記案件データと前記処理データを含む不等号の条件であることを特徴とする請求項1からのいずれかに記載のワークフローサーバ。 The process information storing unit predetermined conditions defined in the access control definition table of the workflow according to any one of claims 1 to 7, characterized in that a condition of inequality including the item data and the process data server. 前記配送判断情報記憶部の配送判断定義テーブルで定義された所定の条件は、前記案件データと前記処理データを含む不等号の条件であることを特徴とする請求項1から8のいずれかに記載のワークフローサーバ。The predetermined condition defined in the delivery judgment definition table of the delivery judgment information storage unit is an inequality condition including the matter data and the processing data. Workflow server. 外部システムと連携して処理を実行するワークフロー処理方法であって、
前記外部システムから送信される、処理対象となる案件データに関する処理データを含む処理要求を取得する処理取得ステップと、
前記取得した処理要求と、ワークフローの各工程における前記案件データと該処理データとの間の所定の条件とにより、アクセス制御を定義されたアクセス制御定義テーブルを含む工程情報を読み出す工程情報読み出しステップと、
前記工程情報読み出しステップにより読み出されたアクセス制御定義テーブルに定義された所定の条件に基づいて、前記案件データに関する処理を実行する案件データ処理実行ステップと
前記ワークフローの各工程における配送判断が前記案件データと前記処理データと間の所定の条件で実行されるように定義された配送判断定義テーブルを含む配送判断情報を読み出す配送判断情報読み出しステップと、
前記配送判断情報読み出しステップで読み出された配送判断定義テーブルで定義された所定の条件に基づいて、配送先を判断する配送処理ステップと、
を備えることを特徴とするワークフロー処理方法。
A workflow processing method for executing processing in cooperation with an external system,
A process acquisition step of acquiring a process request including process data related to the case data to be processed, transmitted from the external system;
A process information reading step of reading process information including an access control definition table in which access control is defined according to the acquired process request and a predetermined condition between the case data and the process data in each process of the workflow ; ,
Based on a predetermined condition defined in the access control definition table read by the step information reading step, a case data processing execution step for executing processing relating to the case data, and a delivery judgment in each step of the workflow is the case. A delivery judgment information reading step for reading delivery judgment information including a delivery judgment definition table defined to be executed under a predetermined condition between data and the processing data ;
A delivery processing step for judging a delivery destination based on a predetermined condition defined in the delivery judgment definition table read in the delivery judgment information reading step ;
A workflow processing method comprising:
コンピュータに、請求項1からのいずれかに記載の各機能を実現させるためのプログラム。 The program for making a computer implement | achieve each function in any one of Claim 1 to 9 .
JP2008114579A 2008-04-24 2008-04-24 Workflow server, workflow processing method, and program Expired - Fee Related JP5265957B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008114579A JP5265957B2 (en) 2008-04-24 2008-04-24 Workflow server, workflow processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008114579A JP5265957B2 (en) 2008-04-24 2008-04-24 Workflow server, workflow processing method, and program

Publications (3)

Publication Number Publication Date
JP2009265935A JP2009265935A (en) 2009-11-12
JP2009265935A5 JP2009265935A5 (en) 2011-06-16
JP5265957B2 true JP5265957B2 (en) 2013-08-14

Family

ID=41391710

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008114579A Expired - Fee Related JP5265957B2 (en) 2008-04-24 2008-04-24 Workflow server, workflow processing method, and program

Country Status (1)

Country Link
JP (1) JP5265957B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003323531A (en) * 2002-02-27 2003-11-14 Osaka Gas Co Ltd Application data processing device
JP3586263B2 (en) * 2002-04-26 2004-11-10 株式会社エービーシー商会 Expansion joint for ceiling
JP3832824B2 (en) * 2002-07-26 2006-10-11 インターナショナル・ビジネス・マシーンズ・コーポレーション Workflow server and workflow engine
JP2005108074A (en) * 2003-10-01 2005-04-21 Ntt Data Corp Intra-office authentication system and its computer program

Also Published As

Publication number Publication date
JP2009265935A (en) 2009-11-12

Similar Documents

Publication Publication Date Title
Ha et al. Optimal timing of reviews in concurrent design for manufacturability
US7136824B2 (en) Element organization support apparatus, element organization support method and storage medium
US10083061B2 (en) Cloud embedded process tenant system for big data processing
CN105550851A (en) Business flow generation method and system
JP2003030388A (en) Workflow system, information processor, managing method for workflow, and program
JP5624674B2 (en) How to improve queries for searching databases
ESPRIT Consortium AMICE Staff Open System Architecture for CIM
JP5209363B2 (en) Workflow system that can control the flow from an external system
Zhang et al. Energy-aware integration of process planning and scheduling of advanced machining workshop
US20060095432A1 (en) Disclosure control system and method
Rodríguez et al. CIM to PIM transformation: A reality
JP5265957B2 (en) Workflow server, workflow processing method, and program
JP2015201103A (en) Business description management program, business description management method, and business description management device
Motahari-Nezhad et al. Business Process Management
US10740334B1 (en) Multitenant based query plan
US20090271439A1 (en) Systems to implement business processes in computing environment
US20030135353A1 (en) User-executable method for complex model data analysis and associated system, computer device, and computer software program product
CN104205096A (en) Topological query in multi-tenancy environment
JP5686488B2 (en) Information management system for industrial property rights
JP2003141313A (en) Workflow system and knowledge management system
JP5492740B2 (en) Information management system for industrial property rights
KR102397747B1 (en) Methods and Computer-Readable Medium for Providing an Interface in which a Task Function is Implemented on a To-do List
JP2008276641A (en) Business process management method and system
KR101905379B1 (en) Management server and method for sharing foundation technique using thereof
Kakkar Implementation Aspects of Software Development Projects

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101217

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110428

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120601

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120731

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130405

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130502

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5265957

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees