JP2010191609A - Work flow execution device, work flow execution method, and work flow execution program - Google Patents

Work flow execution device, work flow execution method, and work flow execution program Download PDF

Info

Publication number
JP2010191609A
JP2010191609A JP2009034244A JP2009034244A JP2010191609A JP 2010191609 A JP2010191609 A JP 2010191609A JP 2009034244 A JP2009034244 A JP 2009034244A JP 2009034244 A JP2009034244 A JP 2009034244A JP 2010191609 A JP2010191609 A JP 2010191609A
Authority
JP
Japan
Prior art keywords
workflow
execution
print
identification information
executed
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.)
Granted
Application number
JP2009034244A
Other languages
Japanese (ja)
Other versions
JP5131223B2 (en
Inventor
Tomohiro Nishiguchi
智洋 西口
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies 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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2009034244A priority Critical patent/JP5131223B2/en
Publication of JP2010191609A publication Critical patent/JP2010191609A/en
Application granted granted Critical
Publication of JP5131223B2 publication Critical patent/JP5131223B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To execute print processing in the order of submitting a work flow. <P>SOLUTION: A server receives user identification information and a work flow, and stores them in association with their reception time, and executes the stored work flow. When the plurality of work flows associated with the user identification information are executed in parallel, an unexecuted work flow whose print processing has not been executed other than the print execution work flow is detected in a stage prior to the execution of the print processing defined by one of a plurality of work flows (S16: YES), and when there is a limitation on the number of printing paper (S18; YES), the execution of the print processing defined by the print execution work flow is permitted (S24) under such conditions that the time associated with the print execution work flow precedes the time associated with the unexecuted work flow (S22: YES). <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明はワークフロー実行装置、ワークフロー実行方法およびワークフロー実行プログラムに関し、特に複数のワークフローを並列して実行することが可能なワークフロー実行装置、そのワークフロー実行装置で実行されるワークフロー実行方法およびそのワークフロー実行方法をコンピュータに実行させるためのワークフロー実行プログラムに関する。   The present invention relates to a workflow execution device, a workflow execution method, and a workflow execution program, and more particularly, a workflow execution device capable of executing a plurality of workflows in parallel, a workflow execution method executed by the workflow execution device, and the workflow execution method. The present invention relates to a workflow execution program for causing a computer to execute.

近年、ユーザ毎に印刷許可枚数の上限値を設定しておき、印刷枚数を制限する印刷枚数制限管理がなされている。例えば、特開2008−77493号公報には、ネットワーク接続されたユーザ端末、印刷装置、印刷管理サーバを備え、ユーザ毎に印刷許可枚数の上限値が設定されている印刷システムであって、前記印刷管理サーバは、ユーザの印刷許可枚数の残数と前記ユーザからの複数の印刷ジョブ要求における印刷必要枚数とにより、印刷可能枚数を算定する印刷枚数算定手段と、前記印刷可能枚数が不足する場合に優先させる印刷ジョブを自動的に判定する印刷ジョブ判定手段を備えていることを特徴とする印刷システムが記載されている。   In recent years, an upper limit value of the permitted number of prints is set for each user, and print number limit management is performed to limit the number of prints. For example, Japanese Patent Laid-Open No. 2008-77493 discloses a printing system that includes a user terminal connected to a network, a printing apparatus, and a print management server, in which an upper limit value of the number of prints allowed is set for each user. The management server includes a print number calculating unit that calculates a printable number based on a remaining number of print permission sheets of the user and a required number of prints in a plurality of print job requests from the user. A printing system is provided that includes a print job determination unit that automatically determines a priority print job.

一方、複数の処理を組み合わせたワークフローを定義し、ワークフローで定義された複数の処理を実行する技術が開発されている。上記印刷枚数制限管理によって印刷枚数が制限される場合、ワークフローで定義される複数の処理に印刷処理が含まれる場合でも管理対象となる。したがって、ワークフローで定義される印刷処理を実行することによって印刷枚数が上限値を超える場合は、ワークフローを実行することができない。   On the other hand, a technique for defining a workflow combining a plurality of processes and executing a plurality of processes defined in the workflow has been developed. When the number of printed sheets is limited by the above-mentioned number-of-prints-limit management, even when a plurality of processes defined in the workflow includes a printing process, it is a management target. Therefore, if the number of printed sheets exceeds the upper limit value by executing the printing process defined in the workflow, the workflow cannot be executed.

ワークフローは、複数の処理の組み合わせを定義するので、複数の処理の2番目以降に印刷処理が定義される場合は、それより前の処理が実行されるまで実行されないので、印刷処理が実行されるまでに時間がかかる。したがって、複数のワークフローが並列して実行される場合には、後に投入されたワークフローにより定義される印刷処理が、先に投入されたワークフローにより定義される印刷処理よりも先に実行される場合がある。この場合、後に投入されたワークフローにより定義される印刷処理が実行されることにより印刷枚数が上限値を越えると、先に投入されたワークフローにより定義される印刷処理が実行されない場合がある。このため、2つのワークフローを投入したユーザは、投入した順と異なる順で印刷処理が実行されるので、困惑してしまうといった問題がある。
特開2008−77493号公報
Since the workflow defines a combination of a plurality of processes, if a print process is defined after the second of the plurality of processes, the print process is executed because the process is not executed until the process before that is executed. It takes time. Therefore, when a plurality of workflows are executed in parallel, the print processing defined by the workflow input later may be executed before the print processing defined by the workflow input earlier. is there. In this case, if the number of printed sheets exceeds the upper limit due to execution of the printing process defined by the workflow input later, the printing process defined by the workflow input earlier may not be executed. For this reason, there is a problem that a user who has input two workflows is confused because print processing is executed in a different order from the input order.
JP 2008-77493 A

この発明は上述した問題点を解決するためになされたもので、この発明の目的の1つは、ワークフローを投入した順に印刷処理を実行させることが可能なワークフロー実行装置、ワークフロー実行方法およびワークフロー実行プログラムを提供することである。   The present invention has been made to solve the above-described problems, and one of the objects of the present invention is a workflow execution apparatus, a workflow execution method, and a workflow execution capable of executing print processing in the order in which workflows are input. Is to provide a program.

上述した目的を達成するために、本実施の形態におけるワークフロー実行装置は、ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるワークフロー受付手段と、前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶する記憶手段と、前記記憶されたワークフローを実行するワークフロー実行手段と、前記記憶手段により記憶され、同じユーザ識別情報と関連付けられた複数のワークフローが前記ワークフロー実行手段により並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出する検出手段と、前記複数のワークフローに関連付けられたユーザ識別情報で特定されるユーザに対して印刷可能枚数に制限があるか否かを判断する第2判断手段と、前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する実行制御手段と、を含む。   In order to achieve the above-described object, the workflow execution device according to the present exemplary embodiment includes a workflow reception unit that receives user identification information for identifying a user and a workflow that defines a plurality of series of processes, The storage means for storing the user identification information and the workflow in association with the time when they are received, the workflow execution means for executing the stored workflow, and the storage means stored in the storage means and associated with the same user identification information. When the plurality of workflows are executed in parallel by the workflow execution means, the plurality of workflows are in a stage before the print processing defined by one print execution workflow is executed. Other workflows other than the print execution workflow Whether there is a limit on the number of printable sheets for a user specified by user identification information associated with the plurality of workflows and detection means for detecting an unexecuted workflow that has not been printed from the flow. A second determination means for determining, and when the unexecuted workflow is detected and the printable number of sheets is limited, a time associated with the print execution workflow is earlier than a time associated with the unexecuted workflow. Execution control means for permitting execution of the printing process defined by the print execution workflow by the workflow execution means on the condition that there is.

この局面によれば、同じユーザ識別情報と関連付けられた複数のワークフローが並列して実行される場合、複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、複数のワークフローのうち印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローが検出され、未実行ワークフローが検出され、かつ、印刷可能枚数に制限がある場合、印刷実行ワークフローに関連付けられた時刻が未実行ワークフローに関連付けられた時刻より前であることを条件に、印刷実行ワークフローにより定義される印刷処理の実行が許可される。このため、先に実行が開始された未実行ワークフローで定義される印刷処理が後に実行が開始された印刷実行ワークフローより先に実行される。このため、複数のワークフローによりそれぞれ定義される複数の印刷処理をワークフローを投入した順に実行するので、後に実行が開始された印刷実行ワークフローで定義される印刷処理が実行されるが、先に投入された未実行ワークフローで定義される印刷処理が実行されなくなるのが防止される。その結果、ワークフローを投入した順に印刷処理を実行させることが可能なワークフロー実行装置を提供することができる。   According to this aspect, when a plurality of workflows associated with the same user identification information are executed in parallel, the print processing defined by one print execution workflow among the plurality of workflows is performed before the execution. If a non-executed workflow that has not been printed is detected from workflows other than the print execution workflow among the multiple workflows, an unexecuted workflow is detected, and there is a limit on the number of printable pages, print execution Execution of the printing process defined by the print execution workflow is permitted on condition that the time associated with the workflow is before the time associated with the unexecuted workflow. For this reason, the printing process defined by the unexecuted workflow that has been started first is executed before the print execution workflow that has been started later. For this reason, since a plurality of print processes defined by a plurality of workflows are executed in the order in which the workflows are input, the print processes defined by the print execution workflow that has been started later are executed. Further, it is possible to prevent the printing process defined by the unexecuted workflow from being executed. As a result, it is possible to provide a workflow execution apparatus capable of executing print processing in the order in which workflows are input.

好ましくは、前記実行制御手段は、前記印刷可能枚数が所定の値より大きい場合は、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より後であっても前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する。   Preferably, when the number of printable sheets is larger than a predetermined value, the execution control unit executes the workflow even if the time associated with the print execution workflow is later than the time associated with the unexecuted workflow. The execution of the printing process defined by the print execution workflow by the means is permitted.

好ましくは、前記実行制御手段は、前記複数のワークフローそれぞれにより定義される印刷処理の印刷枚数の合計が、前記印刷可能枚数以下の場合は、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より後であっても前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する。   Preferably, the execution control unit is configured such that the time associated with the print execution workflow is the unexecuted workflow when the total number of print processes defined by each of the plurality of workflows is equal to or less than the printable number. The execution of the printing process defined by the print execution workflow by the workflow execution means is permitted even after the time associated with.

好ましくは、前記実行制御手段は、前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可しない場合、前記未実行ワークフローにより定義される印刷処理が終了することを条件に、前記ワークフロー実行手段に前記印刷実行ワークフローにより定義される印刷処理の実行を許可する。   Preferably, when the execution control unit does not permit the execution of the print process defined by the print execution workflow by the workflow execution unit, the print process defined by the unexecuted workflow ends. The workflow execution means is allowed to execute the printing process defined by the print execution workflow.

この発明の他の局面に従えば、ワークフロー実行方法は、ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるステップと、前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶するステップと、前記記憶されたワークフローを実行するステップと、同じユーザ識別情報と関連付けられて記憶された複数のワークフローが並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出するステップと、前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、を含む。   According to another aspect of the present invention, a workflow execution method includes a step of receiving user identification information for identifying a user and a workflow defining a plurality of series of processes, and the received user identification information and workflow. Are stored in association with the time when they are received, the step of executing the stored workflow, and a plurality of workflows stored in association with the same user identification information are executed in parallel. In a stage before the print process defined by one print execution workflow among the plurality of workflows is executed, the print process is not executed from other workflows other than the print execution workflow. Detecting an unexecuted workflow; and In the step of executing, on the condition that the time associated with the print execution workflow is earlier than the time associated with the unexecuted workflow Allowing the execution of the printing process defined by the print execution workflow.

この局面に従えば、ワークフローを投入した順に印刷処理を実行させることが可能なワークフロー実行方法を提供することができる。   According to this aspect, it is possible to provide a workflow execution method capable of executing print processing in the order in which workflows are input.

この発明のさらに他の局面によれば、ワークフロー実行プログラムは、ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるステップと、前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶するステップと、前記記憶されたワークフローを実行するステップと、同じユーザ識別情報と関連付けられて記憶された複数のワークフローが並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出するステップと、前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、をコンピュータに実行させる。   According to still another aspect of the present invention, a workflow execution program receives user identification information for identifying a user and a workflow that defines a plurality of series of processes, the received user identification information, and A case in which a workflow is stored in association with the time when they are received, a step in which the stored workflow is executed, and a plurality of workflows that are stored in association with the same user identification information are executed in parallel. In the stage before the print processing defined by one print execution workflow among the plurality of workflows is executed, the print processing is not executed from other workflows other than the print execution workflow among the plurality of workflows Detecting an unexecuted workflow, and said unexecuted workflow If a line workflow is detected and the number of printable sheets is limited, the executing step is performed on the condition that the time associated with the print execution workflow is earlier than the time associated with the unexecuted workflow. And allowing the execution of the printing process defined by the print execution workflow in the computer.

この局面に従えば、ワークフローを投入した順に印刷処理を実行させることが可能なワークフロー実行プログラムを提供することができる。   According to this aspect, it is possible to provide a workflow execution program capable of executing print processing in the order in which workflows are input.

以下、本発明の実施の形態について図面を参照して説明する。以下の説明では同一の部品には同一の符号を付してある。それらの名称および機能も同じである。したがってそれらについての詳細な説明は繰返さない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.

図1は、本発明の実施の形態の1つにおけるワークフロー実行システムの全体概要を示す図である。図1を参照して、ワークフロー実行システム1は、ネットワーク2にそれぞれ接続された複合機(以下、「MFP」という)3,4と、パーソナルコンピュータ(以下「PC」いう)200と、サーバ300と、を含む。本実施の形態においては、PC200で入力されたワークフローがサーバ300により実行される場合を例に説明する。この場合、サーバ300は、ワークフローにより定義される複数の処理を、MFP(Multi Function Peripheral)3,4に実行させるために、MFP3,4を制御する。ここでは、ワークフローを実行するサーバ300をワークフロー実行装置といい、ワークフローにより定義される複数の処理を実行するMFP3,4を処理実行装置という。   FIG. 1 is a diagram showing an overall outline of a workflow execution system according to one embodiment of the present invention. Referring to FIG. 1, a workflow execution system 1 includes multifunction devices (hereinafter referred to as “MFP”) 3, 4, a personal computer (hereinafter referred to as “PC”) 200, and a server 300 connected to a network 2. ,including. In the present embodiment, an example will be described in which the workflow input by the PC 200 is executed by the server 300. In this case, the server 300 controls the MFPs 3 and 4 to cause the MFPs (Multi Function Peripherals) 3 and 4 to execute a plurality of processes defined by the workflow. Here, the server 300 that executes the workflow is called a workflow execution device, and the MFPs 3 and 4 that execute a plurality of processes defined by the workflow are called process execution devices.

なお、PC200およびサーバ300は、処理実行装置として機能することが可能である。また、サーバ300をワークフロー実行装置として機能させる場合を例に説明するが、サーバ300が有する機能を、MFP3,4またはPC200に搭載するようにしてもよい。この場合は、MFP3,4またはPC200がワークフロー実行装置として機能するので、サーバ300は不要である。   The PC 200 and the server 300 can function as a process execution device. Although the case where the server 300 functions as a workflow execution apparatus will be described as an example, the functions of the server 300 may be installed in the MFPs 3 and 4 or the PC 200. In this case, since the MFPs 3 and 4 or the PC 200 function as a workflow execution device, the server 300 is not necessary.

さらに、2台のMFP3,4が処理実行装置として機能し、1台のサーバ300がワークフロー実行装置として機能する場合を例に説明するが、台数を限定するものではなく、それぞれ1台以上あればよい。また、ユーザがワークフローをPC200に入力する場合を例に説明するが、ユーザがサーバ300またはMFP3,4にワークフローを入力するようにしてもよい。すなわち、MFP3,4のうちいずれか1つがスタンドアロンで、ワークフロー実行装置および処理実行装置として機能するようにしてもよい。   Further, a case where two MFPs 3 and 4 function as processing execution devices and one server 300 functions as a workflow execution device will be described as an example. However, the number of MFPs 3 and 4 is not limited. Good. Although the case where the user inputs the workflow to the PC 200 will be described as an example, the user may input the workflow to the server 300 or the MFPs 3 and 4. That is, any one of the MFPs 3 and 4 may stand alone and function as a workflow execution apparatus and a process execution apparatus.

PC200およびサーバ300は、一般的なコンピュータである。MFP3,4は、スキャナ機能、プリンタ機能、コピー機能、ファクシミリ機能、データ送信機能、画像処理等の複数の機能を備える。   The PC 200 and the server 300 are general computers. The MFPs 3 and 4 have a plurality of functions such as a scanner function, a printer function, a copy function, a facsimile function, a data transmission function, and image processing.

ネットワーク2は、ローカルエリアネットワーク(LAN)であり、接続形態は有線または無線を問わない。またネットワーク2は、LANに限らず、ワイドエリアネットワーク(WAN)、インターネットであってもよく、また、専用回線に限らず、公衆交換電話網(PSTN)等で接続されたネットワークであってもよい。   The network 2 is a local area network (LAN), and the connection form may be wired or wireless. The network 2 is not limited to a LAN, but may be a wide area network (WAN) or the Internet, and is not limited to a dedicated line but may be a network connected by a public switched telephone network (PSTN) or the like. .

本実施の形態におけるワークフロー実行システム1は、ワークフロー実行装置として機能するサーバ300は、処理実行装置として機能するMFP3,4それぞれが有する機能を予め記憶している。MFP3,4それぞれが有する機能は、PC200において、ワークフローの入力を受け付ける際に、PC200により参照される。PC200を操作するユーザは、サーバ300に記憶されたMFP3,4それぞれが有する機能のうちから複数の機能を選択し、選択された複数の機能をそれぞれ実行する複数の一連の処理を含むワークフローを定義することが可能である。この場合、ユーザは、MFP3,4のいずれかに処理を実行させるか否かを必ずしも決定する必要はないが、MFP3,4のうち複数の処理の少なくとも1つを実行する装置を特定するワークフローを入力することができる。例えば、サーバ300をWebサーバとして機能させ、PC300にブラウザプログラムをインストールするようにすれば、ユーザがPC200にMFP3,4が実行可能な複数の機能の2以上を組み合わせた複数の処理を定義するワークフローを入力し、PC200に入力されたワークフローをサーバ300が受信することができる。   In the workflow execution system 1 according to the present embodiment, a server 300 that functions as a workflow execution device stores in advance the functions of the MFPs 3 and 4 that function as processing execution devices. The functions of each of the MFPs 3 and 4 are referred to by the PC 200 when the PC 200 receives an input of a workflow. A user operating the PC 200 selects a plurality of functions from the functions of the MFPs 3 and 4 stored in the server 300, and defines a workflow including a series of processes for executing the selected functions. Is possible. In this case, the user does not necessarily have to determine whether or not to cause one of the MFPs 3 and 4 to execute the process, but a workflow for specifying a device that executes at least one of the plurality of processes among the MFPs 3 and 4 is performed. Can be entered. For example, if the server 300 functions as a Web server and a browser program is installed in the PC 300, the user defines a plurality of processes in which two or more of a plurality of functions executable by the MFPs 3 and 4 are combined in the PC 200. The server 300 can receive the workflow input to the PC 200.

また、サーバ300は、複数の一連の処理を定義したワークフローが入力されると、そのワークフローを実行する。ワークフローの実行は、ワークフローにより定義される処理対象となるデータに対して、ワークフローにより定義される複数の一連の処理を順に、処理実行装置であるMFP3,4に実行させることをいう。具体的には、ワークフローで定義される複数の一連の処理を、最初から順に1つ選択し、処理対象となるデータと、選択した処理を実行するためのコマンドとを、選択した処理を実行可能なMFP3,4のいずれかに送信する。コマンドは、例えば、印刷処理であれば用紙サイズ、拡大または縮小率、印刷枚数等の印刷条件等、処理を実行するための条件を含むようにしてもよい。これにより、MFP3,4のうちコマンドとデータとを受信する装置は、コマンドに従ってデータを処理し、処理後のデータおよび処理結果、または処理後のデータが存在しない処理の場合には処理結果をサーバ300に返信する。   In addition, when a workflow defining a plurality of series of processes is input, the server 300 executes the workflow. The execution of the workflow refers to causing the MFPs 3 and 4 that are the process execution devices to sequentially execute a plurality of series of processes defined by the workflow on the data to be processed defined by the workflow. Specifically, a series of processes defined in the workflow can be selected one by one from the beginning, and the selected process can be executed for the data to be processed and the command for executing the selected process. To any one of MFPs 3 and 4. For example, in the case of a printing process, the command may include a condition for executing the process, such as a paper size, an enlargement / reduction ratio, a printing condition such as the number of printed sheets. As a result, the device that receives the command and the data among the MFPs 3 and 4 processes the data according to the command, and if the processed data and the processing result or the processing without the processed data exists, the processing result is stored in the server. Reply to 300.

また、ワークフローにより定義される処理は、データの送信処理と印刷処理との組み合わせ等、データの内容を変更しない複数の処理の組み合わせを含む場合があり、この場合には、データの内容を変更しない複数の処理を並列して実行することが可能である。サーバ300は、ワークフローが並列して実行可能な複数の処理を定義する場合には、並列して実行可能な複数の処理を実行するためのコマンドと同一のデータとをMFP3,4にそれぞれ送信し、MFP3,4に並列して異なる処理を実行させる。   In addition, the process defined by the workflow may include a combination of a plurality of processes that do not change the data contents, such as a combination of a data transmission process and a printing process. In this case, the data contents are not changed. It is possible to execute a plurality of processes in parallel. When the server 300 defines a plurality of processes that can be executed in parallel, the server 300 transmits the same data as the command for executing the plurality of processes that can be executed in parallel to the MFPs 3 and 4, respectively. The MFPs 3 and 4 execute different processes in parallel.

サーバ300において、MFP3,4のうち選択した処理を実行させる装置の決定は、その装置がワークフローで指定されている場合には、指定されている装置に決定し、いずれか一方が実行可能な場合には実行可能な装置に決定し、MFP3,4のいずれもが選択した処理を実行可能な場合には、任意の一方に決定する。なお、MFP3,4のいずれもが選択した処理を実行可能な場合には、予め定めた基準に従って実行させる装置を決定するようにしてもよい。予め定めた基準とは、MFP3,4の負荷を監視するようにし、負荷の低い装置に決定する基準、MFP3,4の処理能力を予め記憶しておき、処理能力の高い装置に決定する基準、MFP3,4で処理を実行するのに必要なコストを予め記憶しておき、コストの低い装置に決定する基準等である。   In the server 300, the device to execute the process selected from the MFPs 3 and 4 is determined as the designated device when the device is designated in the workflow, and either one can be executed. Is determined as an executable device, and when any of the MFPs 3 and 4 can execute the selected process, it is determined as an arbitrary one. Note that if both of the MFPs 3 and 4 can execute the selected process, an apparatus to be executed may be determined according to a predetermined criterion. The predetermined standard is to monitor the load of the MFPs 3 and 4 and to determine a device having a low load, to store the processing capability of the MFPs 3 and 4 in advance and to determine a device having a high processing capability, Costs necessary for executing processing in the MFPs 3 and 4 are stored in advance, and a criterion for determining a low-cost device is used.

さらに、サーバ300は、印刷枚数制限管理処理を実行する。サーバ300は、印刷枚数制限管理処理を実行するに際して、予め上限管理テーブルを記憶する。上限管理テーブルは、ユーザ毎に、上限値と印刷枚数とを関連付ける上限管理レコードを含む。上限管理レコードは、ユーザを識別するためのユーザ識別情報が設定される項目と、そのユーザに割り当てられた上限値が設定される項目と、そのユーザの指示によりMFP3およびMFP4により印刷された枚数が設定される項目とを含み、ユーザ識別情報と、上限値と、印刷枚数とを関連付ける。   Further, the server 300 executes a print number limit management process. The server 300 stores an upper limit management table in advance when executing the print number limit management process. The upper limit management table includes an upper limit management record for associating an upper limit value with the number of printed sheets for each user. The upper limit management record includes an item in which user identification information for identifying a user is set, an item in which an upper limit assigned to the user is set, and the number of sheets printed by the MFP 3 and MFP 4 according to the user's instruction. Including items to be set, the user identification information, the upper limit value, and the number of printed sheets are associated with each other.

サーバ300は、管理者によりユーザ識別情報と上限値とが入力されると、上限管理テーブルに含まれる上限管理レコードのうち、入力されたユーザ識別情報を含む上限管理レコードの上限値の項目に入力された上限値を設定する。また、MFP3,4それぞれによりプリントまたはコピー処理が実行されると、そのプリントまたはコピー処理の実行を指示したユーザのユーザ識別情報と印刷枚数とを含む実績情報を受信する。サーバ300は、MFP3,4のいずれかから実績情報を受信すると、上限管理テーブルに含まれる上限管理レコードのうち、受信された実績情報に含まれるユーザ識別情報を含む上限管理レコードの印刷枚数の項目に設定されている印刷枚数を、それに実績情報に含まれる印刷枚数を加算した値に変更する。   When the user inputs the user identification information and the upper limit value, the server 300 inputs the upper limit management record including the input user identification information among the upper limit management records included in the upper limit management table. Set the upper limit value. Further, when print or copy processing is executed by each of the MFPs 3 and 4, performance information including user identification information of the user who has instructed execution of the print or copy processing and the number of printed sheets is received. When the server 300 receives the record information from any of the MFPs 3 and 4, the item of the number of prints of the upper limit management record including the user identification information included in the received record information among the upper limit management records included in the upper limit management table. Is changed to a value obtained by adding the number of printed sheets included in the record information.

一方、MFP3,4は、プリントまたはコピー処理を実行する前の段階で、プリントまたはコピー処理の実行を指示したユーザのユーザ識別情報を含む上限枚数の問合せ情報を送信し、サーバ300から、そのユーザ識別情報を含む上限管理レコードを受信する。MFP3,4は、受信された上限管理レコードに設定されている上限値から印刷枚数を減算した印刷可能枚数と、プリントまたはコピー処理を実行することによる印刷予定枚数とを比較し、印刷予定枚数が印刷可能枚数以下であることを条件に、プリントまたはコピー処理を実行する。   On the other hand, before executing the print or copy process, the MFPs 3 and 4 transmit the inquiry information for the upper limit number including the user identification information of the user who has instructed the execution of the print or copy process. An upper limit management record including identification information is received. The MFPs 3 and 4 compare the printable number obtained by subtracting the number of prints from the upper limit value set in the received upper limit management record and the expected print number by executing the print or copy process, and the expected print number is Print or copy processing is executed on condition that the number of printable sheets is equal to or less.

なお、MFP3,4が送信する問合せ情報に、印刷予定枚数を含めるようにし、サーバ300が、印刷予定枚数が印刷可能枚数以下であるか否かを判断するようにしてもよい。この場合には、サーバ300が、印刷予定枚数が印刷可能枚数以下であることを条件に許可信号をMFP3,4に送信し、MFP3,4は、サーバ300から許可信号を受信することを条件に、プリントまたはコピー処理を実行する。   The inquiry information transmitted by the MFPs 3 and 4 may include the scheduled number of prints, and the server 300 may determine whether the planned number of prints is equal to or less than the printable number. In this case, server 300 transmits a permission signal to MFPs 3 and 4 on condition that the scheduled number of prints is less than or equal to the number of printable sheets, and MFPs 3 and 4 receive conditions of the permission signal from server 300. Execute the print or copy process.

次に処理実行装置であるMFP3,4について説明する。ここでは、MFP3,4のハードウェア構成および機能を同じとし、以下の説明では特に言及しない限りMFP3を例に説明する。なお、MFP3,4のハードウェア構成および機能を異なるようにしてもよい。   Next, the MFPs 3 and 4 as processing execution apparatuses will be described. Here, the hardware configurations and functions of the MFPs 3 and 4 are assumed to be the same, and in the following description, the MFP 3 will be described as an example unless otherwise specified. Note that the hardware configurations and functions of the MFPs 3 and 4 may be different.

図2は、MFPのハードウェア構成の一例を示すブロック図である。図2を参照して、MFP3は、メイン回路101を含み、メイン回路101は、ADF10と、画像読取部20と、画像形成部30と、給紙部40と、ファクシミリ部50と、接続される。メイン回路101は、中央演算装置(CPU)111と、CPU111の作業領域として使用されるRAM(Random Access Memory)112と、CPU111が実行するプログラム等を記憶するためのEEPROM(Electronically Erasable Programmable Read Only Memory)113と、表示部114と、操作部115と、大容量記憶装置としてのハードディスクドライブ(HDD)116と、データ通信制御部117と、を含む。   FIG. 2 is a block diagram illustrating an example of a hardware configuration of the MFP. Referring to FIG. 2, MFP 3 includes a main circuit 101, and main circuit 101 is connected to ADF 10, image reading unit 20, image forming unit 30, paper feeding unit 40, and facsimile unit 50. . The main circuit 101 includes a central processing unit (CPU) 111, a RAM (Random Access Memory) 112 used as a work area of the CPU 111, and an EEPROM (Electronically Erasable Programmable Read Only Memory) for storing programs executed by the CPU 111. ) 113, a display unit 114, an operation unit 115, a hard disk drive (HDD) 116 as a mass storage device, and a data communication control unit 117.

CPU111は、表示部114、操作部115、HDD116およびデータ通信制御部117とそれぞれ接続され、メイン回路101の全体を制御する。また、CPU111は、ADF10、画像読取部20、画像形成部30、給紙部40およびファクシミリ部50とそれぞれ接続され、MFP3の全体を制御する。   The CPU 111 is connected to the display unit 114, the operation unit 115, the HDD 116, and the data communication control unit 117, and controls the entire main circuit 101. The CPU 111 is connected to the ADF 10, the image reading unit 20, the image forming unit 30, the paper feeding unit 40, and the facsimile unit 50, and controls the entire MFP 3.

表示部114は、液晶表示装置(LCD)、有機ELD(Electro Luminescence Display)等のディスプレイであり、ユーザに対する指示メニューや取得した画像データに関する情報等を表示する。操作部115は、複数のキーを備え、キーに対応するユーザの操作による各種の指示、文字、数字などのデータの入力を受け付ける。操作部115は、表示部114上に設けられたタッチパネルを含む。表示部114と操作部115とで、MFP3本体の上面に設けられる操作パネル9が構成される。   The display unit 114 is a display such as a liquid crystal display (LCD) or an organic ELD (Electro Luminescence Display), and displays an instruction menu for the user, information about acquired image data, and the like. The operation unit 115 includes a plurality of keys, and accepts input of various instructions, data such as characters and numbers by user operations corresponding to the keys. The operation unit 115 includes a touch panel provided on the display unit 114. Display unit 114 and operation unit 115 constitute operation panel 9 provided on the upper surface of the main body of MFP 3.

データ通信制御部117は、TCP(Transmission Control Protocol)またはUDP(User Datagram Protocol)等の通信プロトコルで通信するためのインターフェースであるLAN端子118と、シリアル通信するためのシリアルインターフェース端子119とを有する。データ通信制御部117は、CPU111からの指示に従って、LAN端子118またはシリアルインターフェース端子119に接続された外部の機器との間でデータを送受信する。   The data communication control unit 117 includes a LAN terminal 118 that is an interface for communicating with a communication protocol such as TCP (Transmission Control Protocol) or UDP (User Datagram Protocol), and a serial interface terminal 119 for serial communication. The data communication control unit 117 transmits / receives data to / from an external device connected to the LAN terminal 118 or the serial interface terminal 119 in accordance with an instruction from the CPU 111.

LAN端子118に、ネットワーク2に接続するためのLANケーブルが接続される場合、データ通信制御部117は、LAN端子118を介して、MFP4、PC200またはサーバ300と通信することが可能である。さらに、LANケーブルがインターネットに接続される場合には、インターネットに接続された電子メールサーバと通信することにより、電子メールの送受信が可能である。   When a LAN cable for connecting to the network 2 is connected to the LAN terminal 118, the data communication control unit 117 can communicate with the MFP 4, the PC 200, or the server 300 via the LAN terminal 118. Further, when the LAN cable is connected to the Internet, it is possible to send and receive electronic mail by communicating with an electronic mail server connected to the Internet.

また、CPU111は、データ通信制御部117を制御して、メモリカード119AからCPU111が実行するためのプログラムを読出し、読み出したプログラムをRAM112に記憶し、実行する。なお、CPU111が実行するためのプログラムを記憶する記録媒体としては、メモリカード119Aに限られず、フレキシブルディスク、カセットテープ、光ディスク(CD−ROM(Compact Disc−Read Only Memory)/MO(Magnetic Optical Disc)/MD(Mini Disc)/DVD(Digital VerSatile Disc))、ICカード、光カード、マスクROM、EPROM(EraSable Programmable ROM)、EEPROM(Electronically EPROM)などの半導体メモリ等の媒体でもよい。さらに、CPU111がインターネットに接続されたコンピュータからプログラムをダウンロードしてHDD116に記憶する、または、インターネットに接続されたコンピュータがプログラムをHDD116に書込みするようにして、HDD116に記憶されたプログラムをRAM112にロードしてCPU111で実行するようにしてもよい。ここでいうプログラムは、CPU111により直接実行可能なプログラムだけでなく、ソースプログラム、圧縮処理されたプログラム、暗号化されたプログラム等を含む。   Further, the CPU 111 controls the data communication control unit 117 to read a program to be executed by the CPU 111 from the memory card 119A, and stores the read program in the RAM 112 and executes it. A recording medium for storing a program to be executed by the CPU 111 is not limited to the memory card 119A, but a flexible disk, a cassette tape, an optical disk (CD-ROM (Compact Disc-Read Only Memory) / MO (Magnetic Optical Disc)). It may be a medium such as a semiconductor memory such as / MD (Mini Disc) / DVD (Digital VerSatile Disc)), IC card, optical card, mask ROM, EPROM (EraSable Programmable ROM), or EEPROM (Electronically EPROM). Further, the CPU 111 downloads a program from a computer connected to the Internet and stores it in the HDD 116, or loads the program stored in the HDD 116 into the RAM 112 so that the computer connected to the Internet writes the program in the HDD 116. Then, it may be executed by the CPU 111. The program here includes not only a program directly executable by the CPU 111 but also a source program, a compressed program, an encrypted program, and the like.

ファクシミリ部50は、公衆交換電話網(PSTN)7に接続され、PSTN7にファクシミリデータを送信する、またはPSTN7からファクシミリデータを受信する。ファクシミリ部50は、受信したファクシミリデータをHDD116に記憶する、または画像形成部30でファクシミリデータを用紙にプリントする。また、ファクシミリ部50は、HDD116に記憶されたデータをファクシミリデータに変換して、PSTN7に接続されたファクシミリ装置または他のMFPに出力する。これにより、HDD116に記憶されたデータをファクシミリ装置または他のMFP4に出力することができる。   The facsimile unit 50 is connected to the public switched telephone network (PSTN) 7 and transmits facsimile data to the PSTN 7 or receives facsimile data from the PSTN 7. The facsimile unit 50 stores the received facsimile data in the HDD 116, or the image forming unit 30 prints the facsimile data on paper. Further, the facsimile unit 50 converts the data stored in the HDD 116 into facsimile data, and outputs the facsimile data to a facsimile machine connected to the PSTN 7 or another MFP. As a result, the data stored in the HDD 116 can be output to the facsimile machine or another MFP 4.

図3は、サーバ300のハードウェア構成の一例を示すブロック図である。図3を参照して、サーバ300は、それぞれがバス320に接続されたCPU301と、CPU301が実行するプログラム等を記憶するためのROM303と、CPU301の作業領域として用いられるRAM305と、大容量記憶装置としてのHDD307と、PC300をネットワーク2に接続するための通信I/F311と、ユーザとのインターフェースとなる操作部313と、フラッシュメモリ308が装着されるカードI/F309と、を含む。   FIG. 3 is a block diagram illustrating an exemplary hardware configuration of the server 300. Referring to FIG. 3, server 300 includes CPU 301 each connected to bus 320, ROM 303 for storing a program executed by CPU 301, RAM 305 used as a work area for CPU 301, and a mass storage device As an HDD 307, a communication I / F 311 for connecting the PC 300 to the network 2, an operation unit 313 serving as an interface with the user, and a card I / F 309 to which the flash memory 308 is mounted.

操作部313は、キーボードとマウスなどのポインティングデバイスとを含む入力部315と、データを表示する液晶表示装置等からなる表示部317とを含む。   The operation unit 313 includes an input unit 315 including a keyboard and a pointing device such as a mouse, and a display unit 317 including a liquid crystal display device that displays data.

なお、ここではCPU301がROM303に記憶されたプログラムを実行する例を説明するが、フラッシュメモリ308に記憶されたプログラムをRAM305にロードし、実行するようにしてもよい。また、プログラムを記憶する記録媒体としては、フラッシュメモリ308に限られず、上述した他の媒体でもよい。   Although an example in which the CPU 301 executes a program stored in the ROM 303 will be described here, the program stored in the flash memory 308 may be loaded into the RAM 305 and executed. Further, the recording medium for storing the program is not limited to the flash memory 308, and may be another medium described above.

さらに、CPU301がネットワーク2に接続されたコンピュータからプログラムをダウンロードしてHDD306に記憶する、または、ネットワーク2に接続されたコンピュータがプログラムをHDD306に書込みするようにして、HDD306に記憶されたプログラムをRAM312にロードしてCPU301で実行するようにしてもよい。   Further, the CPU 301 downloads a program from a computer connected to the network 2 and stores the program in the HDD 306, or the computer connected to the network 2 writes the program in the HDD 306 so that the program stored in the HDD 306 is stored in the RAM 312. The CPU 301 may execute the program.

図4は、サーバ300が備えるCPUが有する機能の一例を、HDDに記憶される情報とともに示す機能ブロック図である。図4を参照して、CPU301は、ユーザ識別情報とワークフローとを受け付けるワークフロー受付部51と、ユーザ識別情報およびワークフローをそれらが受け付けられた時刻と関連付けてHDD307記憶するワークフロー記憶部53と、ワークフローを実行するワークフロー実行部55と、ワークフロー実行部55を制御するワークフロー制御部57と、複数のユーザ毎に印刷枚数を制限する印刷枚数制限管理を実行する印刷枚数制限管理部59と、を含む。   FIG. 4 is a functional block diagram illustrating an example of functions of the CPU included in the server 300 together with information stored in the HDD. Referring to FIG. 4, CPU 301 includes a workflow reception unit 51 that receives user identification information and a workflow, a workflow storage unit 53 that stores user identification information and a workflow in association with the time at which the user identification information and the workflow are received, and a workflow. It includes a workflow execution unit 55 that executes, a workflow control unit 57 that controls the workflow execution unit 55, and a print number limit management unit 59 that executes print number limit management that limits the number of prints for each of a plurality of users.

ワークフロー受付部51は、通信I/F311がPC300からユーザ識別情報とワークフローと、処理対象データとの組を受信すると、受信された組を受け付け、ワークフロー記憶部53に出力する。ユーザ識別情報は、ワークフローの実行を指示したユーザを識別するための識別情報である。処理対象データは、ワークフローが実行される際に、処理の対象となるデータをいう。PC300から受信される処理対象データは、処理対象データそのものであってもよいし、サーバ300、PC200およびMFP3,4のいずれかに記憶されたデータであってもよい。処理対象データが、データそのものでない場合は、処理対象データを識別するためのデータ識別情報がPC200から受信される。データ識別情報は、それが記憶される装置を識別するための装置識別情報と、ファイル名とを含むネットワーク2におけるアドレスであり、例えば、URLである。ワークフローは、MFP3,4がそれぞれ実行可能な複数の処理のうちから選ばれた複数の処理と、それらを実行するための設定値と、実行順とを定義する。ここでは、ユーザがPC200にログインし、PC200にワークフローを入力することにより、PC200がサーバ300にログインしたユーザのユーザ識別情報と、ワークフローと、処理対象データとの組をサーバ300に送信する場合を例に説明する。   When the communication I / F 311 receives a set of user identification information, a workflow, and processing target data from the PC 300, the workflow reception unit 51 receives the received set and outputs it to the workflow storage unit 53. The user identification information is identification information for identifying the user who has instructed execution of the workflow. The processing target data is data that is a processing target when the workflow is executed. The processing target data received from the PC 300 may be the processing target data itself, or data stored in any of the server 300, the PC 200, and the MFPs 3 and 4. When the processing target data is not the data itself, data identification information for identifying the processing target data is received from the PC 200. The data identification information is an address in the network 2 including device identification information for identifying a device in which the data identification information is stored and a file name, and is, for example, a URL. The workflow defines a plurality of processes selected from a plurality of processes that can be executed by the MFPs 3 and 4, setting values for executing them, and execution order. Here, a case where the user logs in to the PC 200 and inputs a workflow to the PC 200, whereby the PC 200 transmits a set of the user identification information of the user logged in to the server 300, the workflow, and the processing target data to the server 300. Explained as an example.

例えば、ワークフロー受付部51は、Webサーバとして機能し、HDD307に予め記憶されたMFP3,4それぞれが実行可能な処理を識別するための処理識別情報から複数を順番とともに、ユーザが指定可能なWebページをPC300に送信する。このWebページは、ユーザにより指定された複数の処理識別情報で特定される複数の処理それぞれを実行するための設定値を受け付けることが可能である。さらに、このWebページは、ワークフローの処理対象となるデータを指定可能である。ユーザが、ブラウザプログラムを実行するPC200のディスプレイに表示されるWebページに従って、処理識別情報と、その処理識別情報で特定される処理を実行するための設定値と、実行順と、処理対象データとを指定すれば、指定された複数の処理識別情報と、それらを実行するための設定値と、実行順とを定義するワークフローと、PC200にログインしているユーザのユーザ識別情報と、処理対象データとが、サーバ300に送信される。   For example, the workflow reception unit 51 functions as a Web server and can be specified by the user in order from the process identification information for identifying the processes executable by the MFPs 3 and 4 stored in the HDD 307 in advance. Is transmitted to the PC 300. This Web page can accept setting values for executing each of a plurality of processes specified by a plurality of process identification information specified by the user. Further, this Web page can specify data to be processed in the workflow. In accordance with the Web page displayed on the display of the PC 200 that executes the browser program, the user executes the process identification information, the setting value for executing the process specified by the process identification information, the execution order, the process target data, , A workflow that defines a plurality of specified processing identification information, setting values for executing them, and execution order, user identification information of a user who has logged in to the PC 200, and processing target data Is transmitted to the server 300.

ワークフロー記憶部53は、ワークフロー受付部51からユーザ識別情報とワークフローと処理対象データとの組が入力されると、ユーザ識別情報と、ワークフローと、処理対象データと、ワークフローが受け付けられた日時とを関連付けたワークフロー定義データを生成し、それをHDD307に記憶する。これにより、ワークフロー定義データ81がHDD307に記憶される。   When the combination of the user identification information, the workflow, and the processing target data is input from the workflow reception unit 51, the workflow storage unit 53 displays the user identification information, the workflow, the processing target data, and the date / time when the workflow was received. The associated workflow definition data is generated and stored in the HDD 307. As a result, the workflow definition data 81 is stored in the HDD 307.

ここでワークフロー定義データについて説明する。図5は、ワークフロー定義データのフォーマットの一例を示す図である。図5を参照して、ワークフロー定義データは、ユーザ識別情報の項目と、登録時刻の項目と、ワークフローの項目と、処理対象の項目とを含む。ユーザ識別情報の項目は、ワークフローの実行を指示したユーザを識別するためのユーザ識別情報が設定される。登録時刻の項目は、ワークフローが受け付けられた日時が設定される。ワークフローの項目は、ワークフローが設定される。   Here, the workflow definition data will be described. FIG. 5 is a diagram illustrating an example of the format of workflow definition data. Referring to FIG. 5, the workflow definition data includes an item of user identification information, an item of registration time, an item of workflow, and an item to be processed. In the user identification information item, user identification information for identifying the user who has instructed execution of the workflow is set. In the item of registration time, the date and time when the workflow is accepted is set. A workflow is set in the item of workflow.

処理対象の項目は、ワークフローにより定義される第1番目の処理の対象となるデータを識別するためのデータ識別情報が設定される。ワークフロー記憶部53は、PC200から受信される処理対象データがデータそのものである場合、処理対象データをHDD307に記憶し、記憶したデータを識別するためのデータ識別情報(例えば、ファイル名)を処理対の項目に設定する。また、PC200から受信される処理対象データがデータ識別情報である場合、そのデータ識別情報で特定されるデータを取得し、取得されたデータをHDD307に記憶し、記憶したデータを識別するためのデータ識別情報を処理対の項目に設定する。なお、ワークフローで定義される処理、特に第1番目の処理が、例えば、原稿を読み取るスキャン処理の場合は、その処理が実行されることによりデータが生成されるので、処理対象の項目には何も設定されない。   In the item to be processed, data identification information for identifying data to be processed in the first process defined by the workflow is set. When the processing target data received from the PC 200 is the data itself, the workflow storage unit 53 stores the processing target data in the HDD 307 and uses data identification information (for example, a file name) for identifying the stored data. Set the item. In addition, when the processing target data received from the PC 200 is data identification information, data for acquiring data specified by the data identification information, storing the acquired data in the HDD 307, and identifying the stored data Set the identification information in the item of the processing pair. Note that if the process defined in the workflow, particularly the first process is a scan process for reading a document, for example, data is generated by executing that process. Is not set.

図6は、ワークフローの一例を示す図である。図6を参照して、ワークフロー定義データは、手順の項目と、処理IDの項目と、設定値の項目と、処理結果の項目と、を含む。手順の項目は、ワークフローにおける複数の処理それぞれの順番が設定される。処理IDの項目は、処理を特定するための処理識別情報が設定される。処理IDは、MFP3,4が実行可能な処理を識別するための処理識別情報である。設定値の項目は、処理識別情報で特定される処理を実行するために用いられる設定値が設定される。ワークフロー定義データにおいて、手順の項目と、処理IDの項目と、設定値の項目とは、PC200においてワークフローが入力され、ワークフロー受付部51により受け付けられる段階で、それぞれの値が設定される。処理結果の項目は、ワークフロー定義データが生成される段階では、処理IDの項目に設定された処理識別情報で識別される処理が未だ実行されていないことを示す「未」の値が設定され、処理IDの項目に設定された処理識別情報で識別される処理が実行され、その処理が終了した段階で、処理が実行されたことを示す「済」の値が設定される。   FIG. 6 is a diagram illustrating an example of a workflow. Referring to FIG. 6, the workflow definition data includes a procedure item, a process ID item, a set value item, and a process result item. The order of each of the plurality of processes in the workflow is set as the procedure item. In the process ID item, process identification information for specifying a process is set. The process ID is process identification information for identifying a process that can be executed by the MFPs 3 and 4. In the setting value item, a setting value used for executing the process specified by the process identification information is set. In the workflow definition data, the procedure item, the process ID item, and the set value item are set when the workflow is input in the PC 200 and accepted by the workflow accepting unit 51. In the process result item, at the stage where the workflow definition data is generated, a value “not yet” indicating that the process identified by the process identification information set in the process ID item has not yet been executed is set. The process identified by the process identification information set in the process ID item is executed, and when the process is completed, a value of “Done” indicating that the process has been executed is set.

第1番目の手順としては、処理識別情報「スキャン」の処理が定義されている。設定値は「解像度」と、「色」と、「データ形式」とが設定される。1番目の手順で定義された処理が実行されると、設定値に設定された「解像度」および「色」で原稿が読み取られ、設定値に設定された「データ形式」のデータが生成される。例えば、ここでは、「データ形式」の設定値にビットマップ形式が設定された場合を例に説明する。   As the first procedure, a process of process identification information “scan” is defined. As the setting values, “resolution”, “color”, and “data format” are set. When the process defined in the first procedure is executed, the document is read with “resolution” and “color” set as the set values, and data of “data format” set as the set values is generated. . For example, here, a case where a bitmap format is set as a setting value of “data format” will be described as an example.

第2番目の手順としては、処理識別情報「データ変換」の処理が定義されている。設定値は、「データ形式」と、「Searchable」が設定されている。「データ形式」の設定値は、データ形式を変換した後のデータ形式が設定される。「Searchable」の設定値は、イメージデータを検索可能なデータへの変換を示す。検索可能なデータとは、例えば、イメージデータに含まれる文字を文字認識して得られるテキストデータを付加した検索可能なデータである。ここでは、「データ形式」の設定値にPDF(Portable Document Format)が設定され、「Searchable」の設定値がオンに設定された場合を例に説明する。第2番目の手順で定義された処理が実行されると、手順1で定義された処理が実行されて生成されるビットマップ形式のデータが、PDFのデータに変換されるとともに文字認識され、テキストデータを付加したSearchablePDFのデータに変換する処理が実行される。   As the second procedure, a process of process identification information “data conversion” is defined. As the setting value, “data format” and “Searchable” are set. As the setting value of “data format”, the data format after the data format is converted is set. The setting value of “Searchable” indicates conversion of image data into searchable data. The searchable data is, for example, searchable data to which text data obtained by character recognition of characters included in image data is added. Here, a case where PDF (Portable Document Format) is set as the setting value of “data format” and the setting value of “Searchable” is set to ON will be described as an example. When the process defined in the second procedure is executed, the bitmap format data generated by executing the process defined in procedure 1 is converted into PDF data, character-recognized, and text A process of converting the data into Searchable PDF data to which data is added is executed.

第3番目の手順としては、処理識別情報「印刷」の処理が定義されている。設定値は、「印刷枚数」と、「印刷モード」とが設定されている。ここでは、「印刷枚数」の設定値に「30」が設定され、「印刷モード」の設定値に「モノクロ」が設定される場合を例に説明する。第3番目の手順が実行されると、第2番目の手順で定義された処理が実行されて生成されるSearchablePDFのデータの画像が、MFP3、またはMFP4のいずれかによって、モノクロで30枚印刷される。   As the third procedure, a process of process identification information “print” is defined. As setting values, “number of prints” and “print mode” are set. Here, an example will be described in which “30” is set as the setting value of “number of prints” and “monochrome” is set as the setting value of “print mode”. When the third procedure is executed, 30 images of monochrome searchable PDF data generated by executing the process defined in the second procedure are printed in monochrome by either MFP 3 or MFP 4. The

なお、ここでは、手順1〜手順3の3つの処理を定義するワークフローを例に示したが、ワークフローは、2以上の複数の処理を定義するものであればよく、4以上の処理を定義してもよい。   In this example, a workflow that defines the three processes of procedure 1 to procedure 3 is shown as an example. However, the workflow is not limited as long as it defines two or more processes, and defines four or more processes. May be.

図4に戻って、ワークフロー実行部55は、HDD307に記憶されたワークフロー定義データ81に含まれるワークフローを実行する。ワークフロー実行部55は、HDD307に複数のワークフロー定義データ81が記憶されている場合、登録されたものから順に1つのワークフロー定義データ81を選択し、選択されたワークフロー定義データに含まれるワークフローを実行する。ワークフロー実行部55は、HDD307に記憶されている複数のワークフロー定義データ81のうち登録時刻の項目に設定されている時刻が前のものから順に1つを選択し、ワークフローを実行する。具体的には、選択されたワークフロー定義データ81の手順の項目に設定されている数字の小さいものから順に、対応する処理IDの項目に設定されている処理識別情報と、設定値の項目に設定されている設定値と、処理対象の項目に設定されているデータ識別情報とを取得し、MFP3またはMFP4のいずれかに取得された処理識別情報と、設定値と、データ識別情報との組を送信する。これにより、MFP3またはMFP4のうち処理識別情報と設定値と、データ識別情報との組を受信したものは、データ識別情報で特定されるデータを取得し、取得されたデータに対して、処理識別情報で識別される処理を設定値に従って実行し、処理を実行した後のデータをサーバ300に返信する。ワークフロー実行部55は、MFP3またはMFP4から処理結果を受信すると、ワークフロー定義データ81を更新する。具体的には、ワークフロー定義データ81に含まれるワークフローの実行された処理の処理識別情報に対応する処理結果を「済」に変更する。   Returning to FIG. 4, the workflow execution unit 55 executes the workflow included in the workflow definition data 81 stored in the HDD 307. When a plurality of workflow definition data 81 is stored in the HDD 307, the workflow execution unit 55 selects one workflow definition data 81 in order from the registered one, and executes the workflow included in the selected workflow definition data. . The workflow execution unit 55 selects one of the plurality of workflow definition data 81 stored in the HDD 307 in order from the previous time set in the item of registration time, and executes the workflow. Specifically, the process identification information set in the corresponding process ID item and the set value item are set in order from the smallest number set in the procedure item of the selected workflow definition data 81. The set value and the data identification information set in the item to be processed are acquired, and a set of the process identification information, the set value, and the data identification information acquired by either the MFP 3 or the MFP 4 is obtained. Send. As a result, the MFP 3 or the MFP 4 that has received the combination of the process identification information, the set value, and the data identification information acquires the data specified by the data identification information, and performs the process identification for the acquired data. The process identified by the information is executed according to the set value, and the data after executing the process is returned to the server 300. When the workflow execution unit 55 receives the processing result from the MFP 3 or MFP 4, the workflow execution unit 55 updates the workflow definition data 81. Specifically, the process result corresponding to the process identification information of the process executed in the workflow included in the workflow definition data 81 is changed to “Done”.

なお、ワークフローで定義される処理が、例えばスキャン処理のようにその処理が実行されることによりデータを生成する処理の場合、ワークフロー実行部55は、処理対象となるデータのデータ識別情報をMFP3,4に送信しない。   When the process defined in the workflow is a process for generating data by executing the process, for example, a scan process, the workflow execution unit 55 sets the data identification information of the data to be processed as MFP 3. Do not send to 4.

ワークフロー実行部55は、複数のワークフローを並列で実行することが可能である。ここでは、ワークフロー実行部55が、2つのワークフローを並列で実行する場合を例に説明する。なお、ワークフロー実行部55が、並列で実行可能なワークフローは、2以上であれば、2つに限定されるものではない。   The workflow execution unit 55 can execute a plurality of workflows in parallel. Here, a case where the workflow execution unit 55 executes two workflows in parallel will be described as an example. Note that the number of workflows that the workflow execution unit 55 can execute in parallel is not limited to two as long as it is two or more.

ワークフロー実行部55は、それぞれが1つのワークフローを実行する第1実行部61と、第2実行部63とを含む。第1実行部61および第2実行部63は、HDD307に記憶されている少なくとも1つのワークフロー定義データ81のうちから、未だ実行されていないワークフローを含むワークフロー定義データを選択し、選択されたワークフロー定義データに含まれるワークフローを実行する。第1実行部61および第2実行部63がHDD307に記憶されている少なくとも1つのワークフロー定義データ81のうちから選択するワークフロー定義データは、第1番目の処理(手順の項目が「1」の処理)未だ実行されていないワークフローを含むワークフロー定義データであれば、任意のものを選択することが可能である。例えば、ユーザ識別情報が同じワークフロー定義データを選択するようにしてもよい。ここでは、登録時刻の項目に設定された時刻が前のものから選択する場合を例に説明する。   The workflow execution unit 55 includes a first execution unit 61 and a second execution unit 63 that each execute one workflow. The first execution unit 61 and the second execution unit 63 select workflow definition data including a workflow that has not been executed from at least one workflow definition data 81 stored in the HDD 307, and the selected workflow definition Execute the workflow included in the data. The workflow definition data selected by the first execution unit 61 and the second execution unit 63 from the at least one workflow definition data 81 stored in the HDD 307 is the first process (the process item of the procedure is “1”). It is possible to select any workflow definition data that includes a workflow that has not yet been executed. For example, workflow definition data having the same user identification information may be selected. Here, a case where the time set in the item of registration time is selected from the previous ones will be described as an example.

第1実行部61がワークフロー定義データに含まれるワークフローを実行している最中に、第1実行部61が選択するワークフロー定義データの登録時刻の次ぎの登録時刻のワークフロー定義データに含まれるワークフローを第2実行部63が実行する場合を例に説明する。換言すれば、第2実行部63が、第1実行部61の選択するワークフロー定義データよりも登録時刻が後のワークフロー定義データを選択する。   While the first execution unit 61 is executing the workflow included in the workflow definition data, the workflow included in the workflow definition data at the registration time next to the registration time of the workflow definition data selected by the first execution unit 61 is A case where the second execution unit 63 executes is described as an example. In other words, the second execution unit 63 selects workflow definition data whose registration time is later than the workflow definition data selected by the first execution unit 61.

第1実行部61および第2実行部63それぞれは、ワークフロー定義データを選択すると、選択されたワークフロー定義データを、ワークフロー制御部57に出力するとともに、ワークフロー制御部57により制御されて、ワークフローを実行する。より具体的には、第1実行部61および第2実行部63それぞれは、ワークフロー定義データに含まれるワークフローにより定義される複数の処理それぞれを実行する前の段階で、処理識別情報をワークフロー制御部57に出力し、ワークフロー制御部57から許可信号が入力されることを条件に、処理識別情報で特定される処理を実行する。   When each of the first execution unit 61 and the second execution unit 63 selects workflow definition data, the selected workflow definition data is output to the workflow control unit 57 and is controlled by the workflow control unit 57 to execute the workflow. To do. More specifically, each of the first execution unit 61 and the second execution unit 63 sends the process identification information to the workflow control unit before executing each of the plurality of processes defined by the workflow included in the workflow definition data. The process identified by the process identification information is executed on condition that the permission signal is input from the workflow control unit 57.

ここでは、第1実行部61がHDD307に記憶される複数のワークフロー定義データ81のうち第1ワークフロー定義データに含まれる第1ワークフローを実行し、第2実行部63がHDD307に記憶される複数のワークフロー定義データ81のうち第2ワークフロー定義データに含まれる第2ワークフローを実行する場合について説明する。また、第1ワークフロー定義データと第2ワークフロー定義データは、同一のユーザが、PC200に印刷処理を含む第1ワークフローを入力したのちに、印刷処理を含む第2ワークフローを入力したとする。このため、第1ワークフロー定義データおよび第2ワークフロー定義データは、同じユーザ識別情報を含む。また、第2ワークフロー定義データの登録時刻の項目に設定される時刻は、第1ワークフロー定義データの登録時刻の項目に設定される時刻よりも後である。   Here, the first execution unit 61 executes the first workflow included in the first workflow definition data among the plurality of workflow definition data 81 stored in the HDD 307, and the second execution unit 63 stores the plurality of workflow definitions data stored in the HDD 307. A case where the second workflow included in the second workflow definition data in the workflow definition data 81 is executed will be described. Further, it is assumed that the first workflow definition data and the second workflow definition data are input by the same user after inputting the first workflow including the printing process into the PC 200 and then inputting the second workflow including the printing process. For this reason, the first workflow definition data and the second workflow definition data include the same user identification information. The time set in the registration time item of the second workflow definition data is later than the time set in the registration time item of the first workflow definition data.

印刷枚数制限管理部59は、上述した印刷枚数制限管理処理を実行する。具体的には、印刷枚数制限管理部59は、入力部315に、管理者によりユーザ識別情報と上限値とが入力されると、HDD307に記憶されている上限管理テーブル83に含まれる上限管理レコードのうち、入力されたユーザ識別情報を含む上限管理レコードの上限値の項目に入力された上限値を設定する。また、MFP3,4それぞれによりプリントまたはコピー処理が実行されると、そのプリントまたはコピー処理の実行を指示したユーザのユーザ識別情報と印刷枚数とを含む実績情報がMFP3,4より送信されるので、印刷枚数制限管理部59は、通信I/F311がMFP3またはMFP4から実績情報を受信すると、その実績情報を取得する。そして、印刷枚数制限管理部59は、上限管理テーブルに含まれる上限管理レコードのうち、取得された実績情報に含まれるユーザ識別情報を含む上限管理レコードの印刷枚数の項目に設定されている印刷枚数を、それに実績情報に含まれる印刷枚数を加算した値に変更する。また、印刷枚数制限管理部59は、MFP3,4のいずれかから上限枚数の問合せ情報を受信すると、上限枚数の問合せ情報に含まれるHDD307に記憶されている上限管理テーブル83から問合せ信号に含まれるユーザ識別情報を含む上限管理レコードを抽出し、抽出された上限管理レコードを、MFP3,4ののうち上限枚数の問合せ情報を送信してきたものに送信する。   The print number limit management unit 59 executes the above-described print number limit management process. Specifically, when the administrator inputs user identification information and an upper limit value to the input unit 315, the upper limit management record included in the upper limit management table 83 stored in the HDD 307 is input to the print number limit management unit 59. Among these, the upper limit value input is set in the upper limit value field of the upper limit management record including the input user identification information. Further, when the printing or copying process is executed by each of the MFPs 3 and 4, performance information including the user identification information of the user who has instructed the execution of the printing or copying process and the number of copies is transmitted from the MFPs 3 and 4. When the communication I / F 311 receives the record information from the MFP 3 or the MFP 4, the print number limit management unit 59 acquires the record information. Then, the print number limit management unit 59 sets the number of prints set in the item of the number of prints in the upper limit management record including the user identification information included in the acquired record information among the upper limit management records included in the upper limit management table. Is changed to a value obtained by adding the number of printed sheets included in the record information. Further, when the upper limit number of inquiry information is received from either MFP 3 or 4, the print number limit management unit 59 is included in the inquiry signal from the upper limit management table 83 stored in the HDD 307 included in the upper limit number of inquiry information. An upper limit management record including user identification information is extracted, and the extracted upper limit management record is transmitted to the MFP 3 or 4 that has transmitted the upper limit number of inquiry information.

さらに、印刷枚数制限管理部59は、ワークフロー制御部57からユーザ識別情報を含む問合せ信号が入力されると、HDD307に記憶されている上限管理テーブル83から問合せ信号に含まれるユーザ識別情報を含む上限管理レコードを抽出し、抽出された上限管理レコードに含まれる上限値と、印刷枚数とをワークフロー制御部57に出力する。ユーザ識別情報で特定されるユーザが、印刷枚数制限管理の対象とされていない場合があり、その場合には、印刷枚数制限管理部59は、上限値から印刷枚数に代えて制限無しを示す信号をワークフロー制御部57に出力する。   Further, when an inquiry signal including user identification information is input from the workflow control unit 57, the print number limit management unit 59 receives an upper limit including user identification information included in the inquiry signal from the upper limit management table 83 stored in the HDD 307. The management record is extracted, and the upper limit value and the number of printed sheets included in the extracted upper limit management record are output to the workflow control unit 57. In some cases, the user specified by the user identification information is not subject to print number limit management. In this case, the print number limit management unit 59 indicates a signal indicating no limit instead of the print number from the upper limit value. Is output to the workflow control unit 57.

ワークフロー制御部57は、検出部71と、判断部73と、ワークフロー実行部55を制御する実行制御部75と、ワークフローの実行を指示したユーザに割り当てられた印刷可能な印刷可能枚数を取得する制限枚数取得部77と、を含む。   The workflow control unit 57 obtains the printable printable sheet number assigned to the detection unit 71, the determination unit 73, the execution control unit 75 that controls the workflow execution unit 55, and the user who has instructed execution of the workflow. A number acquisition unit 77.

検出部71は、ワークフローを実行するワークフロー実行部55からワークフロー定義データが入力され、ワークフロー実行部55がワークフローにより定義された複数の処理それぞれを実行する前の段階で、その処理の処理識別情報が入力される。検出部71は、同じユーザ識別情報と関連付けられた複数のワークフローがワークフロー実行部55により並列して実行される場合、複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、複数のワークフローのうち印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出する。   The detection unit 71 receives the workflow definition data from the workflow execution unit 55 that executes the workflow, and the process identification information of the process before the workflow execution unit 55 executes each of the plurality of processes defined by the workflow. Entered. When a plurality of workflows associated with the same user identification information are executed in parallel by the workflow execution unit 55, the detection unit 71 executes print processing defined by one print execution workflow among the plurality of workflows. In the previous stage, an unexecuted workflow that has not been subjected to print processing is detected from among a plurality of workflows other than the print execution workflow.

具体的には、検出部71は、第1実行部61から第1ワークフロー定義データが入力され、第2実行部63から第2ワークフロー定義データが入力される。検出部71は、第1実行部61および第2実行部63のいずれかから印刷処理以外の処理の処理識別情報が入力される場合、実行制御部75に何も出力しない。   Specifically, the detection unit 71 receives first workflow definition data from the first execution unit 61 and receives second workflow definition data from the second execution unit 63. The detection unit 71 outputs nothing to the execution control unit 75 when process identification information of a process other than the printing process is input from either the first execution unit 61 or the second execution unit 63.

検出部71は、第1実行部61から印刷処理の処理識別情報が入力される場合、第1ワークフロー定義データと第2ワークフロー定義データにそれぞれ含まれるユーザ識別情報が同一か否かを判断する。検出部71は、同一と判断しない場合は、実行制御部75に何も出力しないが、同一と判断する場合は、さらに、HDD81に記憶される第2ワークフロー定義データを参照して、それに含まれるワークフローにより定義される印刷処理が未実行か否かを判断する。検出部71は、第2ワークフロー定義データに含まれる第2ワークフローにより定義される印刷処理が未実行と判断する場合、第2ワークフローを未実行ワークフローとして検出する。検出部71は、未実行ワークフローとして第2ワークフローを検出する場合、第2ワークフローが未実行ワークフローであることを示す信号を実行制御部75に出力するが、そうでなければ何も出力しない。   When the processing identification information of the printing process is input from the first execution unit 61, the detection unit 71 determines whether or not the user identification information included in each of the first workflow definition data and the second workflow definition data is the same. The detection unit 71 outputs nothing to the execution control unit 75 if it is not determined to be the same, but if it is determined to be the same, the detection unit 71 is further included with reference to the second workflow definition data stored in the HDD 81. It is determined whether the printing process defined by the workflow has not been executed. When the detection unit 71 determines that the printing process defined by the second workflow included in the second workflow definition data is not executed, the detecting unit 71 detects the second workflow as an unexecuted workflow. When detecting the second workflow as an unexecuted workflow, the detection unit 71 outputs a signal indicating that the second workflow is an unexecuted workflow to the execution control unit 75, but otherwise outputs nothing.

検出部71は、第2実行部63から印刷処理の処理識別情報が入力される場合、第2ワークフロー定義データと第1ワークフロー定義データにそれぞれ含まれるユーザ識別情報が同一か否かを判断する。検出部71は、同一と判断しない場合は、実行制御部75に何も出力しないが、同一と判断する場合は、さらに、HDD81に記憶される第1ワークフロー定義データを参照して、それに含まれるワークフローにより定義される印刷処理が未実行か否かを判断する。検出部71は、第1ワークフロー定義データに含まれるワークフローにより定義される印刷処理が未実行と判断する場合、第1ワークフローを未実行ワークフローとして検出する。検出部71は、未実行ワークフローとして第1ワークフローを検出する場合、第1ワークフローが未実行ワークフローであることを示す信号を実行制御部75に出力するが、そうでなければ何も出力しない。   When the processing identification information of the printing process is input from the second execution unit 63, the detection unit 71 determines whether the user identification information included in each of the second workflow definition data and the first workflow definition data is the same. The detection unit 71 outputs nothing to the execution control unit 75 if it is not determined to be the same, but if it is determined to be the same, the detection unit 71 is further included with reference to the first workflow definition data stored in the HDD 81. It is determined whether the printing process defined by the workflow has not been executed. When the detection unit 71 determines that the printing process defined by the workflow included in the first workflow definition data is not executed, the detecting unit 71 detects the first workflow as an unexecuted workflow. When detecting the first workflow as an unexecuted workflow, the detection unit 71 outputs a signal indicating that the first workflow is an unexecuted workflow to the execution control unit 75, but otherwise outputs nothing.

ここでは、第1ワークフロー定義データの登録時刻の項目に設定されている時刻は、第2ワークフロー定義データの登録時刻の項目に設定されている時刻よりも前なので、第1ワークフロー定義データに含まれる第1ワークフローが、第2ワークフロー定義データに含まれる第2ワークフローよりも先に実行が開始される。一方、第1ワークフローにより定義される印刷処理が、第2ワークフローにより定義される印刷処理よりも前に実行される場合と、後に実行される場合がある。このため、検出部71は、第2ワークフローにより定義される印刷処理および第2ワークフローにより定義される印刷処理の一方が実行される前の段階で、他方が未実行か否かを判断し、未実行の場合に他方が未実行ワークフローであることを示す信号を出力する。   Here, since the time set in the registration time item of the first workflow definition data is earlier than the time set in the registration time item of the second workflow definition data, it is included in the first workflow definition data. Execution of the first workflow is started before the second workflow included in the second workflow definition data. On the other hand, the printing process defined by the first workflow may be executed before or after the printing process defined by the second workflow. Therefore, the detection unit 71 determines whether or not the other is not executed at the stage before one of the printing process defined by the second workflow and the printing process defined by the second workflow is executed. In the case of execution, a signal indicating that the other is an unexecuted workflow is output.

判断部73は、ワークフロー実行部55からワークフロー定義データが入力され、ワークフロー定義データが入力されると、そのユーザ定義データに含まれるユーザ識別情報のユーザが印刷可能な印刷可能枚数を要求するための要求依頼信号を制限枚数取得部77に出力する。要求依頼信号は、ワークフロー実行部55から入力されるワークフロー定義データに含まれるユーザ識別情報を含む。ここでは、判断部73は、第1ワークフロー定義データと第2ワークフロー定義データとが入力されるが、第1ワークフロー定義データと第2ワークフロー定義データとにそれぞれ含まれるユーザ識別情報は同じなので、そのユーザ識別情報を含む要求依頼信号を制限枚数取得部77に出力する。   When the workflow definition data is input from the workflow execution unit 55 and the workflow definition data is input, the determination unit 73 requests a printable printable number of pages of the user identification information included in the user definition data. The request request signal is output to the limited number acquisition unit 77. The request request signal includes user identification information included in the workflow definition data input from the workflow execution unit 55. Here, the determination unit 73 receives the first workflow definition data and the second workflow definition data, but the user identification information included in each of the first workflow definition data and the second workflow definition data is the same. A request request signal including user identification information is output to the limited number acquisition unit 77.

制限枚数取得部77は、判断部73から要求依頼信号が入力されると、その要求依頼信号に含まれるユーザ識別情報を含む問合せ信号を印刷枚数制限管理部59に出力する。印刷枚数制限管理部59は、問合せ信号が入力されると、上限値と印刷枚数とを制限枚数取得部77に出力するので、制限枚数取得部77は、入力される上限値から印刷枚数を減算した印刷可能枚数を算出し、印刷可能枚数を判断部73に出力する。ユーザ識別情報で特定されるユーザが、印刷枚数制限管理の対象とされていない場合があり、その場合には、制限枚数取得部77は、印刷可能枚数に代えて制限無しを示す信号を判断部73に出力する。   When the request request signal is input from the determination unit 73, the limit number acquisition unit 77 outputs an inquiry signal including user identification information included in the request request signal to the print number limit management unit 59. When the inquiry signal is input, the print number limit management unit 59 outputs the upper limit value and the print number to the limit number acquisition unit 77, so the limit number acquisition unit 77 subtracts the print number from the input upper limit value. The number of printable sheets is calculated, and the number of printable sheets is output to the determination unit 73. In some cases, the user specified by the user identification information is not subject to the print number limit management. In this case, the limit number acquisition unit 77 determines a signal indicating no limit instead of the printable number. To 73.

判断部73は、制限枚数取得部77が要求依頼信号の入力に応じて出力する印刷可能枚数が入力されると、ユーザ識別情報と印刷可能枚数との組を実行制御部75に出力し、制限枚数取得部77から制限無しを示す信号が入力されると、ユーザ識別情報と制限無しを示す信号との組を実行制御部75に出力する。   When the printable number of sheets output in response to the input of the request request signal is input, the determination unit 73 outputs a set of the user identification information and the printable number of sheets to the execution control unit 75 to limit the limit. When a signal indicating no limit is input from the number acquisition unit 77, a set of user identification information and a signal indicating no limit is output to the execution control unit 75.

実行制御部75は、判断部73から印刷可能枚数が入力され、かつ、検出部71から未実行ワークフローとして第2ワークフローを識別するためのワークフロー識別情報が入力される場合、第1ワークフロー定義データに含まれる登録時刻が第2ワークフロー定義データに含まれる登録時刻より前であることを条件に、第1実行部61から処理識別情報が入力されることに応じて、第1実行部61に許可信号を出力する。ここでは、第1ワークフロー定義データに含まれる登録時刻が第2ワークフロー定義データに含まれる登録時刻より前なので、第1実行部61に許可信号を出力する。一方、実行制御部75は、判断部73から制限無しを示す信号が入力される場合、または、検出部71から未実行ワークフローとして第2ワークフローを識別するためのワークフロー識別情報が入力されない場合、第1実行部61から処理識別情報が入力されることに応じて、第1実行部61に許可信号を出力する。このため、第1ワークフローで定義される印刷処理が、第2ワークフローで定義される印刷処理が実行される前に実行される場合には、そのまま印刷処理を実行させることができる。その結果、先に投入された第1ワークフローにより定義される印刷処理が、後に投入された第2ワークフローにより定義される印刷処理よりも先に実行させることができる。   When the number of printable sheets is input from the determination unit 73 and the workflow identification information for identifying the second workflow as an unexecuted workflow is input from the detection unit 71, the execution control unit 75 stores the first workflow definition data. On the condition that the registration time included is before the registration time included in the second workflow definition data, a permission signal is sent to the first execution unit 61 in response to the process identification information being input from the first execution unit 61. Is output. Here, since the registration time included in the first workflow definition data is earlier than the registration time included in the second workflow definition data, a permission signal is output to the first execution unit 61. On the other hand, when a signal indicating no restriction is input from the determination unit 73 or when the workflow identification information for identifying the second workflow as an unexecuted workflow is not input from the detection unit 71, the execution control unit 75 In response to the process identification information being input from the first execution unit 61, a permission signal is output to the first execution unit 61. For this reason, when the printing process defined in the first workflow is executed before the printing process defined in the second workflow is executed, the printing process can be executed as it is. As a result, the printing process defined by the first workflow input first can be executed before the printing process defined by the second workflow input later.

実行制御部75は、判断部73から印刷可能枚数が入力され、かつ、検出部71から未実行ワークフローとして第1ワークフローを識別するためのワークフロー識別情報が入力される場合、第2ワークフロー定義データに含まれる登録時刻が第1ワークフロー定義データに含まれる登録時刻より前であることを条件に、第2実行部63から処理識別情報が入力されることに応じて、第2実行部63に許可信号を出力する。ここでは、第2ワークフロー定義データに含まれる登録時刻が第1ワークフロー定義データに含まれる登録時刻より後なので、第2実行部63に許可信号を出力しない。この場合、実行制御部75は、第1実行部61により第1ワークフロー定義データに含まれる第1ワークフローにより定義される印刷処理が実行され、その印刷処理の実行が終了した時点で、第2実行部63に許可信号を出力する。このため、第2実行部63により第2ワークフローで定義される印刷処理が、第1実行部61により第1ワークフローで定義される印刷処理が実行される前に実行される場合には、第2実行部63による印刷処理を、第1実行部61による印刷処理の実行が終了するまで、実行させないようにすることができる。その結果、先に投入された第1ワークフローにより定義される印刷処理が、後に投入された第2ワークフローにより定義される印刷処理よりも先に実行させることができる。   When the printable number of sheets is input from the determination unit 73 and the workflow identification information for identifying the first workflow as an unexecuted workflow is input from the detection unit 71, the execution control unit 75 stores the second workflow definition data. On the condition that the registration time included is before the registration time included in the first workflow definition data, a permission signal is sent to the second execution unit 63 in response to the process identification information being input from the second execution unit 63. Is output. Here, since the registration time included in the second workflow definition data is after the registration time included in the first workflow definition data, no permission signal is output to the second execution unit 63. In this case, the execution control unit 75 executes the second execution when the print processing defined by the first workflow included in the first workflow definition data is executed by the first execution unit 61 and the execution of the print processing is completed. A permission signal is output to the unit 63. For this reason, when the printing process defined by the second workflow by the second execution unit 63 is executed before the printing process defined by the first workflow is executed by the first execution unit 61, the second The printing process by the execution unit 63 can be prevented from being executed until the execution of the printing process by the first execution unit 61 is completed. As a result, the printing process defined by the first workflow input first can be executed before the printing process defined by the second workflow input later.

一方、実行制御部75は、判断部73から制限無しを示す信号が入力される場合は、検出部71から未実行ワークフローとして第1ワークフローを識別するためのワークフロー識別情報が入力される場合、または検出部71から未実行ワークフローとして第2ワークフローを識別するためのワークフロー識別情報が入力される場合であっても、第1実行部61または第2実行部63に許可信号を出力する。   On the other hand, the execution control unit 75 receives a signal indicating no restriction from the determination unit 73, receives workflow identification information for identifying the first workflow as an unexecuted workflow from the detection unit 71, or Even when workflow identification information for identifying the second workflow is input from the detection unit 71 as an unexecuted workflow, a permission signal is output to the first execution unit 61 or the second execution unit 63.

なお、実行制御部75は、第2ワークフローを投入したユーザが印刷することが可能な枚数を制限されており、かつ、そのユーザにより後に投入された第2ワークフローにより定義される印刷処理が実行される前の段階で、先に投入された第1ワークフローにより定義される印刷処理が未実行である場合に、第2ワークフローにより定義される印刷処理を、第1ワークフローにより定義される印刷処理が実行されるまで待機させるようにしたが、印刷処理が実行されるのを制限する条件として、次の条件を用いてもよい。   The execution control unit 75 is limited in the number of sheets that can be printed by the user who has input the second workflow, and the printing process defined by the second workflow input later by the user is executed. If the print process defined by the first workflow that has been input before has not been executed yet, the print process defined by the second workflow is executed by the print process defined by the first workflow. However, the following condition may be used as a condition for restricting the execution of the printing process.

(1)実行制御部75は、判断部73から入力されるユーザに割り当てられた印刷可能枚数が予め定められたしきい値T以上であり、かつ、検出部71から第1ワークフローが未実行ワークフローであることを示す信号が入力される場合は、第2ワークフロー定義データに含まれる登録時刻が第1ワークフロー定義データに含まれる登録時刻より後であっても第2実行部63に許可信号を出力する。また、実行制御部75は、判断部73から入力されるユーザに割り当てられた印刷可能枚数が予め定められたしきい値T以上であり、かつ、検出部71から第2ワークフローが未実行ワークローであることを示す信号が入力される場合、第1ワークフロー定義データに含まれる登録時刻が第2ワークフロー定義データに含まれる登録時刻より後であっても第1実行部61に許可信号を出力する。   (1) The execution control unit 75 determines that the printable sheet number assigned to the user input from the determination unit 73 is equal to or greater than a predetermined threshold T, and the first workflow from the detection unit 71 is an unexecuted workflow. When the signal indicating that the second workflow definition data is included, the permission signal is output to the second execution unit 63 even if the registration time included in the second workflow definition data is later than the registration time included in the first workflow definition data. To do. In addition, the execution control unit 75 has the number of printable sheets assigned to the user input from the determination unit 73 equal to or greater than a predetermined threshold value T, and the second workflow from the detection unit 71 is an unexecuted workflow. When a signal indicating that there is a signal is input, a permission signal is output to the first execution unit 61 even if the registration time included in the first workflow definition data is after the registration time included in the second workflow definition data.

第1および第2ワークフローを投入したユーザに割り当てられた印刷可能枚数が予め定められたしきい値T以上の場合には、第1ワークフローにより定義される印刷処理と、第2ワークフローにより定義される印刷処理とを実行したとしても印刷可能枚数を超えて印刷できなくなる確率が低いためである。   When the number of printable sheets assigned to the user who has input the first and second workflows is equal to or greater than a predetermined threshold value T, the printing process defined by the first workflow and the second workflow are defined. This is because even if the printing process is executed, there is a low probability that printing cannot be performed beyond the number of printable sheets.

(2)実行制御部75は、第1ワークフローにより定義される印刷処理の印刷枚数と、第2ワークフローにより定義される印刷処理の印刷枚数との合計が、印刷可能枚数以下で、かつ、検出部71から第1ワークフローが未実行ワークフローであることを示す信号が入力される場合は、第2ワークフロー定義データに含まれる登録時刻が第1ワークフロー定義データに含まれる登録時刻より後であっても第2実行部63に許可信号を出力する。また、実行制御部75は、第1ワークフローにより定義される印刷処理の印刷枚数と、第2ワークフローにより定義される印刷処理の印刷枚数との合計が、印刷可能枚数以下で、かつ、検出部71から第2ワークフローが未実行ワークフローであることを示す信号が入力される場合は、第1ワークフロー定義データに含まれる登録時刻が第2ワークフロー定義データに含まれる登録時刻より後であっても第1実行部61に許可信号を出力する。   (2) The execution control unit 75 has a total of the number of printed sheets defined by the first workflow and the number of printed sheets defined by the second workflow equal to or less than the printable number, and a detecting unit 71, when a signal indicating that the first workflow is an unexecuted workflow is input, even if the registration time included in the second workflow definition data is later than the registration time included in the first workflow definition data. 2 Output a permission signal to the execution unit 63. In addition, the execution control unit 75 determines that the sum of the number of prints of the print process defined by the first workflow and the number of prints of the print process defined by the second workflow is equal to or less than the printable number, and the detection unit 71 When a signal indicating that the second workflow is an unexecuted workflow is input from the first workflow definition data even if the registration time included in the first workflow definition data is later than the registration time included in the second workflow definition data. A permission signal is output to the execution unit 61.

第1ワークフローにより定義される印刷処理の印刷枚数と、第2ワークフローにより定義される印刷処理の印刷枚数との合計が、第1および第2ワークフローを投入したユーザに割り当てられた印刷可能枚数以下の場合には、第1ワークフローにより定義される印刷処理と、第2ワークフローにより定義される印刷処理とが実行される順番に係わらず、上限管理処理により印刷枚数が制限されることなく実行されるからである。   The sum of the number of printed sheets defined by the first workflow and the number of printed sheets defined by the second workflow is less than or equal to the number of printable sheets assigned to the user who entered the first and second workflows. In this case, the print process defined by the first workflow and the print process defined by the second workflow are executed without being limited by the upper limit management process regardless of the order of execution. It is.

図7は、ワークフロー制御処理の流れの一例を示すフローチャートである。ワークフロー制御を処理は、サーバ300が備える。CPU301が、ワークフロー実行プログラムを実行することによりCPU301により実行される処理である。   FIG. 7 is a flowchart illustrating an example of the flow of the workflow control process. The server 300 includes processing for workflow control. This is a process executed by the CPU 301 when the CPU 301 executes the workflow execution program.

図7を参照して、CPU301は、PC200から、ユーザ識別情報とワークフローとの組を受信したか否かを判断する。ユーザ識別情報とワークフローとの組を受信したならば処理をステップS02に進めるが、そうでなければ処理をステップS06に進める。ステップS02においては、現在時刻を取得する。次のステップS03においては、処理対象データを受信したか否かを判断する。処理対象データを受信したならば処理をステップS04に進めるが、そうでなければステップS04をスキップして処理をステップS05に進める。ステップS04においては、受信された処理対象データをHDD307に記憶し、処理をステップS05に進める。ステップS05においては、ステップS01において受信されたユーザ識別情報およびワークフローと、ステップS02において取得された。現在時刻と関連付けたワークフロー定義データを生成し、HDD307に記憶する。これにより、HDD307にワークフロー定義データ81が記憶される。ステップS06においては、新たなワークフロー定義データが記憶されたか否かを判断する。新たなワークフロー定義データが記憶されたならば処理をステップS07に進めるが、そうでなければ処理をステップS01に戻す。ステップS07においては、新たに記憶されたワークフロー定義データに含まれるワークフローを実行するためのワークフロー実行処理を実行する。   Referring to FIG. 7, CPU 301 determines whether or not a set of user identification information and a workflow has been received from PC 200. If a set of user identification information and a workflow is received, the process proceeds to step S02; otherwise, the process proceeds to step S06. In step S02, the current time is acquired. In the next step S03, it is determined whether or not processing target data has been received. If the data to be processed is received, the process proceeds to step S04. If not, step S04 is skipped and the process proceeds to step S05. In step S04, the received process target data is stored in HDD 307, and the process proceeds to step S05. In step S05, the user identification information and workflow received in step S01 and the step S02 were acquired. Workflow definition data associated with the current time is generated and stored in the HDD 307. As a result, the workflow definition data 81 is stored in the HDD 307. In step S06, it is determined whether new workflow definition data has been stored. If new workflow definition data is stored, the process proceeds to step S07; otherwise, the process returns to step S01. In step S07, a workflow execution process for executing a workflow included in the newly stored workflow definition data is executed.

なお、ここでは、処理対象のデータを受信する場合を例に説明するが、処理対象のデータを識別するためのデータ識別情報を受信するようにしてもよい。また、ワークフローで定義される第1番目の処理が処理対象データが必要のない処理である場合には、処理対象のデータは受信されない。   Here, a case where data to be processed is received will be described as an example, but data identification information for identifying data to be processed may be received. If the first process defined in the workflow is a process that does not require processing target data, the processing target data is not received.

次に、ワークフロー実行処理について説明する。ここでは、ユーザがPC200にログインし、印刷処理を含む第1ワークフローを入力した後に、印刷処理を含む第2ワークフローを入力した場合を例に説明する。この場合、サーバ300により上述のワークフロー制御処理が実行されて、HDD307に第1ワークフローを含む第1ワークフロー定義データと、第2ワークフローを含む第2ワークフロー定義データとが記憶される。第1ワークフローは第2ワークフローよりも前にPC200に入力されるので、第1ワークフロー定義データに含まれる登録時刻は、第2ワークフローに含まれる登録時刻よりも前であり、第1ワークフロー定義データが第2ワークフロー定義データよりも先にHDD307に記憶されるので、第1ワークフローが第2ワークフローよりも先に実行される。ここでは、第1ワークフロー定義データに含まれる第1ワークフローが先に実行されている状態で、第2ワークフロー定義データに含まれる第2ワークフローが実行される場合におけるワークフロー実行処理について説明する。   Next, the workflow execution process will be described. Here, a case where the user logs in to the PC 200, inputs the first workflow including the printing process, and then inputs the second workflow including the printing process will be described as an example. In this case, the above-described workflow control process is executed by the server 300, and the first workflow definition data including the first workflow and the second workflow definition data including the second workflow are stored in the HDD 307. Since the first workflow is input to the PC 200 before the second workflow, the registration time included in the first workflow definition data is earlier than the registration time included in the second workflow. Since the data is stored in the HDD 307 before the second workflow definition data, the first workflow is executed before the second workflow. Here, a workflow execution process in the case where the second workflow included in the second workflow definition data is executed in a state where the first workflow included in the first workflow definition data is executed first will be described.

図8は、ワークフロー実行処理の流れの一例を示すフローチャートである。ワークフロー実行処理は、図7におけるステップS07において実行される処理である。図8を参照して、CPU301は、HDD307に記憶されている第2ワークフロー定義データに含まれる第2ワークフローを読み出す(ステップS11)。そして、第2ワークフロー定義データにより第2ワークフローと関連付けられている時刻を第2時刻として取得する(ステップS12)。ステップS13においては、ステップS11において呼び出された第2ワークフローに含まれる第1番目の処理を選択する。そして、選択された処理が印刷処理か否かを判断する(ステップS14)。選択された処理が印刷処理ならば処理をステップS15に進めるが、そうでなければ処理をステップS29に進める。   FIG. 8 is a flowchart illustrating an example of the flow of the workflow execution process. The workflow execution process is a process executed in step S07 in FIG. Referring to FIG. 8, CPU 301 reads the second workflow included in the second workflow definition data stored in HDD 307 (step S11). Then, the time associated with the second workflow by the second workflow definition data is acquired as the second time (step S12). In step S13, the first process included in the second workflow called in step S11 is selected. Then, it is determined whether or not the selected process is a printing process (step S14). If the selected process is a printing process, the process proceeds to step S15; otherwise, the process proceeds to step S29.

ステップS15においては、ステップS11において読み出された第2ワークフローと関連付けられたユーザ識別情報と同じユーザ識別情報と関連付けられた第1ワークフローが存在するか否かを判断する。そのような第1ワークフローが存在するならば処理をステップS16に進めるが、そうでなければ処理をステップS24に進める。ここでは、第1ワークフローが既に実行されているので、処理をステップS16に進める。   In step S15, it is determined whether there is a first workflow associated with the same user identification information as the user identification information associated with the second workflow read in step S11. If such a first workflow exists, the process proceeds to step S16; otherwise, the process proceeds to step S24. Here, since the first workflow has already been executed, the process proceeds to step S16.

ステップS16においては、第1ワークフローが未実行の印刷処理を含むか否かを判断する。第1ワークフローが未実行の印刷処理を含むならば処理をステップS17に進めるが、そうでなければ処理をステップS24に進める。CPU301は、第1ワークフローが未実行の印刷処理を含むか否かを、HDD307に記憶された第1ワークフロー定義データ81を参照することにより判断する。   In step S16, it is determined whether the first workflow includes an unexecuted print process. If the first workflow includes an unexecuted print process, the process proceeds to step S17; otherwise, the process proceeds to step S24. The CPU 301 determines whether or not the first workflow includes an unexecuted print process by referring to the first workflow definition data 81 stored in the HDD 307.

ステップS17においては、第1および第2ワークフローと、第1ワークフロー定義データまたは第2ワークフロー定義データにより関連付けされたユーザ識別情報のユーザに割り当てられた印刷可能枚数を取得する。具体的には、HDD307に記憶されている上限管理テーブル83を参照し、第1ワークフロー定義データまたは第2ワークフロー定義データに含まれるユーザ識別情報含む上限管理レコードを抽出し、抽出された上限管理レコードに含まれる上限値から印刷枚数を減算することにより印刷可能枚数を算出する。   In step S17, the number of printable pages assigned to the user of the user identification information associated with the first and second workflows and the first workflow definition data or the second workflow definition data is acquired. Specifically, referring to the upper limit management table 83 stored in the HDD 307, the upper limit management record including the user identification information included in the first workflow definition data or the second workflow definition data is extracted, and the extracted upper limit management record is extracted. The number of printable sheets is calculated by subtracting the number of printed sheets from the upper limit value included in.

次のステップS18においては、印刷枚数が制限されているか否かを判断する。印刷可能枚数を算出できたならば印刷枚数が制限されていると判断し、上限管理テーブル83に第1ワークフロー定義データまたは第2ワークフロー定義データに含まれるユーザ識別情報含む上限管理レコードが記憶されていなければ印刷枚数が制限されていないと判断する。印刷枚数が制限されているならば処理のステップS19に進めるが、そうでなければ処理のステップS24に進める。ステップS19においては、ステップS17において取得された印刷可能枚数が予め定められたしきい値T以上か否かを判断する。印刷可能枚数がしきい値T以上ならば処理のステップS24に進めるが、そうでなければ処理のステップS20に進める。しきい値Tは、管理者により予め定められて登録された数である。   In the next step S18, it is determined whether or not the number of printed sheets is limited. If the printable number of sheets can be calculated, it is determined that the number of printed sheets is limited, and an upper limit management record including user identification information included in the first workflow definition data or the second workflow definition data is stored in the upper limit management table 83. Otherwise, it is determined that the number of printed sheets is not limited. If the number of prints is limited, the process proceeds to step S19. If not, the process proceeds to step S24. In step S19, it is determined whether or not the number of printable sheets acquired in step S17 is equal to or greater than a predetermined threshold value T. If the number of printable sheets is equal to or greater than the threshold value T, the process proceeds to step S24. If not, the process proceeds to step S20. The threshold value T is a number that is predetermined and registered by the administrator.

ステップS20においては、第1ワークフロー定義データにより第1ワークフローと関連付けられた時刻を第1時刻として取得する。次のステップS21においては、第2ワークフロー定義データにより第2ワークフローと関連付けられた時刻を第2時刻として取得する。次のステップS22においては、第1時刻が第2時刻よりも前か否かを判断する。第1時刻が第2時刻よりも前であれば処理をステップS24に進めるが、そうでなければ処理をステップS23に進める。ステップS23においては、第1ワークフローの印刷処理が終了するまで待機状態となり(ステップS23でNO)、第1ワークフローにより定義される印刷処理が終了すると処理をステップS24に進める。すなわち、第1ワークフローにより定義される印刷処理が終了することを条件に処理をステップS24に進める。ステップS24においては、第2ワークフローにより定義される印刷処理を実行し、処理をステップS25に進める。ステップS25においては、印刷処理が終了するまで待機状態となり(ステップS25でNO)、処理が終了をしたならば(ステップS25でYES)、処理をステップS26に進める。ステップS26においては、HDD307に記憶されているワークフロー定義データ81の処理結果を更新する。   In step S20, the time associated with the first workflow by the first workflow definition data is acquired as the first time. In the next step S21, the time associated with the second workflow by the second workflow definition data is acquired as the second time. In the next step S22, it is determined whether or not the first time is before the second time. If the first time is before the second time, the process proceeds to step S24; otherwise, the process proceeds to step S23. In step S23, the process waits until the first workflow printing process ends (NO in step S23). When the printing process defined by the first workflow ends, the process proceeds to step S24. That is, the process proceeds to step S24 on condition that the printing process defined by the first workflow is completed. In step S24, the printing process defined by the second workflow is executed, and the process proceeds to step S25. In step S25, the process waits until the printing process is completed (NO in step S25). If the process is completed (YES in step S25), the process proceeds to step S26. In step S26, the processing result of the workflow definition data 81 stored in the HDD 307 is updated.

次のステップS27においては、ステップS11において読み出された第2ワークフローが次の順番の処理を定義するか否かを判断する。次の順番の処理を定義するならば処理をステップS28に進めるが、そうでなければ処理を終了する。ステップS28においては、次の順番の処理を選択し、処理をステップS14に戻す。   In the next step S27, it is determined whether or not the second workflow read in step S11 defines a process in the next order. If the next sequential process is defined, the process proceeds to step S28; otherwise, the process ends. In step S28, the next sequential process is selected, and the process returns to step S14.

一方、ステップS29においては、処理対象に選択されている。処理を実行し、処理をステップS30に進める。ステップS30においては、ステップS29において実行を開始した処理が終了するまで待機状態となり(ステップS30でNO)、処理が終了すると(ステップS30でYES)、処理をステップS31に進める。ステップS31においては、HDD307に記憶されているワークフロー定義データ81の処理結果を更新し、処理をステップS27に進める。   On the other hand, in step S29, it is selected as a processing target. The process is executed, and the process proceeds to step S30. In step S30, the process waits until the process started in step S29 ends (NO in step S30). When the process ends (YES in step S30), the process proceeds to step S31. In step S31, the processing result of the workflow definition data 81 stored in the HDD 307 is updated, and the process proceeds to step S27.

<変形例>
図9は、変形例におけるワークフロー実行処理の流れの一例を示すフローチャートである。図8に示したワークフロー実行処理と異なる点は、ステップS19の代わりに、ステップS19AおよびステップS19Bが実行される点である。その他の処理は、図8に示したワークフロー実行処理と同じなので、ここでは異なる点を主に説明する。ステップS18において印刷枚数が制限されていると判断する場合、ステップS19Aにおいて、第1ワークフローにより定義される印刷処理で印刷される印刷枚数と、第2ワークフローにより定義される印刷処理で印刷される印刷枚数との合計を算出する。そして次のステップS19Bにおいて、ステップS19Aにおいて算出された合計が印刷可能枚数以下か否かを判断する。算出された合計が印刷可能枚数以下ならば処理をステップS24に進めるが、そうでなければ、処理をステップS20に進める。第1ワークフローにより定義される印刷処理で印刷される印刷枚数と、第2ワークフローにより定義される印刷処理で印刷される印刷枚数との合計が、印刷可能枚数以下ならば、第1ワークフローにより定義される印刷処理で印刷される印刷枚数と、第2ワークフローにより定義される印刷処理とを、実行することができるからである。
<Modification>
FIG. 9 is a flowchart illustrating an example of the flow of the workflow execution process in the modification. The difference from the workflow execution process shown in FIG. 8 is that step S19A and step S19B are executed instead of step S19. Since the other processes are the same as the workflow execution process shown in FIG. 8, the differences will be mainly described here. If it is determined in step S18 that the number of printed sheets is limited, in step S19A, the number of printed sheets printed by the printing process defined by the first workflow and the printing printed by the printing process defined by the second workflow are printed. Calculate the total with the number of sheets. In the next step S19B, it is determined whether or not the total calculated in step S19A is equal to or less than the printable number of sheets. If the calculated total is equal to or smaller than the printable number, the process proceeds to step S24. If not, the process proceeds to step S20. If the sum of the number of printed sheets printed by the printing process defined by the first workflow and the number of printed sheets printed by the printing process defined by the second workflow is equal to or smaller than the printable number, the number is defined by the first workflow. This is because it is possible to execute the number of printed sheets to be printed by the printing process and the printing process defined by the second workflow.

以上説明したように本実施の形態におけるサーバ300は、同じユーザがそれぞれが印刷処理を含む第1および第2ワークフローを投入した場合、複数のワークフローを並列して実行するが、第1および第2ワークフローのうち後に投入された第2ワークフロー(印刷実行ワークフロー)により定義される印刷処理が実行される前の段階で、第1ワークフロー以外のワークフローのうちから印刷処理が未実行の第1ワークフロー(未実行ワークフロー)を検出し、第1ワークフローが検出され、かつ、印刷可能枚数に制限がある場合、第2ワークフローに関連付けられた第2時刻が第1ワークフローに関連付けられた第1時刻より前であることを条件に、第2ワークフローにより定義される印刷処理の実行を許可する。このため、先に実行が開始された第1ワークフローで定義される印刷処理が後に実行が開始された第2ワークフローより先に実行される。このため、複数のワークフローによりそれぞれ定義される複数の印刷処理をワークフローを投入した順に実行することができる。したがって、後に実行が開始された第2ワークフローで定義される印刷処理が実行されるが、先に投入された第1ワークフローで定義される印刷処理が、印刷可能枚数を超えることにより実行されなくなるのを防止することができる。このため、ユーザは、後に投入したワークフローの出力結果である印刷物を手にするが、先に投入したワークフローの出力結果である印刷物を入手できなくなることがなく、ユーザが困惑するのを防止することができる。   As described above, the server 300 according to the present embodiment executes a plurality of workflows in parallel when the same user inputs the first and second workflows including the printing process, but the first and second workflows are executed in parallel. In the stage before the print processing defined by the second workflow (print execution workflow) input later among the workflows is executed, the first workflow (not yet executed) from among the workflows other than the first workflow is not executed. When the first workflow is detected and the number of printable sheets is limited, the second time associated with the second workflow is earlier than the first time associated with the first workflow. On the condition, execution of the printing process defined by the second workflow is permitted. For this reason, the printing process defined by the first workflow that has been started first is executed before the second workflow that has been started later. For this reason, a plurality of printing processes respectively defined by a plurality of workflows can be executed in the order in which the workflows are input. Therefore, although the printing process defined by the second workflow that has been started later is executed, the printing process defined by the first workflow that has been input first is not executed when the number of printable sheets is exceeded. Can be prevented. For this reason, the user can obtain the printed matter that is the output result of the workflow that was input later, but the user cannot obtain the printed matter that is the output result of the workflow that was previously input, thereby preventing the user from being confused. Can do.

また、印刷可能枚数が所定の値より大きい場合は、第2ワークフローに関連付けられた時刻が未第1ワークフローに関連付けられた時刻より後であっても第2ワークフローにより定義される印刷処理の実行を許可する。印刷可能枚数が所定の値より大きい場合は、先に投入したワークフローおよび後に投入したワークフローによりそれぞれ定義される2つの印刷処理により印刷される枚数が印刷可能枚数を越える確率が低い。このため、先に投入されたワークフローにより定義される印刷処理が、後に投入されるワークフローにより定義される印刷処理より後に実行される場合であっても、後に投入されたワークフローで定義される印刷処理を先に実行するようにして、ワークフロー全体としての処理速度を速くすることができる。   If the printable number of sheets is larger than the predetermined value, the printing process defined by the second workflow is executed even if the time associated with the second workflow is later than the time associated with the first workflow. to approve. When the number of printable sheets is larger than a predetermined value, the probability that the number of sheets printed by the two print processes respectively defined by the first input workflow and the second input workflow exceeds the printable number is low. For this reason, even if the printing process defined by the previously submitted workflow is executed after the printing process defined by the later submitted workflow, the printing process defined by the later submitted workflow is performed. As a result, the processing speed of the entire workflow can be increased.

また、第1および第2ワークフローそれぞれにより定義される印刷処理の印刷枚数の合計が、印刷可能枚数以下の場合は、第2ワークフローに関連付けられた時刻が第1ワークフローに関連付けられた時刻より後であっても第2ワークフローにより定義される印刷処理の実行を許可する。印刷枚数の合計が印刷可能枚数以下の場合は、先に投入した第1ワークフローおよび後に投入した第2ワークフローによりそれぞれ定義される2つの印刷処理により印刷される枚数が印刷可能枚数を越えない。このため、先に投入された第1ワークフローにより定義される印刷処理が、後に投入される第2ワークフローにより定義される印刷処理より後に実行される場合であっても、後に投入された第2ワークフローで定義される印刷処理を先に実行するようにして、ワークフロー全体としての処理速度を速くすることができる。   Further, when the total number of printed sheets defined by each of the first and second workflows is equal to or smaller than the printable number, the time associated with the second workflow is later than the time associated with the first workflow. Even if it exists, execution of the printing process defined by the second workflow is permitted. When the total number of prints is equal to or less than the printable number, the number of sheets printed by the two print processes respectively defined by the first workflow input first and the second workflow input later does not exceed the printable number. For this reason, even if the printing process defined by the first workflow input first is executed after the printing process defined by the second workflow input later, the second workflow input later. The processing speed of the entire workflow can be increased by executing the printing process defined in (1) first.

また、第2ワークフローにより定義される印刷処理の実行を許可しない場合、第1ワークフローにより定義される印刷処理が終了することを条件に、第2ワークフローにより定義される印刷処理の実行を許可する。先に投入された第1ワークフローにより定義される印刷処理を後に投入された第2ワークフローにより定義される印刷処理より前に実行するので、後に投入された第2ワークフローにより定義される印刷処理が実行されて、先に投入された第1ワークフローにより定義される印刷処理が実行されなくなるのを防止することができる。   If the execution of the printing process defined by the second workflow is not permitted, the execution of the printing process defined by the second workflow is permitted on the condition that the printing process defined by the first workflow ends. Since the print process defined by the first workflow input first is executed before the print process defined by the second workflow input later, the print process defined by the second workflow input later is executed. Thus, it is possible to prevent the printing process defined by the first workflow input first from being executed.

なお、上述した実施の形態においては、ワークフロー実行装置の一例としてサーバ300を例に説明したが、図7および図8または図9に示した処理を実行するためのワークフロー実行方法およびそのワークフロー実行方法をコンピュータに実行させるためのワークフロー実行プログラムとして発明を捉えることができるのは言うまでもない。   In the above-described embodiment, the server 300 has been described as an example of the workflow execution device. However, the workflow execution method and the workflow execution method for executing the processing illustrated in FIG. 7, FIG. 8, or FIG. Needless to say, the invention can be understood as a workflow execution program for causing a computer to execute the above.

今回開示された実施の形態はすべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

<付記>
(1) 前記印刷処理の実行を許可するステップは、制限される前記印刷可能枚数を所定の値と比較するステップと、
前記比較するステップにおける比較結果が、制限される前記印刷可能枚数が所定の値より大きい場合は、前記未実行ワークフローが検出される場合であっても前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、を含む請求項5に記載のワークフロー実行方法。
(2) 前記印刷処理の実行を許可するステップは、前記複数のワークフローそれぞれにより定義される印刷処理の印刷枚数の合計が前記印刷可能枚数以下の場合は、前記未実行ワークフローが検出される場合であっても前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップを含む、請求項5に記載のワークフロー実行方法。
(3) 前記印刷処理の実行を許可するステップは、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可しない場合、前記未実行ワークフローにより定義される印刷処理が終了することを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップを含む、請求項5、(1)および(2)のいずれかに記載のワークフロー実行方法。
<Appendix>
(1) The step of permitting the execution of the printing process includes a step of comparing the limited number of printable sheets with a predetermined value;
The comparison result in the comparing step is defined by the print execution workflow in the executing step even when the unexecuted workflow is detected when the limited number of printable sheets is larger than a predetermined value. 6. A workflow execution method according to claim 5, further comprising the step of permitting execution of the printing process.
(2) The step of permitting execution of the printing process is a case where the unexecuted workflow is detected when the total number of printed sheets defined by each of the plurality of workflows is equal to or less than the printable number. 6. The workflow execution method according to claim 5, further comprising the step of permitting execution of a print process defined by the print execution workflow in the executing step.
(3) The step of permitting the execution of the printing process does not allow the execution of the printing process defined by the print execution workflow in the step of executing, and the printing process defined by the unexecuted workflow ends. 6. The workflow execution method according to claim 5, further comprising a step of permitting execution of a print process defined by the print execution workflow in the step of executing on the condition.

本発明の実施の形態の1つにおけるワークフロー実行システムの全体概要を示す図である。It is a figure showing the whole workflow execution system outline in one of the embodiments of the invention. MFPのハードウェア構成の一例を示すブロック図である。2 is a block diagram illustrating an example of a hardware configuration of an MFP. FIG. サーバのハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of a server. サーバが備えるCPUが有する機能の一例を、HDDに記憶される情報とともに示す機能ブロック図である。It is a functional block diagram which shows an example of the function which CPU with which a server is provided with the information memorize | stored in HDD. ワークフロー定義データのフォーマットの一例を示す図である。It is a figure which shows an example of the format of workflow definition data. ワークフローの一例を示す図である。It is a figure which shows an example of a workflow. ワークフロー制御処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of a workflow control process. ワークフロー実行処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of a workflow execution process. 変形例におけるワークフロー実行処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the workflow execution process in a modification.

1 ワークフロー実行システム、2 ネットワーク、10 ADF、20 画像読取部、30 画像形成部、40 給紙部、50 ファクシミリ部、51 ワークフロー受付部、53 ワークフロー記憶部、55 ワークフロー実行部、57 ワークフロー制御部、59 印刷枚数制限管理部、61 実行部、63 実行部、71 検出部、73 判断部、75 実行制御部、77 制限枚数取得部、81 ワークフロー定義データ、83 上限管理テーブル、101 メイン回路、111 CPU、114 表示部、115 操作部、116 HDD、117 データ通信制御部、119 シリアルインターフェース端子、119A メモリカード、300 サーバ、301 CPU、303 ROM、305 RAM、307 HDD、308 フラッシュメモリ、309 カードI/F、311 通信I/F、313 操作部、315 入力部、317 表示部、320 バス。
1 workflow execution system, 2 network, 10 ADF, 20 image reading unit, 30 image forming unit, 40 paper feeding unit, 50 facsimile unit, 51 workflow reception unit, 53 workflow storage unit, 55 workflow execution unit, 57 workflow control unit, 59 print number limit management unit, 61 execution unit, 63 execution unit, 71 detection unit, 73 determination unit, 75 execution control unit, 77 limit number acquisition unit, 81 workflow definition data, 83 upper limit management table, 101 main circuit, 111 CPU , 114 display unit, 115 operation unit, 116 HDD, 117 data communication control unit, 119 serial interface terminal, 119A memory card, 300 server, 301 CPU, 303 ROM, 305 RAM, 307 HDD, 308 flash memory, 309 card I / F 311 communication I / F, 313 operation unit, 315 input unit, 317 display unit, 320 bus.

Claims (6)

ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるワークフロー受付手段と、
前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶する記憶手段と、
前記記憶されたワークフローを実行するワークフロー実行手段と、
前記記憶手段により記憶され、同じユーザ識別情報と関連付けられた複数のワークフローが前記ワークフロー実行手段により並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出する検出手段と、
前記複数のワークフローに関連付けられたユーザ識別情報で特定されるユーザに対して印刷可能枚数に制限があるか否かを判断する第2判断手段と、
前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する実行制御手段と、を含むワークフロー実行装置。
Workflow accepting means for accepting user identification information for identifying a user and a workflow defining a plurality of series of processes;
Storage means for storing the received user identification information and workflow in association with the time at which they were received;
Workflow execution means for executing the stored workflow;
When a plurality of workflows stored in the storage unit and associated with the same user identification information are executed in parallel by the workflow execution unit, a print process defined by one print execution workflow among the plurality of workflows is performed. Detecting means for detecting an unexecuted workflow in which print processing has not been performed from workflows other than the print execution workflow among the plurality of workflows before being executed;
Second determination means for determining whether or not the number of printable sheets is limited for a user specified by user identification information associated with the plurality of workflows;
When the unexecuted workflow is detected and the number of printable sheets is limited, the workflow is provided on the condition that the time associated with the print execution workflow is earlier than the time associated with the unexecuted workflow. An execution control unit that permits execution of a printing process defined by the print execution workflow by the execution unit.
前記実行制御手段は、前記印刷可能枚数が所定の値より大きい場合は、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より後であっても前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する、請求項1に記載のワークフロー実行装置。   When the printable number of sheets is larger than a predetermined value, the execution control unit is configured to execute the workflow execution unit by the workflow execution unit even if the time associated with the print execution workflow is later than the time associated with the unexecuted workflow. The workflow execution device according to claim 1, wherein the execution of the printing process defined by the print execution workflow is permitted. 前記実行制御手段は、前記複数のワークフローそれぞれにより定義される印刷処理の印刷枚数の合計が、前記印刷可能枚数以下の場合は、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より後であっても前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可する請求項1に記載のワークフロー実行装置。   The execution control unit associates the time associated with the print execution workflow with the unexecuted workflow when the total number of print processes defined by each of the plurality of workflows is equal to or less than the printable number. The workflow execution device according to claim 1, wherein execution of a print process defined by the print execution workflow by the workflow execution unit is permitted even after a later time. 前記実行制御手段は、前記ワークフロー実行手段による前記印刷実行ワークフローにより定義される印刷処理の実行を許可しない場合、前記未実行ワークフローにより定義される印刷処理が終了することを条件に、前記ワークフロー実行手段に前記印刷実行ワークフローにより定義される印刷処理の実行を許可する、請求項1〜3のいずれかに記載のワークフロー実行装置。   If the execution control means does not permit execution of the print processing defined by the print execution workflow by the workflow execution means, the workflow execution means is provided on condition that the print processing defined by the unexecuted workflow ends. The workflow execution device according to claim 1, wherein the execution of the print processing defined by the print execution workflow is permitted. ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるステップと、
前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶するステップと、
前記記憶されたワークフローを実行するステップと、
同じユーザ識別情報と関連付けられて記憶された複数のワークフローが並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出するステップと、
前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、を含むワークフロー実行方法。
(1) 前記印刷処理の実行を許可するステップは、制限される前記印刷可能枚数を所定の値と比較するステップと、
前記比較するステップにおける比較結果が、制限される前記印刷可能枚数が所定の値より大きい場合は、前記未実行ワークフローが検出される場合であっても前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、を含む請求項5に記載のワークフロー実行方法。
(2) 前記印刷処理の実行を許可するステップは、前記複数のワークフローそれぞれにより定義される印刷処理の印刷枚数の合計が前記印刷可能枚数以下の場合は、前記未実行ワークフローが検出される場合であっても前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップを含む、請求項5に記載のワークフロー実行方法。
(3) 前記印刷処理の実行を許可するステップは、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可しない場合、前記未実行ワークフローにより定義される印刷処理が終了することを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップを含む、請求項5、(1)および(2)のいずれかに記載のワークフロー実行装置。
Receiving user identification information for identifying a user and a workflow defining a plurality of series of processes;
Storing the received user identification information and workflow in association with the time at which they were received;
Executing the stored workflow;
When a plurality of workflows stored in association with the same user identification information are executed in parallel, the print processing defined by one print execution workflow among the plurality of workflows is executed at a stage before execution. A step of detecting an unexecuted workflow in which print processing is not executed from among workflows other than the print execution workflow among a plurality of workflows;
If the unexecuted workflow is detected and the number of printable sheets is limited, the execution is performed on the condition that the time associated with the print execution workflow is earlier than the time associated with the unexecuted workflow. Allowing the execution of the printing process defined by the print execution workflow in the step of performing.
(1) The step of permitting the execution of the printing process includes a step of comparing the limited number of printable sheets with a predetermined value;
The comparison result in the comparing step is defined by the print execution workflow in the executing step even when the unexecuted workflow is detected when the limited number of printable sheets is larger than a predetermined value. 6. A workflow execution method according to claim 5, further comprising the step of permitting execution of the printing process.
(2) The step of permitting execution of the printing process is a case where the unexecuted workflow is detected when the total number of printed sheets defined by each of the plurality of workflows is equal to or less than the printable number. 6. The workflow execution method according to claim 5, further comprising the step of permitting execution of a print process defined by the print execution workflow in the executing step.
(3) The step of permitting the execution of the printing process does not allow the execution of the printing process defined by the print execution workflow in the step of executing, and the printing process defined by the unexecuted workflow ends. 6. The workflow execution device according to claim 5, further comprising a step of permitting execution of a print process defined by the print execution workflow in the step of executing on the condition of.
ユーザを識別するためのユーザ識別情報と、複数の一連の処理を定義するワークフローとを受け付けるステップと、
前記受け付けられたユーザ識別情報およびワークフローを、それらが受け付けられた時刻と関連付けて記憶するステップと、
前記記憶されたワークフローを実行するステップと、
同じユーザ識別情報と関連付けられて記憶された複数のワークフローが並列して実行される場合、前記複数のワークフローのうち1つの印刷実行ワークフローにより定義される印刷処理が実行される前の段階で、前記複数のワークフローのうち前記印刷実行ワークフロー以外の他のワークフローのうちから印刷処理が未実行の未実行ワークフローを検出するステップと、
前記未実行ワークフローが検出され、かつ、前記印刷可能枚数に制限がある場合、前記印刷実行ワークフローに関連付けられた時刻が前記未実行ワークフローに関連付けられた時刻より前であることを条件に、前記実行するステップにおける前記印刷実行ワークフローにより定義される印刷処理の実行を許可するステップと、をコンピュータに実行させるワークフロー実行プログラム。
Receiving user identification information for identifying a user and a workflow defining a plurality of series of processes;
Storing the received user identification information and workflow in association with the time at which they were received;
Executing the stored workflow;
When a plurality of workflows stored in association with the same user identification information are executed in parallel, the print processing defined by one print execution workflow among the plurality of workflows is executed at a stage before execution. A step of detecting an unexecuted workflow in which print processing is not executed from among workflows other than the print execution workflow among a plurality of workflows;
If the unexecuted workflow is detected and the number of printable sheets is limited, the execution is performed on the condition that the time associated with the print execution workflow is earlier than the time associated with the unexecuted workflow. A workflow execution program for causing a computer to execute a step of permitting execution of a print process defined by the print execution workflow in the step of performing.
JP2009034244A 2009-02-17 2009-02-17 Workflow execution device, workflow execution method, and workflow execution program Expired - Fee Related JP5131223B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009034244A JP5131223B2 (en) 2009-02-17 2009-02-17 Workflow execution device, workflow execution method, and workflow execution program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009034244A JP5131223B2 (en) 2009-02-17 2009-02-17 Workflow execution device, workflow execution method, and workflow execution program

Publications (2)

Publication Number Publication Date
JP2010191609A true JP2010191609A (en) 2010-09-02
JP5131223B2 JP5131223B2 (en) 2013-01-30

Family

ID=42817604

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009034244A Expired - Fee Related JP5131223B2 (en) 2009-02-17 2009-02-17 Workflow execution device, workflow execution method, and workflow execution program

Country Status (1)

Country Link
JP (1) JP5131223B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013201573A (en) * 2012-03-23 2013-10-03 Sharp Corp Terminal device, terminal device management system, and terminal device management method
JP2015061141A (en) * 2013-09-17 2015-03-30 株式会社リコー Information processing system, information acquisition device, server, program, and information processing method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014400A (en) * 1999-07-01 2001-01-19 Hitachi Ltd Integrated operation system
JP2007034649A (en) * 2005-07-27 2007-02-08 Fuji Xerox Co Ltd Information processor, information processing program and information processing method
JP2008065702A (en) * 2006-09-08 2008-03-21 Canon Inc Device and method for managing workflow

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014400A (en) * 1999-07-01 2001-01-19 Hitachi Ltd Integrated operation system
JP2007034649A (en) * 2005-07-27 2007-02-08 Fuji Xerox Co Ltd Information processor, information processing program and information processing method
JP2008065702A (en) * 2006-09-08 2008-03-21 Canon Inc Device and method for managing workflow

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013201573A (en) * 2012-03-23 2013-10-03 Sharp Corp Terminal device, terminal device management system, and terminal device management method
JP2015061141A (en) * 2013-09-17 2015-03-30 株式会社リコー Information processing system, information acquisition device, server, program, and information processing method

Also Published As

Publication number Publication date
JP5131223B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
US8363242B2 (en) Image processing apparatus and image processing apparatus control method for requesting an external apparatus to transmit image data
JP5677047B2 (en) Printing system, information processing apparatus, printing method, and program
US9369595B2 (en) Image forming apparatus for being able to utilize application in which web browser is used
JP5565346B2 (en) Printer
US7519302B2 (en) Image processing system and image processing device capable of transferring data of job between image processing device as well as control program for the same
US9723173B2 (en) Information processing apparatus, program, output system, and output method having improved output-cost management flexibility
JP2012085176A (en) Image forming apparatus, information apparatus and computer program
US9052856B2 (en) Image forming apparatus, job execution system, and job execution method
JP4835681B2 (en) Image processing system, image processing method, image processing apparatus, information processing apparatus, and image processing program
US11747955B2 (en) Information processing device and recording system
US20120274975A1 (en) Printing system, print data generator, processor, printing method and non-transitory recording medium
JP5131223B2 (en) Workflow execution device, workflow execution method, and workflow execution program
US8619291B2 (en) System and method for control of document processing devices via a remote device interface
US20120072981A1 (en) Image processing apparatus, controlling method of image processing apparatus, and computer program
JP5858092B2 (en) Printer
US8958092B2 (en) Image processing apparatus, control method for image processing apparatus and storage medium for receiving an electronic document from an external apparatus according to a plurality of reception methods
JP2011071733A (en) Electronic equipment and program
JP4544295B2 (en) Printing system and printing control program
US11843743B2 (en) Information processing apparatus, method for controlling the same, and storage medium
US20230112103A1 (en) Image processing apparatus and control method
JP2008136120A (en) Image processor and image processing program
JP2007237473A (en) Printing apparatus
JP2007243397A (en) Image processor, operation terminal, and image processing system
JP6503695B2 (en) Recording system, image recording apparatus, information processing apparatus, and program
JP2021149334A (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110905

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120829

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120904

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120918

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: 20121009

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121022

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees