JP5987735B2 - Workflow system, user terminal device, data processing device, and program - Google Patents

Workflow system, user terminal device, data processing device, and program Download PDF

Info

Publication number
JP5987735B2
JP5987735B2 JP2013050599A JP2013050599A JP5987735B2 JP 5987735 B2 JP5987735 B2 JP 5987735B2 JP 2013050599 A JP2013050599 A JP 2013050599A JP 2013050599 A JP2013050599 A JP 2013050599A JP 5987735 B2 JP5987735 B2 JP 5987735B2
Authority
JP
Japan
Prior art keywords
data processing
job
processing device
definition information
workflow definition
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.)
Active
Application number
JP2013050599A
Other languages
Japanese (ja)
Other versions
JP2014178733A (en
Inventor
田中 大典
大典 田中
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2013050599A priority Critical patent/JP5987735B2/en
Publication of JP2014178733A publication Critical patent/JP2014178733A/en
Application granted granted Critical
Publication of JP5987735B2 publication Critical patent/JP5987735B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、ワークフローシステム、ユーザ端末装置、データ処理装置及びプログラムに関する。   The present invention relates to a workflow system, a user terminal device, a data processing device, and a program.

ワークフローに含まれる一連の処理を複数のサーバに分散して実行させる技術として、ワークフロー全体を各サーバに登録しておき、各サーバは、自己が担当する処理を、前工程から送られてきた処理結果に基づき実行する技術が提案されている(例えば特許文献1)。   As a technology that distributes and executes a series of processes included in a workflow to multiple servers, the entire workflow is registered in each server, and each server processes the process that it is responsible for from the previous process. A technique to be executed based on the result has been proposed (for example, Patent Document 1).

特開平10−214289号公報JP-A-10-214289 特開平10−105623号公報JP-A-10-105623

本発明は、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることを目的とする。   An object of the present invention is to cause each data processing apparatus to execute each process according to the workflow without registering the entire workflow in each of a plurality of data processing apparatuses that execute a series of processes included in the workflow.

本発明に係るワークフローシステムは、ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と、当該処理を実行する前記データ処理装置を特定する情報と、を少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有し、前記ユーザ端末装置は、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、を有し、前記各データ処理装置は、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、を有し、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有し、前記ユーザ端末装置は、前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段を有することを特徴とする。 A workflow system according to the present invention includes a user terminal device, a plurality of data processing devices, an execution order of the processing among a series of processing executed to provide a service, and the data processing device that executes the processing Storage means for storing workflow definition information including at least information, and the user terminal device is specified by referring to the workflow definition information in response to a service provision request from a user An instruction means for instructing the start of execution of a service by issuing a job for executing a process corresponding to the first data processing apparatus to a first data processing apparatus that executes the first process among the data processing apparatuses to be executed; Last data processing for executing the last processing among the data processing devices specified by referring to the workflow definition information Execution result acquisition means for acquiring the execution result of the processing by the device as the execution result of the service that provides the user, each data processing device of the user terminal device or the own data processing device according to the workflow definition information Accepting means for accepting a job issued by the data processing apparatus that has just executed processing, job executing means for executing processing in accordance with the job accepted by the accepting means, and data for executing processing immediately after its own data processing apparatus A workflow definition information acquisition unit that acquires workflow definition information corresponding to the processing device, and a data processing device that executes processing immediately after the own data processing device according to the workflow definition information acquired by the workflow definition information acquisition unit. Processing corresponding to a data processing device that executes processing immediately after the data processing device Job issuing means for issuing a job to be executed and including a result of execution of processing in the own data processing apparatus; and when the own data processing apparatus is the last data processing apparatus, the workflow definition information acquiring means and the job issuing means instead, it possesses the execution result transmitting means for transmitting an execution result of the processing in the own data processing apparatus to the user terminal device, wherein the last data processing the respective data processing devices except the device, by the job issuing means When the issued job is received by the data processing apparatus that executes the process immediately after the own data processing apparatus, the job sent from the data processing apparatus that executes the process immediately after the own data processing apparatus Identification information acquisition means for acquiring job identification information, and job identification information acquired by the identification information acquisition means Identification information transmission means for transmitting to the user terminal device, and when the user identification information is transmitted from the identification information transmission means, the user terminal device sends the data processing device immediately after the data processing device. to have a workflow definition information transmitting means for transmitting the workflow definition information corresponding to the data processing apparatus to execute processing characterized.

また、前記ユーザ端末装置は、前記データ処理装置から送信されてきたジョブ識別情報により特定されるジョブの状態を監視する監視手段を有することを特徴とする。   In addition, the user terminal device includes a monitoring unit that monitors a job status specified by job identification information transmitted from the data processing device.

また、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有し、前記監視手段は、前記識別情報送信手段からジョブ識別情報が送信されてきたことによって当該ジョブ識別情報を送信した前記データ処理装置におけるジョブの実行が終了したことを認識すると、受信したジョブ識別情報により特定されるジョブの監視に切り替えることを特徴とする。 Further, each of the data processing devices except the last data processing device is self-responding to the fact that the job issued by the job issuing means is received by the data processing device that executes processing immediately after the self-data processing device. Identification information acquisition means for acquiring job identification information of the job sent from the data processing apparatus that executes processing immediately after the data processing apparatus, and job identification information acquired by the identification information acquisition means as the user terminal device Identification information transmission means for transmitting the job identification information to the data processing apparatus that has transmitted the job identification information when the job identification information is transmitted from the identification information transmission means. It is characterized by switching to monitoring the job specified by the received job identification information when it is recognized that the job has ended. .

本発明に係るユーザ端末装置は、ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記各データ処理装置、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置がワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、を有し、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有する、ワークフローシステムに含まれ、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、前記最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、を有することを特徴とする。 The user terminal apparatus according to the present invention, the data processing to be executed and the user terminal device, a plurality of data processing devices, the execution order and those the processing of the processing of the series of processing executed in order to provide services storage means for storing the workflow definition information including at least information specifying the apparatus, a workflow system with the respective data processing unit, immediately before the according workflow definition information user terminal or the own data processing apparatus A receiving unit that receives a job issued by a data processing device that has executed processing, a job execution unit that executes processing according to the job received by the receiving unit, and a data processing device that executes processing immediately after its own data processing device Workflow definition information acquisition means for acquiring workflow definition information corresponding to -In accordance with the workflow definition information acquired by the definition information acquisition means, the processing corresponding to the data processing device that executes processing immediately after the own data processing device is executed on the data processing device that executes processing immediately after the own data processing device. a job issuing means for issuing a job including the execution result of the processing in a job itself data processing apparatus for the last of the data processing device identified by reference to its own data processing apparatus side Kufuro definition information In the case of the last data processing device that executes processing, instead of the workflow definition information acquiring unit and the job issuing unit, an execution result transmitting unit that transmits the execution result of the process in its own data processing device to the user terminal device; Yes, and the last data processing apparatus wherein each of the data processing device except the calling by the job issuing means The job of the job sent from the data processing device that executes processing immediately after the own data processing device in response to the received data being received by the data processing device that executes processing immediately after the own data processing device An identification information acquisition unit that acquires identification information; and an identification information transmission unit that transmits job identification information acquired by the identification information acquisition unit to the user terminal device . A job that causes a head data processing device that executes the first process among the data processing devices specified by referring to the workflow definition information to execute a process corresponding to the head data processing device in response to a service provision request Is issued, and the instruction means for instructing the start of execution of the service and the execution of the process by the last data processing device When job identification information is transmitted from an execution result acquisition unit that acquires a result as an execution result of a service provided to a user and the identification information transmission unit, the data processing device is processed immediately after the data processing device. And workflow definition information transmitting means for transmitting workflow definition information corresponding to the data processing apparatus that executes the above.

本発明に係るプログラムは、ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記各データ処理装置、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置がワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、を有し、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有する、ワークフローシステムに含まれる前記ユーザ端末装置に搭載されたコンピュータを、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段、前記最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段、前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段、として機能させるためのものである。 Program according to the present invention, a user terminal, a plurality of data processing devices, said data processing apparatus executing sequence of the processing of a series of processes executed and executes those the process to provide services Storage means for storing workflow definition information including at least information to be specified , wherein each data processing device performs processing immediately before the user terminal device or the own data processing device according to the workflow definition information. Corresponding to accepting means for accepting a job issued by the executed data processing apparatus, job executing means for executing processing according to the job accepted by the accepting means, and data processing apparatus for executing processing immediately after the own data processing apparatus Workflow definition information acquisition means for acquiring workflow definition information to be performed, and the workflow In accordance with the workflow definition information acquired by the right information acquisition means, the data processing device that executes the process immediately after the own data processing device executes the process corresponding to the data processing device that executes the process immediately after the own data processing device. a job issuing means for issuing a job including the execution result of the processing a job in its own data processing apparatus, the end of the processing of the data processing device identified by reference to its own data processing apparatus side Kufuro definition information In the case of the last data processing apparatus that executes the processing , instead of the workflow definition information acquisition means and the job issuance means, there is provided an execution result transmission means for transmitting the execution result of the process in the data processing apparatus to the user terminal device The data processing devices except the last data processing device are issued by the job issuing means. Job identification of the job sent from the data processing device that executes processing immediately after the local data processing device in response to the received data being received by the data processing device that executes processing immediately after the local data processing device Mounted in the user terminal device included in the workflow system , comprising identification information acquisition means for acquiring information, and identification information transmission means for transmitting job identification information acquired by the identification information acquisition means to the user terminal device In response to a service provision request from a user, the first data processing device that executes the first processing among the data processing devices specified by referring to the workflow definition information Instruction means for instructing the start of service execution by issuing a job for executing processing corresponding to the device When the job identification information is transmitted from the execution result acquisition means for acquiring the execution result of the process by the last data processing apparatus as the execution result of the service provided to the user, and the identification information transmission means, the data processing apparatus In order to function as workflow definition information transmitting means for transmitting workflow definition information corresponding to a data processing apparatus that executes processing immediately after the data processing apparatus .

本発明に係るデータ処理装置は、ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記ユーザ端末装置は、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、を有する、ワークフローシステムに含まれ、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、自データ処理装置が前記最後データ処理装置でない場合、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、自データ処理装置が前記最後データ処理装置でない場合、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する前記識別情報送信手段と、を有することを特徴とする。 The data processing apparatus according to the present invention, the data processing to be executed and the user terminal device, a plurality of data processing devices, the execution order and those the processing of the processing of the series of processing executed in order to provide services storage means for storing the workflow definition information including at least information specifying the apparatus, a workflow system having said user terminal, in response to the provision request of a service from a user, referring to the work flow definition information Instructing the start of execution of the service by issuing a job for executing the processing corresponding to the first data processing device to the first data processing device that executes the first processing among the data processing devices specified by The last process of the data processing device specified by referring to the instruction means and the workflow definition information is executed. When the job identification information is transmitted from the execution result acquisition unit that acquires the execution result of the process performed by the last data processing device as the execution result of the service provided to the user and the identification information transmission unit, the data processing device A workflow definition information transmitting unit that transmits workflow definition information corresponding to the data processing device that executes the processing immediately after the data processing device, the user terminal device or the own data according to the workflow definition information. Receiving means for accepting a job issued by a data processing apparatus that has executed processing immediately before the processing apparatus, job execution means for executing processing in accordance with the job accepted by the accepting means, and processing immediately after the own data processing apparatus Get workflow definition information corresponding to the data processing device to be executed Data for executing processing immediately after the own data processing device in accordance with the workflow definition information acquiring means and the data processing device that executes the processing immediately after the own data processing device in accordance with the workflow definition information acquired by the workflow definition information acquiring means A job issuing means for issuing a job for executing processing corresponding to the processing device and including a result of execution of processing in the own data processing device; and, if the own data processing device is the last data processing device , the workflow definition information In place of the acquisition unit and the job issuing unit, an execution result transmitting unit that transmits the execution result of the process in the own data processing device to the user terminal device; and if the own data processing device is not the last data processing device, the job issuance The job issued by the means executes processing immediately after its own data processing device An identification information acquisition unit that acquires job identification information of the job sent from the data processing apparatus that executes processing immediately after the own data processing apparatus in response to being received by the data processing apparatus; And the identification information transmitting means for transmitting the job identification information acquired by the identification information acquiring means to the user terminal device when the identification information acquisition means is not the last data processing apparatus .

本発明に係るプログラムは、ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記ユーザ端末装置は、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、を有する、ワークフローシステムに含まれるデータ処理装置に搭載されたコンピュータを、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段、自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段、自データ処理装置が前記最後データ処理装置でない場合、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段、自データ処理装置が前記最後データ処理装置でない場合、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する前記識別情報送信手段、として機能させるためのものである。 Program according to the present invention, a user terminal, a plurality of data processing devices, said data processing apparatus executing sequence of the processing of a series of processes executed and executes those the process to provide services Storage means for storing workflow definition information including at least information to be identified , wherein the user terminal device refers to the workflow definition information in response to a service provision request from a user. Instructing means for instructing start of service execution by issuing a job for executing processing corresponding to the head data processing device to the head data processing device that executes the first processing among the data processing devices specified by And executing the last process among the data processing devices specified by referring to the workflow definition information. When job identification information is transmitted from an execution result acquisition unit that acquires the execution result of the process performed by the last data processing device as an execution result of a service provided to the user and the identification information transmission unit, the data processing device Workflow definition information transmitting means for transmitting workflow definition information corresponding to a data processing apparatus that executes processing immediately after the data processing apparatus, and a computer mounted on the data processing apparatus included in the workflow system, Accepting means for accepting a job issued by the data processing apparatus that executed the process immediately before the user terminal device or the own data processing apparatus, a job executing means for executing the process according to the job accepted by the accepting means, own data processing For data processing devices that perform processing immediately after the device. Workflow definition information acquisition means for acquiring workflow definition information to be performed, in accordance with the workflow definition information acquired by the workflow definition information acquisition means, to a data processing apparatus that executes processing immediately after the own data processing apparatus, immediately after the own data processing apparatus A job issuing means for issuing a job corresponding to a data processing apparatus for executing the process, and issuing a job including the execution result of the process in the own data processing apparatus, and when the own data processing apparatus is the last data processing apparatus In place of the workflow definition information acquisition unit and the job issuing unit, an execution result transmission unit that transmits the execution result of the process in the own data processing device to the user terminal device, and the own data processing device is not the last data processing device The job issued by the job issuing means Identification for acquiring job identification information of the job sent from the data processing apparatus that executes processing immediately after the own data processing apparatus in response to being received by the data processing apparatus that executes processing immediately after the processing apparatus An information acquisition means, for functioning as the identification information transmission means for transmitting the job identification information acquired by the identification information acquisition means to the user terminal device when the own data processing apparatus is not the last data processing apparatus. is there.

請求項1に記載の発明によれば、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることができる。また、各データ処理装置の次に処理を実行すべきデータ処理装置をユーザ端末装置に通知させることができる。 According to the first aspect of the present invention, each data processing apparatus is caused to execute each process according to the workflow without registering the entire workflow in each of a plurality of data processing apparatuses that execute a series of processes included in the workflow. be able to. In addition, the user terminal device can be notified of the data processing device to be processed next to each data processing device.

請求項2に記載の発明によれば、データ処理装置におけるジョブの実行状態をユーザ端末装置に監視させることができる。   According to the second aspect of the present invention, it is possible to cause the user terminal device to monitor the job execution state in the data processing device.

請求項3に記載の発明によれば、ユーザ端末装置における監視対象とするジョブを、送信されてきたジョブの識別情報により特定されるジョブに切り替えさせることができる。   According to the third aspect of the present invention, the job to be monitored in the user terminal device can be switched to the job specified by the transmitted job identification information.

請求項に記載の発明によれば、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることができる。また、各データ処理装置の次に処理を実行すべきデータ処理装置をユーザ端末装置に通知させることができる。 According to the invention described in claim 4 , each data processing device is caused to execute each processing according to the workflow without registering the entire workflow in each of a plurality of data processing devices that execute a series of processing included in the workflow. be able to. In addition, the user terminal device can be notified of the data processing device to be processed next to each data processing device.

請求項に記載の発明によれば、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることができる。また、各データ処理装置の次に処理を実行すべきデータ処理装置をユーザ端末装置に通知させることができる。 According to the fifth aspect of the present invention, each data processing apparatus is caused to execute each process according to the workflow without registering the entire workflow in each of a plurality of data processing apparatuses that execute a series of processes included in the workflow. be able to. In addition, the user terminal device can be notified of the data processing device to be processed next to each data processing device.

請求項に記載の発明によれば、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることができる。また、各データ処理装置の次に処理を実行すべきデータ処理装置をユーザ端末装置に通知させることができる。 According to the sixth aspect of the present invention, each data processing apparatus is caused to execute each process according to the workflow without registering the entire workflow in each of a plurality of data processing apparatuses that execute a series of processes included in the workflow. be able to. In addition, the user terminal device can be notified of the data processing device to be processed next to each data processing device.

請求項に記載の発明によれば、ワークフローに含まれる一連の処理を実行する複数のデータ処理装置それぞれにワークフロー全体を登録させずに、ワークフローに従った各処理を各データ処理装置に実行させることができる。また、各データ処理装置の次に処理を実行すべきデータ処理装置をユーザ端末装置に通知させることができる。


According to the seventh aspect of the present invention, each data processing apparatus is caused to execute each process according to the workflow without registering the entire workflow in each of a plurality of data processing apparatuses that execute a series of processes included in the workflow. be able to. In addition, the user terminal device can be notified of the data processing device to be processed next to each data processing device.


本発明に係るワークフローシステムの一実施の形態を示したブロック構成図である。[BRIEF DESCRIPTION OF THE DRAWINGS] It is the block block diagram which showed one Embodiment of the workflow system based on this invention. 本実施の形態におけるユーザ端末装置を形成するコンピュータのハードウェア構成図である。It is a hardware block diagram of the computer which forms the user terminal device in this Embodiment. 本実施の形態におけるワークフロー定義情報保持部に記憶されたワークフロー定義情報のデータ構成例を示す図である。It is a figure which shows the data structural example of the workflow definition information memorize | stored in the workflow definition information holding part in this Embodiment. 本実施の形態においてサービスをユーザに提供するときにユーザ端末装置において実施される処理を示すフローチャートである。It is a flowchart which shows the process implemented in a user terminal device when providing a user with a service in this Embodiment. 本実施の形態においてサービスをユーザに提供するときにサーバにおいて実施される処理を示すフローチャートである。It is a flowchart which shows the process implemented in a server when providing a user with a service in this Embodiment. 本実施の形態においてサービスをユーザに提供するときに、サーバとユーザ端末装置との間及びサーバとサーバとの間で行われるデータ通信を示す図である。It is a figure which shows the data communication performed between a server and a user terminal device, and between a server and a server when providing a service to a user in this Embodiment. 本実施の形態において最初の処理が実行されているときのサービス実行状態表示画面の表示例を示す図である。It is a figure which shows the example of a display of the service execution status display screen when the first process is performed in this Embodiment. 本実施の形態において2番目の処理が実行されているときのサービス実行状態表示画面の表示例を示す図である。It is a figure which shows the example of a display of the service execution status display screen when the 2nd process is performed in this Embodiment.

以下、図面に基づいて、本発明の好適な実施の形態について説明する。   Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings.

図1は、本発明に係るワークフローシステムの一実施の形態を示したブロック構成図である。図1には、ワークフローに従って処理を実行するデータ処理装置として設けられた複数のサーバ10と、複数のサーバ10によって一連の処理が実行されることにより提供されるサービスを利用するユーザが使用するユーザ端末装置20と、がネットワーク2で接続された構成が示されている。なお、各サーバ10が持つ処理機能は、ワークフローに従って一連の処理を実行する上で同等でよいので、図1では、1台のサーバ10のみブロック構成を示した。ネットワーク2は、ワイドエリアでなくてもローカルエリアでも、またこれらを組み合わせて構築してもよい。   FIG. 1 is a block diagram showing an embodiment of a workflow system according to the present invention. FIG. 1 shows a plurality of servers 10 provided as data processing apparatuses that execute processes according to a workflow, and a user who uses a service provided by a series of processes executed by the plurality of servers 10. A configuration in which the terminal device 20 is connected to the network 2 is shown. Note that the processing functions of each server 10 may be the same in executing a series of processes according to the workflow, and therefore, only one server 10 is shown in a block configuration in FIG. The network 2 may be constructed not only in a wide area but also in a local area or a combination thereof.

本実施の形態における「ワークフロー」というのは、ネットワーク上の複数のサーバがそれぞれ提供する各種サービス処理を組み合わせることで実現されるサービスの一連の流れのことをいう。つまり、ワークフローは、サービス処理の実行順序及び各サービス処理を実行するサーバを少なくとも設定することによって定義される。   The “workflow” in the present embodiment refers to a series of service flows realized by combining various service processes provided by a plurality of servers on the network. In other words, the workflow is defined by setting at least the execution order of the service processes and the server that executes each service process.

図2は、本実施の形態におけるユーザ端末装置20を形成するコンピュータのハードウェア構成図である。本実施の形態におけるユーザ端末装置20は、汎用的なパーソナルコンピュータ(PC)により実現してよい。従って、ユーザ端末装置20は、図2に示したようにCPU31、ROM32、RAM33、ハードディスクドライブ(HDD)34を接続したHDDコントローラ35、入力手段として設けられたマウス36とキーボード37、及び表示装置として設けられたディスプレイ38をそれぞれ接続する入出力コントローラ39、通信手段として設けられたネットワークコントローラ40を内部バス41に接続して構成される。   FIG. 2 is a hardware configuration diagram of a computer forming the user terminal device 20 according to the present embodiment. The user terminal device 20 in the present embodiment may be realized by a general-purpose personal computer (PC). Accordingly, as shown in FIG. 2, the user terminal device 20 includes a CPU 31, a ROM 32, a RAM 33, an HDD controller 35 to which a hard disk drive (HDD) 34 is connected, a mouse 36 and a keyboard 37 provided as input means, and a display device. An input / output controller 39 to which each provided display 38 is connected and a network controller 40 provided as a communication means are connected to an internal bus 41.

本実施の形態におけるサーバ10は、汎用的なサーバコンピュータにより実現してよい。従って、サーバ10のハードウェア構成は、ユーザ端末装置20と同様に図示できる。もちろん、必要でなければ、マウス等の入力手段やディスプレイを搭載せずに構成してもよい。   The server 10 in the present embodiment may be realized by a general-purpose server computer. Accordingly, the hardware configuration of the server 10 can be illustrated similarly to the user terminal device 20. Of course, if not necessary, an input unit such as a mouse or a display may be omitted.

図1に戻り、ユーザ端末装置20は、サービス処理部21、ワークフロー(WF)定義情報送信部22、ジョブID取得部23、状態監視部24、状態保持部25及びワークフロー定義情報保持部26を有している。サービス処理部21は、指示手段として設けられ、ユーザからのサービスの提供要求に応じてワークフローシステムに含まれている複数のサーバ10のうち最初の処理を実行するサーバ(以下、「先頭サーバ」とも称する」)に、当該先頭サーバに対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する。サービス処理部21はまた、実行結果取得手段としても設けられており、ワークフローシステムに含まれている複数のサーバ10のうち最後の処理を実行するサーバ(以下、「最後サーバ」とも称する」)による処理の実行結果を、サービスの提供を要求したユーザに提供するサービスの実行結果として取得する。どのサーバが先頭サーバであり、また最後サーバであるか、更に先頭サーバ及び最後サーバに実行させる処理は何であるかはワークフロー定義情報を参照することで特定される。   Returning to FIG. 1, the user terminal device 20 includes a service processing unit 21, a workflow (WF) definition information transmission unit 22, a job ID acquisition unit 23, a state monitoring unit 24, a state holding unit 25, and a workflow definition information holding unit 26. doing. The service processing unit 21 is provided as an instruction unit, and executes a first process (hereinafter referred to as “first server”) among a plurality of servers 10 included in the workflow system in response to a service provision request from a user. The service execution is instructed by issuing a job for executing the process corresponding to the head server. The service processing unit 21 is also provided as an execution result acquisition unit, and is based on a server (hereinafter also referred to as “last server”) that executes the last process among the plurality of servers 10 included in the workflow system. The execution result of the process is acquired as the execution result of the service provided to the user who requested the service provision. It is specified by referring to the workflow definition information which server is the first server and the last server, and what processing is further executed by the first server and the last server.

ワークフロー定義情報送信部22は、ワークフロー定義情報送信手段として設けられ、いずれかのサーバ10の次ジョブID通知部17からジョブIDが送信されてきた場合、当該サーバ10に、当該サーバ10の直後に処理を実行するサーバ10に対応したワークフロー定義情報を送信する。ジョブID取得部23は、サーバ10から送信されてくるジョブIDを取得する。状態監視部24は、監視手段として設けられ、サーバ10から送信されてきたジョブIDにより特定されるジョブの状態を監視する。状態保持部25には、状態監視部24により確認されたサーバ10におけるジョブの実行状態が保持される。   The workflow definition information transmission unit 22 is provided as a workflow definition information transmission unit. When a job ID is transmitted from the next job ID notification unit 17 of any of the servers 10, the workflow definition information transmission unit 22 immediately follows the server 10. The workflow definition information corresponding to the server 10 that executes the process is transmitted. The job ID acquisition unit 23 acquires a job ID transmitted from the server 10. The status monitoring unit 24 is provided as a monitoring unit, and monitors the status of the job specified by the job ID transmitted from the server 10. The status holding unit 25 holds the job execution status in the server 10 confirmed by the status monitoring unit 24.

図3は、本実施の形態におけるワークフロー定義情報保持部26に記憶されたワークフロー定義情報のデータ構成例を示す図である。ワークフロー定義情報保持部26は、記憶手段として設けられており、図3に示したように、ワークフロー定義情報は、処理順、処理名、接続先及び認証情報が対応付けして構成される。処理順は、サービスを提供するために実行される一連の処理のうち当該処理の実行順を示す。処理名には、その順番において実行される処理を特定する情報としてサービス処理の名称が設定される。接続先には、当該処理を実行するサーバ10を特定する情報が設定される。本実施の形態ではURLを設定する。認証情報には、当該サーバ10において当該処理を実行する上で必要な認証情報が設定される。   FIG. 3 is a diagram illustrating a data configuration example of workflow definition information stored in the workflow definition information holding unit 26 according to the present embodiment. The workflow definition information holding unit 26 is provided as a storage unit. As illustrated in FIG. 3, the workflow definition information is configured by associating a processing order, a processing name, a connection destination, and authentication information. The processing order indicates the execution order of the processing among a series of processing executed to provide the service. In the process name, the name of the service process is set as information for specifying the process to be executed in that order. In the connection destination, information for specifying the server 10 that executes the process is set. In this embodiment, a URL is set. Authentication information necessary for executing the processing in the server 10 is set in the authentication information.

ワークフロー定義情報は、処理順及び接続先の情報を少なくとも含んでいればよい。つまり、サーバ10により実行される処理が一意に特定される場合、処理名の設定は省略可能である。また、サーバ10において処理に実行に認証が必要でない場合、認証情報は不要である。   The workflow definition information only needs to include at least processing order and connection destination information. That is, when the process executed by the server 10 is uniquely specified, the setting of the process name can be omitted. Further, when the server 10 does not require authentication for execution of the process, the authentication information is not necessary.

ユーザ端末装置20における各構成要素21〜24は、ユーザ端末装置20を形成するコンピュータと、コンピュータに搭載されたCPU31で動作するプログラムとの協調動作により実現される。また、各保持部25,26は、ユーザ端末装置20に搭載されたHDD34またはRAM33にて実現される。あるいは、外部にある記憶手段をネットワーク2経由で利用してもよい。   Each component 21-24 in the user terminal device 20 is implement | achieved by the cooperative operation | movement of the program which operate | moves with the computer which forms the user terminal device 20, and CPU31 mounted in the computer. The holding units 25 and 26 are realized by the HDD 34 or the RAM 33 mounted on the user terminal device 20. Alternatively, external storage means may be used via the network 2.

サーバ10は、ジョブ受付部11、ジョブID通知部12、ジョブ実行部13、ワークフロー定義情報取得部14、ジョブ発行部15、次ジョブID取得部16、次ジョブID通知部17及び実行結果送信部18を有している。ジョブ受付部11は、受付手段として設けられ、ワークフロー定義情報に従いユーザ端末装置20又は自サーバ10の直前に処理を実行したサーバ10により発行されるジョブを受け付ける。ジョブID通知部12は、当該サーバ10が先頭サーバであるときに必要となる構成要素であり、ユーザ端末装置20からのサービスの実行開始指示に応じて自サーバにおいて実行するジョブのジョブIDをユーザ端末装置20へ通知する。ジョブ実行部13は、ジョブ実行手段として設けられ、ジョブ受付部11に受け付けられたジョブに従い処理を実行する。ワークフロー定義情報取得部14は、ワークフロー定義情報取得手段として設けられ、自サーバ10の直後に処理を実行するサーバ10に対応するワークフロー定義情報を取得する。   The server 10 includes a job reception unit 11, a job ID notification unit 12, a job execution unit 13, a workflow definition information acquisition unit 14, a job issue unit 15, a next job ID acquisition unit 16, a next job ID notification unit 17, and an execution result transmission unit. 18. The job receiving unit 11 is provided as a receiving unit, and receives a job issued by the server 10 that has executed the process immediately before the user terminal device 20 or the own server 10 according to the workflow definition information. The job ID notification unit 12 is a necessary component when the server 10 is the first server, and the job ID of a job to be executed on the own server in response to a service execution start instruction from the user terminal device 20 The terminal device 20 is notified. The job execution unit 13 is provided as a job execution unit, and executes processing according to the job received by the job reception unit 11. The workflow definition information acquisition unit 14 is provided as a workflow definition information acquisition unit, and acquires workflow definition information corresponding to the server 10 that executes processing immediately after the server 10 itself.

ジョブ発行部15は、ジョブ発行手段として設けられ、ワークフロー定義情報取得部14により取得されたワークフロー定義情報に従い、自サーバ10の直後に処理を実行するサーバ10に、自サーバ10の直後に処理を実行するサーバ10に対応した処理を実行させるジョブであって自サーバにおける処理の実行結果を含むジョブを発行する。次ジョブID取得部16は、識別情報取得手段として設けられ、ジョブ発行部15により発行されたジョブが自サーバ10の直後に処理を実行するサーバ10に受け付けられたことに応じて、自サーバ10の直後に処理を実行するサーバ10から送られてくる当該ジョブのジョブIDを取得する。このように、次ジョブID取得部16が取得するジョブIDを特に「次ジョブID」と称する。また、自サーバ10の直後に処理を実行するサーバを「次サーバ」とも称することにする。次ジョブID通知部17は、識別情報送信手段として設けられ、次ジョブID取得部16により取得されたジョブIDをユーザ端末装置20に送信する。実行結果送信部18は、実行結果送信手段として設けられ、自サーバ10における処理の実行結果をユーザ端末装置20に送信する。実行結果送信部18は、当該サーバ10が最後サーバであるときに必要となる構成要素である。自サーバ10が最後サーバとして処理を実行する場合、ワークフロー定義情報取得部14及びジョブ発行部15に代えて実行結果送信部18を有していればよい。   The job issuing unit 15 is provided as a job issuing unit, and in accordance with the workflow definition information acquired by the workflow definition information acquiring unit 14, the job issuing unit 15 performs processing immediately after the own server 10. A job for executing a process corresponding to the server 10 to be executed and including a result of executing the process in the own server is issued. The next job ID acquisition unit 16 is provided as an identification information acquisition unit, and in response to the job issued by the job issuing unit 15 being received by the server 10 that executes processing immediately after the own server 10, Immediately after, the job ID of the job sent from the server 10 that executes the process is acquired. Thus, the job ID acquired by the next job ID acquisition unit 16 is particularly referred to as “next job ID”. A server that executes processing immediately after the server 10 is also referred to as a “next server”. The next job ID notification unit 17 is provided as identification information transmission means, and transmits the job ID acquired by the next job ID acquisition unit 16 to the user terminal device 20. The execution result transmission unit 18 is provided as an execution result transmission unit, and transmits the execution result of the process in the server 10 to the user terminal device 20. The execution result transmission unit 18 is a component required when the server 10 is the last server. When the server 10 executes processing as the last server, the execution result transmitting unit 18 may be provided instead of the workflow definition information acquiring unit 14 and the job issuing unit 15.

サーバ10における各構成要素11〜18は、サーバ10を形成するコンピュータと、コンピュータに搭載されたCPU31で動作するプログラムとの協調動作により実現される。   Each component 11-18 in the server 10 is implement | achieved by cooperation operation | movement of the program which operate | moves with the computer which forms the server 10, and CPU31 mounted in the computer.

また、本実施の形態で用いるプログラムは、通信手段により提供することはもちろん、CD−ROMやDVD−ROM等のコンピュータ読み取り可能な記録媒体に格納して提供することも可能である。通信手段や記録媒体から提供されたプログラムはコンピュータにインストールされ、コンピュータのCPUがプログラムを順次実行することで各種処理が実現される。   Further, the program used in this embodiment can be provided not only by communication means but also by storing it in a computer-readable recording medium such as a CD-ROM or DVD-ROM. The program provided from the communication means or the recording medium is installed in the computer, and various processes are realized by the CPU of the computer sequentially executing the program.

本実施の形態においてサービスをユーザに提供するときに、ユーザ端末装置20において実施される処理を示すフローチャートを図4に、サーバ10において実施される処理を示すフローチャートを図5に、サーバ10とユーザ端末装置20との間及びサーバ10とサーバ10との間で行われるデータ通信を示すシーケンス図を図6に、それぞれ示す。以下、これらの図を用いて本実施の形態における動作について説明する。なお、ユーザ端末装置20のワークフロー定義情報保持部26には、図3に例示した内容のワークフロー定義情報が予め設定されているものとする。そして、このワークフロー定義情報に従うことにより、図6に示したようにサーバ1〜4が順番に処理を実行することでユーザにより要求されたサービスが提供されるものとする。   In the present embodiment, when providing a service to a user, FIG. 4 is a flowchart showing processing executed in the user terminal device 20, FIG. 5 is a flowchart showing processing executed in the server 10, and FIG. FIG. 6 shows sequence diagrams showing data communication performed between the terminal device 20 and between the server 10 and the server 10. Hereinafter, the operation in this embodiment will be described with reference to these drawings. It is assumed that workflow definition information having the contents illustrated in FIG. 3 is set in advance in the workflow definition information holding unit 26 of the user terminal device 20. Then, by following this workflow definition information, it is assumed that the service requested by the user is provided by the servers 1 to 4 executing processes in order as shown in FIG.

ユーザ端末装置20において、ユーザがサービス要求画面などからサービスの提供を要求するための所定の操作を行うと、サービス処理部21は、その指示操作に応じてワークフロー定義情報保持部26から処理順が1であるワークフロー定義情報WF1を取得し、そのワークフロー定義情報WF1により最初に処理を実行すべきサーバ1を特定する。そして、サービス処理部21は、処理対象とするデータを指定してジョブを発行すると共に、取得したワークフロー定義情報WF1をサーバ1に送信することによってサービスの実行開始を指示する(ステップ101,102)。なお。図3に示した設定例によると、サーバ1は、接続先の設定内容(http://cloud−bandw.com)により特定されたサーバ10であり、白黒変換処理を行う。   When the user performs a predetermined operation for requesting service provision from the service request screen or the like on the user terminal device 20, the service processing unit 21 determines the processing order from the workflow definition information holding unit 26 in accordance with the instruction operation. The workflow definition information WF1 that is 1 is acquired, and the server 1 that should execute the process first is specified by the workflow definition information WF1. The service processing unit 21 designates data to be processed and issues a job, and sends the acquired workflow definition information WF1 to the server 1 to instruct start of service execution (steps 101 and 102). . Note that. According to the setting example illustrated in FIG. 3, the server 1 is the server 10 specified by the connection destination setting content (http://cloud-bandw.com), and performs black and white conversion processing.

サーバ1において、ジョブ受付部11は、ユーザ端末装置20から送信されたジョブを受け付けると(ステップ121)、図示しないジョブデータベースにジョブを登録する(ステップ122)。なお、登録する際には、ワークフロー定義情報WF1に含まれている認証情報を用いてジョブ発行者の認証を事前に行う。ジョブID通知部12は、登録されたジョブのジョブIDを取得すると(ステップ123)、その最初のサーバ1が自ら実行すべきジョブのジョブID(以下、「ジョブID1」と記す)をユーザ端末装置20に通知する(ステップ124)。この後、登録された白黒変換処理を実行するためのジョブは、ジョブ実行部13により実行される(ステップ125)。   In the server 1, when the job reception unit 11 receives a job transmitted from the user terminal device 20 (step 121), the job reception unit 11 registers the job in a job database (not shown) (step 122). When registering, the job issuer is authenticated in advance using the authentication information included in the workflow definition information WF1. When the job ID notification unit 12 obtains the job ID of the registered job (step 123), the job ID of the job to be executed by the first server 1 (hereinafter referred to as “job ID 1”) is the user terminal device. 20 is notified (step 124). Thereafter, the job for executing the registered black and white conversion process is executed by the job execution unit 13 (step 125).

ユーザ端末装置20において、ジョブID取得部23がサーバ1から最初に送られてきたジョブID1を取得すると(ステップ103)、ワークフロー定義情報送信部22は、送信したワークフロー定義情報WF1に続く処理順が2であるワークフロー定義情報WF2がワークフロー定義情報保持部26に設定されているかを確認する。この例のように設定されている場合(ステップ104でY)、ワークフロー定義情報送信部22は、ワークフロー定義情報WF2をワークフロー定義情報保持部26から読み出しサーバ1に送信する(ステップ105)。   In the user terminal device 20, when the job ID acquisition unit 23 acquires the job ID 1 sent first from the server 1 (step 103), the workflow definition information transmission unit 22 determines the processing order following the transmitted workflow definition information WF 1. 2, whether the workflow definition information WF 2 is set in the workflow definition information holding unit 26 is confirmed. If it is set as in this example (Y in step 104), the workflow definition information transmission unit 22 reads the workflow definition information WF2 from the workflow definition information holding unit 26 and transmits it to the server 1 (step 105).

また、ステップ103において、ジョブID取得部23がジョブID1を取得すると、状態監視部24は、ワークフロー定義情報WF1の接続先及びそのジョブID1から特定される処理を監視する。状態監視部24における監視処理によりディスプレイ38に表示されるサービス実行状態表示画面の一例を図7に示す。サービス実行状態表示画面には、各処理の実行順毎に各処理の処理名及び当該処理の状態が示される。図7に例示した状態を参照すると、現在、サーバ1における白黒変換処理が“実行中”であることがわかる。これに続く各処理の状態には、まだ実行されていない状態を示す“未実行”と表示される。各ジョブの状態は、状態保持部25に保持され、状態監視部24は、状態保持部25から各処理の実行状態を読み出して画面表示する。   In step 103, when the job ID acquisition unit 23 acquires job ID 1, the state monitoring unit 24 monitors the connection destination of the workflow definition information WF 1 and the process specified from the job ID 1. An example of a service execution state display screen displayed on the display 38 by the monitoring process in the state monitoring unit 24 is shown in FIG. On the service execution state display screen, the process name of each process and the state of the process are displayed for each process execution order. Referring to the state illustrated in FIG. 7, it can be seen that the black-and-white conversion process in the server 1 is currently “in progress”. The status of each process that follows is displayed as “unexecuted” indicating a status that has not yet been executed. The status of each job is held in the status holding unit 25, and the status monitoring unit 24 reads out the execution status of each process from the status holding unit 25 and displays it on the screen.

なお、図7には、ワークフローに含まれる各処理につき処理名及び状態を対応付けして表示する画面例を示したが、これに限定する必要はなく、例えばサーバ名、ジョブの実行開始時刻、ジョブの実行時間(実行を開始してからの経過時間)、終了予測時間等の情報も合わせて表示するようにしてもよい。また、全ての処理に対する情報を一画面に表示する形態とせずに、処理毎に当該処理に関する情報を表示する画面を設けるようにしてもよい。   FIG. 7 shows an example of a screen that displays a process name and a state in association with each process included in the workflow. However, the present invention is not limited to this. For example, the server name, job execution start time, Information such as job execution time (elapsed time since the start of execution) and estimated end time may also be displayed. In addition, instead of displaying information for all processes on one screen, a screen for displaying information regarding the process may be provided for each process.

なお、フローチャート上では、ワークフロー定義情報送信部22が行うワークフロー定義情報の送信処理(ステップ104,105)を先に記載したが、状態監視部24が行う状態監視処理(ステップ106)とは共にジョブIDが送信されてきたことに伴い実施可能な処理なので、同時並行して処理してよいし、どちらを先に図示してもよい。   In the flowchart, the workflow definition information transmission processing (steps 104 and 105) performed by the workflow definition information transmission unit 22 is described above. However, the status monitoring processing (step 106) performed by the state monitoring unit 24 is a job. Since the processing can be performed in accordance with the transmission of the ID, the processing may be performed in parallel, either of which may be illustrated first.

以上説明したように、ユーザ端末装置20は、ワークフロー定義情報WF2が設定されていることからワークフロー定義情報WF2をサーバ1に送信することになる。従って、サーバ1におけるワークフロー定義情報取得部14は、ユーザ端末装置20から送信されてきたワークフロー定義情報WF2を受信することになるが、このワークフロー定義情報の受信は、ジョブの発行前であれば、ジョブの実行前でも実行中でも終了後でもよい。   As described above, the user terminal device 20 transmits the workflow definition information WF2 to the server 1 because the workflow definition information WF2 is set. Accordingly, the workflow definition information acquisition unit 14 in the server 1 receives the workflow definition information WF2 transmitted from the user terminal device 20, and the reception of the workflow definition information is before the job is issued. The job may be executed before, during or after execution.

サーバ1において、ワークフロー定義情報取得部14がユーザ端末装置20から送信されてきたワークフロー定義情報WF2を受信し(ステップ126でY)、かつサーバ1においてジョブの実行が終了すると、ジョブ発行部15は、ワークフロー定義情報WF2を参照することにより次サーバ、この例では、接続先がhttp://cloud−dpi.comであるサーバ2に対し、自サーバ1におけるジョブの実行結果(白黒変換処理の実行結果)を含めてジョブを発行する(ステップ127)。このとき、認証を受けるために、また次サーバに複数の処理機能が搭載されている場合、処理名及び認証情報が含まれているワークフロー定義情報WF2を合わせて送信してもよい。   In the server 1, when the workflow definition information acquisition unit 14 receives the workflow definition information WF 2 transmitted from the user terminal device 20 (Y in step 126), and when the execution of the job is completed in the server 1, the job issuing unit 15 , The next server by referring to the workflow definition information WF2, in this example, the connection destination is http: // cloud-dpi. The job including the job execution result (the monochrome conversion process execution result) in the local server 1 is issued to the server 2 that is com (step 127). At this time, in order to receive authentication and when the next server has a plurality of processing functions, the workflow definition information WF2 including the processing name and authentication information may be transmitted together.

サーバ2において、ジョブ受付部11は、サーバ1から送信されたジョブを受け付けると(ステップ121)、図示しないジョブデータベースにジョブを登録する(ステップ122)。なお、登録する際には、ワークフロー定義情報WF2に含まれている認証情報を用いてジョブ発行者の認証を事前に行う。ジョブID通知部12は、ジョブデータベースに登録されたジョブのジョブIDを取得すると(ステップ123)、そのジョブID(以下、「ジョブID2」と記す)をサーバ1に通知する(ステップ124)。この後、登録された解像度変換処理を実行するためのジョブは、ジョブ実行部13により実行される(ステップ125)。   In the server 2, when the job reception unit 11 receives a job transmitted from the server 1 (step 121), the job reception unit 11 registers the job in a job database (not shown) (step 122). When registering, the job issuer is authenticated in advance using the authentication information included in the workflow definition information WF2. When the job ID notification unit 12 acquires the job ID of the job registered in the job database (step 123), the job ID notification unit 12 notifies the server 1 of the job ID (hereinafter referred to as “job ID 2”) (step 124). Thereafter, the job for executing the registered resolution conversion process is executed by the job execution unit 13 (step 125).

サーバ1において、次ジョブID取得部16がサーバ2から送られてきたジョブID2を取得すると(ステップ128)、次ジョブID通知部17は、取得されたジョブID2をユーザ端末装置20に通知する(ステップ129)。次サーバにおいて実行されるジョブ(解像度変換処理)のジョブID2は、自サーバにおけるジョブ(白黒変換処理)の実行が終了してから取得し、ユーザ端末装置20に送信することから、次ジョブIDの送信は、自サーバにおけるジョブの終了をユーザ端末装置20に通知することにもなる。   In the server 1, when the next job ID acquisition unit 16 acquires the job ID 2 sent from the server 2 (step 128), the next job ID notification unit 17 notifies the user terminal device 20 of the acquired job ID 2 ( Step 129). The job ID 2 of the job (resolution conversion process) executed in the next server is acquired after the execution of the job (monochrome conversion process) in the own server is completed and transmitted to the user terminal device 20, so that the next job ID The transmission also notifies the user terminal device 20 of the end of the job in the own server.

従って、サーバ1におけるジョブの実行状態を監視していたユーザ端末装置20は、サーバ1から次サーバであるサーバ2において実行されるジョブのジョブID2を取得することでサーバ1におけるジョブの終了を認識すると(ステップ107でY)、状態監視部24は、状態保持部25を用いて管理しているサーバ1及びサーバ2の実行状態を更新する(ステップ108)。この状態が更新された後のサービス実行状態表示画面の例を図8に示す。   Therefore, the user terminal device 20 that has monitored the job execution state in the server 1 recognizes the end of the job in the server 1 by acquiring the job ID 2 of the job executed in the server 2 as the next server from the server 1. Then (Y in Step 107), the state monitoring unit 24 updates the execution states of the server 1 and the server 2 managed using the state holding unit 25 (Step 108). An example of the service execution state display screen after this state is updated is shown in FIG.

図8に示したサービス実行状態表示画面の例を参照すると、ユーザは、サーバ1が実行する白黒変換処理は終了し、これに続くサーバ2が実行する解像度変換処理が開始され、現在、実行中であることがわかる。   Referring to the example of the service execution status display screen shown in FIG. 8, the user finishes the monochrome conversion process executed by the server 1 and starts the subsequent resolution conversion process executed by the server 2, which is currently being executed. It can be seen that it is.

なお、処理の実行状態として、処理が終了したことを示す“終了”、処理が実行中であることを示す“実行中”、処理の実行が開始されていない状態を示す“未実行”、を想定しているが、例えばジョブが登録されたもののまだ開始されていない状態を示す“待機中”など、状態をより詳細に分割して表示するようにしてもよい。   Note that the execution status of the process is “finished” indicating that the process has been completed, “executing” indicating that the process is being executed, and “unexecuted” indicating that the process has not been started. Although it is assumed, the status may be divided and displayed in more detail, for example, “waiting” indicating a status where a job is registered but not started yet.

ユーザ端末装置20では、処理を実行するサーバがサーバ2に移行したことに伴い、監視の対象を移行して(ステップ109)、ステップ104に戻る。ワークフロー定義情報送信部22は、送信したワークフロー定義情報WF2に続く処理順が3であるワークフロー定義情報WF3がワークフロー定義情報保持部26に設定されているので(ステップ104でY)、ワークフロー定義情報WF3をワークフロー定義情報保持部26から読み出しサーバ2に送信する(ステップ105)。   In the user terminal device 20, the monitoring target is shifted (step 109) and the processing returns to step 104 as the server that executes the processing shifts to the server 2. The workflow definition information transmission unit 22 sets the workflow definition information WF3 having a processing order of 3 following the transmitted workflow definition information WF2 in the workflow definition information holding unit 26 (Y in Step 104), and therefore the workflow definition information WF3. Is read from the workflow definition information holding unit 26 and transmitted to the server 2 (step 105).

以降のサーバ2及びサーバ3において実施される処理は、すでに説明した処理と同じ処理を繰り返すことになるので、適宜省略する。   Since the subsequent processes performed in the server 2 and the server 3 repeat the same processes as those already described, they are omitted as appropriate.

サーバ2において、ワークフロー定義情報取得部14がユーザ端末装置20から送信されてきたワークフロー定義情報WF3を受信し(ステップ126でY)、かつサーバ2においてジョブの実行が終了すると、ジョブ発行部15は、ワークフロー定義情報WF3を参照することにより次サーバであるサーバ3に対し、自サーバ2におけるジョブの実行結果を含めてジョブを発行する(ステップ127)。   In the server 2, when the workflow definition information acquisition unit 14 receives the workflow definition information WF 3 transmitted from the user terminal device 20 (Y in step 126), and the server 2 finishes executing the job, the job issuing unit 15 By referring to the workflow definition information WF3, the job including the job execution result in the server 2 is issued to the server 3 as the next server (step 127).

これに応じて、サーバ3は、受け付けたジョブのジョブID3をサーバ2へ返答し、またそのジョブを実行する(ステップ121〜125)。   In response to this, the server 3 returns the job ID 3 of the accepted job to the server 2 and executes the job (steps 121 to 125).

サーバ3に登録された次ジョブID3が送られてくると、サーバ2における次ジョブID通知部17は、その次ジョブID3をユーザ端末装置20に通知する(ステップ128,129)。   When the next job ID 3 registered in the server 3 is sent, the next job ID notification unit 17 in the server 2 notifies the user terminal device 20 of the next job ID 3 (steps 128 and 129).

このジョブID3の通知に応じて、ユーザ端末装置20における状態監視部24は、サーバ2におけるジョブの終了を認識し、監視していたジョブID2により特定されるジョブ及び受信したジョブID3により特定されるジョブの状態を更新し、監視対象のジョブを切り替える(ステップ108)。   In response to the notification of the job ID 3, the state monitoring unit 24 in the user terminal device 20 recognizes the end of the job in the server 2, and is specified by the job specified by the monitored job ID 2 and the received job ID 3. The job status is updated, and the monitored job is switched (step 108).

ステップ109においてiが3に更新されることでサーバ3に処理が移行した場合、ワークフロー定義情報保持部26には、ワークフロー定義情報WF4が設定されているので(ステップ104でY)、前述した処理を繰り返すことになるので、サーバ3における処理については説明を省略する。一方、サーバ3は、ワークフロー定義情報WF4を受信し、サーバ4に対してジョブを発行することで取得したジョブID4をユーザ端末装置20に通知する処理(ステップ126でY,ステップ127〜129)、及びサーバ4がサーバ3から発行されたジョブを受け付け、そのジョブのジョブID4をサーバ3に通知してジョブを実行する処理(ステップ121〜125)についてもすでに説明したので、省略する。   When the process is transferred to the server 3 by updating i to 3 in step 109, the workflow definition information WF4 is set in the workflow definition information holding unit 26 (Y in step 104). Therefore, the description of the processing in the server 3 is omitted. On the other hand, the server 3 receives the workflow definition information WF4 and notifies the user terminal device 20 of the job ID 4 acquired by issuing a job to the server 4 (Y in step 126, steps 127 to 129), The processing (steps 121 to 125) in which the server 4 receives a job issued from the server 3, notifies the server 3 of the job ID 4 of the job, and executes the job (steps 121 to 125) has already been described, and will be omitted.

従って、ユーザ端末装置20がサーバ3からジョブID4を取得することによってサーバ3におけるジョブの終了通知を受け、監視対象とするジョブをジョブID4のジョブに切り替えた後の処理から説明を続けると、ユーザ端末装置20は、送信済のワークフロー定義情報WF4に続くワークフロー定義情報がワークフロー定義情報保持部26に設定されていないので(ステップ104でN)、サーバ4に対してワークフロー定義情報を送信することなく状態監視部24による処理の状態監視に移行する(ステップ110)。   Therefore, when the user terminal device 20 receives the job ID 4 from the server 3 to receive the job end notification in the server 3 and continues the description from the process after switching the job to be monitored to the job with the job ID 4, The terminal device 20 does not transmit the workflow definition information to the server 4 because the workflow definition information subsequent to the transmitted workflow definition information WF4 is not set in the workflow definition information holding unit 26 (N in Step 104). The process proceeds to process status monitoring by the status monitoring unit 24 (step 110).

一方、サーバ4においては、ジョブの実行終了後(ステップ125)、ワークフロー定義情報がユーザ端末装置20から送信されてこないので(ステップ126でN)、実行結果送信部18は、サーバ4におけるジョブの実行結果(印刷処理の実行結果)をユーザ端末装置20に送信することでサービスの実行終了を通知する(ステップ130)。   On the other hand, in the server 4, since the workflow definition information is not transmitted from the user terminal device 20 after the job execution is completed (step 125) (N in step 126), the execution result transmitting unit 18 does not execute the job in the server 4. The execution result (printing process execution result) is transmitted to the user terminal device 20 to notify the end of execution of the service (step 130).

なお、サーバ4によるユーザ端末装置20からのワークフロー定義情報の送信の有無は、ジョブの実行開始または実行終了からの経過時間と予め設定した時間とを比較すること、すなわち、タイムアウトの発生により判断してよい。あるいは、ユーザ端末装置20が送信すべきワークフロー定義情報がない旨を送信し、サーバ4がこれを受信することで、受信すべきワークフロー定義情報がないことを認識するようにしてもよい。   Whether or not the workflow definition information is transmitted from the user terminal device 20 by the server 4 is determined by comparing the elapsed time from the start or end of execution of the job with a preset time, that is, the occurrence of a timeout. It's okay. Alternatively, the fact that there is no workflow definition information to be transmitted by the user terminal device 20 may be transmitted, and the server 4 may receive this to recognize that there is no workflow definition information to be received.

ユーザ端末装置20において、サービス処理部21がサーバ4から処理の実行結果が送られてきたことでサービスの実行終了を認識すると(ステップ111でY)、状態監視部24は、監視していたジョブID4により特定されるジョブの状態を“実行中”から“終了”に更新する(ステップ112)。そして、サービス処理部21は、最後サーバであるサーバ4から送られてきた印刷処理の実行結果を、サービスの実行結果としてユーザに提示する(ステップ113)。提示方法としては、予め設定された方法、例えば、ディスプレイ38への表示、ファイル保存等所望の方法で対応すればよい。   In the user terminal device 20, when the service processing unit 21 recognizes the end of execution of the service because the processing execution result is sent from the server 4 (Y in step 111), the status monitoring unit 24 monitors the job being monitored. The status of the job specified by ID4 is updated from “being executed” to “finished” (step 112). Then, the service processing unit 21 presents the execution result of the printing process sent from the server 4 as the last server to the user as the service execution result (step 113). As a presentation method, a predetermined method may be used, for example, a desired method such as display on the display 38 or file storage.

本実施の形態によれば、ユーザ端末装置20から先頭サーバに対してサービスの実行開始を指示すると、一連の処理をそれぞれ実行するサーバの間で処理の実行結果がやりとりされることになるので、ユーザ端末装置20は、サーバ間におけるデータ(各サーバの処理結果)をネットワーク2を介して受け取ったり介在する必要がなく、最後サーバからのみサービスの処理結果を受け取ればよくなる。つまり、サービス処理が実行されている間、ユーザ端末装置20が行うネットワーク通信処理としては、最後サーバを除く各サーバ1〜4に対し、ネットワーク2を介して次サーバにおけるワークフロー定義情報のみを送信すればよい。   According to the present embodiment, when the user terminal device 20 instructs the head server to start executing the service, the execution result of the process is exchanged between the servers that execute a series of processes. The user terminal device 20 does not need to receive or intervene data (processing results of each server) between the servers via the network 2, and only needs to receive the service processing results from the last server. That is, as the network communication process performed by the user terminal device 20 while the service process is being executed, only the workflow definition information in the next server is transmitted to the servers 1 to 4 except the last server via the network 2. That's fine.

ただ、サーバ10との間でサービス処理の実行を要求してから実行結果が得られるまで、サーバから何の情報も受け取らなければ、サービス処理が実際に実行されているかどうかが確認できない。そこで、本実施の形態においては、ユーザ端末装置20に、ジョブ実行中のサーバから次サーバにおいて実行されるジョブのジョブIDを取得させることで、当該サーバにおけるジョブの実行終了を認識できるようにすると共に、ジョブの実行監視対象の切替タイミングを知らせるようにした。   However, if no information is received from the server until an execution result is obtained after requesting execution of the service process with the server 10, it cannot be confirmed whether the service process is actually executed. Therefore, in the present embodiment, the user terminal device 20 is made to acquire the job ID of the job executed on the next server from the server that is executing the job, so that the end of the job execution on the server can be recognized. In addition, the change timing of the job execution monitoring target is notified.

ところで、本実施の形態では、ワークフロー定義情報をユーザ端末装置20に保持させるようにし、ユーザ端末装置20から最後サーバ4を除く各サーバ1〜3に、次サーバのワークフロー定義情報を通知させるようにした。ただ、ワークフロー管理者等は、ワークフロー定義情報の設定内容を事前に把握しているので、ユーザ端末装置20に全てのワークフロー定義情報を保持させずにサービスの実行開始に必要な先頭サーバのワークフロー定義情報のみを保持させるようにしてもよい。一方、各サーバ10に対しては、自サーバのワークフロー定義情報と、最後サーバを除くサーバには次サーバのワークフロー定義情報と、を事前に設定しておくようにしてもよい。例えば、サーバ3には、サーバ3とサーバ4の各ワークフロー定義情報を予め設定しておく。このようにすれば、ユーザ端末装置20は、最後サーバを除く各サーバに、次サーバのワークフロー定義情報を通知しなくてすむ。すなわち、ユーザ端末装置20は、先頭サーバに対してサービスの実行要求を送信すると、最後サーバからサービスの処理結果を受け取るまでの間、各サーバ10との間で何らネットワーク通信を行う必要がない。ただ、サーバ10との間でネットワーク通信が実施されないと、前述したようにサービス処理が実際に実行されているかどうかが確認できない。そこで、各サーバから、次ジョブID及び次ジョブIDにより特定されるジョブを実行するサーバを特定する情報(接続先)を送信してもらうことで、前述したように、各サーバにおける処理の実行状態の監視を行うようにしてもよい。   By the way, in this embodiment, the workflow definition information is held in the user terminal device 20, and the workflow definition information of the next server is notified from the user terminal device 20 to each of the servers 1 to 3 except for the last server 4. did. However, since the workflow administrator or the like knows the setting contents of the workflow definition information in advance, the workflow definition of the first server necessary for starting the execution of the service without holding all the workflow definition information in the user terminal device 20. Only information may be held. On the other hand, for each server 10, the workflow definition information of its own server and the workflow definition information of the next server may be set in advance for servers other than the last server. For example, the workflow definition information of the server 3 and the server 4 is set in the server 3 in advance. In this way, the user terminal device 20 does not need to notify the servers other than the last server of the workflow definition information of the next server. That is, when the user terminal device 20 transmits a service execution request to the first server, it is not necessary to perform any network communication with each server 10 until the service processing result is received from the last server. However, if network communication is not performed with the server 10, it cannot be confirmed whether the service processing is actually executed as described above. Therefore, as described above, the execution state of the process in each server is obtained by sending information (connection destination) specifying the next job ID and the server that executes the job specified by the next job ID from each server. May be monitored.

2 ネットワーク、10 サーバ、11 ジョブ受付部、12 ジョブID通知部、13 ジョブ実行部、14 ワークフロー定義情報取得部、15 ジョブ発行部、16 次ジョブID取得部、17 次ジョブID通知部、18 実行結果送信部、20 ユーザ端末装置、21 サービス処理部、22 ワークフロー定義情報送信部、23 ジョブID取得部、24 状態監視部、25 状態保持部、26 ワークフロー定義情報保持部、31 CPU、32 ROM、33 RAM、34 ハードディスクドライブ(HDD)、35 HDDコントローラ、36 マウス、37 キーボード、38 ディスプレイ、39 入出力コントローラ、40 ネットワークコントローラ、41 内部バス。   2 network, 10 server, 11 job reception unit, 12 job ID notification unit, 13 job execution unit, 14 workflow definition information acquisition unit, 15 job issue unit, 16th job ID acquisition unit, 17th job ID notification unit, 18 execution Result sending unit, 20 user terminal device, 21 service processing unit, 22 workflow definition information sending unit, 23 job ID acquisition unit, 24 status monitoring unit, 25 status holding unit, 26 workflow definition information holding unit, 31 CPU, 32 ROM, 33 RAM, 34 Hard disk drive (HDD), 35 HDD controller, 36 Mouse, 37 Keyboard, 38 Display, 39 Input / output controller, 40 Network controller, 41 Internal bus.

Claims (7)

ユーザ端末装置と、
複数のデータ処理装置と、
サービスを提供するために実行される一連の処理のうち当該処理の実行順と、当該処理を実行する前記データ処理装置を特定する情報と、を少なくとも含むワークフロー定義情報を記憶する記憶手段と、
を有し、
前記ユーザ端末装置は、
利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、
ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、
を有し、
前記各データ処理装置は、
ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、
前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、
自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、
前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、
自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、
を有し、
前記最後データ処理装置を除く前記各データ処理装置は、
前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、
前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、
を有し、
前記ユーザ端末装置は、前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段を有することを特徴とするワークフローシステム。
A user terminal device;
A plurality of data processing devices;
Storage means for storing workflow definition information including at least the execution order of the processes among a series of processes executed to provide a service, and information for specifying the data processing device that executes the processes;
Have
The user terminal device
In response to a service provision request from a user, a process corresponding to the first data processing apparatus is performed on the first data processing apparatus that executes the first process among the data processing apparatuses specified by referring to the workflow definition information. An instruction means for instructing the start of execution of a service by issuing a job for executing
Execution result acquisition means for acquiring the execution result of the process by the last data processing apparatus that executes the last process among the data processing apparatuses specified by referring to the workflow definition information as the execution result of the service that provides the user; ,
Have
Each of the data processing devices
Accepting means for accepting a job issued by a data processing device that has executed processing immediately before the user terminal device or the own data processing device according to workflow definition information;
Job execution means for executing processing according to the job received by the reception means;
Workflow definition information acquisition means for acquiring workflow definition information corresponding to a data processing device that executes processing immediately after the own data processing device;
In accordance with the workflow definition information acquired by the workflow definition information acquisition unit, a process corresponding to the data processing apparatus that executes the process immediately after the own data processing apparatus is performed on the data processing apparatus that executes the process immediately after the own data processing apparatus. Job issuing means for issuing a job to be executed and including a job execution result in the data processing apparatus;
When the own data processing device is the last data processing device, instead of the workflow definition information acquiring unit and the job issuing unit, an execution result transmitting unit that transmits an execution result of the process in the own data processing device to the user terminal device; ,
I have a,
Each of the data processing devices excluding the last data processing device is
When the job issued by the job issuing means is received by the data processing device that executes processing immediately after the own data processing device, the job is sent from the data processing device that executes processing immediately after the own data processing device. An identification information acquisition means for acquiring job identification information of the job
Identification information transmitting means for transmitting job identification information acquired by the identification information acquiring means to the user terminal device;
Have
When the job identification information is transmitted from the identification information transmission unit, the user terminal device transmits workflow definition information corresponding to the data processing device that executes processing immediately after the data processing device to the data processing device. workflow system characterized by have a workflow definition information transmitting means for.
前記ユーザ端末装置は、前記データ処理装置から送信されてきたジョブ識別情報により特定されるジョブの状態を監視する監視手段を有することを特徴とする請求項1に記載のワークフローシステム。   The workflow system according to claim 1, wherein the user terminal device includes a monitoring unit that monitors a state of a job specified by job identification information transmitted from the data processing device. 前記最後データ処理装置を除く前記各データ処理装置は、
前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、
前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、
を有し、
前記監視手段は、前記識別情報送信手段からジョブ識別情報が送信されてきたことによって当該ジョブ識別情報を送信した前記データ処理装置におけるジョブの実行が終了したことを認識すると、受信したジョブ識別情報により特定されるジョブの監視に切り替える、
ことを特徴とする請求項2に記載のワークフローシステム。
Each of the data processing devices excluding the last data processing device is
When the job issued by the job issuing means is received by the data processing device that executes processing immediately after the own data processing device, the job is sent from the data processing device that executes processing immediately after the own data processing device. An identification information acquisition means for acquiring job identification information of the job
Identification information transmitting means for transmitting job identification information acquired by the identification information acquiring means to the user terminal device;
Have
When the monitoring means recognizes that the execution of the job in the data processing apparatus that has transmitted the job identification information has been completed due to the transmission of the job identification information from the identification information transmission means, the monitoring means uses the received job identification information. Switch to monitoring specific jobs,
The workflow system according to claim 2 .
ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記各データ処理装置、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置がワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、を有し、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有する、ワークフローシステムに含まれ、
利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、
前記最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、
前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、
を有することを特徴とするユーザ端末装置。
Including a user terminal, a plurality of the data processing device and the information identifying the data processing device executing sequence of the processing of a series of processes executed and executes those the processing for providing the service at least Storage means for storing workflow definition information , wherein each data processing device is issued by a data processing device that has executed processing immediately before the user terminal device or its own data processing device in accordance with the workflow definition information Accepting a job to be processed, job execution means for executing processing according to the job accepted by the accepting means, and workflow definition information corresponding to the data processing apparatus for executing processing immediately after the own data processing apparatus Acquired by the workflow definition information acquisition means and the workflow definition information acquisition means A job that causes a data processing device that executes processing immediately after its own data processing device to execute processing corresponding to the data processing device that executes processing immediately after its own data processing device according to the workflow definition information a job issuing means for issuing a job including the execution result of the processing in the processing unit, the last data processing to be executed at the end of the processing of the data processing device identified by reference to its own data processing apparatus side Kufuro definition information for devices, the place of the workflow definition information acquiring means and the job issuing means, possess the execution result transmitting means for transmitting an execution result of the processing in the own data processing apparatus to the user terminal device, wherein the last data processing Each of the data processing devices other than the device is configured such that the job issued by the job issuing means ID information acquisition for acquiring job identification information of the job sent from the data processing apparatus that executes the process immediately after its own data processing apparatus in response to being received by the data processing apparatus that executes the process immediately after And an identification information transmitting means for transmitting job identification information acquired by the identification information acquiring means to the user terminal device .
In response to a service provision request from a user, a process corresponding to the first data processing apparatus is performed on the first data processing apparatus that executes the first process among the data processing apparatuses specified by referring to the workflow definition information. An instruction means for instructing the start of execution of a service by issuing a job for executing
Execution result acquisition means for acquiring the execution result of the process by the last data processing device as an execution result of a service that provides a user;
When the job identification information is transmitted from the identification information transmitting unit, the workflow definition information transmitting unit transmits the workflow definition information corresponding to the data processing device that executes processing immediately after the data processing device to the data processing device. When,
A user terminal device comprising:
ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記各データ処理装置、ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、自データ処理装置がワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、を有し、前記最後データ処理装置を除く前記各データ処理装置は、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する識別情報送信手段と、を有する、ワークフローシステムに含まれる前記ユーザ端末装置に搭載されたコンピュータを、
利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段、
前記最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段、
前記識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段、
として機能させるためのプログラム。
Including a user terminal, a plurality of the data processing device and the information identifying the data processing device executing sequence of the processing of a series of processes executed and executes those the processing for providing the service at least Storage means for storing workflow definition information , wherein each data processing device is issued by a data processing device that has executed processing immediately before the user terminal device or its own data processing device in accordance with the workflow definition information Accepting a job to be processed, job execution means for executing processing according to the job accepted by the accepting means, and workflow definition information corresponding to the data processing apparatus for executing processing immediately after the own data processing apparatus Acquired by the workflow definition information acquisition means and the workflow definition information acquisition means A job that causes a data processing device that executes processing immediately after its own data processing device to execute processing corresponding to the data processing device that executes processing immediately after its own data processing device according to the workflow definition information a job issuing means for issuing a job including the execution result of the processing in the processing unit, the last data processing to be executed at the end of the processing of the data processing device identified by reference to its own data processing apparatus side Kufuro definition information for devices, the place of the workflow definition information acquiring means and the job issuing means, possess the execution result transmitting means for transmitting an execution result of the processing in the own data processing apparatus to the user terminal device, wherein the last data processing Each of the data processing devices other than the device is configured such that the job issued by the job issuing means ID information acquisition for acquiring job identification information of the job sent from the data processing apparatus that executes the process immediately after its own data processing apparatus in response to being received by the data processing apparatus that executes the process immediately after And a computer mounted on the user terminal device included in the workflow system , and an identification information transmission unit that transmits the job identification information acquired by the identification information acquisition unit to the user terminal device.
In response to a service provision request from a user, a process corresponding to the first data processing apparatus is performed on the first data processing apparatus that executes the first process among the data processing apparatuses specified by referring to the workflow definition information. Instructing means to instruct the start of service execution by issuing a job to execute
Execution result acquisition means for acquiring the execution result of the process by the last data processing device as an execution result of a service that provides a user;
When the job identification information is transmitted from the identification information transmitting unit, the workflow definition information transmitting unit transmits the workflow definition information corresponding to the data processing device that executes processing immediately after the data processing device to the data processing device. ,
Program to function as.
ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記ユーザ端末装置は、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、を有する、ワークフローシステムに含まれ、
ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段と、
前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段と、
自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段と、
前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段と、
自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段と、
自データ処理装置が前記最後データ処理装置でない場合、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段と、
自データ処理装置が前記最後データ処理装置でない場合、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する前記識別情報送信手段と、
を有することを特徴とするデータ処理装置。
Including a user terminal, a plurality of the data processing device and the information identifying the data processing device executing sequence of the processing of a series of processes executed and executes those the processing for providing the service at least Storage means for storing workflow definition information , wherein the user terminal device is identified by referring to the workflow definition information in response to a service provision request from a user Refers to the instruction means for instructing the start of service execution and the workflow definition information by issuing a job for executing the process corresponding to the first data processing apparatus to the first data processing apparatus that executes the first process among the apparatuses. By the last data processing device that executes the last processing among the data processing devices specified by When the job identification information is transmitted from the execution result acquisition means for acquiring the execution result of the service as the execution result of the service provided to the user and the identification information transmission means, immediately after the data processing apparatus A workflow definition information transmission means for transmitting workflow definition information corresponding to a data processing device that executes the process, and included in a workflow system,
Accepting means for accepting a job issued by a data processing device that has executed processing immediately before the user terminal device or the own data processing device according to workflow definition information;
Job execution means for executing processing according to the job received by the reception means;
Workflow definition information acquisition means for acquiring workflow definition information corresponding to a data processing device that executes processing immediately after the own data processing device;
In accordance with the workflow definition information acquired by the workflow definition information acquisition unit, a process corresponding to the data processing apparatus that executes the process immediately after the own data processing apparatus is performed on the data processing apparatus that executes the process immediately after the own data processing apparatus. Job issuing means for issuing a job to be executed and including a job execution result in the data processing apparatus;
When the own data processing device is the last data processing device , instead of the workflow definition information acquiring unit and the job issuing unit, an execution result transmitting unit that transmits an execution result of the process in the own data processing device to the user terminal device; ,
If the data processing device is not the last data processing device, the data processing device is responsive to the job issued by the job issuing means being accepted by the data processing device that executes the processing immediately after the data processing device. Identification information acquisition means for acquiring job identification information of the job sent from the data processing apparatus that executes processing immediately after
If the own data processing device is not the last data processing device, the identification information transmission means for transmitting the job identification information acquired by the identification information acquisition means to the user terminal device;
A data processing apparatus comprising:
ユーザ端末装置と、複数のデータ処理装置と、サービスを提供するために実行される一連の処理のうち当該処理の実行順と当該処理を実行する前記データ処理装置を特定する情報とを少なくとも含むワークフロー定義情報を記憶する記憶手段と、を有するワークフローシステムであって、前記ユーザ端末装置は、利用者からのサービスの提供要求に応じて、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最初の処理を実行する先頭データ処理装置に、当該先頭データ処理装置に対応した処理を実行させるジョブを発行することで、サービスの実行開始を指示する指示手段と、ワークフロー定義情報を参照することにより特定される前記データ処理装置のうち最後の処理を実行する最後データ処理装置による処理の実行結果を利用者に提供するサービスの実行結果として取得する実行結果取得手段と、識別情報送信手段からジョブ識別情報が送信されてきた場合、当該データ処理装置に、当該データ処理装置の直後に処理を実行するデータ処理装置に対応したワークフロー定義情報を送信するワークフロー定義情報送信手段と、を有する、ワークフローシステムに含まれるデータ処理装置に搭載されたコンピュータを、
ワークフロー定義情報に従い前記ユーザ端末装置又は自データ処理装置の直前に処理を実行したデータ処理装置により発行されるジョブを受け付ける受付手段、
前記受付手段に受け付けられたジョブに従い処理を実行するジョブ実行手段、
自データ処理装置の直後に処理を実行するデータ処理装置に対応するワークフロー定義情報を取得するワークフロー定義情報取得手段、
前記ワークフロー定義情報取得手段により取得されたワークフロー定義情報に従い、自データ処理装置の直後に処理を実行するデータ処理装置に、自データ処理装置の直後に処理を実行するデータ処理装置に対応した処理を実行させるジョブであって自データ処理装置における処理の実行結果を含むジョブを発行するジョブ発行手段、
自データ処理装置が前記最後データ処理装置の場合、前記ワークフロー定義情報取得手段及び前記ジョブ発行手段に代えて、自データ処理装置における処理の実行結果を前記ユーザ端末装置に送信する実行結果送信手段、
自データ処理装置が前記最後データ処理装置でない場合、前記ジョブ発行手段により発行されたジョブが自データ処理装置の直後に処理を実行するデータ処理装置に受け付けられたことに応じて、自データ処理装置の直後に処理を実行するデータ処理装置から送られてくる当該ジョブのジョブ識別情報を取得する識別情報取得手段、
自データ処理装置が前記最後データ処理装置でない場合、前記識別情報取得手段により取得されたジョブ識別情報を前記ユーザ端末装置に送信する前記識別情報送信手段、
として機能させるためのプログラム。
Including a user terminal, a plurality of the data processing device and the information identifying the data processing device executing sequence of the processing of a series of processes executed and executes those the processing for providing the service at least Storage means for storing workflow definition information , wherein the user terminal device is identified by referring to the workflow definition information in response to a service provision request from a user Refers to the instruction means for instructing the start of service execution and the workflow definition information by issuing a job for executing the process corresponding to the first data processing apparatus to the first data processing apparatus that executes the first process among the apparatuses. By the last data processing device that executes the last processing among the data processing devices specified by When the job identification information is transmitted from the execution result acquisition means for acquiring the execution result of the service as the execution result of the service provided to the user and the identification information transmission means, immediately after the data processing apparatus A workflow definition information transmitting unit that transmits workflow definition information corresponding to a data processing device that executes processing on the computer mounted on the data processing device included in the workflow system,
Accepting means for accepting a job issued by a data processing device that has executed processing immediately before the user terminal device or the own data processing device in accordance with workflow definition information;
Job execution means for executing processing according to the job received by the reception means;
Workflow definition information acquisition means for acquiring workflow definition information corresponding to a data processing device that executes processing immediately after its own data processing device;
In accordance with the workflow definition information acquired by the workflow definition information acquisition unit, a process corresponding to the data processing apparatus that executes the process immediately after the own data processing apparatus is performed on the data processing apparatus that executes the process immediately after the own data processing apparatus. Job issuing means for issuing a job to be executed and including a job execution result in the data processing apparatus;
If the own data processing device is the last data processing device , instead of the workflow definition information obtaining unit and the job issuing unit, an execution result transmitting unit that transmits an execution result of the process in the own data processing device to the user terminal device;
If the data processing device is not the last data processing device, the data processing device is responsive to the job issued by the job issuing means being accepted by the data processing device that executes the processing immediately after the data processing device. Identification information acquisition means for acquiring job identification information of the job sent from the data processing apparatus that executes processing immediately after
The identification information transmission means for transmitting the job identification information acquired by the identification information acquisition means to the user terminal device when the data processing apparatus is not the last data processing apparatus;
Program to function as.
JP2013050599A 2013-03-13 2013-03-13 Workflow system, user terminal device, data processing device, and program Active JP5987735B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013050599A JP5987735B2 (en) 2013-03-13 2013-03-13 Workflow system, user terminal device, data processing device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013050599A JP5987735B2 (en) 2013-03-13 2013-03-13 Workflow system, user terminal device, data processing device, and program

Publications (2)

Publication Number Publication Date
JP2014178733A JP2014178733A (en) 2014-09-25
JP5987735B2 true JP5987735B2 (en) 2016-09-07

Family

ID=51698654

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013050599A Active JP5987735B2 (en) 2013-03-13 2013-03-13 Workflow system, user terminal device, data processing device, and program

Country Status (1)

Country Link
JP (1) JP5987735B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7243207B2 (en) * 2019-01-18 2023-03-22 富士フイルムビジネスイノベーション株式会社 Information processing system, information processing device and program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6728947B1 (en) * 1998-06-05 2004-04-27 R. R. Donnelley & Sons Company Workflow distributing apparatus and method
JP4154791B2 (en) * 1999-03-18 2008-09-24 富士ゼロックス株式会社 Image processing system and image data processing apparatus
JP2004288052A (en) * 2003-03-24 2004-10-14 Fuji Xerox Co Ltd Information presenting device, information presenting method and information presenting program
JP2011039863A (en) * 2009-08-13 2011-02-24 Fuji Xerox Co Ltd Process management device, terminal device, process management system, and program

Also Published As

Publication number Publication date
JP2014178733A (en) 2014-09-25

Similar Documents

Publication Publication Date Title
US9268504B2 (en) Information processing device, image forming device, printing system control method, and storage medium for searching, retrieving image forming devices that are collectively registered on a service providing device
JP5486237B2 (en) Information processing system, information processing apparatus, control method therefor, and program
US8982392B2 (en) Device search system, device search method, image forming apparatus, and information processing apparatus
US8947714B2 (en) Service providing device, printing system control method, and storage medium
JP5995525B2 (en) System, image forming apparatus, server, and control method thereof
JP6205878B2 (en) Data processing apparatus, system and program
JP5838682B2 (en) Job execution control device, portable terminal device, job execution system, and program
JP6040878B2 (en) Printing apparatus, printing control apparatus, printing system, and program
JP6378584B2 (en) Communication system, image processing apparatus, image processing apparatus control method, and program
JP2013012053A (en) Pull print system, print job management method, print server, and control method and program thereof
JP2019032686A (en) Managing device, control method for managing device, and program
WO2015141815A1 (en) Information processing system, data process control method, program, and recording medium
JP6303571B2 (en) Data processing apparatus, data processing system, data processing method, and program
JP2015026899A (en) Image forming device, print system, and program
JP6525776B2 (en) Monitoring device, control method of monitoring device, and program
JP2014172394A (en) Printer, program and printing system
JP5987735B2 (en) Workflow system, user terminal device, data processing device, and program
JP2017211997A (en) Print Server
JP6191390B2 (en) Image forming system, image forming apparatus, and image forming method
JP2014041393A (en) Print server
US11513843B2 (en) Remote operation system, management client, and non-transitory computer-readable recording medium storing management client program
JP2016143370A (en) Information processing device, information processing system, and program
JP2012079171A (en) Job execution system, job execution device, and program
US20190205069A1 (en) Data processing apparatus and non-transitory computer-readable storage medium for storing program
JP2017049900A (en) Information processing system, 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: 20150306

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160126

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160202

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160222

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160725

R150 Certificate of patent or registration of utility model

Ref document number: 5987735

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350