JP2007072500A - Document management system - Google Patents

Document management system Download PDF

Info

Publication number
JP2007072500A
JP2007072500A JP2005255302A JP2005255302A JP2007072500A JP 2007072500 A JP2007072500 A JP 2007072500A JP 2005255302 A JP2005255302 A JP 2005255302A JP 2005255302 A JP2005255302 A JP 2005255302A JP 2007072500 A JP2007072500 A JP 2007072500A
Authority
JP
Japan
Prior art keywords
document
workflow
approval
management system
transition
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.)
Withdrawn
Application number
JP2005255302A
Other languages
Japanese (ja)
Inventor
Ryutaro Watanabe
竜太郎 渡辺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005255302A priority Critical patent/JP2007072500A/en
Publication of JP2007072500A publication Critical patent/JP2007072500A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To automatically select a work flow suitable to a document based on characteristics of the document by solving the problem of poor efficiency in a system for generating a work flow every time the documents are browsed. <P>SOLUTION: In this system, a plurality of work flows are preliminarily stored, and work flow is automatically determined based on document attributes. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は文書管理システムに関するものである。   The present invention relates to a document management system.

従来の文書管理システムにおいて、各ステップの移行に各ユーザーの承認が必要な複数人によって操作されるワークフローを複数定義し、管理する文書に対してそれら定義されたワークフローからユーザーが任意のワークフローを選択して適用することができる文書管理システムが提案されていた。
特開2003−50905号公報
In a conventional document management system, multiple workflows operated by multiple users who require approval of each user for each step transition are defined, and the user selects an arbitrary workflow from the workflows defined for the document to be managed Document management systems that can be applied in the past have been proposed.
JP 2003-50905 A

しかしながら、上記従来の文書管理システムでは、複数の定義されたワークフローからユーザーが必要なワークフローを選択せねばならず、ユーザーが各文書に必要なワークフローを把握していなければならない、及び必要なワークフローの選択を誤る可能性がある、という問題点があった。   However, in the conventional document management system described above, the user must select a required workflow from a plurality of defined workflows, the user must know the workflow required for each document, and There was a problem that the selection might be wrong.

本発明は、上記従来の課題を解決するためになされたものであり、文書の特徴をもとに文書に適したワークフローを自動的に選択することを目的とする。   The present invention has been made to solve the above-described conventional problems, and an object thereof is to automatically select a workflow suitable for a document based on the characteristics of the document.

上記目的を達成するための手段として、各ステップの移行に各ユーザーの承認が必要な複数人によって操作されるワークフローを複数定義する手段を有し、管理する文書に対して特徴を抽出する抽出手段を有し、抽出された文書の特徴と定義されたワークフローを対応させる対応手段を有し、管理する文書に対してワークフローを適用する場合に、上記抽出手段において抽出された文書の特徴を用いて上記対応手段によって対応するワークフローを複数の定義されたワークフローから決定する決定手段を有することを特徴とするものである。   As means for achieving the above object, there is provided means for defining a plurality of workflows operated by a plurality of persons who require the approval of each user for the transition of each step, and extracting means for extracting features from the document to be managed And having corresponding means for associating the extracted document characteristics with the defined workflow, and applying the workflow to the document to be managed, using the document characteristics extracted by the extracting means It has a determining means for determining a corresponding workflow from a plurality of defined workflows by the corresponding means.

本願発明により文書属性に応じて自動的にワークフローが決定されるため、作業効率の向上を図ることが可能となる。   Since the workflow is automatically determined according to the document attribute according to the present invention, the work efficiency can be improved.

(実施例1)
図1は本発明における実施形態1のシステム構成を表したブロック図である。まず図1を用いて本実施例におけるシステム構成を説明する。
Example 1
FIG. 1 is a block diagram showing a system configuration according to the first embodiment of the present invention. First, the system configuration in this embodiment will be described with reference to FIG.

本実施例における文書管理システムはコンピュータのOS上で動作するアプリケーション1000である。   The document management system in this embodiment is an application 1000 that runs on the OS of a computer.

1001はユーザーインターフェース部である。システムはユーザーインターフェース部を介してユーザーの操作を受け取り、ワークフローの定義要求は1002ワークフロー定義部に、文書へのワークフロー適用要求は1003文書管理制御部にそのユーザー操作を伝える。   Reference numeral 1001 denotes a user interface unit. The system receives a user operation via the user interface unit, and a workflow definition request is transmitted to the 1002 workflow definition unit, and a workflow application request for a document is transmitted to the 1003 document management control unit.

ユーザーインターフェース部からワークフローの定義要求を受け取ると、1002ワークフロー定義部でワークフローの定義を行う。また、複数のワークフローを定義することが可能である。   When a workflow definition request is received from the user interface unit, the workflow definition unit 1002 defines the workflow. A plurality of workflows can be defined.

ユーザーインターフェース部から文書へのワークフロー適用要求を受け取ると、1003文書管理制御部では1004特徴算出部、1005ワークフロー選択部と連携して該文書へのワークフロー適用を行う。この詳細については図2を用いて後述する。   When a workflow application request to a document is received from the user interface unit, the 1003 document management control unit performs workflow application to the document in cooperation with the 1004 feature calculation unit and the 1005 workflow selection unit. Details of this will be described later with reference to FIG.

1004は特徴算出部で、指定された文書の特徴を取得する。   Reference numeral 1004 denotes a feature calculation unit that acquires features of a designated document.

1005はワークフロー選択部で、指定された特徴から対応するワークフローの選択を行う。   A workflow selection unit 1005 selects a corresponding workflow from a specified feature.

1006は文書格納部で、文書データそのものが保管されている。   A document storage unit 1006 stores the document data itself.

図2を用いて、本実施例における処理の流れを説明する。   The flow of processing in this embodiment will be described with reference to FIG.

まず上記の図1、1002において、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に課長の承認を必要とし、第3ステップへの移行に部長の承認を必要とし、第4ステップへの移行に所長の承認を必要とするワークフローWF101と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に課長の承認を必要とし、第3ステップへの移行に部長の承認を必要とするワークフローWF102と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に課長の承認を必要とするワークフローWF103が定義され、それら該ワークフローと文書の特徴として文書名、または該文書名の一部が対応付けられた対応(図3)が存在するとする。   First, in Fig. 1 and 1002, the approval of the applicant is required for the transition to the first step, the approval of the section manager is required for the transition to the second step, and the approval of the general manager is required for the transition to the third step. Workflow WF101 that requires the approval of the director for the transition to the 4th step, the approval of the applicant is required for the transition to the 1st step, the approval of the section manager is required for the transition to the 2nd step, and the third step The workflow WF102 that requires the approval of the general manager for the transition and the workflow WF103 that requires the approval of the applicant for the transition of the first step and the approval of the section manager for the transition of the second step are defined. Assume that there is a correspondence (FIG. 3) in which a document name or a part of the document name is associated as a document feature.

ワークフロー適用要求を受けた1003は、1004により文書名の取得S2001を行う。   Upon receiving the workflow application request 1003, 1004 performs document name acquisition S 2001.

取得した文書名を1005に通知すると、1005はS2002図3を参照の上、文書名の判断を行う。   When the acquired document name is notified to 1005, 1005 determines the document name with reference to FIG.

文書名が決裁書、もしくは決裁書を含んでいればS2003、WF101に対応するワークフローの選択を行う。   If the document name includes an approval document or an approval document, a workflow corresponding to S2003 and WF101 is selected.

文書名が予算案、もしくは予算案を含んでいればS2004、WF102に対応するワークフローの選択を行う。   If the document name includes a budget plan or a budget plan, a workflow corresponding to S2004 and WF102 is selected.

文書名が購買依頼、もしくは購買依頼を含んでいればS2004、WF103に対応するワークフローの選択を行う。   If the document name includes a purchase request or purchase request, a workflow corresponding to S2004 and WF103 is selected.

そしてS2006で選択されたワークフローの適用を行う。   Then, the workflow selected in S2006 is applied.

本実施形態によれば、文書の文書名から対応するワークフローを、複数の定義されたワークフローから決定することができるようになる。   According to the present embodiment, a corresponding workflow can be determined from a plurality of defined workflows based on the document name of the document.

(実施例2)
前記実施形態では、文書の特徴に文書名、または該文書名の一部を使用し、ワークフローIDと特徴の対応付けに図3を使用ていたが、ワークフローを、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に部長の承認を必要とするワークフローWF201と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に係長の承認を必要とし、第3ステップへの移行に課長の承認を必要とし、第2ステップの移行に部長の承認を必要とするワークフローWF202と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に社員Aの承認を必要とし、第3ステップの移行に社員Bの承認を必要とし、第4ステップの移行に社員Cの承認を必要とし、第5ステップの移行に社員Dの承認を必要とするワークフローWF203とに定義し、それら該ワークフローと文書の特徴として文書内容、または該文書内容の一部を図4のように対応させてもよい。その場合の処理の流れは図5のようになる。
(Example 2)
In the above embodiment, the document name or a part of the document name is used for the document feature, and FIG. 3 is used for the correspondence between the workflow ID and the feature. Workflow WF201 that requires the approval of the general manager for the transition of the second step, the approval of the applicant for the transition of the first step, the approval of the chief for the transition of the second step, Workflow WF202, which requires the approval of the section manager for the transition to the third step, and the approval of the general manager for the transition of the second step, and the approval of the applicant for the transition of the first step, and the transition of the second step Requires the approval of employee A, requires the approval of employee B for the third step, requires the approval of employee C for the fourth step, and requires the approval of employee D for the fifth step To the workflow WF203 Document content as a feature of Kufuro the document or a part of the document content may correspond as shown in Figure 4. The flow of processing in that case is as shown in FIG.

この場合、文書内容から対応するワークフローを、複数の定義されたワークフローから決定することができるようになる。   In this case, the corresponding workflow can be determined from a plurality of defined workflows based on the document content.

(実施例3)
前記実施形態では、文書の特徴に文書名、または該文書名の一部を使用し、ワークフローIDと特徴の対応付けに図3を使用ていたが、ワークフローを第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に渡辺の承認を必要とするワークフローWF301と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に杉山の承認を必要とするワークフローWF302と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に藤吉の承認を必要とするワークフローWF303とに定義し、それら該ワークフローと文書の特徴として作成者、または該作成者の一部を図6のように対応させてもよい。その場合の処理の流れは図7のようになる。
(Example 3)
In the above embodiment, the document name or a part of the document name is used for the document feature, and FIG. 3 is used for the correspondence between the workflow ID and the feature. Workflow WF301 that requires approval, requires Watanabe's approval for the second step, and requires Applicant's approval for the first step, and Sugiyama's approval for the second step WF302 and the workflow WF303 that requires the approval of the applicant for the transition of the first step and the approval of Fujikichi for the transition of the second step, and the creator or the A part of the creator may correspond as shown in FIG. In this case, the processing flow is as shown in FIG.

この場合、文書属性から対応するワークフローを、複数の定義されたワークフローから決定することができるようになる。   In this case, the workflow corresponding to the document attribute can be determined from a plurality of defined workflows.

(実施例4)
前記実施形態では、文書の特徴に文書名、または該文書名の一部を使用し、ワークフローIDと特徴の対応付けに図3を使用ていたが、ワークフローを第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に係長の承認を必要とし、第3ステップの移行に課長の承認を必要とし、第4ステップへの移行に部長の承認を必要とし、第5ステップへの移行に所長の承認を必要とするワークフローWF401と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に係長の承認を必要とし、第3ステップの移行に課長の承認を必要とし、第4ステップへの移行に部長の承認を必要とするワークフローWF402と、第1ステップの移行に申請者の承認を必要とし、第2ステップの移行に係長の承認を必要とし、第3ステップの移行に課長の承認を必要とするワークフローWF403とに定義し、それら該ワークフローと文書の特徴として重要度、または該重要度の一部を図8のように対応させてもよい。その場合の処理の流れは図9のようになる。
Example 4
In the above embodiment, the document name or a part of the document name is used for the document feature, and FIG. 3 is used for the correspondence between the workflow ID and the feature. Approval is required, the approval of the chief is required for the transition to the second step, the approval of the section manager is required for the transition to the third step, the approval of the general manager is required for the transition to the fourth step, and the transition to the fifth step Workflow WF401 that requires the approval of the director for the transition, the applicant's approval is required for the transition of the first step, the approval of the chief is required for the transition of the second step, and the approval of the section manager is required for the transition of the third step The workflow WF402, which requires the approval of the general manager for the transition to the fourth step, the approval of the applicant for the transition of the first step, the approval of the chief for the transition of the second step, and the third Needs manager approval to transfer steps The workflow may be defined as a workflow WF403, and the importance or a part of the importance may correspond to the workflow and the document as shown in FIG. The processing flow in that case is as shown in FIG.

この場合、文書の重要度から対応するワークフローを、複数の定義されたワークフローから決定することができるようになる。   In this case, the corresponding workflow can be determined from a plurality of defined workflows based on the importance of the document.

本発明第1実施形態における文書管理システムのシステムブロック図The system block diagram of the document management system in 1st Embodiment of this invention 本発明第1実施形態におけるワークフロー適用部のフローチャート図The flowchart figure of the workflow application part in 1st Embodiment of this invention 本発明第1実施形態におけるワークフローIDと特徴の対応付け図Correspondence diagram of workflow ID and feature in the first embodiment of the present invention 本発明第2実施形態におけるワークフローIDと特徴の対応付け図Correspondence diagram of workflow ID and feature in the second embodiment of the present invention 本発明第2実施形態におけるワークフロー適用部のフローチャート図The flowchart figure of the workflow application part in 2nd Embodiment of this invention. 本発明第3実施形態におけるワークフローIDと特徴の対応付け図Correspondence diagram of workflow ID and feature in the third embodiment of the present invention 本発明第3実施形態におけるワークフロー適用部のフローチャート図The flowchart figure of the workflow application part in 3rd Embodiment of this invention. 本発明第4実施形態におけるワークフローIDと特徴の対応付け図Correspondence diagram of workflow ID and feature in the fourth embodiment of the present invention 本発明第4実施形態におけるワークフロー適用部のフローチャート図The flowchart figure of the workflow application part in 4th Embodiment of this invention

符号の説明Explanation of symbols

1001 ユーザーインターフェース部
1002 ワークフロー定義部
1003 文書管理制御部
1004 特徴算出部
1005 ワークフロー選択部
1006 文書格納部
1001 User interface
1002 Workflow definition part
1003 Document management control unit
1004 Feature calculator
1005 Workflow selector
1006 Document storage

Claims (5)

各ステップの移行に各ユーザーの承認が必要な複数人によって操作されるワークフローを複数定義する手段と、
管理する文書に対して特徴を抽出する抽出手段と、
抽出された文書の特徴と定義されたワークフローを対応させる対応手段と、
管理する文書に対してワークフローを適用する場合に上記抽出手段において抽出された文書の特徴を用いて上記対応手段によって対応するワークフローを複数の定義されたワークフローから決定する決定手段を有することを特徴とする文書管理システム。
A means to define multiple workflows operated by multiple people who require the approval of each user for each step transition,
Extracting means for extracting features from the document to be managed;
A corresponding means for associating the extracted document features with the defined workflow;
And a determining unit that determines a corresponding workflow from a plurality of defined workflows by using the feature of the document extracted by the extracting unit when the workflow is applied to a document to be managed. Document management system.
文書の特徴をその文書名または該文書名の一部とすることを特徴とする請求項1に記載の文書管理システム。   The document management system according to claim 1, wherein the feature of the document is the document name or a part of the document name. 文書の特徴をその文書内容または該文書内容の一部とすることを特徴とする請求項1に記載の文書管理システム。   The document management system according to claim 1, wherein a feature of the document is the document content or a part of the document content. 文書の特徴をその文書の作成者や作成日またはユーザーが任意に定義する指標といった文書属性もしくはそれら該文書属性の一部とすることを特徴とする請求項1に記載の文書管理システム。   2. The document management system according to claim 1, wherein the document features are document attributes such as an index arbitrarily defined by a creator or creation date of the document or a user, or a part of the document attributes. 文書の特徴をその文書の最終アクセス日からの日数の逆数などで定義する文書の重要度または該重要度の一部とすることを特徴とする請求項1に記載の文書管理システム。   2. The document management system according to claim 1, wherein the document feature is defined as an importance level of the document defined by a reciprocal of the number of days from the last access date of the document or a part of the importance level.
JP2005255302A 2005-09-02 2005-09-02 Document management system Withdrawn JP2007072500A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005255302A JP2007072500A (en) 2005-09-02 2005-09-02 Document management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005255302A JP2007072500A (en) 2005-09-02 2005-09-02 Document management system

Publications (1)

Publication Number Publication Date
JP2007072500A true JP2007072500A (en) 2007-03-22

Family

ID=37933923

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005255302A Withdrawn JP2007072500A (en) 2005-09-02 2005-09-02 Document management system

Country Status (1)

Country Link
JP (1) JP2007072500A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013020326A (en) * 2011-07-08 2013-01-31 Ricoh Co Ltd Workflow processing apparatus, processing method and program
CN102930375A (en) * 2012-09-28 2013-02-13 明基电通有限公司 Digital publication account handling system and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013020326A (en) * 2011-07-08 2013-01-31 Ricoh Co Ltd Workflow processing apparatus, processing method and program
CN102930375A (en) * 2012-09-28 2013-02-13 明基电通有限公司 Digital publication account handling system and method

Similar Documents

Publication Publication Date Title
US8290803B2 (en) Migration system and method
US9037537B2 (en) Automatic redaction of content for alternate reviewers in document workflow solutions
US20030078821A1 (en) System and method for identifying individuals having a desired skill set
Lucey et al. Reframing the evidence base for policy-relevance to increase impact: a case study on forest fragmentation in the oil palm sector
JP2009238191A (en) Web application system
Mezher et al. Knowledge management in mechanical and industrial engineering consulting: a case study
CN103368765A (en) Management system permission adding method and device
Nasab et al. A delphi study of the important factors for BI system implementation in the public sector organizations
US20140164044A1 (en) Use of enhanced user status to facilitate document workflow solutions
US20070239511A1 (en) System and method for application balanced scorecard optimizer
JP2007072500A (en) Document management system
EP2877735A2 (en) Managing inferred data
JP2009276904A (en) Project management device, project management method, project management program and recording medium
CA3223528A1 (en) Data governance systems and methods
EP2140410A1 (en) Method and system for determining entitlements to resources of an organization
TWI342522B (en) Light path management system and method for displaying user&#39;s working conditions on a screen
US20160012373A1 (en) Automatically generating a multimedia presentation of employee performance data
KR20210080977A (en) Business document editing method and system using blockchain
JP2009140362A (en) Security level evaluation device and security level evaluation program
JP2015075919A (en) File management device and system, and program
JP6292886B2 (en) Layouting device, layouting method and layouting program
JP2010073092A (en) Information processor and program
JP5402427B2 (en) Information processing apparatus, information processing system, and program
US9984057B2 (en) Creating notes related to communications
JP2011095794A (en) Handwritten memo management device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081104