JP2021033316A - Scenario providing system, scenario providing apparatus, scenario information providing method, and program - Google Patents

Scenario providing system, scenario providing apparatus, scenario information providing method, and program Download PDF

Info

Publication number
JP2021033316A
JP2021033316A JP2019148434A JP2019148434A JP2021033316A JP 2021033316 A JP2021033316 A JP 2021033316A JP 2019148434 A JP2019148434 A JP 2019148434A JP 2019148434 A JP2019148434 A JP 2019148434A JP 2021033316 A JP2021033316 A JP 2021033316A
Authority
JP
Japan
Prior art keywords
scenario
execution terminal
environment
unit
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2019148434A
Other languages
Japanese (ja)
Other versions
JP6866434B2 (en
Inventor
顕範 山本
Akinori Yamamoto
顕範 山本
宗一 宮崎
Shuichi Miyazaki
宗一 宮崎
智博 田中
Tomohiro Tanaka
智博 田中
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.)
NTT Advanced Technology Corp
Original Assignee
NTT Advanced Technology 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 NTT Advanced Technology Corp filed Critical NTT Advanced Technology Corp
Priority to JP2019148434A priority Critical patent/JP6866434B2/en
Publication of JP2021033316A publication Critical patent/JP2021033316A/en
Application granted granted Critical
Publication of JP6866434B2 publication Critical patent/JP6866434B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To easily grasp whether a scenario of RPA can operate in an environment of an information processing apparatus of a user.SOLUTION: A storage unit 21 of a scenario providing apparatus 2 stores scenarios indicating procedures of processing and an environment where the scenarios is operable. A log receiving unit 224 receives log information indicating a result of executing a scenario transmitted by a scenario transmission unit 223 on a scenario execution terminal and writes it to the storage unit 21. An estimation unit 225 estimates an environment of the scenario execution terminal on the basis of the execution result of the scenario of the scenario execution terminal indicated by the log information and an environment where the scenario executed on the scenario execution terminal is operable. A scenario information providing unit 221 determines whether a scenario which has not been transmitted to the scenario execution terminal may normally operate on the scenario execution terminal or not, on the basis of the estimated environment of the scenario execution terminal and the environment where the scenario is operable, and transmits the determination result to the scenario execution terminal.SELECTED DRAWING: Figure 5

Description

本発明は、シナリオ提供システム、シナリオ提供装置、シナリオ情報提供方法及びプログラムに関する。 The present invention relates to a scenario providing system, a scenario providing device, a scenario information providing method, and a program.

RPA(Robotic Process Automation)は、PC(パーソナルコンピュータ)等の情報処理装置を用いて人手で行っていた定型的な作業を自動で実行可能な技術である。例えば、作業手順を記述したシナリオを作成し(例えば、特許文献1参照)、PCがそのシナリオを実行することで、人手で行っていた作業を再現する(例えば、特許文献2参照)。RPAにより、時間的コストや人的コストを削減し、作業ミスを低減することもできる。 RPA (Robotic Process Automation) is a technology that can automatically perform routine work that has been performed manually using an information processing device such as a PC (personal computer). For example, a scenario describing a work procedure is created (see, for example, Patent Document 1), and the PC executes the scenario to reproduce the work performed manually (see, for example, Patent Document 2). With RPA, time cost and human cost can be reduced, and work mistakes can be reduced.

特許第5026451号公報Japanese Patent No. 5026451 特許第4883638号公報Japanese Patent No. 4883638

RPAのシナリオの作成に不慣れなユーザや、シナリオ作成にかかる負担を軽減したいユーザのために、事業者が予め作成したシナリオをユーザに提供することが考えられる。一方で、シナリオを実行するためには、PCがそのシナリオに応じた環境を有している必要がある。例えば、シナリオに、あるアプリケーションプログラム(以下、「アプリ」と記載)に所定の操作を行う処理が含まれているとする。この場合、PCに、操作対象のアプリが実装されている環境が必要である。さらには、PCに、そのアプリに対して所定の操作を行うためのOSやインタフェースが実装されている環境が必要な場合もある。ユーザは、事業者から提供されるシナリオが自分のPCの環境において正常に動作するかを判断することが難しい場合があった。 For users who are unfamiliar with creating RPA scenarios and users who want to reduce the burden of creating scenarios, it is conceivable to provide users with scenarios created in advance by the business operator. On the other hand, in order to execute the scenario, the PC needs to have an environment corresponding to the scenario. For example, suppose that a scenario includes a process of performing a predetermined operation in a certain application program (hereinafter referred to as "application"). In this case, an environment in which the application to be operated is implemented is required on the PC. Further, the PC may need an environment in which an OS or an interface for performing a predetermined operation on the application is implemented. It may be difficult for the user to determine whether the scenario provided by the business operator operates normally in the environment of his / her PC.

上記事情に鑑み、本発明は、RPAのシナリオがユーザの情報処理装置の環境において動作するかを把握しやすくすることができるシナリオ提供システム、シナリオ提供装置、シナリオ情報提供方法及びプログラムを提供することを目的としている。 In view of the above circumstances, the present invention provides a scenario providing system, a scenario providing device, a scenario information providing method, and a program that can make it easy to understand whether an RPA scenario operates in the environment of a user's information processing device. It is an object.

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムであって、前記シナリオ提供装置は、前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境とを記憶する記憶部と、前記シナリオを前記シナリオ実行端末に送信するシナリオ送信部と、前記シナリオ送信部が送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定部と、前記推定部が推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部とを備え、前記シナリオ実行端末は、前記シナリオ提供装置から前記シナリオを受信するシナリオ受信部と、前記シナリオ受信部が受信した前記シナリオを実行するシナリオ実行部と、前記シナリオ実行部により実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信部と、自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信部とを備える、シナリオ提供システムである。 One aspect of the present invention is a scenario providing system having a scenario providing device and a scenario executing terminal, and the scenario providing device includes a scenario showing a processing procedure in the scenario executing terminal and a scenario execution in which the scenario operates. The storage unit that stores the operable environment, which is the environment of the terminal, the scenario transmission unit that transmits the scenario to the scenario execution terminal, and the result of executing the scenario transmitted by the scenario transmission unit on the scenario execution terminal. The log receiving unit that receives the indicated log information and writes it to the storage unit, the execution result of the scenario indicated by the log information of the scenario execution terminal, and the operable environment of the scenario executed by the scenario execution terminal. Based on the estimation unit that estimates the environment of the scenario execution terminal, the environment of the scenario execution terminal estimated by the estimation unit, and the operable environment of the scenario that has not been transmitted to the scenario execution terminal. The scenario information providing unit is provided, which determines the operability of whether or not the untransmitted scenario operates normally in the scenario execution terminal, and transmits the determined operability information to the scenario execution terminal. The scenario execution terminal includes a scenario receiving unit that receives the scenario from the scenario providing device, a scenario executing unit that executes the scenario received by the scenario receiving unit, and a scenario executing unit that executes the scenario. A log transmission unit that transmits the log information indicating the execution result to the scenario providing device, and a scenario in which information on the operability of the scenario that has not been transmitted to the own device is received from the scenario providing device and displayed on the display unit. It is a scenario providing system equipped with an information receiving unit.

本発明の一態様は、上述のシナリオ提供システムであって、前記シナリオは、前記シナリオ実行端末を前記ログ送信部として動作させるための処理を含む。 One aspect of the present invention is the scenario providing system described above, and the scenario includes a process for operating the scenario execution terminal as the log transmission unit.

本発明の一態様は、上述のシナリオ提供システムであって、前記シナリオ送信部は、前記シナリオ実行端末の環境を判定するための処理を含んだ前記シナリオであるサンプルシナリオを送信する。 One aspect of the present invention is the scenario providing system described above, and the scenario transmission unit transmits a sample scenario which is the scenario including a process for determining the environment of the scenario execution terminal.

本発明の一態様は、シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境とを記憶する記憶部と、前記シナリオを前記シナリオ実行端末に送信するシナリオ送信部と、前記シナリオ送信部が送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定部と、前記推定部が推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部と、を備えるシナリオ提供装置である。 One aspect of the present invention is a storage unit that stores a scenario showing a processing procedure in the scenario execution terminal, an operable environment that is the environment of the scenario execution terminal in which the scenario operates, and the scenario in the scenario execution terminal. A scenario transmission unit to be transmitted, a log reception unit that receives log information indicating the result of executing the scenario transmitted by the scenario transmission unit in the scenario execution terminal and writes it to the storage unit, and the log of the scenario execution terminal. An estimation unit that estimates the environment of the scenario execution terminal based on the execution result of the scenario indicated by the information and the operable environment of the scenario executed by the scenario execution terminal, and the estimation unit estimated by the estimation unit. Based on the environment of the scenario execution terminal and the operable environment of the scenario that has not been transmitted to the scenario execution terminal, the operational possibility of whether or not the untransmitted scenario operates normally in the scenario execution terminal is determined. It is a scenario providing device including a scenario information providing unit that determines and transmits the determined operation possibility information to the scenario execution terminal.

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムが実行するシナリオ情報提供方法であって、前記シナリオ提供装置が、前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境とを記憶する記憶部から読み出した前記シナリオを前記シナリオ実行端末に送信するシナリオ送信ステップと、前記シナリオ送信ステップにより送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定ステップと、前記推定ステップにより推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定結果を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、前記シナリオ実行端末が、前記シナリオ提供装置から前記シナリオを受信するシナリオ受信ステップと、前記シナリオ受信ステップにより受信した前記シナリオを実行するシナリオ実行ステップと、前記シナリオ実行ステップにより実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信ステップと、自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信ステップと、を有するシナリオ情報提供方法である。 One aspect of the present invention is a scenario information providing method executed by a scenario providing system having a scenario providing device and a scenario executing terminal, wherein the scenario providing device indicates a processing procedure in the scenario executing terminal, and a scenario. The scenario transmission step of transmitting the scenario read from the storage unit that stores the operable environment, which is the environment of the scenario execution terminal in which the scenario operates, to the scenario execution terminal, and the scenario transmitted by the scenario transmission step are described. The log reception step of receiving the log information indicating the execution result in the scenario execution terminal and writing it to the storage unit, the execution result of the scenario indicated by the log information of the scenario execution terminal, and the execution result in the scenario execution terminal. An estimation step that estimates the environment of the scenario execution terminal based on the operable environment of the scenario, and the environment of the scenario execution terminal estimated by the estimation step and the scenario that has not been transmitted to the scenario execution terminal. Based on the operable environment, it is determined whether or not the untransmitted scenario normally operates in the scenario execution terminal, and the determination result is transmitted to the scenario execution terminal as a scenario information providing step. , The scenario receiving step in which the scenario executing terminal receives the scenario from the scenario providing device, the scenario executing step in which the scenario received by the scenario receiving step is executed, and the scenario executed by the scenario executing step. A log transmission step of transmitting the log information indicating the execution result to the scenario providing device, and a scenario of receiving the operational possibility information of the scenario that has not been transmitted to the own device from the scenario providing device and displaying it on the display unit. It is a scenario information providing method having an information receiving step.

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムの前記シナリオ提供装置が実行するシナリオ情報提供方法であって、前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境とを記憶する記憶部から読み出した前記シナリオを前記シナリオ実行端末に送信するシナリオ送信ステップと、前記シナリオ送信ステップにより送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定ステップと、前記推定ステップにより推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、を有するシナリオ情報提供方法である。 One aspect of the present invention is a scenario information providing method executed by the scenario providing device of a scenario providing system having a scenario providing device and a scenario executing terminal, and a scenario showing a processing procedure in the scenario executing terminal, and the above-mentioned. The scenario transmission step of transmitting the scenario read from the storage unit that stores the operable environment, which is the environment of the scenario execution terminal in which the scenario operates, to the scenario execution terminal, and the scenario transmitted by the scenario transmission step are described in the scenario. The log reception step of receiving the log information indicating the execution result in the execution terminal and writing it to the storage unit, the execution result of the scenario indicated by the log information of the scenario execution terminal, and the execution result in the scenario execution terminal. An estimation step that estimates the environment of the scenario execution terminal based on the operable environment of the scenario, and the environment of the scenario execution terminal estimated by the estimation step and the scenario of the scenario that has not been transmitted to the scenario execution terminal. Scenario information that determines the operability of whether or not the untransmitted scenario normally operates in the scenario execution terminal based on the operable environment, and transmits the determined operability to the scenario execution terminal. It is a scenario information providing method having a providing step and.

本発明の一態様は、コンピュータを、上述したシナリオ提供装置として機能させるためのプログラムである。 One aspect of the present invention is a program for making a computer function as the above-mentioned scenario providing device.

本発明により、RPAのシナリオがユーザの情報処理装置の環境において動作するかを把握しやすくすることが可能となる。 INDUSTRIAL APPLICABILITY According to the present invention, it becomes possible to easily grasp whether the RPA scenario operates in the environment of the user's information processing device.

本発明の一実施形態によるシナリオ提供システムの構成図である。It is a block diagram of the scenario providing system by one Embodiment of this invention. 同実施形態によるシナリオ提供装置が提供するシナリオの例を示す図である。It is a figure which shows the example of the scenario provided by the scenario providing apparatus by the same embodiment. 同実施形態によるサンプルシナリオの例を示す図である。It is a figure which shows the example of the sample scenario by the same embodiment. 同実施形態によるサンプルシナリオの例を示す図である。It is a figure which shows the example of the sample scenario by the same embodiment. 同実施形態によるシナリオ提供装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the scenario providing apparatus by the same embodiment. 同実施形態によるシナリオ実行端末の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the scenario execution terminal by the same embodiment. 同実施形態によるサンプルシナリオ管理情報の例を示す図である。It is a figure which shows the example of the sample scenario management information by the same embodiment. 同実施形態によるサービスシナリオ管理情報の例を示す図である。It is a figure which shows the example of the service scenario management information by the same embodiment. 同実施形態によるユーザ管理情報の例を示す図である。It is a figure which shows the example of the user management information by the same embodiment. 同実施形態によるスケジュール情報の例を示す図である。It is a figure which shows the example of the schedule information by the same embodiment. 同実施形態によるログ情報の例を示す図である。It is a figure which shows the example of the log information by the same embodiment. 同実施形態によるシナリオ選択画面の例を示す図である。It is a figure which shows the example of the scenario selection screen by the same embodiment. 同実施形態によるシナリオ選択画面の例を示す図である。It is a figure which shows the example of the scenario selection screen by the same embodiment. 同実施形態によるシナリオ提供システムの処理を示すフロー図である。It is a flow chart which shows the process of the scenario providing system by the same embodiment. 同実施形態によるシナリオ提供システムの処理を示すフロー図である。It is a flow chart which shows the process of the scenario providing system by the same embodiment.

以下、図面を参照しながら本発明の実施形態を詳細に説明する。
図1は、本発明の一実施形態によるシナリオ提供システム1の構成図である。シナリオ提供システム1は、事業者のシナリオ提供装置2と、ユーザのシナリオ実行端末4とを備える。同図では、シナリオ実行端末4を1台のみ示しているが、ユーザの数及び各ユーザが使用するシナリオ実行端末4の台数は任意である。ユーザの例は、企業、学校、団体などであるが、これらに限らない。シナリオ提供装置2は、インターネットなどのネットワーク6を介して、シナリオ実行端末4と接続されている。例えば、シナリオ提供装置2は、コンピュータサーバなどの情報処理装置であり、シナリオ実行端末4は、PCなどの情報処理装置である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a configuration diagram of a scenario providing system 1 according to an embodiment of the present invention. The scenario providing system 1 includes a scenario providing device 2 of a business operator and a scenario execution terminal 4 of a user. Although the figure shows only one scenario execution terminal 4, the number of users and the number of scenario execution terminals 4 used by each user are arbitrary. Examples of users are, but are not limited to, companies, schools, organizations, and the like. The scenario providing device 2 is connected to the scenario execution terminal 4 via a network 6 such as the Internet. For example, the scenario providing device 2 is an information processing device such as a computer server, and the scenario execution terminal 4 is an information processing device such as a PC.

事業者は、シナリオ提供装置2により、ユーザへRPA(Robotic Process Automation)のシナリオを提供する。RPAは、自動化ツールの一例である。以下では、ユーザの業務に利用されるRPAのシナリオを、サービスシナリオと記載する。シナリオ提供装置2を保有する事業者がサービスシナリオを作成してもよく、その事業者とは異なるシナリオ提供事業者がサービスシナリオを作成してもよい。ユーザは、シナリオ提供装置2が提供するサービスシナリオの中から選択したサービスシナリオをシナリオ実行端末4へダウンロードする。シナリオ実行端末4は、ダウンロードしたサービスシナリオを実行する。 The business operator provides the user with an RPA (Robotic Process Automation) scenario by using the scenario providing device 2. RPA is an example of an automation tool. In the following, the RPA scenario used for the user's business will be described as a service scenario. A business operator who owns the scenario providing device 2 may create a service scenario, or a scenario providing business operator different from the business operator may create a service scenario. The user downloads a service scenario selected from the service scenarios provided by the scenario providing device 2 to the scenario execution terminal 4. The scenario execution terminal 4 executes the downloaded service scenario.

サービスシナリオは、そのサービスシナリオに応じた環境を有するシナリオ実行端末4において正常に動作する。環境は、1以上の環境要素によって表される。環境要素は、例えば、所定のアプリの実装有無、所定のOS(Operation System)の実装有無などである。バージョンが異なるアプリは、別のアプリとみなしてもよい。同様に、バージョンが異なるOSは、別のOSとみなしてもよい。環境要素は、ネットワークを介してシナリオ実行端末4と接続される情報処理装置により提供される機能の利用可否でもよい。このような機能は、例えば、クラウドにより提供される機能やサービスである。また、環境要素は、シナリオ実行端末4の画面の大きさなどでもよい。 The service scenario operates normally on the scenario execution terminal 4 having an environment corresponding to the service scenario. The environment is represented by one or more environmental elements. The environmental elements include, for example, whether or not a predetermined application is implemented, and whether or not a predetermined OS (Operation System) is implemented. Apps with different versions may be regarded as different apps. Similarly, OSs with different versions may be regarded as different OSs. The environmental element may be the availability of the function provided by the information processing device connected to the scenario execution terminal 4 via the network. Such functions are, for example, functions and services provided by the cloud. Further, the environmental element may be the size of the screen of the scenario execution terminal 4.

例えば、報告書ファイルから交通費精算申請書を作成するサービスシナリオは、以下の処理を含む。なお、括弧内の番号は、処理の流れを示すものであり、シナリオを記述する際の粒度を示すものではない。(1)文書編集用のアプリAにより指定のフォルダの報告書ファイルを開く。(2)表計算用のアプリBにより交通費精算申請書ファイルを開く。(3)ブラウザCを用いてインターネット上で提供されている運賃計算用のウェブサイトにアクセスする。(4)ブラウザCに表示される入力フィールドに、報告書ファイルから読み出した出発駅、到着駅を入力した後、処理実行を入力する。(5)ファイルから読み出した氏名、出発駅、到着駅、ブラウザCに表示される処理結果から取得した運賃をそれぞれ、交通費精算申請書ファイルの所定のセルに入力する。(6)アプリBにより交通費精算申請書ファイルを指定のフォルダに保存する。 For example, a service scenario that creates a transportation expense reimbursement application from a report file includes the following processing. The numbers in parentheses indicate the flow of processing, not the granularity when describing the scenario. (1) Open the report file in the specified folder with the document editing application A. (2) Open the transportation expense settlement application file using the spreadsheet application B. (3) Use the browser C to access the fare calculation website provided on the Internet. (4) Enter the departure station and arrival station read from the report file in the input field displayed on the browser C, and then enter the processing execution. (5) Enter the name read from the file, the departure station, the arrival station, and the fare obtained from the processing result displayed on the browser C into the predetermined cells of the transportation expense settlement application file. (6) Save the transportation expense settlement application file in the specified folder using the application B.

上記のようなサービスシナリオを実行する場合、アプリAの実装、アプリBの実装、及び、ブラウザCの実装という環境が必要である。さらには、アプリA、アプリB、ブラウザCを動作させる所定のOSが実装されているという環境が必要な場合もある。また、ブラウザCに代えて、ブラウザDを用いることが可能な場合もある。 When executing the above service scenario, an environment of implementation of application A, implementation of application B, and implementation of browser C is required. Further, there may be a case where an environment in which a predetermined OS for operating the application A, the application B, and the browser C is implemented is required. Further, it may be possible to use the browser D instead of the browser C.

シナリオ実行端末4の環境を把握するため、シナリオ実行端末4は、シナリオ提供装置2が提供する1以上のサンプルシナリオをダウンロードして実行する。サンプルシナリオは、シナリオ実行端末4の環境を判定するためのシナリオである。サンプルシナリオは、シナリオ実行端末4が判定対象の環境を有する場合には正常に実行され、かつ、判定対象の環境を有していない場合に正常に実行されない処理を含む。以下では、シナリオ実行端末4においてシナリオが正常に処理された又は処理されることを「動作OK」と記載し、シナリオ実行端末4においてシナリオが正常に処理されなかった又は処理されないことを「動作NG」と記載する。シナリオ実行端末4は、サンプルシナリオの実行結果を示すログ情報をシナリオ提供装置2に出力する。 In order to grasp the environment of the scenario execution terminal 4, the scenario execution terminal 4 downloads and executes one or more sample scenarios provided by the scenario providing device 2. The sample scenario is a scenario for determining the environment of the scenario execution terminal 4. The sample scenario includes a process that is normally executed when the scenario execution terminal 4 has an environment to be determined and is not normally executed when the scenario execution terminal 4 does not have an environment to be determined. In the following, the fact that the scenario is normally processed or processed in the scenario execution terminal 4 is described as "operation OK", and the fact that the scenario is not normally processed or not processed in the scenario execution terminal 4 is described as "operation NG". ". The scenario execution terminal 4 outputs log information indicating the execution result of the sample scenario to the scenario providing device 2.

シナリオ提供装置2は、ログ情報が示すサンプルシナリオの実行結果に基づいて、シナリオ実行端末4の環境を判断する。シナリオ提供装置2は、提供可能なサービスシナリオの情報の一覧をシナリオ実行端末4に表示させる際に、シナリオ実行端末4の環境において動作OKと推定されるサービスシナリオの情報については、動作OKを表す態様で表示させる。この表示に代えて、又は、加えて、シナリオ提供装置2は、シナリオ実行端末4の環境において動作NGと推定されるサービスシナリオの情報については、動作NGを表す態様で表示させる。 The scenario providing device 2 determines the environment of the scenario execution terminal 4 based on the execution result of the sample scenario indicated by the log information. When the scenario providing device 2 displays a list of service scenario information that can be provided on the scenario execution terminal 4, the scenario providing device 2 indicates that the service scenario information that is presumed to be operation OK in the environment of the scenario execution terminal 4 is operation OK. Display in mode. Instead of or in addition to this display, the scenario providing device 2 displays the information of the service scenario presumed to be operation NG in the environment of the scenario execution terminal 4 in a mode indicating operation NG.

ユーザは、シナリオ実行端末4に表示されたサービスシナリオの情報の一覧を参照して利用するサービスシナリオを選択し、シナリオ提供装置2からダウンロードする。シナリオ実行端末4は、ダウンロードしたサービスシナリオを実行し、その実行結果を示すログ情報をシナリオ提供装置2に出力する。サービスシナリオは、所定の環境において正常に処理が行われる。従って、シナリオ提供装置2は、ログ情報が示すサービスシナリオの実行結果に基づいて、シナリオ実行端末4の環境を推定することができる。そこで、シナリオ提供装置2は、サンプルシナリオの実行結果に加え、サービスシナリオの実行結果も利用してシナリオ実行端末4の環境を推定する。なお、シナリオ提供装置2は、サンプルシナリオを利用せずに、過去にシナリオ実行端末4が実行したサービスシナリオの実行結果を利用して、シナリオ実行端末4の環境を推定してもよい。 The user selects a service scenario to be used by referring to the list of service scenario information displayed on the scenario execution terminal 4, and downloads it from the scenario providing device 2. The scenario execution terminal 4 executes the downloaded service scenario, and outputs log information indicating the execution result to the scenario providing device 2. The service scenario is normally processed in a predetermined environment. Therefore, the scenario providing device 2 can estimate the environment of the scenario execution terminal 4 based on the execution result of the service scenario indicated by the log information. Therefore, the scenario providing device 2 estimates the environment of the scenario execution terminal 4 by using the execution result of the service scenario in addition to the execution result of the sample scenario. The scenario providing device 2 may estimate the environment of the scenario execution terminal 4 by using the execution result of the service scenario executed by the scenario execution terminal 4 in the past without using the sample scenario.

図2は、シナリオ提供装置2が提供する2種類のシナリオの例を示す図である。図2(a)は、固定シナリオ形式のシナリオである。固定シナリオ形式では、固定のシナリオの中に直接各処理を定義している。シナリオ提供装置2の環境が異なる場合、例えば、所定の書類を作成するなど同じ機能のシナリオであっても、異なるシナリオとして作成される場合がある。 FIG. 2 is a diagram showing an example of two types of scenarios provided by the scenario providing device 2. FIG. 2A is a fixed scenario type scenario. In the fixed scenario format, each process is defined directly in the fixed scenario. When the environment of the scenario providing device 2 is different, for example, even if the scenario has the same function such as creating a predetermined document, it may be created as a different scenario.

図2(b)は、汎用シナリオ形式のシナリオである。汎用シナリオ形式のシナリオは、汎用シナリオとカスタマイズ用ファイルとにより構成される。汎用シナリオは、複数のユーザのシナリオ実行端末4において使用可能なように汎用的に記述されたシナリオである。カスタマイズ用ファイルは、ユーザのシナリオ実行端末4の環境やユーザ独自の業務運用規則等に合うように汎用シナリオをカスタマイズするためのファイルである。各ユーザは、カスタマイズ用ファイルを用いて汎用シナリオをカスタマイズしてから、シナリオ実行端末4に実行させる。 FIG. 2B is a general-purpose scenario type scenario. A general-purpose scenario-type scenario is composed of a general-purpose scenario and a file for customization. The general-purpose scenario is a scenario described in a general-purpose manner so that it can be used in the scenario execution terminals 4 of a plurality of users. The customization file is a file for customizing a general-purpose scenario so as to match the environment of the user's scenario execution terminal 4, the user's own business operation rules, and the like. Each user customizes a general-purpose scenario using the customization file, and then causes the scenario execution terminal 4 to execute the general-purpose scenario.

汎用シナリオは、動作を抽象化し、ユーザがカスタマイズする対象となる変数の部分を除いて記述される。ユーザは、カスタマイズ用ファイルに、変数の設定値を記述する。例えば、汎用シナリオには、アクセス先のURL(Universal Resource Locator)を変数で記述しておき、カスタマイズ用ファイルには、その変数の値として、ユーザが使用するウェブサイトのURLを記述する。ユーザによる汎用シナリオの修正は不要である。このように、シナリオにおいて用いられる変数部分をカスタマイズ用ファイルに外部化することで、シナリオを抽象化して一つの汎用シナリオに集約することが可能となる。 A generic scenario is described by abstracting the behavior and excluding the variable parts that the user wants to customize. The user describes the variable setting value in the customization file. For example, in the general-purpose scenario, the URL (Universal Resource Locator) of the access destination is described as a variable, and in the customization file, the URL of the website used by the user is described as the value of the variable. There is no need for the user to modify the general-purpose scenario. In this way, by externalizing the variable part used in the scenario to the customization file, it is possible to abstract the scenario and consolidate it into one general-purpose scenario.

サービスシナリオ及びサンプルシナリオはいずれも、固定シナリオ形式でもよく、汎用シナリオ形式でもよい。 Both the service scenario and the sample scenario may be in the fixed scenario format or the general-purpose scenario format.

図3及び図4は、サンプルシナリオの例である。図3に示すサンプルシナリオaは、アプリAの実装を確認するシナリオである。サンプルシナリオaは、アプリAを開始する処理(ステップS11)、アプリAを終了する処理(ステップS12)、ログ情報をシナリオ提供装置2に通知する処理(ステップS13)を含む。シナリオ提供装置2は、サンプルシナリオaの実行が正常終了した(動作OKの)場合、アプリAを有する環境と判定し、サンプルシナリオaの実行が異常終了した(動作NGの)場合、アプリAを有していない環境であると判定する。あるいは、シナリオ提供装置2は、ステップS11及びS12が動作OKの場合、アプリAを有する環境と判定し、ステップS11及びS12の少なくとも一方が動作NGの場合、アプリAを有していない環境であると判定してもよい。また、サンプルシナリオaが特定のOSにおいて正常終了するシナリオである場合、動作OKのログ情報により、そのOSを有しているという環境を判断することができる。 3 and 4 are examples of sample scenarios. The sample scenario a shown in FIG. 3 is a scenario for confirming the implementation of the application A. The sample scenario a includes a process of starting the application A (step S11), a process of ending the application A (step S12), and a process of notifying the scenario providing device 2 of the log information (step S13). When the execution of the sample scenario a ends normally (operation is OK), the scenario providing device 2 determines that the environment has the application A, and when the execution of the sample scenario a ends abnormally (operation is NG), the scenario providing device 2 sets the application A. Judge that the environment does not have. Alternatively, the scenario providing device 2 determines that the environment has the application A when the operations of steps S11 and S12 are OK, and the environment does not have the application A when at least one of the steps S11 and S12 is operation NG. May be determined. Further, when the sample scenario a is a scenario that normally ends in a specific OS, it is possible to determine the environment in which the OS is possessed from the log information of the operation OK.

一つのサンプルシナリオによってテストを行う対象の環境は複数でもよい。図4に示すサンプルシナリオbは、アプリAの実装と、バージョン1、2のアプリBであるアプリB−1、B−2の実装とを確認するシナリオである。サンプルシナリオbは、アプリAを開始する処理(ステップS21)、アプリAを終了する処理(ステップS22)、アプリBを開始する処理(ステップS23)、機能Xを実行する処理(ステップS24)、アプリBを終了する処理(ステップS25)、ログ情報をシナリオ提供装置2に通知する処理(ステップS26)を含む。機能Xは、アプリB−1が有しておらず、かつ、アプリB−2が有する機能である。シナリオ提供装置2は、ステップS21及びS22の動作OKの場合、アプリAを有する環境と判定し、ステップS21及びS22の少なくとも一方が動作NGの場合、アプリAを有していない環境であると判定する。さらに、シナリオ提供装置2は、ステップS23〜S25の動作OKであれば、アプリB−2を有している環境であり、ステップS23及びS25の動作OKかつステップS24の動作NGであれば、アプリB−1を有する実行環境であり、ステップS23及びS25の少なくとも一方が動作NGの場合、アプリB−1及びアプリB−2を有していない環境と判断する。 There may be multiple environments to be tested by one sample scenario. The sample scenario b shown in FIG. 4 is a scenario for confirming the implementation of the application A and the implementation of the applications B-1 and B-2 which are the application B of versions 1 and 2. The sample scenario b includes a process of starting the application A (step S21), a process of ending the application A (step S22), a process of starting the application B (step S23), a process of executing the function X (step S24), and an application. It includes a process of terminating B (step S25) and a process of notifying the scenario providing device 2 of log information (step S26). The function X is a function that the application B-1 does not have and the application B-2 has. The scenario providing device 2 determines that the environment has the application A when the operations of steps S21 and S22 are OK, and determines that the environment does not have the application A when at least one of the steps S21 and S22 is operation NG. To do. Further, the scenario providing device 2 is an environment having the application B-2 if the operation of steps S23 to S25 is OK, and if the operation of steps S23 and S25 is OK and the operation of step S24 is NG, the application. When it is an execution environment having B-1 and at least one of steps S23 and S25 is operation NG, it is determined that the environment does not have the application B-1 and the application B-2.

例えば、サンプルシナリオを汎用シナリオ形式とし、カスタマイズ用ファイルにシナリオ実行端末4の環境に関する情報をユーザに記述させるようにしてもよい。この場合、カスタマイズ用ファイルに記述された環境に関する情報を設定したログ情報を生成し、シナリオ提供装置2に通知する処理をサンプルシナリオに含める。 For example, the sample scenario may be in a general-purpose scenario format, and the user may be made to describe information about the environment of the scenario execution terminal 4 in the customization file. In this case, the sample scenario includes a process of generating log information in which information about the environment described in the customization file is set and notifying the scenario providing device 2.

図5は、シナリオ提供装置2の構成を示す機能ブロック図である。シナリオ提供装置2は、例えば、クラウド上の1台以上の情報処理装置(コンピュータサーバ)により実現される。シナリオ提供装置2が、ネットワーク6を介して通信可能に接続された複数台の情報処理装置を用いて実装される場合、シナリオ提供装置2が備える各機能部は、複数の情報処理装置に分散して実装されてもよい。シナリオ提供装置2の各機能部を、いずれの情報処理装置により実装するかは任意とすることができる。また、同一の機能部を複数の情報処理装置により実現してもよい。 FIG. 5 is a functional block diagram showing the configuration of the scenario providing device 2. The scenario providing device 2 is realized by, for example, one or more information processing devices (computer servers) on the cloud. When the scenario providing device 2 is implemented by using a plurality of information processing devices that are communicably connected via the network 6, each functional unit included in the scenario providing device 2 is distributed to the plurality of information processing devices. May be implemented. Which information processing device each functional unit of the scenario providing device 2 is mounted on can be arbitrary. Further, the same functional unit may be realized by a plurality of information processing devices.

シナリオ提供装置2は、記憶部21と、処理部22とを有する。記憶部21は、サンプルシナリオ管理情報と、サービスシナリオ管理情報と、ユーザ管理情報と、スケジュール情報と、ログ情報とを記憶する。サンプルシナリオ管理情報は、サンプルシナリオのシナリオ名及びシナリオファイルと、サンプルファイルが判定対象としている環境とを示すデータである。シナリオファイルは、シナリオが記述されたファイルである。サービスシナリオ管理情報は、サービスシナリオのシナリオ名及びシナリオファイルと、動作可能環境とを示すデータである。動作可能環境とは、サービスシナリオが正常に動作するシナリオ実行端末4の環境である。ユーザ管理情報は、ユーザに関する情報を示す。例えば、ユーザ管理情報は、各ユーザのユーザ環境の情報を含む。ユーザ環境は、ユーザのシナリオ実行端末4の環境を示す。スケジュール情報は、シナリオ実行端末4にシナリオを実行させるスケジュールを示す。ログ情報は、各ユーザのシナリオ実行端末4におけるシナリオの実行結果を示す。 The scenario providing device 2 has a storage unit 21 and a processing unit 22. The storage unit 21 stores sample scenario management information, service scenario management information, user management information, schedule information, and log information. The sample scenario management information is data indicating the scenario name and scenario file of the sample scenario and the environment for which the sample file is the judgment target. A scenario file is a file in which a scenario is described. The service scenario management information is data indicating the scenario name and scenario file of the service scenario and the operable environment. The operable environment is the environment of the scenario execution terminal 4 in which the service scenario operates normally. User management information indicates information about the user. For example, the user management information includes information on the user environment of each user. The user environment indicates the environment of the user's scenario execution terminal 4. The schedule information indicates a schedule for causing the scenario execution terminal 4 to execute the scenario. The log information indicates the execution result of the scenario in the scenario execution terminal 4 of each user.

処理部22は、シナリオ情報提供部221と、スケジュール管理部222と、シナリオ送信部223と、ログ受信部224と、推定部225とを有する。 The processing unit 22 includes a scenario information providing unit 221, a schedule management unit 222, a scenario transmitting unit 223, a log receiving unit 224, and an estimation unit 225.

シナリオ情報提供部221は、シナリオ検索画面の画面データと、シナリオ選択画面の画面データをシナリオ実行端末4に送信する。シナリオ検索画面は、シナリオ検索条件を入力するための画面である。シナリオ検索条件の入力は、表示されるメニューの中から検索対象のシナリオに応じたメニュー項目を選択することにより行ってもよく、任意のキーワードを入力することにより行ってもよい。シナリオ選択画面は、シナリオ検索画面においてユーザが入力したシナリオ検索条件に応じたサンプルシナリオ及びサービスシナリオのシナリオ名の一覧を表示し、一覧の中からユーザが要求するシナリオを選択するための画面である。 The scenario information providing unit 221 transmits the screen data of the scenario search screen and the screen data of the scenario selection screen to the scenario execution terminal 4. The scenario search screen is a screen for inputting scenario search conditions. The scenario search condition may be input by selecting a menu item corresponding to the scenario to be searched from the displayed menu, or by inputting an arbitrary keyword. The scenario selection screen is a screen for displaying a list of scenario names of sample scenarios and service scenarios according to the scenario search conditions entered by the user on the scenario search screen, and selecting the scenario requested by the user from the list. ..

シナリオ情報提供部221は、シナリオ選択画面に、シナリオ実行端末4において実行済みのサンプルシナリオのシナリオ名を、動作OKであったか動作NGであったかを表す態様により表示させる。例えば、シナリオ情報提供部221は、シナリオ名の近傍に、そのシナリオ名のサンプルシナリオが動作OK又は動作NGであった旨をテキスト又はシンボル画像で表示してもよく、シナリオ名に動作OK又は動作NGに応じた色や線種の枠を付けて表示してもよく、動作OK又は動作NGに応じた文字色又は背景色でシナリオ名を表示してもよい。 The scenario information providing unit 221 displays the scenario name of the sample scenario executed in the scenario execution terminal 4 on the scenario selection screen in an manner indicating whether the operation is OK or NG. For example, the scenario information providing unit 221 may display in a text or symbol image that the sample scenario of the scenario name is operation OK or operation NG in the vicinity of the scenario name, and the operation is OK or operation in the scenario name. The scenario name may be displayed with a frame of a color or line type corresponding to NG, or a character color or background color corresponding to operation OK or operation NG.

また、シナリオ情報提供部221は、シナリオ選択画面に、サービスシナリオのシナリオ名を、シナリオ実行端末4において動作OKと予測されるか動作NGと予測されるかを表す態様により表示させる。例えば、シナリオ情報提供部221は、シナリオ名の近傍に、そのシナリオ名のサービスシナリオが動作OKと予測されるか又は動作NGと予測されるかをテキスト又はシンボル画像で表示してもよく、シナリオ名に動作OKが予測されるか又は動作NGが予測されるかに応じた色や線種の枠を付けて表示してもよく、動作OKが予測されるか又は動作NGが予測されるかに応じた文字色又は背景色でシナリオ名を表示してもよい。シナリオ情報提供部221は、ユーザのシナリオ実行端末4において各サービスシナリオが動作OKと予測されるか動作NGと予測されるかを、ユーザ管理情報に設定されているユーザ環境が示すシナリオ実行端末4の環境と、サービスシナリオ管理情報が示すサービスシナリオの動作可能環境とを照合することにより判断する。 Further, the scenario information providing unit 221 displays the scenario name of the service scenario on the scenario selection screen in an manner indicating whether the operation is predicted to be OK or the operation is predicted to be NG on the scenario execution terminal 4. For example, the scenario information providing unit 221 may display in the vicinity of the scenario name whether the service scenario of the scenario name is predicted to be operation OK or operation NG as a text or a symbol image. The name may be displayed with a frame of color or line type according to whether the operation OK is predicted or the operation NG is predicted, and whether the operation OK is predicted or the operation NG is predicted. The scenario name may be displayed in the character color or the background color according to the above. The scenario information providing unit 221 indicates whether each service scenario is predicted to be OK or NG in the user's scenario execution terminal 4, which is indicated by the user environment set in the user management information. Judgment is made by collating the environment of the service with the operating environment of the service scenario indicated by the service scenario management information.

スケジュール管理部222は、ユーザが選択したシナリオをシナリオ実行端末4に実行させるためのスケジュール情報を記憶部21に登録する。スケジュール管理部222は、記憶部21に記憶されたスケジュール情報に従ってシナリオの実行を指示する。シナリオ送信部223は、シナリオ実行端末4に実行させるシナリオのシナリオファイルをシナリオ実行端末4に送信する。ログ受信部224は、各シナリオ実行端末4からログ情報を受信して、記憶部21に書き込む。推定部225は、ログ情報が示すサンプルシナリオ又はサービスシナリオの実行結果に基づいてユーザのシナリオ実行端末4の環境を推定し、推定された環境によりユーザ管理情報に含まれるユーザ環境の情報を更新する。 The schedule management unit 222 registers the schedule information for causing the scenario execution terminal 4 to execute the scenario selected by the user in the storage unit 21. The schedule management unit 222 instructs the execution of the scenario according to the schedule information stored in the storage unit 21. The scenario transmission unit 223 transmits the scenario file of the scenario to be executed by the scenario execution terminal 4 to the scenario execution terminal 4. The log receiving unit 224 receives the log information from each scenario execution terminal 4 and writes it in the storage unit 21. The estimation unit 225 estimates the environment of the user's scenario execution terminal 4 based on the execution result of the sample scenario or the service scenario indicated by the log information, and updates the user environment information included in the user management information according to the estimated environment. ..

図6は、シナリオ実行端末4の構成を示す機能ブロック図である。シナリオ実行端末4は、ユーザの情報処理装置である。シナリオ実行端末4は、記憶部41と、入力部42と、表示部43と、処理部44とを備える。記憶部41は、シナリオファイルを記憶する。入力部42は、キーボード、ポインティングデバイス(マウス、タブレット等)、ボタン、タッチパネル等の既存の入力装置を用いて構成される。入力部42は、ユーザの指示をシナリオ実行端末4に入力する際にユーザによって操作される。表示部43は、CRT(Cathode Ray Tube)ディスプレイ、液晶ディスプレイ、有機EL(Electro Luminescence)ディスプレイ等の画像表示装置である。 FIG. 6 is a functional block diagram showing the configuration of the scenario execution terminal 4. The scenario execution terminal 4 is a user's information processing device. The scenario execution terminal 4 includes a storage unit 41, an input unit 42, a display unit 43, and a processing unit 44. The storage unit 41 stores the scenario file. The input unit 42 is configured by using an existing input device such as a keyboard, a pointing device (mouse, tablet, etc.), a button, and a touch panel. The input unit 42 is operated by the user when inputting the user's instruction to the scenario execution terminal 4. The display unit 43 is an image display device such as a CRT (Cathode Ray Tube) display, a liquid crystal display, or an organic EL (Electro Luminescence) display.

処理部44は、シナリオ実行機能部45と、機能X実行部46とを備える。シナリオ実行機能部45は、シナリオ情報受信部451と、シナリオ選択部452と、スケジュール登録部453と、シナリオ受信部454と、シナリオ実行部455と、ログ送信部456とを備える。 The processing unit 44 includes a scenario execution function unit 45 and a function X execution unit 46. The scenario execution function unit 45 includes a scenario information reception unit 451, a scenario selection unit 452, a schedule registration unit 453, a scenario reception unit 454, a scenario execution unit 455, and a log transmission unit 456.

シナリオ情報受信部451は、シナリオ提供装置2から受信したシナリオ検索画面の画面データを表示部43に表示する。シナリオ情報受信部451は、入力部42によりシナリオ検索画面に入力されたシナリオ検索条件をシナリオ提供装置2に送信する。さらに、シナリオ情報受信部451は、送信したシナリオ検索条件に応じてシナリオ提供装置2から受信したシナリオ選択画面の画面データを表示部43に表示する。シナリオ選択部452は、入力部42によりシナリオ選択画面において選択されたシナリオ名のシナリオをシナリオ提供装置2に要求する。 The scenario information receiving unit 451 displays the screen data of the scenario search screen received from the scenario providing device 2 on the display unit 43. The scenario information receiving unit 451 transmits the scenario search condition input to the scenario search screen by the input unit 42 to the scenario providing device 2. Further, the scenario information receiving unit 451 displays the screen data of the scenario selection screen received from the scenario providing device 2 on the display unit 43 according to the transmitted scenario search condition. The scenario selection unit 452 requests the scenario providing device 2 for a scenario with a scenario name selected on the scenario selection screen by the input unit 42.

スケジュール登録部453は、入力部42による入力に基づいて、シナリオの実行スケジュールをシナリオ提供装置2に登録する。シナリオ受信部454は、シナリオ提供装置2から自装置において実行するシナリオのシナリオファイルを受信し、シナリオファイルを記憶部41に書き込む。シナリオ実行部455は、シナリオファイルに記述されたシナリオを実行する。汎用シナリオ形式のシナリオが記述されたシナリオファイルの場合、シナリオ実行部455は、カスタマイズ用ファイルに記述された変数の値を汎用シナリオに設定して生成されたシナリオを実行する。ログ送信部456は、シナリオの実行結果を含むログ情報を生成し、シナリオ提供装置2に通知する。 The schedule registration unit 453 registers the execution schedule of the scenario in the scenario providing device 2 based on the input by the input unit 42. The scenario receiving unit 454 receives the scenario file of the scenario to be executed in the own device from the scenario providing device 2, and writes the scenario file in the storage unit 41. The scenario execution unit 455 executes the scenario described in the scenario file. In the case of a scenario file in which a scenario in the general-purpose scenario format is described, the scenario execution unit 455 executes the generated scenario by setting the values of the variables described in the customization file in the general-purpose scenario. The log transmission unit 456 generates log information including the execution result of the scenario and notifies the scenario providing device 2.

機能X実行部46は、機能Xのアプリを実行する。機能Xは、シナリオの実行に使用され得る機能であり、例えば、表計算、文書編集、ウェブブラウザ、はがき作成、図形描画等、PCに実装される任意の機能とすることができる。同図では、機能A、B、Cそれぞれのアプリを実行する機能X実行部46(X=A、B、C)を、機能A実行部46a、機能B実行部46b、機能C実行部46cと記載している。本実施形態では、機能A実行部46aにより実行されるアプリが、文書編集アプリや表計算アプリなど、テキストデータを編集可能な機能を有するアプリであるとする。機能A実行部46aは、シナリオファイルに含まれるカスタマイズ用ファイルの編集を行うファイル編集部として動作する。 The function X execution unit 46 executes the application of the function X. The function X is a function that can be used to execute a scenario, and can be any function implemented on a PC, such as spreadsheets, document editing, a web browser, postcard creation, and drawing. In the figure, the function X execution unit 46 (X = A, B, C) that executes the application of each of the functions A, B, and C is referred to as the function A execution unit 46a, the function B execution unit 46b, and the function C execution unit 46c. It is described. In the present embodiment, it is assumed that the application executed by the function A execution unit 46a is an application having a function of editing text data, such as a document editing application and a spreadsheet application. The function A execution unit 46a operates as a file editing unit that edits the customization file included in the scenario file.

図7は、サンプルシナリオ管理情報の例を示す図である。同図に示すサンプルシナリオ管理情報は、サンプルシナリオのシナリオID、サンプルシナリオファイル、テナント名、判定対象環境、判定条件及び分類を示すデータを含む。シナリオIDは、シナリオを一意に特定する識別情報である。サンプルシナリオファイルは、サンプルシナリオが記述されたシナリオファイルである。サンプルシナリオが汎用シナリオ形式である場合、サンプルシナリオファイルはカスタマイズ用ファイルを含む。テナント名は、サンプルシナリオを作成した事業者の名前である。判定対象環境は、サンプルシナリオが判定対象とする環境を示す。判定対象環境は、1以上の環境要素により表される。判定条件は、サンプルシナリオの実行結果からシナリオ実行端末4の環境要素を判定するための条件を示す。判定条件は、動作OKとなるときの環境の情報を含むことから、サンプルシナリオの動作可能環境の情報を含んでいるとみなすことができる。分類は、いずれの分類のサービスシナリオと対応しているかを示す。なお、サンプルシナリオ管理情報は、分類を含まなくてもよい。 FIG. 7 is a diagram showing an example of sample scenario management information. The sample scenario management information shown in the figure includes data indicating the scenario ID of the sample scenario, the sample scenario file, the tenant name, the judgment target environment, the judgment conditions, and the classification. The scenario ID is identification information that uniquely identifies the scenario. The sample scenario file is a scenario file in which a sample scenario is described. If the sample scenario is in general-purpose scenario format, the sample scenario file contains a customization file. The tenant name is the name of the business operator who created the sample scenario. The judgment target environment indicates the environment that the sample scenario targets for judgment. The environment to be determined is represented by one or more environmental elements. The determination condition indicates a condition for determining the environmental element of the scenario execution terminal 4 from the execution result of the sample scenario. Since the determination condition includes the information of the environment when the operation is OK, it can be considered to include the information of the operable environment of the sample scenario. The classification indicates which classification of service scenarios corresponds to. The sample scenario management information does not have to include classification.

例えば、図3に示すサンプルシナリオaの場合、判定対象環境には「アプリAの実装有無」が設定され、判定条件には、「正常終了の場合、アプリA有り」、「異常終了の場合、アプリA無し」が設定される。また、例えば、図4に示すサンプルシナリオbの場合、判定対象環境には「アプリAの実装有無、アプリB−1の実装有無、及び、アプリB−2の実装有無」が設定される。そして、判定条件には、「S21及びS22が動作OKの場合、アプリA有り」、「S21又はS22が動作NGの場合、アプリA無し」、「S23〜S25が動作OKの場合、アプリB−2有り」、「S23及びS25が動作OK、かつ、S24が動作NGの場合、アプリB−1有り」、「S23又はS25が動作NGの場合、アプリB−1及びアプリB−2無し」が設定される。 For example, in the case of the sample scenario a shown in FIG. 3, "whether or not application A is implemented" is set in the judgment target environment, and "in the case of normal termination, there is application A" and "in the case of abnormal termination" "No app A" is set. Further, for example, in the case of the sample scenario b shown in FIG. 4, "whether or not the application A is implemented, whether or not the application B-1 is implemented, and whether or not the application B-2 is implemented" is set in the determination target environment. Then, the determination conditions include "when S21 and S22 are OK, there is an app A", "when S21 or S22 is NG, there is no app A", and "when S23 to S25 are OK, the app B-". "2 is available", "If S23 and S25 are OK and S24 is NG, there is app B-1", "If S23 or S25 is NG, there is no app B-1 and app B-2" Set.

また、例えば、汎用シナリオ形式のサンプルシナリオに、ログ情報に設定する値が変数Xとして記述されている場合、カスタマイズ用ファイルには変数Xの値を記述する箇所が含まれる。カスタマイズ用ファイルにおいて変数Xの値を記述する行又はその上下の行などに、「”変数X=”の右側にブラウザCを利用している場合は1を、ブラウザDを利用している場合は2を、ブラウザを使用してない又はブラウザC,D以外のブラウザを利用している場合は3を設定してください」といったコメントを記載しておく。 Further, for example, when the value to be set in the log information is described as the variable X in the sample scenario of the general-purpose scenario format, the customization file includes a place where the value of the variable X is described. In the customization file, the line that describes the value of the variable X or the lines above and below it, "1 if browser C is used on the right side of" variable X =", 1 if browser D is used, if browser D is used. Set 2 if you are not using a browser or if you are using a browser other than browsers C and D. "

図8は、サービスシナリオ管理情報の例を示す図である。同図に示すサービスシナリオ管理情報は、サービスシナリオのシナリオID、シナリオ名、サービスシナリオファイル、テナント名、動作可能環境、分類及び説明を示すデータを含む。サービスシナリオファイルは、サービスシナリオが記述されたシナリオファイルである。サービスシナリオが汎用シナリオ形式である場合、サービスシナリオファイルはカスタマイズ用ファイルを含む。テナント名は、サービスシナリオを作成した事業者の名前である。動作可能環境は、サービスシナリオが正常に動作するシナリオ実行端末4の環境である。動作可能環境は、1以上の環境要素により表される。分類は、サービスシナリオが属する分類を示す。分類は、階層構造でもよい。例えば、分類を財務、経理、人事、情報システム等としてもよく、分類の1階層目を自治体、2階層目を税務処理、3階層目を各種申請書作成のようにすることができる。この分類を、ユーザがサービスシナリオを選択する際のメニューのメニュー項目として用いることもできる。なお、サービスシナリオ管理情報は、分類を含まなくてもよい。説明は、サービスシナリオの機能などの説明である。 FIG. 8 is a diagram showing an example of service scenario management information. The service scenario management information shown in the figure includes data indicating the scenario ID, scenario name, service scenario file, tenant name, operable environment, classification and description of the service scenario. The service scenario file is a scenario file in which a service scenario is described. If the service scenario is in the generic scenario format, the service scenario file contains a customization file. The tenant name is the name of the business operator that created the service scenario. The operable environment is the environment of the scenario execution terminal 4 in which the service scenario operates normally. The operable environment is represented by one or more environmental elements. The classification indicates the classification to which the service scenario belongs. The classification may be a hierarchical structure. For example, the classification may be finance, accounting, human resources, information system, etc., and the first layer of the classification may be the local government, the second layer may be the tax processing, and the third layer may be the preparation of various application forms. This classification can also be used as a menu item in the menu when the user selects a service scenario. The service scenario management information does not have to include classification. The description is a description of the function of the service scenario and the like.

図9は、ユーザ管理情報の例を示す図である。ユーザ管理情報は、ユーザID、ユーザ名、ユーザアカウント、シナリオ実行端末情報を含む。ユーザIDは、ユーザを特定する識別情報である。ユーザ名は、ユーザの名前である。ユーザアカウントは、事業者がユーザに払い出したサービス利用のためのアカウントである。ユーザIDがユーザアカウントを兼ねてもよい。また、1ユーザに複数のユーザアカウントが払い出されてもよい。シナリオ実行端末情報は、ユーザが保有するシナリオ実行端末4の実行端末ID、アドレス及びユーザ環境を示す。実行端末IDは、シナリオ実行端末4の識別情報である。実行端末IDがユーザアカウントを兼ねてもよい。アドレスは、例えば、シナリオ実行端末4のIPアドレスを示す。ユーザ環境は、サンプルシナリオの実行結果又はサービスシナリオの実行結果に基づいて得られるシナリオ実行端末4の環境である。なお、シナリオ実行端末4からユーザ操作によりユーザ環境の一部の情報を登録してもよい。 FIG. 9 is a diagram showing an example of user management information. The user management information includes a user ID, a user name, a user account, and scenario execution terminal information. The user ID is identification information that identifies the user. The user name is the name of the user. The user account is an account for using the service issued by the business operator to the user. The user ID may also serve as a user account. Further, a plurality of user accounts may be issued to one user. The scenario execution terminal information indicates the execution terminal ID, address, and user environment of the scenario execution terminal 4 owned by the user. The execution terminal ID is identification information of the scenario execution terminal 4. The execution terminal ID may also serve as a user account. The address indicates, for example, the IP address of the scenario execution terminal 4. The user environment is the environment of the scenario execution terminal 4 obtained based on the execution result of the sample scenario or the execution result of the service scenario. In addition, a part of information of the user environment may be registered by the user operation from the scenario execution terminal 4.

図10は、スケジュール情報の例を示す図である。スケジュール情報は、ユーザID、ユーザアカウント、スケジュールID、スケジュール名、実行端末ID、実行シナリオ、実行タイミングの情報を含む。ユーザID及びユーザアカウントは、スケジュールを登録したユーザを示す。スケジュールIDは、スケジュール情報を一意に識別する情報である。実行端末IDは、シナリオを実行するシナリオ実行端末4を特定する。実行シナリオは、実行対象のサンプルシナリオ又はサービスシナリオのシナリオIDである。実行タイミングは、シナリオを実行するタイミングを示す。実行タイミングは、即時、あるいは、日にち又は曜日と時刻との組合せ等により示される。 FIG. 10 is a diagram showing an example of schedule information. The schedule information includes information on a user ID, a user account, a schedule ID, a schedule name, an execution terminal ID, an execution scenario, and an execution timing. The user ID and user account indicate the user who registered the schedule. The schedule ID is information that uniquely identifies the schedule information. The execution terminal ID identifies the scenario execution terminal 4 that executes the scenario. The execution scenario is a scenario ID of a sample scenario or a service scenario to be executed. The execution timing indicates the timing to execute the scenario. The execution timing is indicated immediately or by a combination of a date or a day of the week and a time.

図11は、ログ情報の例を示す図である。同図に示すログ情報は、ユーザIDと、ユーザアカウントと、実行端末IDと、時刻と、シナリオIDと、実行結果とを含む。時刻は、シナリオ実行端末4においてシナリオが実行された時刻を示す。シナリオIDは、シナリオ実行端末4において実行されたシナリオを特定する。シナリオ実行結果は、シナリオ実行端末4におけるシナリオ実行が正常終了した(動作OK)か、異常終了した(動作NG)かを示す。あるいは、シナリオ実行結果は、シナリオ実行端末4がシナリオにおいて実行した処理と、その処理が動作OKであったか動作NGであったかの処理結果を示す。 FIG. 11 is a diagram showing an example of log information. The log information shown in the figure includes a user ID, a user account, an execution terminal ID, a time, a scenario ID, and an execution result. The time indicates the time when the scenario is executed in the scenario execution terminal 4. The scenario ID identifies the scenario executed in the scenario execution terminal 4. The scenario execution result indicates whether the scenario execution on the scenario execution terminal 4 has ended normally (operation OK) or abnormally ended (operation NG). Alternatively, the scenario execution result indicates the process executed by the scenario execution terminal 4 in the scenario and the process result of whether the process is operation OK or operation NG.

図12は、シナリオ選択画面の初期表示を示す図である。シナリオ選択画面G1の領域A1にはサンプルシナリオ(動作確認用シナリオ)のシナリオ名の一覧が表示されている。シナリオ選択画面G1の領域B1には、サービスシナリオ(業務支援系シナリオ)のシナリオ名の一覧が表示されている。サンプルシナリオ及びサービスシナリオのシナリオ名には、テナント名が対応づけて表示されている。なお、シナリオ選択画面G1の画面データにおいて、シナリオ名にはシナリオIDが紐づけられている。まだ、シナリオ実行端末4において実行されたサンプルシナリオがなく、環境の推定が行われていないため、シナリオ選択画面G1には、サンプルシナリオの実行結果や、サービスシナリオの動作可能性は表示されない。 FIG. 12 is a diagram showing an initial display of the scenario selection screen. A list of scenario names of sample scenarios (operation check scenarios) is displayed in the area A1 of the scenario selection screen G1. In the area B1 of the scenario selection screen G1, a list of scenario names of service scenarios (business support scenarios) is displayed. Tenant names are associated with the scenario names of the sample scenario and service scenario. In the screen data of the scenario selection screen G1, the scenario ID is associated with the scenario name. Since there is no sample scenario executed in the scenario execution terminal 4 and the environment is not estimated, the execution result of the sample scenario and the operability of the service scenario are not displayed on the scenario selection screen G1.

図13は、ユーザ環境判定後のシナリオ選択画面の表示を示す図である。シナリオ選択画面G2の領域A2には、図12に示す領域A1の表示に加えて、各サンプルシナリオの動作結果が表示されている。また、シナリオ選択画面G2の領域B2には、図12に示す領域B1の表示に加えて、各サービスシナリオの動作可能性が表示されている。動作可能性が「動作OK」の場合は、シナリオ提供装置2においてサービスシナリオが正常に実行されることが予測されることを表し、動作可能性が「動作NG」の場合は、シナリオ提供装置2においてサービスシナリオが正常に実行されないことが予測されることを表す。なお、「動作?」は、「動作OK」又は「動作NG」であるか否かが不明なことを表す。 FIG. 13 is a diagram showing a display of the scenario selection screen after the user environment determination. In the area A2 of the scenario selection screen G2, in addition to the display of the area A1 shown in FIG. 12, the operation results of each sample scenario are displayed. Further, in the area B2 of the scenario selection screen G2, in addition to the display of the area B1 shown in FIG. 12, the operability of each service scenario is displayed. When the operability is "operation OK", it means that the service scenario is expected to be executed normally in the scenario providing device 2, and when the operability is "operation NG", it means that the scenario providing device 2 Indicates that it is predicted that the service scenario will not be executed normally. In addition, "operation?" Indicates that it is unknown whether or not it is "operation OK" or "operation NG".

続いて、シナリオ提供システム1の動作について説明する。
図14及び図15は、シナリオ提供システム1の動作を示すシーケンス図である。図14及び図15を用いて、シナリオ提供装置2にユーザ管理情報の登録を終えた新規ユーザに、当該ユーザのシナリオ実行端末4におけるサービスシナリオの動作可能性の推定結果を提供する場合の動作を示す。
Subsequently, the operation of the scenario providing system 1 will be described.
14 and 15 are sequence diagrams showing the operation of the scenario providing system 1. Using FIGS. 14 and 15, the operation when providing the estimation result of the operability of the service scenario in the scenario execution terminal 4 of the user to the new user who has completed the registration of the user management information in the scenario providing device 2 is performed. Shown.

図14において、シナリオ実行端末4は、ユーザID、ユーザアカウント及び実行端末IDと、シナリオ情報要求とをシナリオ提供装置2に送信する(ステップS101)。シナリオ提供装置2のシナリオ情報提供部221は、ユーザID、ユーザアカウント及び実行端末IDと、シナリオ情報要求とを受信すると(ステップS201)、シナリオ検索画面の画面データをシナリオ実行端末4に送信する(ステップS202)。シナリオ実行端末4のシナリオ情報受信部451は、シナリオ提供装置2から受信した画面データを用いて表示部43にシナリオ検索画面を表示する(ステップS102)。シナリオ情報受信部451は、ユーザが入力部42によりシナリオ検索画面に入力したシナリオ検索条件をシナリオ提供装置2に送信する(ステップS103)。 In FIG. 14, the scenario execution terminal 4 transmits the user ID, the user account, the execution terminal ID, and the scenario information request to the scenario providing device 2 (step S101). When the scenario information providing unit 221 of the scenario providing device 2 receives the user ID, the user account, the execution terminal ID, and the scenario information request (step S201), the scenario information providing unit 221 transmits the screen data of the scenario search screen to the scenario executing terminal 4 (step S201). Step S202). The scenario information receiving unit 451 of the scenario execution terminal 4 displays the scenario search screen on the display unit 43 using the screen data received from the scenario providing device 2 (step S102). The scenario information receiving unit 451 transmits the scenario search condition input by the user to the scenario search screen by the input unit 42 to the scenario providing device 2 (step S103).

シナリオ提供装置2のシナリオ情報提供部221は、シナリオ検索条件に基づいてシナリオを選択する(ステップS203)。例えば、シナリオ情報提供部221は、シナリオ検索画面が表示するメニューの中から選択されたメニュー項目をシナリオ検索条件として受信し、予めメニュー項目に対応付けられたサンプルシナリオ及びサービスシナリオを選択する。あるいは、シナリオ情報提供部221は、シナリオ検索画面においてユーザが任意に入力したシナリオ検索条件に基づいてサービスシナリオ管理情報を検索する。シナリオ情報提供部221は、検索の結果得られたサービスシナリオ管理情報のサービスシナリオと、それらサービスシナリオ管理情報と同じ分類が設定されているサンプルシナリオ管理情報のサンプルシナリオとを選択する。 The scenario information providing unit 221 of the scenario providing device 2 selects a scenario based on the scenario search condition (step S203). For example, the scenario information providing unit 221 receives a menu item selected from the menu displayed on the scenario search screen as a scenario search condition, and selects a sample scenario and a service scenario associated with the menu item in advance. Alternatively, the scenario information providing unit 221 searches for service scenario management information based on the scenario search conditions arbitrarily input by the user on the scenario search screen. The scenario information providing unit 221 selects a service scenario of the service scenario management information obtained as a result of the search and a sample scenario of the sample scenario management information in which the same classification as the service scenario management information is set.

シナリオ情報提供部221は、受信したユーザID及びアカウントIDにより特定されるユーザ管理情報から、受信した実行端末IDに対応したユーザ環境の情報を読み出す。シナリオ情報提供部221は、ユーザ環境に環境要素が設定されているか否かにより、ユーザ環境の登録有無を判断する(ステップS204)。シナリオ情報提供部221は、ユーザ環境に環境要素が設定されておらず、ユーザ環境の登録無しと判断した場合(ステップS204:NO)、ステップS205の処理を行う。すなわち、シナリオ情報提供部221は、ステップS203において選択したサンプルシナリオ及びサービスシナリオそれぞれのシナリオ名の一覧を含むシナリオ選択画面の画面データを生成する(ステップS205)。ここで生成されるシナリオ選択画面は、図12に示すように、サンプルシナリオの動作結果及びサービスシナリオの動作可能性の表示を含まない。シナリオ情報提供部221は、生成したシナリオ選択画面の画面データをシナリオ実行端末4に送信する(ステップS206)。 The scenario information providing unit 221 reads out the information of the user environment corresponding to the received execution terminal ID from the user management information specified by the received user ID and account ID. The scenario information providing unit 221 determines whether or not the user environment is registered depending on whether or not the environment element is set in the user environment (step S204). When the scenario information providing unit 221 determines that the environment element is not set in the user environment and the user environment is not registered (step S204: NO), the scenario information providing unit 221 performs the process of step S205. That is, the scenario information providing unit 221 generates screen data of the scenario selection screen including a list of scenario names for each of the sample scenario and the service scenario selected in step S203 (step S205). As shown in FIG. 12, the scenario selection screen generated here does not include the display of the operation result of the sample scenario and the operation possibility of the service scenario. The scenario information providing unit 221 transmits the generated screen data of the scenario selection screen to the scenario execution terminal 4 (step S206).

シナリオ実行端末4のシナリオ情報受信部451は、シナリオ提供装置2から受信した画面データを用いて表示部43にシナリオ選択画面を表示する(ステップS104)。シナリオ選択部452は、ユーザが入力部42により選択したサンプルシナリオ又はサービスシナリオのシナリオ名の情報を受ける(ステップS105)。シナリオ選択部452は、選択されたシナリオ名に紐づけられているシナリオIDをシナリオ選択画面の画面データから取得する。 The scenario information receiving unit 451 of the scenario execution terminal 4 displays the scenario selection screen on the display unit 43 using the screen data received from the scenario providing device 2 (step S104). The scenario selection unit 452 receives information on the scenario name of the sample scenario or service scenario selected by the user by the input unit 42 (step S105). The scenario selection unit 452 acquires the scenario ID associated with the selected scenario name from the screen data of the scenario selection screen.

続いて、スケジュール登録部453は、ユーザが入力部42により入力した、シナリオの実行スケジュールの情報を受ける。具体的には、ユーザは、スケジュール名と、シナリオ名により選択したシナリオの実行タイミングとを入力する。選択したシナリオがサンプルシナリオである場合、例えば、実行タイミングを即時とする。スケジュール登録部453は、ユーザID、ユーザアカウント及び実行端末IDと、シナリオ選択部452が取得したシナリオIDと、ユーザが入力したスケジュール名及び実行タイミングとを設定したシナリオ要求をシナリオ提供装置2に送信する(ステップS106)。 Subsequently, the schedule registration unit 453 receives the information of the scenario execution schedule input by the user through the input unit 42. Specifically, the user inputs the schedule name and the execution timing of the scenario selected by the scenario name. When the selected scenario is a sample scenario, for example, the execution timing is set to immediate. The schedule registration unit 453 transmits to the scenario providing device 2 a scenario request in which a user ID, a user account, and an execution terminal ID, a scenario ID acquired by the scenario selection unit 452, and a schedule name and execution timing input by the user are set. (Step S106).

シナリオ提供装置2のスケジュール管理部222は、シナリオ実行端末4からシナリオ要求を受信する(ステップS207)。スケジュール管理部222は、シナリオ要求に設定されているユーザID、ユーザアカウント、実行端末ID、シナリオID、スケジュール名及び実行タイミングと、割り当てたスケジュールIDとを設定したスケジュール情報を記憶部21に書き込む(ステップS208)。シナリオ提供装置2は、図15のステップS220の処理を実行する。 The schedule management unit 222 of the scenario providing device 2 receives the scenario request from the scenario execution terminal 4 (step S207). The schedule management unit 222 writes in the storage unit 21 the schedule information in which the user ID, the user account, the execution terminal ID, the scenario ID, the schedule name and the execution timing set in the scenario request, and the assigned schedule ID are set (the schedule management unit 222). Step S208). The scenario providing device 2 executes the process of step S220 of FIG.

図15においてシナリオ提供装置2のスケジュール管理部222は、ステップS208において登録したスケジュール情報に設定されている実行タイミングであることを検出する(ステップS220)。シナリオ送信部223は、スケジュール情報に設定されているシナリオIDがサンプルシナリオのシナリオIDであるか否かを判断する(ステップS221)。シナリオ送信部223は、サンプルシナリオのシナリオIDと判断した場合(ステップS221:YES)、そのシナリオIDにより特定されるサンプルシナリオ管理情報からサンプルシナリオファイルを読み出す。シナリオ送信部223は、読み出したサンプルシナリオファイルを、スケジュール情報に設定されているユーザID、ユーザカウント及び実行端末IDにより特定されるシナリオ実行端末4に送信する(ステップS222)。 In FIG. 15, the schedule management unit 222 of the scenario providing device 2 detects that the execution timing is set in the schedule information registered in step S208 (step S220). The scenario transmission unit 223 determines whether or not the scenario ID set in the schedule information is the scenario ID of the sample scenario (step S221). When the scenario transmission unit 223 determines that it is the scenario ID of the sample scenario (step S221: YES), the scenario transmission unit 223 reads the sample scenario file from the sample scenario management information specified by the scenario ID. The scenario transmission unit 223 transmits the read sample scenario file to the scenario execution terminal 4 specified by the user ID, the user count, and the execution terminal ID set in the schedule information (step S222).

シナリオ実行端末4のシナリオ受信部454は、シナリオ提供装置2からサンプルシナリオを受信すると(ステップS121:YES)、受信したサンプルシナリオファイルを記憶部41に書き込む(ステップS122)。サンプルシナリオが汎用シナリオの場合、機能A実行部46aは、サンプルシナリオファイルに含まれるカスタマイズ用ファイルを記憶部41から読み出して表示する。機能A実行部46aは、表示されたカスタマイズ用ファイルに、入力部42を用いてユーザが入力した変数の値を書き込み、カスタマイズ用ファイルを更新する。 When the scenario receiving unit 454 of the scenario execution terminal 4 receives the sample scenario from the scenario providing device 2 (step S121: YES), the scenario receiving unit 454 writes the received sample scenario file to the storage unit 41 (step S122). When the sample scenario is a general-purpose scenario, the function A execution unit 46a reads the customization file included in the sample scenario file from the storage unit 41 and displays it. The function A execution unit 46a writes the value of the variable input by the user using the input unit 42 into the displayed customization file, and updates the customization file.

シナリオ実行部455は、記憶部41に記憶されているサンプルシナリオファイルを用いてサンプルシナリオを実行する(ステップS123)。ログ送信部456は、サンプルシナリオの実行結果を示すログ情報を生成して、シナリオ提供装置2に送信する(ステップS124)。なお、ログ送信部456におけるログ情報の生成及び送信は、サンプルシナリオ内の処理として記述されてもよい。 The scenario execution unit 455 executes a sample scenario using the sample scenario file stored in the storage unit 41 (step S123). The log transmission unit 456 generates log information indicating the execution result of the sample scenario and transmits it to the scenario providing device 2 (step S124). The generation and transmission of log information in the log transmission unit 456 may be described as processing in the sample scenario.

シナリオ提供装置2のログ受信部224は、シナリオ実行端末4から受信したログ情報を記憶部21に書き込む(ステップS223)。推定部225は、ログ情報の実行シナリオに設定されているシナリオIDによりサンプルシナリオ管理情報を特定し、特定したサンプルシナリオ管理情報から判定条件を読み出す。推定部225は、読み出した判定条件と、受信したログ情報が示す実行結果とを照合して、シナリオ実行端末4の環境を判定する。推定部225は、ログ情報に設定されているユーザID及びユーザアカウントが設定されているユーザ管理情報を特定する。推定部225は、ログ情報から実行端末IDを読み出し、読み出した実行端末IDと対応付けてユーザ管理情報に設定されているユーザ環境の情報を、判定した環境の情報により更新する(ステップS224)。シナリオ提供装置2は、図13のステップS204からの処理を繰り返す。 The log receiving unit 224 of the scenario providing device 2 writes the log information received from the scenario execution terminal 4 into the storage unit 21 (step S223). The estimation unit 225 specifies the sample scenario management information by the scenario ID set in the execution scenario of the log information, and reads out the determination condition from the specified sample scenario management information. The estimation unit 225 collates the read determination condition with the execution result indicated by the received log information, and determines the environment of the scenario execution terminal 4. The estimation unit 225 identifies the user ID set in the log information and the user management information in which the user account is set. The estimation unit 225 reads the execution terminal ID from the log information, and updates the user environment information set in the user management information in association with the read execution terminal ID with the determined environment information (step S224). The scenario providing device 2 repeats the process from step S204 of FIG.

シナリオ情報提供部221は、ユーザ管理情報にユーザ環境の登録有と判定し(ステップS204:YES)、ステップS203において選択したサービスシナリオの動作可能性を判断する。シナリオ情報提供部221は、選択したサービスシナリオそれぞれについて、サービスシナリオ管理情報に設定されている動作可能環境と、ユーザ管理情報に設定されているユーザ環境とを比較して、サービスシナリオの動作可能性を判断する(ステップS208)。 The scenario information providing unit 221 determines that the user environment is registered in the user management information (step S204: YES), and determines the operability of the service scenario selected in step S203. For each of the selected service scenarios, the scenario information providing unit 221 compares the operable environment set in the service scenario management information with the user environment set in the user management information, and compares the operational possibility of the service scenario. Is determined (step S208).

例えば、サービスシナリオの動作可能環境が、「アプリAの実装、及び、アプリB−1又はアプリB−2の実装」であるとする。シナリオ情報提供部221は、ユーザ環境が「アプリA及びアプリB−1の実装有り」、又は、「アプリA及びアプリB−2の実装有り」の環境要素を含む場合は動作OKと判断する。シナリオ情報提供部221は、ユーザ環境が「アプリAの実装無し」の環境要素を含む場合は動作NGと判断する。また、シナリオ情報提供部221は、ユーザ環境が「アプリAの実装有り」の環境要素を含み、かつ、アプリB−1及びアプリB−2に関する環境要素を含まない場合、又は、アプリA、アプリB−1及びアプリB−2に関する環境要素を含まない場合、動作可能性は不明と判断する。このように、シナリオ情報提供部221は、ユーザ環境が、サービスシナリオの動作可能環境を全て満たしている場合は動作OKと判断し、ユーザ環境がサービスシナリオの動作可能環境の全て又は一部の環境要素を満たしていない場合は動作NGと判断する。また、シナリオ情報提供部221は、ユーザ環境が、サービスシナリオの動作可能環境の一部の環境要素を満たしているが、他の一部の環境要素を満たすか否かの情報を含んでいない場合や、サービスシナリオの動作可能環境の全ての環境要素の情報を含んでいない場合は、動作可能性は不明と判断する。 For example, it is assumed that the operable environment of the service scenario is "implementation of application A and implementation of application B-1 or application B-2". The scenario information providing unit 221 determines that the operation is OK when the user environment includes an environment element of "implementation of application A and application B-1" or "implementation of application A and application B-2". The scenario information providing unit 221 determines that the operation is NG when the user environment includes an environment element of "no application A is implemented". Further, the scenario information providing unit 221 includes a case where the user environment includes an environmental element of "with the implementation of the application A" and does not include the environmental element related to the application B-1 and the application B-2, or the application A and the application. If the environmental elements related to B-1 and App B-2 are not included, it is judged that the operability is unknown. In this way, the scenario information providing unit 221 determines that the operation is OK when the user environment satisfies all the operable environments of the service scenario, and the user environment is the environment of all or a part of the operable environment of the service scenario. If the elements are not satisfied, it is judged that the operation is NG. Further, the scenario information providing unit 221 includes a case where the user environment satisfies some environmental elements of the operable environment of the service scenario, but does not include information on whether or not the user environment satisfies some other environmental elements. Or, if the information of all the environment elements of the operable environment of the service scenario is not included, it is judged that the operational possibility is unknown.

続いて、シナリオ情報提供部221は、ステップS203において選択したサンプルシナリオそれぞれについて、ユーザID、ユーザアカウント及び実行端末IDと、選択したサンプルシナリオのシナリオIDとが設定されているログ情報を検索する。シナリオ情報提供部221は、検索の結果、ログ情報が特定できなかった場合、サンプルシナリオが未実行であると判断する。シナリオ情報提供部221は、検索の結果、ログ情報が特定された場合、特定されたログ情報からサンプルシナリオの動作結果を読み出す(ステップS209)。 Subsequently, the scenario information providing unit 221 searches the log information in which the user ID, the user account, the execution terminal ID, and the scenario ID of the selected sample scenario are set for each of the sample scenarios selected in step S203. If the log information cannot be specified as a result of the search, the scenario information providing unit 221 determines that the sample scenario has not been executed. When the log information is specified as a result of the search, the scenario information providing unit 221 reads the operation result of the sample scenario from the specified log information (step S209).

シナリオ情報提供部221は、ステップS203において選択したサンプルシナリオ及びサービスシナリオそれぞれのシナリオ名の一覧と、サンプルシナリオの動作結果及びサービスシナリオの動作可能性の表示を含むシナリオ選択画面(例えば、図13)の画面データを生成する(ステップS205)。シナリオ情報提供部221は、生成したシナリオ選択画面の画面データをシナリオ実行端末4に送信する(ステップS206)。シナリオ実行端末4は、ステップS104からの処理を実行する。 The scenario information providing unit 221 includes a scenario selection screen (for example, FIG. 13) including a list of scenario names for each of the sample scenario and the service scenario selected in step S203, the operation result of the sample scenario, and the display of the operability of the service scenario. Screen data is generated (step S205). The scenario information providing unit 221 transmits the generated screen data of the scenario selection screen to the scenario execution terminal 4 (step S206). The scenario execution terminal 4 executes the process from step S104.

ステップS105において、ユーザが入力部42によりサービスシナリオのシナリオ名を選択した場合、図15のステップS221において、シナリオ提供装置2のシナリオ送信部223は、NOと判定する(ステップS221:NO)。シナリオ送信部223は、シナリオ要求から読み出したシナリオIDにより特定されるサービスシナリオ管理情報からサービスシナリオファイルを読み出す。シナリオ送信部223は、読み出したサービスシナリオファイルを、スケジュール情報に設定されているユーザID、ユーザカウント及び実行端末IDにより特定されるシナリオ実行端末4に送信する(ステップS225)。 When the user selects the scenario name of the service scenario by the input unit 42 in step S105, the scenario transmission unit 223 of the scenario providing device 2 determines NO in step S221 of FIG. 15 (step S221: NO). The scenario transmission unit 223 reads the service scenario file from the service scenario management information specified by the scenario ID read from the scenario request. The scenario transmission unit 223 transmits the read service scenario file to the scenario execution terminal 4 specified by the user ID, the user count, and the execution terminal ID set in the schedule information (step S225).

シナリオ実行端末4のシナリオ受信部454は、シナリオ提供装置2からサービスシナリオファイルを受信すると(ステップS121:NO)、受信したサービスシナリオファイルを記憶部41に書き込む(ステップS125)。サービスシナリオが汎用シナリオの場合、機能A実行部46aは、サービスシナリオファイルに含まれるカスタマイズ用ファイルを記憶部41から読み出して表示する。機能A実行部46aは、表示されたカスタマイズ用ファイルに、入力部42を用いてユーザが入力した変数の値を書き込み、カスタマイズ用ファイルを更新する。 When the scenario receiving unit 454 of the scenario execution terminal 4 receives the service scenario file from the scenario providing device 2 (step S121: NO), the scenario receiving unit 454 writes the received service scenario file to the storage unit 41 (step S125). When the service scenario is a general-purpose scenario, the function A execution unit 46a reads the customization file included in the service scenario file from the storage unit 41 and displays it. The function A execution unit 46a writes the value of the variable input by the user using the input unit 42 into the displayed customization file, and updates the customization file.

シナリオ実行部455は、記憶部41に記憶されているサービスシナリオファイルを用いてサービスシナリオを実行する(ステップS126)。ログ送信部456は、サービスシナリオの実行結果を示すログ情報を生成して、シナリオ提供装置2に送信する(ステップS127)。なお、ログ送信部456におけるログ情報の生成及び送信は、サービスシナリオ内の処理として記述されてもよい。 The scenario execution unit 455 executes the service scenario using the service scenario file stored in the storage unit 41 (step S126). The log transmission unit 456 generates log information indicating the execution result of the service scenario and transmits it to the scenario providing device 2 (step S127). The generation and transmission of log information in the log transmission unit 456 may be described as processing in the service scenario.

シナリオ提供装置2のログ受信部224は、シナリオ実行端末4から受信したログ情報を記憶部21に書き込む(ステップS226)。推定部225は、ログ情報が動作OKを示している場合、ログ情報の実行シナリオに設定されているシナリオIDによりサービスシナリオ管理情報を特定し、動作可能環境を読み出す。推定部225は、ログ情報に設定されているユーザID及びユーザアカウントが設定されているユーザ管理情報を特定する。推定部225は、ログ情報から実行端末IDを読み出し、読み出した実行端末IDと対応付けてユーザ管理情報に設定されているユーザ環境の情報を、読み出した動作可能環境を用いて更新する(ステップS227)。例えば、推定部225は、読み出した動作可能環境が示す環境要素のうち、ユーザ環境に未設定の環境要素を追加する。また、推定部225は、ログ情報が動作NGを示している場合、サービスシナリオ管理情報に設定されている動作可能環境が示す環境要素のうち少なくとも一部を有していない旨によりユーザ環境を更新してもよい。これにより、サービスシナリオの実行結果を用いてユーザ環境の情報を蓄積し、他のサービスシナリオの動作OK又はNGの判定に用いることができる。 The log receiving unit 224 of the scenario providing device 2 writes the log information received from the scenario execution terminal 4 into the storage unit 21 (step S226). When the log information indicates that the operation is OK, the estimation unit 225 identifies the service scenario management information by the scenario ID set in the execution scenario of the log information, and reads out the operable environment. The estimation unit 225 identifies the user ID set in the log information and the user management information in which the user account is set. The estimation unit 225 reads the execution terminal ID from the log information, and updates the information of the user environment set in the user management information in association with the read execution terminal ID by using the read operable environment (step S227). ). For example, the estimation unit 225 adds an unset environment element to the user environment among the environment elements indicated by the read operational environment. Further, when the log information indicates operation NG, the estimation unit 225 updates the user environment because it does not have at least a part of the environment elements indicated by the operable environment set in the service scenario management information. You may. As a result, information on the user environment can be accumulated using the execution result of the service scenario, and can be used for determining whether the operation of another service scenario is OK or NG.

なお、図14及び図15に示す動作では、シナリオ提供装置2は、ステップS224の処理の後、ステップS204からの処理を行い、これに伴い、シナリオ実行端末4は、ステップS124の処理の後、ステップS104からの処理を行っているが、シナリオ実行端末4は、ステップS124の処理の後、ステップS101の処理を行い、これに伴い、シナリオ提供装置2は、ステップS224の処理の後、ステップS201からの処理を行ってもよい。 In the operation shown in FIGS. 14 and 15, the scenario providing device 2 performs the process from step S204 after the process of step S224, and accordingly, the scenario execution terminal 4 performs the process from step S124 after the process of step S124. Although the processing from step S104 is performed, the scenario execution terminal 4 performs the processing of step S101 after the processing of step S124, and accordingly, the scenario providing device 2 performs the processing of step S224 and then step S201. You may perform the process from.

なお、シナリオ提供装置2の処理部44は、サービスシナリオファイルのダウンロードや、シナリオ実行端末4から受信したログ情報が示すサービスシナリオの実行に基づいて課金を行ってもよい。 The processing unit 44 of the scenario providing device 2 may charge based on the download of the service scenario file and the execution of the service scenario indicated by the log information received from the scenario execution terminal 4.

また、スケジュール管理部222は、ステップS207において、動作NG又は動作可能性が不明のサービスシナリオのシナリオIDが設定されたシナリオ要求を受信した場合、動作NGの可能性がある旨のメッセージをシナリオ実行端末4に送信し、表示させてもよい。シナリオ提供装置2は、メッセージ表示後に再びそのサービスシナリオのシナリオ要求をシナリオ実行端末4から受けた場合に、ステップS208以降の処理を行ってもよく、メッセージ表示後にシナリオ要求の受信待ちに戻り、再びステップS207の処理を行ってもよい。 Further, in step S207, when the schedule management unit 222 receives a scenario request in which the scenario ID of the service scenario whose operation is NG or the possibility of operation is unknown is set, the schedule management unit 222 sends a message to the effect that the operation may be NG. It may be transmitted to the terminal 4 and displayed. When the scenario providing device 2 receives the scenario request of the service scenario again from the scenario execution terminal 4 after displaying the message, the processing of step S208 or later may be performed, and after displaying the message, the scenario providing device 2 returns to the waiting for receiving the scenario request and again. The process of step S207 may be performed.

また、ステップS203において、シナリオ提供装置2のシナリオ情報提供部221は、以下のようにサンプルシナリオを選択してもよい。シナリオ情報提供部221は、ユーザID、ユーザアカウント及び実行端末IDに基づいてユーザ管理情報からユーザ環境を読み出す。さらに、シナリオ情報提供部221は、上記のようにシナリオ検索条件に基づいて選択した各サービスシナリオのサービスシナリオ管理情報から動作可能環境を読み出す。シナリオ情報提供部221は、読み出された動作可能環境が示す環境要素のうち、ユーザ環境からはその環境要素を満たしているか否かを判定することができない環境要素を抽出する。シナリオ情報提供部221は、抽出した環境要素を判定対象環境に含んだサンプルシナリオ管理情報のサンプルシナリオを選択する。これにより、実行させる必要のないサンプルシナリオの情報をユーザに提供しないようにすることができる。 Further, in step S203, the scenario information providing unit 221 of the scenario providing device 2 may select a sample scenario as follows. The scenario information providing unit 221 reads the user environment from the user management information based on the user ID, the user account, and the execution terminal ID. Further, the scenario information providing unit 221 reads the operable environment from the service scenario management information of each service scenario selected based on the scenario search condition as described above. The scenario information providing unit 221 extracts from the user environment the environment elements that cannot be determined whether or not the environment elements are satisfied from the environment elements indicated by the read operable environment. The scenario information providing unit 221 selects a sample scenario of sample scenario management information including the extracted environment elements in the determination target environment. This makes it possible to prevent the user from being provided with information on sample scenarios that do not need to be executed.

また、シナリオ提供装置2は、シナリオ選択画面において、動作NGと推定されるサービスシナリオのシナリオ名の近傍に、どのような環境要素がないために動作NGと推定されるかの情報を表示させてもよい。また、シナリオ提供装置2は、シナリオ選択画面において、動作OKか動作NGかを推定できないサービスシナリオのシナリオ名の近傍に、どのような環境要素の情報がないために推定できないかの情報を表示させてもよい。また、シナリオ提供装置2は、シナリオ選択画面において、サービスシナリオのシナリオ名の近傍に、サービスシナリオの判定対象環境の情報を表示してもよい。また、シナリオ提供装置2は、シナリオ選択画面において、サービスシナリオ名に対応付けて、サービスシナリオ管理情報から読み出した説明の情報の全て又は一部を表示してもよく、説明へのリンクを表示してもよい。 Further, on the scenario selection screen, the scenario providing device 2 displays information on what kind of environmental element is presumed to be operation NG because there is no environmental element in the vicinity of the scenario name of the service scenario presumed to be operation NG. May be good. Further, the scenario providing device 2 displays information on the scenario selection screen as to what kind of environmental element information cannot be estimated in the vicinity of the scenario name of the service scenario in which it is not possible to estimate whether the operation is OK or NG. You may. Further, the scenario providing device 2 may display the information of the environment for determining the service scenario in the vicinity of the scenario name of the service scenario on the scenario selection screen. Further, the scenario providing device 2 may display all or part of the explanation information read from the service scenario management information in association with the service scenario name on the scenario selection screen, and displays a link to the explanation. You may.

上述した実施形態によれば、シナリオ提供装置2は、ユーザの環境を判定することができるサンプルシナリオ群をシナリオ実行端末4に提示し、シナリオ実行端末4は、サンプルシナリオの実行結果をシナリオ提供装置2にフィードバックする。シナリオ提供装置2は、フィードバックされたサンプルシナリオの実行結果を分析して、シナリオ提供装置2へ未送信であり、シナリオ提供装置2において実行されていないサービスシナリオのシナリオ提供装置2における動作可能性をユーザに提示する。 According to the above-described embodiment, the scenario providing device 2 presents a sample scenario group capable of determining the user's environment to the scenario execution terminal 4, and the scenario execution terminal 4 presents the execution result of the sample scenario to the scenario providing device. Give feedback to 2. The scenario providing device 2 analyzes the execution result of the fed-back sample scenario, and determines the operability of the service scenario scenario providing device 2 that has not been transmitted to the scenario providing device 2 and has not been executed by the scenario providing device 2. Present to the user.

なお、上記では、シナリオ提供装置2が、シナリオ実行端末4から受信したシナリオ検索条件に基づいて選択したサービスシナリオの一覧を提供する場合を説明したが、シナリオ提供装置2が任意の条件によって選択したサービスシナリオの一覧をシナリオ実行端末4に提供するときにも適用可能である。例えば、シナリオ提供装置2が、ユーザに推薦するサービスシナリオの一覧をシナリオ実行端末4に提供する場合に適用可能である。 In the above description, the case where the scenario providing device 2 provides a list of service scenarios selected based on the scenario search condition received from the scenario execution terminal 4 has been described, but the scenario providing device 2 has selected according to an arbitrary condition. It is also applicable when providing a list of service scenarios to the scenario execution terminal 4. For example, it can be applied when the scenario providing device 2 provides the scenario execution terminal 4 with a list of service scenarios recommended to the user.

従来、ユーザは、サービスシナリオの動作可能性を知りたい場合や、購入したRPAシナリオが正常に動作しない場合に、事業者のカスタマーセンターなどに問い合わせ行っていた。この問い合わせの際に、ユーザは、自分のPCの環境についての情報を求められることがあった。そのため、ユーザには、PCの環境を確認しながらカスタマーセンターに情報を提供する手間が生じていた。加えて、事業者側は、ユーザからの問合せに対応するための人的リソースが必要であった。本実施形態によれば、ユーザは、シナリオ提供装置2から提供されるサービスシナリオが、自分のシナリオ実行端末4の環境において正常に動作する可能性があるかを簡易に確認してから購入することが可能となる。よって、ユーザの負荷及び事業者の負荷を低減することが可能になる。 Conventionally, a user has made an inquiry to a customer center of a business operator when he / she wants to know the operability of a service scenario or when the purchased RPA scenario does not operate normally. At the time of this inquiry, the user was sometimes asked for information about the environment of his / her PC. Therefore, the user has to take the trouble of providing information to the customer center while checking the PC environment. In addition, the business operator needed human resources to respond to inquiries from users. According to the present embodiment, the user simply confirms whether the service scenario provided by the scenario providing device 2 may operate normally in the environment of his / her scenario execution terminal 4, and then purchases the service scenario. Is possible. Therefore, it is possible to reduce the load on the user and the load on the business operator.

上述した実施形態におけるシナリオ提供装置2及びシナリオ実行端末4の機能をコンピュータで実現するようにしてもよい。その場合、この機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現してもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでもよい。また上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。 The functions of the scenario providing device 2 and the scenario execution terminal 4 in the above-described embodiment may be realized by a computer. In that case, the program for realizing this function may be recorded on a computer-readable recording medium, and the program recorded on the recording medium may be read by the computer system and executed. The term "computer system" as used herein includes hardware such as an OS and peripheral devices. The "computer-readable recording medium" refers to a portable medium such as a flexible disk, a magneto-optical disk, a ROM, or a CD-ROM, or a storage device such as a hard disk built in a computer system. Further, a "computer-readable recording medium" is a communication line for transmitting a program via a network such as the Internet or a communication line such as a telephone line, and dynamically holds the program for a short period of time. It may also include a program that holds a program for a certain period of time, such as a volatile memory inside a computer system that serves as a server or a client in that case. Further, the above-mentioned program may be a program for realizing a part of the above-mentioned functions, and may be a program for realizing the above-mentioned functions in combination with a program already recorded in the computer system.

以上説明した実施形態によれば、シナリオ提供システムは、シナリオ提供装置とシナリオ実行端末とを有する。シナリオ提供装置は、記憶部と、シナリオ送信部と、ログ受信部と、推定部と、シナリオ情報提供部とを備える。記憶部は、シナリオ実行端末における処理の手順を示すシナリオと、シナリオが動作するシナリオ実行端末の環境、すなわち、シナリオを正常に処理するために必要なシナリオ実行端末の環境である動作可能環境とを記憶する。シナリオ送信部は、シナリオをシナリオ実行端末に送信する。ログ受信部は、シナリオ送信部が送信したシナリオをシナリオ実行端末において実行した結果を示すログ情報を受信して記憶部に書き込む。推定部は、シナリオ実行端末のログ情報が示すシナリオの実行結果と、シナリオ実行端末において実行されたシナリオの動作可能環境とに基づいて、シナリオ実行端末の環境を推定する。シナリオ情報提供部は、推定部が推定したシナリオ実行端末の環境とシナリオ提供装置に未送信のシナリオの動作可能環境とに基づいて、未送信のシナリオがシナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定結果をシナリオ実行端末に送信する。 According to the embodiment described above, the scenario providing system includes a scenario providing device and a scenario executing terminal. The scenario providing device includes a storage unit, a scenario transmitting unit, a log receiving unit, an estimation unit, and a scenario information providing unit. The storage unit stores a scenario showing the processing procedure in the scenario execution terminal and an environment of the scenario execution terminal in which the scenario operates, that is, an operable environment which is an environment of the scenario execution terminal required to process the scenario normally. Remember. The scenario transmission unit transmits the scenario to the scenario execution terminal. The log receiving unit receives log information indicating the result of executing the scenario transmitted by the scenario transmitting unit on the scenario execution terminal and writes it to the storage unit. The estimation unit estimates the environment of the scenario execution terminal based on the execution result of the scenario indicated by the log information of the scenario execution terminal and the operable environment of the scenario executed in the scenario execution terminal. Based on the environment of the scenario execution terminal estimated by the estimation unit and the operable environment of the scenario that has not been transmitted to the scenario providing device, the scenario information providing unit determines whether or not the untransmitted scenario operates normally in the scenario executing terminal. Judges the operability of, and sends the judgment result to the scenario execution terminal.

シナリオ実行端末は、シナリオ受信部と、シナリオ実行部と、ログ送信部と、シナリオ情報受信部とを備える。シナリオ受信部は、シナリオ提供装置からシナリオを受信する。シナリオ実行部は、シナリオ受信部が受信したシナリオを実行する。ログ送信部は、シナリオ実行部により実行されたシナリオの実行結果を示すログ情報をシナリオ提供装置に送信する。シナリオ情報受信部は、自装置に未送信のシナリオが自装置において正常に動作するか否かの動作可能性の情報をシナリオ提供装置から受信して表示部に表示する。 The scenario execution terminal includes a scenario receiving unit, a scenario executing unit, a log transmitting unit, and a scenario information receiving unit. The scenario receiving unit receives the scenario from the scenario providing device. The scenario execution unit executes the scenario received by the scenario reception unit. The log transmission unit transmits log information indicating the execution result of the scenario executed by the scenario execution unit to the scenario providing device. The scenario information receiving unit receives information on the possibility of operation of whether or not a scenario that has not been transmitted to the own device normally operates in the own device from the scenario providing device and displays it on the display unit.

なお、シナリオは、シナリオ実行端末をログ送信部として動作させるための処理を含んでもよい。また、シナリオ送信部は、シナリオ実行端末の環境を判定するための処理が含まれるシナリオであるサンプルシナリオを送信してもよい。 The scenario may include a process for operating the scenario execution terminal as a log transmission unit. Further, the scenario transmission unit may transmit a sample scenario which is a scenario including a process for determining the environment of the scenario execution terminal.

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 Although the embodiments of the present invention have been described in detail with reference to the drawings, the specific configuration is not limited to this embodiment, and includes designs and the like within a range that does not deviate from the gist of the present invention.

1…シナリオ提供システム, 2…シナリオ提供装置, 4…シナリオ実行端末, 6…ネットワーク, 21…記憶部, 22…処理部, 41…記憶部, 42…入力部, 43…表示部, 44…処理部,45…シナリオ実行機能部, 46a…機能A実行部,46b…機能B実行部,46c…機能C実行部, 221…シナリオ情報提供部, 222…スケジュール管理部, 223…シナリオ送信部, 224…ログ受信部, 225…推定部, 451…シナリオ情報受信部, 452…シナリオ選択部, 453…スケジュール登録部, 454…シナリオ受信部, 455…シナリオ実行部, 456…ログ送信部 1 ... Scenario providing system, 2 ... Scenario providing device, 4 ... Scenario execution terminal, 6 ... Network, 21 ... Storage unit, 22 ... Processing unit, 41 ... Storage unit, 42 ... Input unit, 43 ... Display unit, 44 ... Processing Section, 45 ... Scenario execution function section, 46a ... Function A execution section, 46b ... Function B execution section, 46c ... Function C execution section, 221 ... Scenario information providing section, 222 ... Schedule management section, 223 ... Scenario transmission section, 224 ... Log receiving unit, 225 ... Estimating unit, 451 ... Scenario information receiving unit, 452 ... Scenario selection unit, 453 ... Schedule registration unit, 454 ... Scenario receiving unit, 455 ... Scenario execution unit, 456 ... Log transmitting unit

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムであって、前記シナリオ提供装置は、ナリオ実行端末における処理の手順を示す複数のシナリオであるシナリオ群に含まれる前記シナリオそれぞれシナリオ実行端末において正常に動作する環境である動作可能環境の情報を記憶する記憶部と、前記シナリオ群に含まれる一部の前記シナリオを、当該シナリオの動作可能環境を有するか否かの情報が得られていない前記シナリオ実行端末に送信するシナリオ送信部と、前記シナリオ送信部が送信した前記シナリオそれぞれを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、前記シナリオ群に含まれる前記シナリオのうち前記シナリオ実行端末において未実行のシナリオの前記動作可能環境と共通の環境を含む動作可能環境のシナリオを前記シナリオ実行端末において実行した結果を示す前記ログ情報が正常終了を示すか正常終了ではないことを示すかに基づいて、未実行の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部とを備え、前記シナリオ実行端末は、前記シナリオ提供装置から前記シナリオを受信するシナリオ受信部と、前記シナリオ受信部が受信した前記シナリオを実行するシナリオ実行部と、前記シナリオ実行部により実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信部と、自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信部とを備える、シナリオ提供システムである。
本発明の一態様は、上述のシナリオ提供システムであって、前記記憶部は、前記シナリオに含まれる手順がシナリオ実行端末において正常に動作したか又は正常に動作しなかったかにより表される判定条件に対応した環境を示す判定対象環境の情報をさらに記憶し、前記シナリオ提供装置は、前記ログ情報が示す前記シナリオの実行結果と合致する前記判定条件に対応した前記判定対象環境を前記シナリオ実行端末が有すると推定する推定部をさらに備え、前記シナリオ情報提供部は、前記推定部が推定した前記シナリオ実行端末の前記環境と、複数の前記シナリオのうち前記シナリオ実行端末において未実行のシナリオの前記動作可能環境とを照合して、未実行の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定する。
One aspect of the present invention is a scenario providing system and a scenario providing apparatus and scenario execution terminal, the scenario providing device is included in the scenario group of a plurality of scenarios showing the sequence of processing in the scenario execution terminal a storage unit for each of the scenarios for storing information operable environment is the environment that runs correctly in the scenario execution terminal, the scenario of a part included in the scenario group, an operative environment of the scenario and scenarios transmitting unit whether information has to transmit to the scenario execution terminal not obtained, each said scenario the scenario transmitting portion transmits and receives the log information indicating the result of execution in the scenario executing terminal wherein a log receiving unit for writing in the storage unit, a scenario operable environment including the operative environment and common environment scenarios of Oite unexecuted to the scenario execution terminal of the scenario contained in the scenario group based on whether indicates that the log information indicating the result of executing the scenario execution terminal is not successful either indicating the successful completion, in the scenario of unexecuted whether to operate normally in the scenario executing terminal operation The scenario information providing unit is provided with a scenario information providing unit that determines the possibility and transmits the determined operation possibility information to the scenario executing terminal, and the scenario executing terminal is a scenario receiving unit that receives the scenario from the scenario providing device. , A scenario execution unit that executes the scenario received by the scenario receiving unit, and a log transmitting unit that transmits the log information indicating the execution result of the scenario executed by the scenario executing unit to the scenario providing device. This is a scenario providing system including a scenario information receiving unit that receives information on the operability of the scenario that has not been transmitted to the device from the scenario providing device and displays it on the display unit.
One aspect of the present invention is the scenario providing system described above, and the storage unit is a determination condition represented by whether the procedure included in the scenario operates normally or does not operate normally in the scenario execution terminal. The scenario providing device further stores the information of the determination target environment indicating the environment corresponding to the above, and the scenario providing device sets the determination target environment corresponding to the determination condition corresponding to the execution result of the scenario indicated by the log information to the scenario execution terminal. The scenario information providing unit further includes an estimation unit that is presumed to be possessed by the estimation unit, and the scenario information providing unit includes the environment of the scenario execution terminal estimated by the estimation unit and the scenario that has not been executed in the scenario execution terminal among the plurality of scenarios. By collating with the operable environment, it is determined whether or not the unexecuted scenario normally operates in the scenario execution terminal.

本発明の一態様は、シナリオ実行端末における処理の手順を示す複数のシナリオであるシナリオ群に含まれる前記シナリオそれぞれシナリオ実行端末において正常に動作する環境である動作可能環境の情報を記憶する記憶部と、前記シナリオ群に含まれる一部の前記シナリオを、当該シナリオの動作可能環境を有するか否かの情報が得られていない前記シナリオ実行端末に送信するシナリオ送信部と、前記シナリオ送信部が送信した前記シナリオそれぞれを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、前記シナリオ群に含まれる前記シナリオのうち前記シナリオ実行端末において未実行のシナリオの前記動作可能環境と共通の環境を含む動作可能環境のシナリオを前記シナリオ実行端末において実行した結果を示す前記ログ情報が正常終了を示すか正常終了ではないことを示すかに基づいて、未実行の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部と、を備えるシナリオ提供装置である。 One aspect of the present invention, the information of the operational environment each of the scenarios contained in scenario group of a plurality of scenarios showing the sequence of processing in the scenario executing terminal is environment that runs correctly in the scenario execution terminal A storage unit for storing, a scenario transmission unit for transmitting some of the scenarios included in the scenario group to the scenario execution terminal for which information on whether or not the scenario can operate is not obtained, and the scenario transmission unit. A log receiving unit that receives log information indicating the result of executing each of the scenarios transmitted by the scenario transmitting unit at the scenario executing terminal and writes the log information to the storage unit, and the scenario executing terminal among the scenarios included in the scenario group. said log information indicating the results of the operational environment scenarios, including the operational environment and common environment scenarios of Oite unexecuted were carried out in the scenario executing terminal is not either successful indicating a normal end to the based on whether shown, scenario information to determine the whether the operability scenario to work correctly in the scenario execution terminal unexecuted, and transmits the determined the operability of the information to the scenario execution terminal It is a scenario providing device including a providing unit.

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムが実行するシナリオ情報提供方法であって、前記シナリオ提供装置ナリオ実行端末における処理の手順を示す複数のシナリオであるシナリオ群に含まれる前記シナリオそれぞれシナリオ実行端末において正常に動作する環境である動作可能環境の情報を記憶する記憶部を備えており、前記シナリオ提供装置が、前記シナリオ群に含まれる一部の前記シナリオを、当該シナリオの動作可能環境を有するか否かの情報が得られていない前記シナリオ実行端末に送信するシナリオ送信ステップと、前記シナリオ送信ステップにより送信した前記シナリオそれぞれを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、前記シナリオ群に含まれる前記シナリオのうち前記シナリオ実行端末において未実行のシナリオの前記動作可能環境と共通の環境を含む動作可能環境のシナリオを前記シナリオ実行端末において実行した結果を示す前記ログ情報が正常終了を示すか正常終了ではないことを示すかに基づいて、未実行の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定結果を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、前記シナリオ実行端末が、前記シナリオ提供装置から前記シナリオを受信するシナリオ受信ステップと、前記シナリオ受信ステップにより受信した前記シナリオを実行するシナリオ実行ステップと、前記シナリオ実行ステップにより実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信ステップと、自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信ステップと、を有するシナリオ情報提供方法である。 One aspect of the present invention is a scenario information providing method scenario providing system and a scenario providing apparatus and scenario execution terminal performs the scenario providing apparatus, a plurality of scenarios showing the sequence of processing in the scenario execution terminal in includes a storage unit for each of the scenarios contained in the scenario group stores information operable environment is the environment that runs correctly in the scenario execution terminal which, the scenario providing device, the scenario group A scenario transmission step of transmitting some of the included scenarios to the scenario execution terminal for which information on whether or not the scenario has an operable environment is not obtained, and a scenario transmission step transmitted by the scenario transmission step, respectively . a log receiving step of writing in the storage unit receives the log information indicating the result of execution in the scenario execution terminal, the scenarios of Oite unexecuted to the scenario execution terminal of the scenario contained in the scenario group based on whether indicates that the log information indicating the result of the scenario of operational environment including the operable environment a common environment was performed in the scenario executing terminal is not either successful indicating a successful completion, the unexecuted A scenario information providing step of determining the operational possibility of whether or not the scenario operates normally in the scenario executing terminal and transmitting the determination result to the scenario executing terminal, and the scenario executing terminal from the scenario providing device to the above. The scenario receiving step for receiving the scenario, the scenario execution step for executing the scenario received by the scenario receiving step, and the log information indicating the execution result of the scenario executed by the scenario execution step are sent to the scenario providing device. It is a scenario information providing method including a log transmission step to be transmitted and a scenario information receiving step of receiving the operation possibility information of the scenario that has not been transmitted to the own device from the scenario providing device and displaying it on the display unit. ..

本発明の一態様は、シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムの前記シナリオ提供装置が実行するシナリオ情報提供方法であって、前記シナリオ提供装置は、シナリオ実行端末における処理の手順を示す複数のシナリオであるシナリオ群に含まれる前記シナリオそれぞれシナリオ実行端末において正常に動作する環境である動作可能環境の情報とを記憶する記憶部を備えており、前記シナリオ提供装置が、前記シナリオ群に含まれる一部の前記シナリオを、当該シナリオの動作可能環境を有するか否かの情報が得られていない前記シナリオ実行端末に送信するシナリオ送信ステップと、前記シナリオ送信ステップにより送信した前記シナリオそれぞれを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、前記シナリオ群に含まれる前記シナリオのうち前記シナリオ実行端末において未実行のシナリオの前記動作可能環境と共通の環境を含む動作可能環境のシナリオを前記シナリオ実行端末において実行した結果を示す前記ログ情報が正常終了を示すか正常終了ではないことを示すかに基づいて、未実行の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、を有するシナリオ情報提供方法である。 One aspect of the present invention is a scenario information providing method the scenario providing device scenarios providing system and a scenario providing apparatus and scenario execution terminal performs the scenario providing apparatus, procedures of processing in the scenario execution terminal the includes a storage unit for each of a plurality of said scenarios contained in scenario group is scenario storing and operable environmental information is environment that runs correctly in the scenario execution terminal shown, the scenario providing apparatus , A scenario transmission step of transmitting a part of the scenarios included in the scenario group to the scenario execution terminal for which information on whether or not the scenario has an operable environment is not obtained, and transmission by the scenario transmission step. Oite unexecuted the scenario execution terminal of and a log receiving step of writing in the storage unit of each of the scenarios receives log information indicating the result of executing the above scenario execution terminal has, the scenario contained in the scenario group based operable environment scenarios where the scenarios the operational environment including a common environment or the log information indicating the result of execution in the scenario executing terminal indicates that it is not a normal or completion indicating the normal end , A scenario having a scenario information providing step of determining the operability of whether or not the unexecuted scenario normally operates in the scenario execution terminal, and transmitting the determined operability to the scenario execution terminal. This is an information provision method.

Claims (7)

シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムであって、
前記シナリオ提供装置は、
前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境の情報とを記憶する記憶部と、
前記シナリオを前記シナリオ実行端末に送信するシナリオ送信部と、
前記シナリオ送信部が送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、
前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定部と、
前記推定部が推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部とを備え、
前記シナリオ実行端末は、
前記シナリオ提供装置から前記シナリオを受信するシナリオ受信部と、
前記シナリオ受信部が受信した前記シナリオを実行するシナリオ実行部と、
前記シナリオ実行部により実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信部と、
自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信部とを備える、
シナリオ提供システム。
A scenario providing system having a scenario providing device and a scenario executing terminal.
The scenario providing device is
A storage unit that stores a scenario showing a processing procedure in the scenario execution terminal and information on an operable environment that is the environment of the scenario execution terminal in which the scenario operates.
A scenario transmission unit that transmits the scenario to the scenario execution terminal, and
A log receiving unit that receives log information indicating the result of executing the scenario transmitted by the scenario transmitting unit on the scenario executing terminal and writes it to the storage unit.
An estimation unit that estimates the environment of the scenario execution terminal based on the execution result of the scenario indicated by the log information of the scenario execution terminal and the operable environment of the scenario executed by the scenario execution terminal.
Whether the untransmitted scenario operates normally in the scenario execution terminal based on the environment of the scenario execution terminal estimated by the estimation unit and the operable environment of the scenario that has not been transmitted to the scenario execution terminal. It is provided with a scenario information providing unit that determines whether or not the operation possibility is possible and transmits the determined operation possibility information to the scenario execution terminal.
The scenario execution terminal is
A scenario receiving unit that receives the scenario from the scenario providing device, and
A scenario execution unit that executes the scenario received by the scenario reception unit, and a scenario execution unit.
A log transmission unit that transmits the log information indicating the execution result of the scenario executed by the scenario execution unit to the scenario providing device, and a log transmission unit.
It includes a scenario information receiving unit that receives information on the operational possibility of the scenario that has not been transmitted to the own device from the scenario providing device and displays it on the display unit.
Scenario providing system.
前記シナリオは、前記シナリオ実行端末を前記ログ送信部として動作させるための処理を含む、
請求項1に記載のシナリオ提供システム。
The scenario includes a process for operating the scenario execution terminal as the log transmission unit.
The scenario providing system according to claim 1.
前記シナリオ送信部は、前記シナリオ実行端末の環境を判定するための処理を含んだ前記シナリオであるサンプルシナリオを送信する、
請求項1又は請求項2に記載のシナリオ提供システム。
The scenario transmission unit transmits a sample scenario, which is the scenario, including a process for determining the environment of the scenario execution terminal.
The scenario providing system according to claim 1 or 2.
シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境の情報とを記憶する記憶部と、
前記シナリオを前記シナリオ実行端末に送信するシナリオ送信部と、
前記シナリオ送信部が送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信部と、
前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定部と、
前記推定部が推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性の情報を前記シナリオ実行端末に送信するシナリオ情報提供部と、
を備えるシナリオ提供装置。
A storage unit that stores a scenario showing a processing procedure in the scenario execution terminal and information on an operable environment that is the environment of the scenario execution terminal in which the scenario operates.
A scenario transmission unit that transmits the scenario to the scenario execution terminal, and
A log receiving unit that receives log information indicating the result of executing the scenario transmitted by the scenario transmitting unit on the scenario executing terminal and writes it to the storage unit.
An estimation unit that estimates the environment of the scenario execution terminal based on the execution result of the scenario indicated by the log information of the scenario execution terminal and the operable environment of the scenario executed by the scenario execution terminal.
Whether the untransmitted scenario operates normally in the scenario execution terminal based on the environment of the scenario execution terminal estimated by the estimation unit and the operable environment of the scenario that has not been transmitted to the scenario execution terminal. A scenario information providing unit that determines whether or not the operation possibility is possible and transmits the determined operation possibility information to the scenario execution terminal.
A scenario providing device equipped with.
シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムが実行するシナリオ情報提供方法であって、
前記シナリオ提供装置が、
前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境の情報とを記憶する記憶部から読み出した前記シナリオを前記シナリオ実行端末に送信するシナリオ送信ステップと、
前記シナリオ送信ステップにより送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、
前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定ステップと、
前記推定ステップにより推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定結果を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、
前記シナリオ実行端末が、
前記シナリオ提供装置から前記シナリオを受信するシナリオ受信ステップと、
前記シナリオ受信ステップにより受信した前記シナリオを実行するシナリオ実行ステップと、
前記シナリオ実行ステップにより実行された前記シナリオの実行結果を示す前記ログ情報を前記シナリオ提供装置に送信するログ送信ステップと、
自装置に未送信の前記シナリオの前記動作可能性の情報を前記シナリオ提供装置から受信して表示部に表示するシナリオ情報受信ステップと、
を有するシナリオ情報提供方法。
It is a scenario information providing method executed by a scenario providing system having a scenario providing device and a scenario executing terminal.
The scenario providing device
A scenario in which a scenario showing a processing procedure in the scenario execution terminal and the scenario read from a storage unit that stores information on an operable environment, which is the environment of the scenario execution terminal in which the scenario operates, are transmitted to the scenario execution terminal. Send step and
A log reception step of receiving log information indicating the result of executing the scenario transmitted by the scenario transmission step on the scenario execution terminal and writing the log information to the storage unit.
An estimation step for estimating the environment of the scenario execution terminal based on the execution result of the scenario indicated by the log information of the scenario execution terminal and the operable environment of the scenario executed in the scenario execution terminal.
Whether the untransmitted scenario operates normally in the scenario execution terminal based on the environment of the scenario execution terminal estimated by the estimation step and the operable environment of the scenario that has not been transmitted to the scenario execution terminal. A scenario information providing step of determining whether or not the operation possibility is performed and transmitting the determination result to the scenario execution terminal, and
The scenario execution terminal
A scenario receiving step for receiving the scenario from the scenario providing device, and
A scenario execution step for executing the scenario received by the scenario reception step, and a scenario execution step
A log transmission step for transmitting the log information indicating the execution result of the scenario executed by the scenario execution step to the scenario providing device, and a log transmission step.
A scenario information receiving step that receives information on the operational possibility of the scenario that has not been transmitted to the own device from the scenario providing device and displays it on the display unit.
How to provide scenario information.
シナリオ提供装置とシナリオ実行端末とを有するシナリオ提供システムの前記シナリオ提供装置が実行するシナリオ情報提供方法であって、
前記シナリオ実行端末における処理の手順を示すシナリオと、前記シナリオが動作するシナリオ実行端末の環境である動作可能環境の情報とを記憶する記憶部から読み出した前記シナリオを前記シナリオ実行端末に送信するシナリオ送信ステップと、
前記シナリオ送信ステップにより送信した前記シナリオを前記シナリオ実行端末において実行した結果を示すログ情報を受信して前記記憶部に書き込むログ受信ステップと、
前記シナリオ実行端末の前記ログ情報が示す前記シナリオの実行結果と、前記シナリオ実行端末において実行された前記シナリオの前記動作可能環境とに基づいて、前記シナリオ実行端末の環境を推定する推定ステップと、
前記推定ステップにより推定した前記シナリオ実行端末の前記環境と前記シナリオ実行端末に未送信の前記シナリオの前記動作可能環境とに基づいて、未送信の前記シナリオが前記シナリオ実行端末において正常に動作するか否かの動作可能性を判定し、判定した前記動作可能性を前記シナリオ実行端末に送信するシナリオ情報提供ステップと、
を有するシナリオ情報提供方法。
A scenario information providing method executed by the scenario providing device of a scenario providing system having a scenario providing device and a scenario executing terminal.
A scenario in which a scenario showing a processing procedure in the scenario execution terminal and the scenario read from a storage unit that stores information on an operable environment, which is the environment of the scenario execution terminal in which the scenario operates, are transmitted to the scenario execution terminal. Send step and
A log reception step of receiving log information indicating the result of executing the scenario transmitted by the scenario transmission step on the scenario execution terminal and writing the log information to the storage unit.
An estimation step for estimating the environment of the scenario execution terminal based on the execution result of the scenario indicated by the log information of the scenario execution terminal and the operable environment of the scenario executed in the scenario execution terminal.
Whether the untransmitted scenario operates normally in the scenario execution terminal based on the environment of the scenario execution terminal estimated by the estimation step and the operable environment of the scenario that has not been transmitted to the scenario execution terminal. A scenario information providing step of determining whether or not the operation possibility is performed and transmitting the determined operation possibility to the scenario execution terminal, and
How to provide scenario information.
コンピュータを、請求項4のシナリオ提供装置として機能させるためのプログラム。 A program for making a computer function as a scenario providing device according to claim 4.
JP2019148434A 2019-08-13 2019-08-13 Scenario providing system, scenario providing device, scenario information providing method and program Active JP6866434B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019148434A JP6866434B2 (en) 2019-08-13 2019-08-13 Scenario providing system, scenario providing device, scenario information providing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019148434A JP6866434B2 (en) 2019-08-13 2019-08-13 Scenario providing system, scenario providing device, scenario information providing method and program

Publications (2)

Publication Number Publication Date
JP2021033316A true JP2021033316A (en) 2021-03-01
JP6866434B2 JP6866434B2 (en) 2021-04-28

Family

ID=74675815

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019148434A Active JP6866434B2 (en) 2019-08-13 2019-08-13 Scenario providing system, scenario providing device, scenario information providing method and program

Country Status (1)

Country Link
JP (1) JP6866434B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220197870A1 (en) * 2020-12-17 2022-06-23 Ntt Advanced Technology Corporation Scenario Execution System, Log Management Device, Log Recording Method, And Program
WO2023238244A1 (en) * 2022-06-07 2023-12-14 日本電信電話株式会社 Search device, search method, and search program
US11983149B2 (en) * 2020-12-17 2024-05-14 Ntt Advanced Technology Corporation Scenario execution system, log management device, log recording method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220197870A1 (en) * 2020-12-17 2022-06-23 Ntt Advanced Technology Corporation Scenario Execution System, Log Management Device, Log Recording Method, And Program
US11983149B2 (en) * 2020-12-17 2024-05-14 Ntt Advanced Technology Corporation Scenario execution system, log management device, log recording method, and program
WO2023238244A1 (en) * 2022-06-07 2023-12-14 日本電信電話株式会社 Search device, search method, and search program

Also Published As

Publication number Publication date
JP6866434B2 (en) 2021-04-28

Similar Documents

Publication Publication Date Title
US20230342412A1 (en) System and method for dynamically enabling customized web content and applications
US8924920B2 (en) Providing a software appliance based on a role
JP5893641B2 (en) How to provide assistance to end users of software applications
US7953764B2 (en) Techniques for automatically provisioning a database over a wide area network
US8775671B2 (en) Managing information exchange between business entities
JP5025116B2 (en) Information processing apparatus, control method therefor, and program
US8584116B2 (en) Installing method, installer, and installing program
US20030182378A1 (en) Method and system to print via e-mail
US20130304666A1 (en) Managing Information Exchange Between Business Entities
US20130304665A1 (en) Managing Information Exchange Between Business Entities
CN110011875B (en) Dial testing method, device, equipment and computer readable storage medium
US20050021276A1 (en) Systems and methods for testing a network service
EP2909764B1 (en) Portal for submitting business metadata for services
JP2007183793A (en) Information processing method, information processor, and program
US10878055B2 (en) Web server
CN113961463A (en) Application environment switching method and system, storage medium and electronic equipment
JP6437667B2 (en) Log collection system and log collection method
JP6866434B2 (en) Scenario providing system, scenario providing device, scenario information providing method and program
US10581783B2 (en) Method and system for creating dynamic email signatures
JP2014002619A (en) Information processing device, and control method and program thereof
CN114282760A (en) Workflow generation method and device combining dynamic form and dynamic flow
JP6659878B1 (en) Scenario providing system, scenario providing apparatus, scenario executing terminal, scenario providing method, scenario executing method, and program
JP2017219900A (en) Information processing device and program
US11263287B1 (en) System to extend functionality of third party apps on multi-function device web browsers
JP3990369B2 (en) Server device and relay system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190813

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200722

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200811

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201005

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210407

R150 Certificate of patent or registration of utility model

Ref document number: 6866434

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250