JP2020013400A - Apparatus and computer program - Google Patents

Apparatus and computer program Download PDF

Info

Publication number
JP2020013400A
JP2020013400A JP2018136063A JP2018136063A JP2020013400A JP 2020013400 A JP2020013400 A JP 2020013400A JP 2018136063 A JP2018136063 A JP 2018136063A JP 2018136063 A JP2018136063 A JP 2018136063A JP 2020013400 A JP2020013400 A JP 2020013400A
Authority
JP
Japan
Prior art keywords
change
web page
changed
unit
resource
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
JP2018136063A
Other languages
Japanese (ja)
Other versions
JP7190834B2 (en
Inventor
田中 達雄
Tatsuo Tanaka
達雄 田中
正士 須崎
Masashi Suzaki
正士 須崎
克典 新井
Katsunori Arai
克典 新井
祐一郎 豊崎
Yuichiro Toyosaki
祐一郎 豊崎
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2018136063A priority Critical patent/JP7190834B2/en
Publication of JP2020013400A publication Critical patent/JP2020013400A/en
Priority to JP2022194420A priority patent/JP7518143B2/en
Application granted granted Critical
Publication of JP7190834B2 publication Critical patent/JP7190834B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

To provide an apparatus and a computer program which reduce burden of a user following change of a resource in an operation of a robotic process automation (RPA).SOLUTION: An apparatus according to the present invention has acquiring means for acquiring a resource, and operating means for automatically carrying out a predetermined operation corresponding to the resource. Alternatively, the present invention is directed to an apparatus connected through a network to the apparatus according to the present invention and has determining means for determining whether or not the resource corresponding to the predetermined operation is changed from an older version thereof.SELECTED DRAWING: Figure 7

Description

本発明は、ロボティック・プロセス・オートメーションに係る装置およびコンピュータプログラムに関する。   The present invention relates to an apparatus and a computer program for robotic process automation.

近年、人間が行う操作を記録して再現する、いわば業務をロボット化(自動化)するソフトウエアであるRPA(Robotic Process Automation、ロボティック・プロセス・オートメーション)が注目されている(例えば、非特許文献1、2、3参照)。一般に、RPAでは、予めオペレータが対象のリソースと操作内容とを規定し、ソフトウエアが規定された内容にしたがって自動的に操作を実行する。   In recent years, attention has been focused on RPA (Robotic Process Automation), which is software that records and reproduces operations performed by humans, that is, software for robotizing (automating) operations, for example, as described in Non-Patent Documents. 1, 2, 3). In general, in RPA, an operator preliminarily defines a target resource and an operation content, and software automatically executes an operation according to the specified content.

https://www.nri.com/jp/journal/2017/11/20171101/、2018年6月14日検索https://www.nri.com/jp/journal/2017/11/20171101/, searched on June 14, 2018 http://www.nttdata.com/jp/ja/lineup/winactor/index.html、2018年6月14日検索http://www.nttdata.com/jp/ja/lineup/winactor/index.html, searched on June 14, 2018 https://www.uipath.com/automate/robotic-process-automation、2018年6月14日検索https://www.uipath.com/automate/robotic-process-automation, searched June 14, 2018

RPAではソフトウエア(機械)が操作を実行するので、操作対象のオブジェクトを正確に指定する必要がある。したがって、例えばウェブページのレイアウトが変更になっただけでも操作を実行できずエラーとなることがある。   In RPA, software (machine) executes an operation, so it is necessary to accurately specify an operation target object. Therefore, for example, even if the layout of the web page is simply changed, the operation cannot be executed and an error may occur.

デスクトップのアプリケーションはソフトウエア提供側がソフトウエアのアップデートを行ったとしても、ユーザが意図してインストールしなければアップデートされない。したがって、基本的にはユーザはアップデートによりUI(User Interface)等に変更が生じうることを把握することができる。ただし、アップデートの内容を気にしないユーザも一定数はいる。   Even if the software provider updates the software, the desktop application will not be updated unless the user intentionally installs the software. Therefore, basically, the user can understand that the update may cause a change in a UI (User Interface) or the like. However, there are a certain number of users who do not care about the content of the update.

一方、ウェブアプリケーションについては、ASP(Application Service Provider)側がアプリケーションをアップデートすると、ユーザのブラウザはそのアップデートされたアプリケーションを実行する他なく、アップデート前のアプリケーションを使用することはできない。また、ウェブアプリケーションのアップデートはユーザ側の更新無しに可能であるため、UI及び挙動の変化が少ない場合、ユーザは気付くことなく、使用することになる。   On the other hand, as for the web application, when the ASP (Application Service Provider) updates the application, the user's browser has no choice but to execute the updated application and cannot use the application before the update. Further, since the update of the web application can be performed without the update on the user side, when the UI and the behavior change are small, the user uses it without noticing.

したがって、RPAでウェブアプリケーションを操作対象としていて、主にUIのオブジェクトの変更がある場合には、対象の操作実行が適切に動作しないことがある。ユーザはRPAの操作実行が適切に実行されないことで、その更新に気づき、それに応じた操作設定を余儀なくされている。RPAの操作対象となっているデスクトップのアプリケーションをアップデートしたがその内容を確認していない場合も同様の不都合が生じうる。   Therefore, when the web application is the operation target in the RPA and the UI object is mainly changed, the operation of the target may not operate properly. The user notices the update because the operation of the RPA is not properly executed, and is forced to set the operation according to the update. A similar inconvenience may occur when the application of the desktop that is the operation target of the RPA is updated but the content is not confirmed.

本発明はこうした課題に鑑みてなされたものであり、その目的は、RPAの運用において、リソースの変更に伴うユーザの負担を軽減できる技術の提供にある。   The present invention has been made in view of such a problem, and an object of the present invention is to provide a technique capable of reducing a user's burden due to a resource change in an RPA operation.

本発明のある態様は、装置に関する。この装置は、リソースを取得する取得手段と、取得されたリソースに対して、該リソースに対応する所定の操作を自動的に行う操作手段と、を備える装置であるか、またはその装置とネットワークを介して接続された装置であって、所定の操作に対応するリソースが、以前のものから変更されているか否かを判定する判定手段を備える。   One aspect of the present invention relates to an apparatus. This apparatus is an apparatus including: an acquisition unit for acquiring a resource; and an operation unit for automatically performing a predetermined operation corresponding to the acquired resource on the acquired resource. A device connected via the apparatus, and comprising a determination unit configured to determine whether a resource corresponding to the predetermined operation has been changed from a previous one.

本発明の別の態様は、コンピュータプログラムである。このコンピュータプログラムは、ロボティック・プロセス・オートメーションにおいて操作対象となっているウェブページが、以前のものから変更されているか否かを判定する機能と、変更の有無または変更箇所もしくはその両方をユーザに通知する機能と、をコンピュータに実現させる。   Another embodiment of the present invention relates to a computer program. This computer program provides the user with a function to determine whether the web page being operated in robotic process automation has been changed from the previous one, and whether or not there has been a change and / or both. The function of notifying is realized by the computer.

なお、以上の構成要素の任意の組み合わせや、本発明の構成要素や表現を装置、方法、システム、コンピュータプログラム、コンピュータプログラムを格納した記録媒体などの間で相互に置換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described components, and any replacement of the components and expressions of the present invention between an apparatus, a method, a system, a computer program, a recording medium storing a computer program, and the like are also included in the present invention. This is effective as an embodiment.

本発明によれば、RPAの運用において、リソースの変更に伴うユーザの負担を軽減できる。   ADVANTAGE OF THE INVENTION According to this invention, in operation of RPA, the burden of the user accompanying the change of a resource can be reduced.

実施の形態に係るRPAシステムの構成を示す模式図である。1 is a schematic diagram illustrating a configuration of an RPA system according to an embodiment. 図1のRPAサーバのハードウエア構成図である。FIG. 2 is a hardware configuration diagram of the RPA server of FIG. 1. 図1のRPAサーバの機能および構成を示すブロック図である。FIG. 2 is a block diagram illustrating functions and configurations of the RPA server in FIG. 1. 図3の操作内容保持部の一例を示すデータ構造図である。FIG. 4 is a data structure diagram illustrating an example of an operation content holding unit in FIG. 3. 図3の操作結果保持部の一例を示すデータ構造図である。FIG. 4 is a data structure diagram illustrating an example of an operation result holding unit in FIG. 3. 図3の変更ログ保持部の一例を示すデータ構造図である。FIG. 4 is a data structure diagram illustrating an example of a change log holding unit in FIG. 3. 図1のRPAサーバにおけるエラー発生時の変更判定処理の流れを示すフローチャートである。3 is a flowchart illustrating a flow of a change determination process when an error occurs in the RPA server of FIG. 1. オブジェクトの変更によりエラーが発生した変更後ウェブページの代表画面図である。FIG. 9 is a representative screen diagram of a changed web page in which an error has occurred due to a change of an object. 変更が行われる前の変更前ウェブページの代表画面図である。FIG. 10 is a representative screen diagram of a web page before change before a change is made. 変更詳細画面の代表画面図である。It is a typical screen figure of a change detail screen. 図1のRPAサーバにおける定期的な変更判定処理の流れを示すフローチャートである。3 is a flowchart illustrating a flow of a periodic change determination process in the RPA server of FIG. 1. RPA実行管理画面の代表画面図である。It is a typical screen figure of an RPA execution management screen.

以下、各図面に示される同一または同等の構成要素、部材、処理には、同一の符号を付するものとし、適宜重複した説明は省略する。また、各図面において説明上重要ではない部材の一部は省略して表示する。   Hereinafter, the same or equivalent components, members, and processes shown in each drawing are denoted by the same reference numerals, and the repeated description will be omitted as appropriate. In each drawing, some of the members that are not important for the description are omitted.

図1は、実施の形態に係るRPAシステム2の構成を示す模式図である。RPAシステム2は、RPAサーバ4と、ユーザ端末8と、操作実行サーバ10と、を備える。RPAサーバ4とユーザ端末8と操作実行サーバ10とはインターネットなどのネットワーク6を介して通信可能に接続されている。RPAサーバ4は、ユーザが予め設定した操作の内容を保持する操作内容保持部42を備え、操作内容保持部42に規定される操作を操作実行サーバ10またはユーザ端末8に自動的に実行させる。あるいはまた、RPAサーバ4は自ら操作を自動的に実行してもよい。どのサーバが操作を実行するかは、操作内容保持部42に保持される設定による。ユーザ端末8は、ユーザが用いる端末であり、例えばデスクトップPC、ラップトップPC、携帯端末などであってもよい。   FIG. 1 is a schematic diagram illustrating a configuration of an RPA system 2 according to the embodiment. The RPA system 2 includes an RPA server 4, a user terminal 8, and an operation execution server 10. The RPA server 4, the user terminal 8, and the operation execution server 10 are communicably connected via a network 6 such as the Internet. The RPA server 4 includes an operation content holding unit 42 that holds the content of an operation set in advance by the user, and causes the operation execution server 10 or the user terminal 8 to automatically execute the operation specified in the operation content holding unit 42. Alternatively, the RPA server 4 may automatically execute the operation itself. Which server executes the operation depends on the setting held in the operation content holding unit 42. The user terminal 8 is a terminal used by the user, and may be, for example, a desktop PC, a laptop PC, a mobile terminal, or the like.

RPAサーバ4は、操作内容保持部42に規定される操作を実行してまたは実行させてエラーが発生した場合、エラーが生じた操作の対象となっているウェブページなどのリソースを取得して解析することで、リソースに対する変更の有無を判定する。変更の有無の判定は、ユーザが操作を設定したときのリソースなどの以前のリソースと、現在取得されたリソースと、を比較することで行われる。あるいはまた、変更の有無の判定は、エラーが生じた箇所やオブジェクトを、変更された箇所やオブジェクトとして認識することで行われてもよい。RPAサーバ4は、リソースに対する変更の有無または変更された箇所もしくはその両方を、ネットワーク6およびディスプレイ100を介してユーザに通知する。なお、エラーの発生を待たずに、変更の有無について操作内容保持部42に登録されているリソースを周期的に検査してもよい。   The RPA server 4 executes or executes an operation specified in the operation content holding unit 42, and when an error occurs, acquires and analyzes a resource such as a web page targeted for the operation in which the error has occurred. By doing so, it is determined whether or not the resource has been changed. The determination as to whether or not there is a change is made by comparing a previous resource such as a resource when the user has set an operation with a currently acquired resource. Alternatively, the determination as to whether or not there is a change may be made by recognizing a location or an object where an error has occurred as a changed location or object. The RPA server 4 notifies the user via the network 6 and the display 100 of whether or not the resource has been changed and / or where the resource has been changed. The resource registered in the operation content holding unit 42 may be periodically inspected for a change without waiting for the occurrence of an error.

本実施の形態では、ユーザがユーザ端末8に情報を入力し、ユーザ端末8が該情報をネットワーク6を介してRPAサーバ4に送信し、RPAサーバ4が該情報を処理し、処理結果をネットワーク6を介してユーザ端末8に返し、ユーザ端末8が処理結果を表示する、いわゆるASPを想定する。しかしながら、本実施の形態の技術的思想は、ユーザ端末8や操作実行サーバ10などのスタンドアローンの端末にRPA機能、エラー対応機能および変更判定機能のうちの少なくとも一部を実装し、ユーザがその端末に情報を入力し、処理結果を得る場合など、ASP以外のシステムにも適用可能である。   In the present embodiment, the user inputs information to the user terminal 8, the user terminal 8 transmits the information to the RPA server 4 via the network 6, the RPA server 4 processes the information, and outputs the processing result to the network. A so-called ASP in which the processing is returned to the user terminal 8 and the processing result is displayed on the user terminal 8 is assumed. However, the technical idea of the present embodiment is that at least a part of the RPA function, the error handling function, and the change determination function is implemented on a stand-alone terminal such as the user terminal 8 or the operation execution server 10, and the user performs the operation. The present invention is also applicable to systems other than the ASP, for example, when information is input to a terminal to obtain a processing result.

図2は、図1のRPAサーバ4のハードウエア構成図である。ユーザ端末8および操作実行サーバ10は図2に記載のハードウエア構成と同様のハードウエア構成を有してもよい。RPAサーバ4は、メモリ130と、プロセッサ132と、通信インタフェース134と、ディスプレイ136と、入力インタフェース138と、を含む。これらの要素はそれぞれバス140に接続され、バス140を介して互いに通信する。   FIG. 2 is a hardware configuration diagram of the RPA server 4 of FIG. The user terminal 8 and the operation execution server 10 may have the same hardware configuration as the hardware configuration illustrated in FIG. The RPA server 4 includes a memory 130, a processor 132, a communication interface 134, a display 136, and an input interface 138. These components are each connected to a bus 140 and communicate with each other via the bus 140.

メモリ130は、データやプログラムを記憶するための記憶領域である。データやプログラムは、メモリ130に恒久的に記憶されてもよいし、一時的に記憶されてもよい。特にメモリ130は操作内容保持部42として割り当てられた領域を有する。プロセッサ132は、メモリ130に記憶されているプログラムを実行することにより、RPAサーバ4における各種機能を実現する。通信インタフェース134は、RPAサーバ4の外部との間でデータの送受信を行うためのインタフェースである。例えば、通信インタフェース134はネットワーク6にアクセスするためのインタフェースを含む。ディスプレイ136は、各種情報を表示するためのデバイスであり、例えば、液晶ディスプレイや有機EL(Electroluminescence)ディスプレイなどである。入力インタフェース138は、ユーザからの入力を受け付けるためのデバイスである。入力インタフェース138は、例えば、マウスやキーボードやディスプレイ138上に設けられたタッチパネルを含む。   The memory 130 is a storage area for storing data and programs. The data and the program may be permanently stored in the memory 130 or may be temporarily stored. In particular, the memory 130 has an area allocated as the operation content holding unit 42. The processor 132 implements various functions in the RPA server 4 by executing a program stored in the memory 130. The communication interface 134 is an interface for transmitting and receiving data to and from the outside of the RPA server 4. For example, the communication interface 134 includes an interface for accessing the network 6. The display 136 is a device for displaying various information, and is, for example, a liquid crystal display or an organic EL (Electroluminescence) display. The input interface 138 is a device for receiving an input from a user. The input interface 138 includes, for example, a mouse, a keyboard, and a touch panel provided on the display 138.

図3は、図1のRPAサーバ4の機能および構成を示すブロック図である。ここに示す各ブロックは、ハードウエア的には、コンピュータのCPUをはじめとする素子や機械装置で実現でき、ソフトウエア的にはコンピュータプログラム等によって実現されるが、ここでは、それらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックはハードウエア、ソフトウエアの組合せによっていろいろなかたちで実現できることは、本明細書に触れた当業者には理解されるところである。   FIG. 3 is a block diagram showing the function and configuration of the RPA server 4 in FIG. Each block shown here can be realized by hardware such as a computer CPU and other elements and mechanical devices, and can be realized by software, such as a computer program. The functional blocks are drawn. Therefore, it will be understood by those skilled in the art referred to in this specification that these functional blocks can be realized in various forms by a combination of hardware and software.

RPAサーバ4は、操作内容保持部102と、操作結果保持部104と、変更ログ保持部106と、RPA部108と、エラー検出部116と、変更判定部118と、表示制御部122と、操作内容変更部124と、ソート/フィルタリング部126と、を備える。   The RPA server 4 includes an operation content storage unit 102, an operation result storage unit 104, a change log storage unit 106, an RPA unit 108, an error detection unit 116, a change determination unit 118, a display control unit 122, A content change unit 124 and a sorting / filtering unit 126 are provided.

図4は、図3の操作内容保持部102の一例を示すデータ構造図である。操作内容保持部102は、RPAで実行される操作の内容を保持する。操作内容保持部102は、操作を特定する操作IDと、操作を実行する端末である実行端末(例えば、操作実行サーバ10やRPAサーバ4やユーザ端末8)と、操作対象となるリソースを特定する情報(ウェブページであればURL(Uniform Resource Locator)、端末のアプリケーションであればパス)と、操作内容と、繰り返し設定と、を対応付けて保持する。ここで、図4において、操作ID、実行端末、操作対象、操作内容、並びに、繰り返し設定に加え、タイトル又は使用者、作成者若しくは変更者のデータ属性を加えることもできる。使用者、作成者若しくは変更者を加える場合には実行端末のデータ属性を削除してもよい。使用者は対象のRPA操作を使用するもので、作成者は対象のRPA操作を作成したもので、変更者は対象のRPA操作を変更したものである。   FIG. 4 is a data structure diagram illustrating an example of the operation content holding unit 102 in FIG. The operation content holding unit 102 holds the content of the operation executed by the RPA. The operation content holding unit 102 specifies an operation ID for specifying an operation, an execution terminal (for example, the operation execution server 10, the RPA server 4, or the user terminal 8) that executes the operation, and a resource to be operated. Information (URL (Uniform Resource Locator) for a web page, path for a terminal application), operation contents, and repetition settings are stored in association with each other. In FIG. 4, in addition to the operation ID, the execution terminal, the operation target, the operation content, and the repetition setting, a title or a data attribute of a user, a creator, or a changer can be added. When adding a user, a creator, or a changer, the data attribute of the execution terminal may be deleted. The user uses the target RPA operation, the creator creates the target RPA operation, and the modifier changes the target RPA operation.

操作内容は、操作対象のリソースに対してどのような操作を行うかを指定する情報である。例えば、操作対象がウェブページであれば、操作内容はウェブページのどのオブジェクトにどのような操作を行うかを指定するコードを含む。したがって操作内容は、操作対象のオブジェクトを特定する情報、例えばIDや位置や属性、を含む。   The operation content is information for specifying what operation is to be performed on the resource to be operated. For example, if the operation target is a web page, the operation content includes a code for specifying what operation is performed on which object of the web page. Therefore, the operation content includes information for specifying the operation target object, for example, the ID, the position, and the attribute.

繰り返し設定は、対応する操作をいつ実行するかを指定する情報である。繰り返し設定は、日、週、月、年等の内の決まったタイミングなど、規則的または周期的に操作が実行される状態の指定を可能とすると共に、操作が実行されない状態すなわち非活性化状態の指定(例えば、「障害対応待ち」)をも可能とする。   The repetition setting is information for specifying when to execute the corresponding operation. The repetition setting enables designation of a state in which the operation is executed regularly or periodically, such as a fixed timing of day, week, month, year, etc., and a state in which the operation is not executed, that is, a deactivated state. (For example, “waiting for failure response”) is also possible.

ユーザは操作内容を操作内容保持部102に予め登録する。この登録のための処理やUIは例えば非特許文献1、2、3に記載の技術を用いて実現されてもよい。   The user registers the operation content in the operation content holding unit 102 in advance. The processing for registration and the UI may be realized by using the technology described in Non-Patent Documents 1, 2, and 3, for example.

図5は、図3の操作結果保持部104の一例を示すデータ構造図である。操作結果保持部104は、RPAで実行された操作の結果を保持する。操作結果保持部104は、操作IDと、実行端末と、操作対象と、直近に実行された操作の実行時刻である前回実行時刻と、直近に実行された操作の結果である前回実行結果と、直近に実行された操作の結果の出力と、操作対象に変更があったか否かを示す情報である変更有無と、変更があった場合にその変更を検出した日にちである変更検出日と、を対応付けて保持する。操作の結果は、操作が正常に実行されエラーが生じなかった場合は「正常」、エラーが生じ操作が実行できなかった場合は「エラー」、となる。   FIG. 5 is a data structure diagram showing an example of the operation result holding unit 104 of FIG. The operation result holding unit 104 holds the result of the operation executed by the RPA. The operation result holding unit 104 includes an operation ID, an execution terminal, an operation target, a previous execution time that is the execution time of the most recently executed operation, a previous execution result that is the result of the most recently executed operation, Corresponds to the output of the result of the most recently executed operation, the presence / absence of information indicating whether or not the operation target has changed, and the change detection date, which is the date on which the change was detected, if any, Attach and hold. The result of the operation is “normal” if the operation was executed normally and no error occurred, and “error” if an error occurred and the operation could not be executed.

図6は、図3の変更ログ保持部106の一例を示すデータ構造図である。変更ログ保持部106は、操作IDと、操作対象と、ユーザが操作を操作内容保持部102に登録したときの操作対象のコードおよび画面キャプチャデータと、1回目の変更が検出された日にちと、1回目の変更後の操作対象のコードおよび画面キャプチャデータと、2回目の変更が検出された日にちと、2回目の変更後の操作対象のコードおよび画面キャプチャデータと、を対応付けて保持する。3回以上変更が検出された場合はその分エントリに変更検出日、変更後コード、変更後キャプチャが追加される。図6の例では複数の変更が次々と蓄積される構成となっているが、ユーザが複数変更のうち選択した変更についてその変更を非表示にする構成であってもよい。このように複数変更のうち、問題のない変更を非表示とすることでユーザは問題のある変更のみに集中して変更対応を行うことができる。または、ある変更に対してRPA操作に変更を加える場合には、その変更履歴を保存してもよく、場合によっては変更履歴を用いて一部の変更をキャンセルすることもできる。さらに、その変更履歴を保存する場合に、どの変更に対するRPA操作の変更かを紐づけて保存することもできる。   FIG. 6 is a data structure diagram showing an example of the change log holding unit 106 of FIG. The change log storage unit 106 includes an operation ID, an operation target, an operation target code and screen capture data when the user registers the operation in the operation content storage unit 102, a date when the first change is detected, The code and screen capture data of the operation target after the first change, the date when the second change is detected, and the code and screen capture data of the operation target after the second change are held in association with each other. If a change is detected three or more times, a change detection date, a changed code, and a changed capture are added to the entry accordingly. In the example of FIG. 6, a plurality of changes are accumulated one after another. However, a configuration may be adopted in which the change selected by the user is hidden from the plurality of changes. By hiding non-problematic changes out of a plurality of changes in this way, the user can respond to the changes by focusing only on the problematic changes. Alternatively, when a change is made to the RPA operation with respect to a certain change, the change history may be stored, and in some cases, some changes may be canceled using the change history. Further, when the change history is stored, it is possible to store the change history in association with which change is the change of the RPA operation.

図3に戻り、RPA部108は、操作内容保持部42に規定される操作を操作実行サーバ10またはユーザ端末8に自動的に実行させるか、またはRPAサーバ4自身に実行させるための処理を行う。RPA部108は、ウェブページ取得部110と、操作実行部112と、結果格納部114と、を含む。RPAの処理自体は例えば非特許文献1、2、3に詳述されているので、本明細書では簡単に説明するに留める。   Returning to FIG. 3, the RPA unit 108 causes the operation execution server 10 or the user terminal 8 to automatically execute the operation specified in the operation content holding unit 42, or performs processing for causing the RPA server 4 itself to execute the operation. . The RPA unit 108 includes a web page acquisition unit 110, an operation execution unit 112, and a result storage unit 114. Since the RPA process itself is described in detail in Non-Patent Documents 1, 2, and 3, for example, only a brief description will be given in this specification.

ウェブページ取得部110は、操作内容保持部102を参照し、繰り返し設定が現在時刻と合致する操作を特定し、特定された操作の実行端末および対象URLを取得する。ウェブページ取得部110は、取得した対象URLを実行端末に提供することで、実行端末に対象URLで特定されるウェブページを取得させる。実行端末がRPAサーバ4自身であれば、ウェブページ取得部110は対象URLで特定されるウェブページを取得する。   The web page acquisition unit 110 refers to the operation content holding unit 102, identifies an operation whose repetition setting matches the current time, and acquires an execution terminal and a target URL of the identified operation. The web page acquisition unit 110 provides the execution terminal with the acquired target URL, thereby causing the execution terminal to acquire the web page specified by the target URL. If the execution terminal is the RPA server 4 itself, the web page acquisition unit 110 acquires the web page specified by the target URL.

操作実行部112は、ウェブページ取得部110により特定された操作の操作内容を操作内容保持部102から取得する。操作実行部112は、取得された操作内容を実行端末に提供することで、実行端末に、操作内容で規定される操作を取得されたウェブページに対して自動的に実行させる。実行端末がRPAサーバ4自身であれば、操作実行部112は、取得された操作内容で規定される操作を取得されたウェブページに対して自動的に実行する。「自動的に」は、ユーザからの指示や入力を必要としない態様であってもよい。取得されたウェブページの変更等が原因で、実行端末または操作実行部112が規定された操作を実行できなかった場合、操作実行部112はエラー信号を生成する。   The operation execution unit 112 acquires the operation content of the operation specified by the web page acquisition unit 110 from the operation content holding unit 102. The operation execution unit 112 provides the acquired operation content to the execution terminal, and causes the execution terminal to automatically execute the operation specified by the operation content on the acquired web page. If the execution terminal is the RPA server 4 itself, the operation execution unit 112 automatically executes the operation specified by the obtained operation content on the obtained web page. “Automatically” may be a mode that does not require an instruction or input from the user. When the execution terminal or the operation execution unit 112 cannot execute the specified operation due to a change in the acquired web page or the like, the operation execution unit 112 generates an error signal.

結果格納部114は、ウェブページ取得部110により特定された操作が正常に実行された場合、その結果を操作結果保持部104に格納する。例えば、結果格納部114は、操作結果保持部104において、特定された操作に対応する前回実行時刻、前回実行結果および結果出力を今回の実行の結果で更新する。   When the operation specified by the web page acquisition unit 110 is executed normally, the result storage unit 114 stores the result in the operation result storage unit 104. For example, the result storage unit 114 updates the previous execution time, the previous execution result, and the result output corresponding to the specified operation in the operation result holding unit 104 with the result of the current execution.

以下、図7、図11のフローチャートを参照して、エラー検出部116、変更判定部118、表示制御部122、操作内容変更部124の機能を説明する。
図7は、RPAサーバ4におけるエラー発生時の変更判定処理の流れを示すフローチャートである。RPA部108は、操作内容保持部102に規定される操作を自動的に実行するか実行させ(S702)、操作結果保持部104に実行結果および実行時刻を登録する(S704)。エラー検出部116は操作の実行時にエラーが発生したか否かを判定する(S706)。エラー検出部116は、操作実行部112によってエラー信号が生成された場合、ウェブページ取得部110により特定された操作の自動的な実行が失敗したと判定する。
Hereinafter, the functions of the error detection unit 116, the change determination unit 118, the display control unit 122, and the operation content change unit 124 will be described with reference to the flowcharts of FIGS.
FIG. 7 is a flowchart illustrating a flow of the change determination process when an error occurs in the RPA server 4. The RPA unit 108 automatically executes or executes the operation specified in the operation content holding unit 102 (S702), and registers the execution result and the execution time in the operation result holding unit 104 (S704). The error detection unit 116 determines whether an error has occurred during the execution of the operation (S706). When the operation execution unit 112 generates an error signal, the error detection unit 116 determines that the automatic execution of the operation specified by the web page acquisition unit 110 has failed.

エラーの発生が検出された場合(S706のY)、変更判定部118は、エラーが発生したウェブページが、以前のものから変更されているか否かを判定し、エラーの発生が検出されない場合(S706のN)、変更判定部118はそのような判定を行わず、処理はステップS702に戻り、新たな操作が自動的に実行される。   When the occurrence of an error is detected (Y in S706), the change determination unit 118 determines whether the web page in which the error has occurred has been changed from the previous web page, and when the occurrence of the error has not been detected ( (N in S706), the change determination unit 118 does not make such a determination, the process returns to step S702, and a new operation is automatically executed.

エラーの発生が検出された場合(S706のY)、操作内容変更部124は、操作内容保持部102において、エラーが発生したウェブページのURLに対応する繰り返し設定を「障害対応待ち」に変更することで、操作を非活性化する(S722)。変更判定部118は、ウェブページ取得部110が取得したか取得させた、エラーが発生したウェブページのコードと、エラーが発生したウェブページのURLに対応して変更ログ保持部106に保持されている最新のコードと、を取得する。例えば、エラーが発生したウェブページに対してこれまで変更が検出されていない場合、変更判定部118はエラーが発生したウェブページの登録時のコードを取得する。エラーが発生したウェブページに対してこれまで二回変更が検出されている場合、変更判定部118はその二回のうち検出日が新しいほうの変更後コードを取得する。   When the occurrence of an error is detected (Y in S706), the operation content changing unit 124 changes the repetition setting corresponding to the URL of the web page where the error has occurred to “waiting for failure response” in the operation content holding unit 102. Thus, the operation is deactivated (S722). The change determination unit 118 is stored in the change log storage unit 106 in accordance with the code of the web page in which the error has occurred or the code of the web page in which the error has occurred, or the URL of the web page in which the error has occurred. Have the latest code, and get it. For example, if no change has been detected for the web page in which the error has occurred, the change determination unit 118 acquires a code at the time of registration of the web page in which the error has occurred. If a change has been detected twice in the web page in which the error has occurred, the change determination unit 118 acquires the changed code whose detection date is newer of the two times.

変更判定部118は、取得した二つのコードを比較することで(S708)、変更の有無を判定し(S710)、変更がある場合(S710のY)、変更箇所を特定する(S714)。変更判定部118におけるウェブページの変更検出の対象を、操作可能なオブジェクトとしていもよい。この場合、変更判定部118は、エラーが発生したウェブページに含まれる操作可能なオブジェクトが、以前の該ウェブページに含まれる対応するオブジェクトから変更されているか否かを判定する。あるいはまた、変更判定部118におけるウェブページの変更検出の対象を、RPAで操作対象として指定されているオブジェクトとしてもよい。この場合、変更判定部118は、エラーが発生したウェブページに含まれるオブジェクトのうち該ウェブページに対応する所定の操作の対象として指定されているオブジェクトが、以前の該ウェブページに含まれる対応するオブジェクトから変更されているか否かを判定する。   The change determination unit 118 compares the obtained two codes (S708) to determine whether or not there is a change (S710). If there is a change (Y in S710), the change determination unit 118 specifies a changed part (S714). The target of detection of a change in the web page in the change determination unit 118 may be an operable object. In this case, the change determination unit 118 determines whether the operable object included in the web page in which the error has occurred has been changed from the corresponding object included in the previous web page. Alternatively, the target of the change detection of the web page in the change determination unit 118 may be an object designated as an operation target by the RPA. In this case, the change determination unit 118 determines that the object specified as the target of the predetermined operation corresponding to the web page among the objects included in the web page in which the error has occurred corresponds to the object included in the previous web page. It is determined whether the object has been changed.

図8は、オブジェクトの変更によりエラーが発生した変更後ウェブページ200の代表画面図である。図9は、変更が行われる前の変更前ウェブページ202の代表画面図である。変更後ウェブページ200、変更前ウェブページ202はいずれも同一のURLで指定され、操作対象として操作内容保持部102に登録されている。図8、図9の例では、変更前ウェブページ202のテキストオブジェクト「Tel:」が変更後ウェブページ200ではテキストオブジェクト「連絡先:」に変わっている。また、変更前ウェブページ202のボタンオブジェクト「更新」、「新規登録」が変更後ウェブページ200では削除され、代わりに変更後ウェブページ200ではボタンオブジェクト「登録」が追加されている。また、変更前ウェブページ202と変更後ウェブページ200とでボタンオブジェクト「削除」の位置が変更となっている。   FIG. 8 is a representative screen diagram of the changed web page 200 in which an error has occurred due to the change of the object. FIG. 9 is a representative screen diagram of the web page 202 before change before the change is made. Both the post-change web page 200 and the pre-change web page 202 are designated by the same URL, and are registered in the operation content holding unit 102 as operation targets. In the examples of FIGS. 8 and 9, the text object “Tel:” of the web page 202 before change is changed to the text object “contact:” on the web page 200 after change. Also, the button objects “update” and “new registration” of the web page 202 before change are deleted in the web page 200 after change, and the button object “register” is added in the web page 200 after change instead. The position of the button object “delete” is changed between the web page 202 before change and the web page 200 after change.

操作可能なオブジェクトを変更検出の対象とする場合、変更判定部118は、変更前ウェブページ202の操作可能なオブジェクトとして、四つの入力ボックスオブジェクトと三つのボタンオブジェクト「更新」、「新規登録」、「削除」とを特定する。変更判定部118は、変更後ウェブページ200の操作可能なオブジェクトとして、四つの入力ボックスオブジェクトと二つのボタンオブジェクト「登録」、「削除」とを特定する。   When an operable object is targeted for change detection, the change determination unit 118 determines that four input box objects and three button objects “update”, “new registration”, "Delete" is specified. The change determination unit 118 specifies four input box objects and two button objects “register” and “delete” as operable objects of the changed web page 200.

変更判定部118は、変更前と変更後とで特定された操作可能なオブジェクト同士を比較し、変更後ウェブページ200の二つのボタンオブジェクト「登録」、「削除」が、変更前ウェブページ202に含まれる対応するオブジェクトから変更されていると判定する。具体的には、変更判定部118は、ボタンオブジェクト「登録」は変更前ウェブページ202に存在せず、したがって新規に追加されたと判定する。変更判定部118は、ボタンオブジェクト「削除」の位置が変更されたと判定する。併せて変更判定部118は、変更前ウェブページ202の三つのボタンオブジェクト「更新」、「新規登録」、「削除」のうち「更新」および「新規登録」が削除されていると判定する。   The change determination unit 118 compares the operable objects specified before and after the change, and the two button objects “register” and “delete” of the changed web page 200 are added to the web page 202 before the change. It is determined that the included object has been changed. Specifically, the change determination unit 118 determines that the button object “registration” does not exist in the web page 202 before the change, and therefore, is newly added. The change determination unit 118 determines that the position of the button object “delete” has been changed. At the same time, the change determination unit 118 determines that “update” and “new registration” among the three button objects “update”, “new registration”, and “deletion” of the web page 202 before change have been deleted.

RPAで操作対象として指定されているオブジェクトを変更検出の対象とする場合、変更判定部118は、操作内容保持部102を参照し、エラーが発生した変更後ウェブページ200のURLに対応する操作内容を取得する。変更判定部118は、取得した操作内容を解析し、操作対象として指定されているオブジェクトを特定する。例えば、操作内容が、四つの入力ボックスオブジェクトに情報を入力し、ボタンオブジェクト「削除」をクリックするというものであれば、変更判定部118は、変更後ウェブページ200および変更前ウェブページ202において、四つの入力ボックスオブジェクトおよびボタンオブジェクト「削除」を特定する。   When an object specified as an operation target in the RPA is to be subjected to change detection, the change determination unit 118 refers to the operation content holding unit 102 and operates the operation content corresponding to the URL of the changed web page 200 in which an error has occurred. To get. The change determination unit 118 analyzes the acquired operation content and specifies an object specified as an operation target. For example, if the operation content is to input information into four input box objects and click a button object “delete”, the change determination unit 118 determines that the post-change web page 200 and the pre-change web page 202 Identify the four input box objects and the button object "Delete".

変更判定部118は、変更前と変更後とで特定されたオブジェクト同士を比較し、変更後ウェブページ200のボタンオブジェクト「削除」が、変更前ウェブページ202に含まれる対応するオブジェクトから変更されていると判定する。具体的には、変更判定部118は、ボタンオブジェクト「削除」の位置が変更されたと判定する。   The change determination unit 118 compares the objects specified before and after the change, and determines that the button object “delete” of the changed web page 200 has been changed from the corresponding object included in the pre-change web page 202. It is determined that there is. Specifically, the change determination unit 118 determines that the position of the button object “delete” has been changed.

図7に戻り、ステップS710で変更がないと判定された場合、表示制御部122は、エラーが生じたが変更は検出されなかった旨をユーザに通知する(S712)。例えば表示制御部122は、後述の変更詳細画面204のフローチャート部分のみをディスプレイ100に表示させてもよい。その後、処理はステップS702に戻り、新たな操作が自動的に実行される。   Returning to FIG. 7, when it is determined in step S710 that there is no change, the display control unit 122 notifies the user that an error has occurred but the change has not been detected (S712). For example, the display control unit 122 may cause the display 100 to display only a flowchart portion of a change detail screen 204 described later. Thereafter, the process returns to step S702, and a new operation is automatically executed.

ステップS714で変更されたオブジェクトが特定されると、変更判定部118は、操作結果保持部104において、変更が検出されたウェブページに対応する変更有無に「変更有」を登録し、変更検出日を登録する(S718)。変更判定部118は、変更ログ保持部106において、変更が検出されたウェブページに対応するエントリに、変更検出日と変更後コードと変更後キャプチャとを追加する(S720)。表示制御部122は、操作の実行中にエラーが生じ、かつ、対象のウェブページの変更が検出された旨をユーザに通知する(S712)。表示制御部122は、検出された変更の詳細を示す変更詳細画面204を生成し、ネットワーク6を介してユーザ端末8に送信する。ユーザ端末8は、受信した変更詳細画面204をディスプレイ100に表示させる。図4の別例として、使用者、作成者若しくは変更者を加える例を追加で説明したが、ユーザ端末8で対象RPAの使用者が変更を知覚したものの、その変更に応じて対象RPAの変更を行うことができない場合に、作成者若しくは変更者に対して対象のRPAでその変更を明示した上で変更依頼を本実施形態に係るシステム上で依頼可能としてもよい。   When the changed object is specified in step S714, the change determination unit 118 registers “changed” in the operation result holding unit 104 in the presence or absence of a change corresponding to the web page in which the change is detected, and stores the change detection date. Is registered (S718). The change determination unit 118 adds, in the change log holding unit 106, the change detection date, the changed code, and the changed capture to the entry corresponding to the web page where the change is detected (S720). The display control unit 122 notifies the user that an error has occurred during the execution of the operation and that the change of the target web page has been detected (S712). The display control unit 122 generates a change detail screen 204 indicating details of the detected change, and transmits the change detail screen 204 to the user terminal 8 via the network 6. The user terminal 8 causes the display 100 to display the received change details screen 204. As another example of FIG. 4, an example in which a user, a creator, or a changer is added has been additionally described. However, although the user of the target RPA perceives the change at the user terminal 8, the target RPA is changed according to the change. If the change cannot be performed, the change may be requested on the system according to the present embodiment after the change is clearly indicated in the target RPA to the creator or the changer.

図10は、変更詳細画面204の代表画面図である。変更詳細画面204は、変更後のウェブページのイメージを表示する変更後表示領域206と、変更前のウェブページのイメージを表示する変更前表示領域208と、ウェブページに対応する操作のどこでエラーが生じたかを表示するエラー箇所表示領域210と、を有する。変更詳細画面204は、変更前のオブジェクトと変更後のオブジェクトとを対比可能な態様で表示する。特に変更詳細画面204は、変更前のウェブページのイメージと変更後のウェブページのイメージとを並べて一画面内に表示することで、対比を可能としている。   FIG. 10 is a representative screen diagram of the change details screen 204. The change details screen 204 includes a post-change display area 206 that displays the image of the web page after the change, a display area 208 before the change that displays the image of the web page before the change, and where the error occurs in the operation corresponding to the web page. And an error point display area 210 for displaying whether the error has occurred. The change details screen 204 displays the object before change and the object after change in a manner that can be compared. In particular, the change details screen 204 can be compared by displaying the image of the web page before change and the image of the web page after change side by side on one screen.

図10は図8、図9に対応し、特に変更後表示領域206には図8の変更後ウェブページ200の画面キャプチャが表示され、変更前表示領域208には図9の変更前ウェブページ202の画面キャプチャが表示される。変更前ウェブページ202の画面キャプチャは、変更ログ保持部106に保持されているキャプチャに基づき生成される。変更前表示領域208において、ステップS714で特定されたオブジェクトが枠212で強調表示される。   FIG. 10 corresponds to FIGS. 8 and 9. In particular, the screen capture of the changed web page 200 of FIG. 8 is displayed in the changed display area 206, and the changed web page 202 of FIG. The screen capture of is displayed. The screen capture of the pre-change web page 202 is generated based on the capture held in the change log holding unit 106. In the display area before change 208, the object specified in step S714 is highlighted in a frame 212.

なお、変更後表示領域206にブラウザを組み込むことで、変更後ウェブページ200の画面キャプチャに代えて、変更後ウェブページ200のURLを指定することで取得される実際の変更後ウェブページ200を表示してもよい。
また、図10の例では変更前表示領域208において変更に係る部分を強調表示したが、これに代えて、変更後表示領域206において変更に係る部分を強調表示してもよい。あるいはまた、変更後表示領域206、変更前表示領域208の両方において変更に係る部分を強調表示してもよい。その場合、変更後表示領域206と変更前表示領域208とで強調表示の態様を異ならせてもよい。
By incorporating a browser in the display area 206 after the change, instead of capturing the screen of the web page 200 after the change, the actual web page 200 after the change obtained by specifying the URL of the web page 200 after the change is displayed. May be.
In the example of FIG. 10, the portion related to the change is highlighted in the display region 208 before the change, but instead, the portion related to the change may be highlighted in the display region 206 after the change. Alternatively, the portion related to the change may be highlighted in both the post-change display area 206 and the pre-change display area 208. In that case, the display mode after highlighting may be different between the display area after change 206 and the display area before change 208.

エラー箇所表示領域210は、エラーが発生した操作の操作内容を示すフローチャートを表示する。エラー箇所表示領域210はさらに、ステップS714で特定されたオブジェクトが関係する要素214を強調して表示する。RPAで操作対象として指定されているオブジェクトが変更検出の対象とされる場合、ステップS714で特定されたオブジェクト(=変更されたオブジェクト)が関係する要素214においてエラーが生じている蓋然性が高い。図10の例では、ボタンオブジェクト「削除」の位置が変更になったことにより、ボタンオブジェクト「削除」のクリックを定義する要素214においてボタンオブジェクト「削除」が見つからず、エラーが発生する。図10で要素214を強調表示することにより、ユーザはエラーの発生の原因をより素早く容易に特定することができる。なお、フローチャートに代えてまたは加えて、エラーが発生した操作のスクリプトを表示してもよい。   The error location display area 210 displays a flowchart showing the operation content of the operation in which the error has occurred. The error point display area 210 further highlights and displays the element 214 to which the object specified in step S714 is related. When an object specified as an operation target in the RPA is a change detection target, it is highly probable that an error has occurred in the element 214 related to the object (= changed object) specified in step S714. In the example of FIG. 10, since the position of the button object “delete” is changed, the button object “delete” is not found in the element 214 that defines the click of the button object “delete”, and an error occurs. By highlighting element 214 in FIG. 10, the user can more quickly and easily identify the cause of the error. Note that a script of an operation in which an error has occurred may be displayed instead of or in addition to the flowchart.

図10に示される変更詳細画面204は、変更後表示領域206に表示される変更後ウェブページの画面キャプチャにおいて変更後の適切なオブジェクトを画像上で指定すると、画像認識により適切にそのオブジェクトを認識するよう構成される。   In the change details screen 204 shown in FIG. 10, when an appropriate object after the change is specified on the image in the screen capture of the changed web page displayed in the changed display area 206, the object is appropriately recognized by the image recognition. It is configured to

一例では、ユーザは、変更後表示領域206と変更前表示領域208とを見比べることで、エラーの原因がボタンオブジェクト「削除」の移動にあると理解する。ユーザは、変更後表示領域206においてボタンオブジェクト「削除」をクリック、範囲指定等により指定する。操作内容変更部124は、ユーザにより指定されたボタンオブジェクト「削除」の位置を取得する。操作内容変更部124は、操作内容保持部102において、エラーが発生した操作の操作内容のうち、ボタンオブジェクト「削除」の位置を取得した新たな位置で更新し、繰り返し設定を「障害対応待ち」から元の値に戻す。   In one example, by comparing the display area after change 206 with the display area before change 208, the user understands that the cause of the error is the movement of the button object “delete”. The user specifies the button object “delete” in the post-change display area 206 by clicking the button object, specifying a range, or the like. The operation content changing unit 124 acquires the position of the button object “delete” specified by the user. The operation content change unit 124 updates the position of the button object “delete” with the acquired new position in the operation content of the operation in which the error has occurred in the operation content storage unit 102, and sets the repeat setting to “failure response wait”. To the original value.

別の例では、ユーザは、変更後表示領域206と変更前表示領域208とを見比べることで、エラーの原因がボタンオブジェクト「新規登録」の削除にあると理解する。ユーザは、変更後表示領域206においてボタンオブジェクト「登録」をクリック、範囲指定等により指定する。操作内容変更部124は、ユーザにより指定されたボタンオブジェクト「登録」のIDおよび属性を取得する。操作内容変更部124は、操作内容保持部102において、エラーが発生した操作の操作内容のうち、ボタンオブジェクト「新規登録」のIDおよび属性を、新たに取得したボタンオブジェクト「登録」のIDおよび属性に置き換え、繰り返し設定を「障害対応待ち」から元の値に戻す。   In another example, by comparing the display area after change 206 with the display area before change 208, the user understands that the cause of the error is the deletion of the button object “new registration”. The user specifies the button object “register” in the post-change display area 206 by clicking the button object, specifying a range, or the like. The operation content changing unit 124 acquires the ID and the attribute of the button object “registration” specified by the user. The operation content changing unit 124 sets the ID and attribute of the button object “new registration” in the operation content of the operation in which the error has occurred in the operation content holding unit 102 to the ID and attribute of the newly acquired button object “registration”. And reset the repetition setting from "Waiting for trouble" to the original value.

このように、ユーザは、変更箇所の確認と共に、変更に関連する障害への対応も変更詳細画面204を介して済ませることができる。また、ウェブページ内のオブジェクトを指定することで操作内容を変更するので、コードを直接変更する場合と比較して、より直感的な作業が可能となる。   In this way, the user can confirm the changed portion and also cope with a failure related to the change via the change detail screen 204. Further, since the operation content is changed by specifying an object in the web page, a more intuitive operation can be performed as compared with a case where the code is directly changed.

図11は、RPAサーバ4における定期的な変更判定処理の流れを示すフローチャートである。変更判定部118は、操作内容保持部102に保持されるURLのなかから判定対象とするひとつを選択する(S740)。変更判定部118は、選択されたURLにアクセスし、判定対象のウェブページのコードを取得する(S742)。変更判定部118は、判定対象のウェブページのURLに対応して変更ログ保持部106に保持されている最新のコードを取得する。変更判定部118は、取得した二つのコードを比較することで(S744)、変更の有無を判定し(S710)、変更がある場合(S710のY)、変更箇所を特定する(S714)。   FIG. 11 is a flowchart showing the flow of the periodic change determination process in the RPA server 4. The change determination unit 118 selects one of the URLs stored in the operation content storage unit 102 to be determined (S740). The change determination unit 118 accesses the selected URL and acquires the code of the web page to be determined (S742). The change determining unit 118 acquires the latest code stored in the change log storing unit 106 corresponding to the URL of the web page to be determined. The change determination unit 118 compares the obtained two codes (S744) to determine whether or not there is a change (S710). If there is a change (Y in S710), the change determination unit 118 specifies a changed part (S714).

ステップS710で変更がないと判定された場合、変更判定部118は、操作結果保持部104において、判定対象のウェブページに対応する変更有無に「変更無」を登録する(S748)。その後、処理はステップS740に戻り、新たなURLが判定対象として選択される。   When it is determined in step S710 that there is no change, the change determination unit 118 registers “no change” in the operation result holding unit 104 as the presence or absence of a change corresponding to the web page to be determined (S748). Thereafter, the process returns to step S740, and a new URL is selected as a determination target.

ステップS714で変更されたオブジェクトが特定されると、変更判定部118は、判定対象のウェブページに対する次回の操作時にエラーが発生するか否かを判定する(S752)。例えば、変更判定部118は、判定対象のウェブページのURLに対応する操作内容を操作内容保持部102から取得する。変更判定部118は、取得した操作内容に変更されたオブジェクトが含まれる場合、次回の操作時にエラーが発生すると判定する。また、変更判定部118は、変更されたオブジェクトが操作可能なオブジェクトでない場合、次回の操作時にエラーが発生しないと判定する。   When the changed object is specified in step S714, the change determination unit 118 determines whether an error occurs at the next operation on the determination target web page (S752). For example, the change determination unit 118 acquires the operation content corresponding to the URL of the web page to be determined from the operation content storage unit 102. When the acquired operation content includes the changed object, the change determination unit 118 determines that an error occurs at the next operation. When the changed object is not an operable object, the change determination unit 118 determines that no error occurs at the next operation.

図8、図9の例で、変更前ウェブページ202のテキストオブジェクト「Tel:」が変更後ウェブページ200ではテキストオブジェクト「連絡先:」に変わっているだけで、他のオブジェクトに変更がない場合、ステップS714で特定されるオブジェクトはテキストオブジェクト「Tel:」のみである。この場合、変更判定部118は、変更後ウェブページ200に対する次回の操作時にエラーが発生しないと判定する。   8 and 9, the text object “Tel:” of the pre-change web page 202 is changed to the text object “Contact:” in the post-change web page 200, and there is no change in other objects. The object specified in step S714 is only the text object "Tel:". In this case, the change determination unit 118 determines that no error occurs at the next operation on the changed web page 200.

対して、変更前ウェブページ202のボタンオブジェクト「更新」、「新規登録」が変更後ウェブページ200では削除され、代わりに変更後ウェブページ200ではボタンオブジェクト「登録」が追加されている場合、ステップS714で特定されるオブジェクトはボタンオブジェクト「更新」、「新規登録」、「登録」である。この場合、変更判定部118は、変更後ウェブページ200に対する次回の操作時にエラーが発生すると判定する。   On the other hand, if the button objects “update” and “new registration” of the web page 202 before change are deleted in the web page 200 after change, and instead the button object “register” is added in the web page 200 after change, The objects specified in S714 are the button objects “update”, “new registration”, and “registration”. In this case, the change determination unit 118 determines that an error occurs at the next operation on the changed web page 200.

ステップS752でエラーが発生すると判定された場合(S752のY)、操作内容変更部124は、操作内容保持部102において、判定対象のウェブページのURLに対応する繰り返し設定を「障害対応待ち」に変更することで、操作を非活性化する(S754)。ステップS752でエラーが発生すると判定されなかった場合(S752のN)またはステップS754の後、表示制御部122は、判定対象のウェブページの変更が検出された旨をユーザに通知する(S756)。表示制御部122は、図10に示される変更詳細画面204と同様の画面を介して通知を行ってもよい。その後、ステップS718の操作結果保持部104の更新およびステップS720の変更ログ保持部106の更新を経て、処理はステップS740に戻り、新たなURLが判定対象として選択される。   When it is determined that an error occurs in step S752 (Y in S752), the operation content changing unit 124 sets the repetition setting corresponding to the URL of the determination target web page to “waiting for failure response” in the operation content storage unit 102. By changing, the operation is deactivated (S754). When it is not determined that an error occurs in step S752 (N in S752) or after step S754, the display control unit 122 notifies the user that a change of the determination target web page has been detected (S756). The display control unit 122 may give the notification via a screen similar to the change detail screen 204 shown in FIG. Thereafter, after the update of the operation result storage unit 104 in step S718 and the update of the change log storage unit 106 in step S720, the process returns to step S740, and a new URL is selected as a determination target.

表示制御部122は、RPAシステム2の管理者からユーザ端末8を介して要求を受けると、操作内容保持部102および操作結果保持部104に保持されている操作の実行状態を一覧表示するRPA実行管理画面220を生成し、ネットワーク6を介してユーザ端末8に送信する。ユーザ端末8は、受信したRPA実行管理画面220をディスプレイ100に表示させる。   Upon receiving a request from the administrator of the RPA system 2 via the user terminal 8, the display control unit 122 displays a list of the execution states of the operations held in the operation content holding unit 102 and the operation result holding unit 104. A management screen 220 is generated and transmitted to the user terminal 8 via the network 6. The user terminal 8 displays the received RPA execution management screen 220 on the display 100.

図12は、RPA実行管理画面220の代表画面図である。RPA実行管理画面220は、操作内容保持部102に保持される操作ID、実行端末、操作対象、繰り返し設定、および、操作結果保持部104に保持される前回実行時刻、前回実行結果、変更有無および日にち、を対応付けて表形式で表示する。RPA実行管理画面220は、操作IDごとに、その操作IDで特定される操作を実行する端末と、その操作IDで特定される操作の対象となるウェブページのURLと、操作の繰り返し設定と、その操作の最新の実行結果と、そのウェブページについての変更判定部118における変更有無の判定の結果および日にちと、を対応付けて表示する。   FIG. 12 is a representative screen diagram of the RPA execution management screen 220. The RPA execution management screen 220 includes an operation ID, an execution terminal, an operation target, and a repetition setting held in the operation content holding unit 102, and a previous execution time, a previous execution result, a change presence / absence, Dates are displayed in association with a table. The RPA execution management screen 220 includes, for each operation ID, a terminal that executes the operation specified by the operation ID, a URL of a web page to be operated by the operation specified by the operation ID, a setting for repeating the operation, The latest execution result of the operation is displayed in association with the result of the determination of the presence or absence of the change in the change determination unit 118 for the web page and the date.

表示制御部122は、変更有無のセルのいずれかに対する押下を検出すると、対応する操作対象について、図10に示される変更詳細画面204と同様の画面を生成し、ディスプレイ100に表示させる。表示制御部122は、操作対象のセルのいずれかに対する押下を検出すると、対応する操作対象がウェブページであれば当該ウェブページを取得してディスプレイ100に表示させ、対応する操作対象がソフトウエアであれば当該ソフトウエアを起動する。表示制御部122は、繰り返し設定のセルのいずれかに対する押下を検出すると、対応する操作の繰り返し設定を行う画面(不図示)をディスプレイ100に表示させる。表示制御部122は、前回実行時刻のセルのいずれかまたは前回実行結果のセルのいずれかに対する押下を検出すると、対応する操作のログを操作結果保持部104から取得し、ディスプレイ100に表示させる。   When detecting a press on any of the cells with or without the change, the display control unit 122 generates a screen similar to the change detail screen 204 shown in FIG. When detecting a press on any of the operation target cells, the display control unit 122 acquires the web page if the corresponding operation target is a web page and causes the display 100 to display the web page. If there is, start the software. When detecting a press on any of the cells of the repetition setting, the display control unit 122 causes the display 100 to display a screen (not shown) for performing the repetition setting of the corresponding operation. When detecting a press on any of the cells of the previous execution time or any of the cells of the previous execution result, the display control unit 122 acquires a log of the corresponding operation from the operation result holding unit 104 and causes the display 100 to display the log.

ソート/フィルタリング部126は、一番上の行の「変更有無」の見出しセル222に対する押下を検出すると、RPA実行管理画面220に表示される情報を「変更有」、「変更無」の別でソートする。ソート/フィルタリング部126は、一番上の行の「前回実行結果」の見出しセル224に対する押下を検出すると、RPA実行管理画面220に表示される情報を「正常」、「エラー」の別でソートする。ユーザが「変更有無」の見出しセル222、「前回実行結果」の見出しセル224の順に押下すると、まず「変更有」、「変更無」で分けられ、さらに「変更有」のものが「正常」、「エラー」で分けられる。その結果、上から、「変更有」かつ「エラー」の操作、「変更有」かつ「正常」の操作、「変更無」かつ「エラー」の操作、「変更無」かつ「正常」の操作が、この順に並ぶこととなる。   When the sort / filtering unit 126 detects that the top row “pressed / unchanged” in the header cell 222 is pressed, the information displayed on the RPA execution management screen 220 is classified into “changed” and “unchanged”. Sort. When the sort / filtering unit 126 detects the press on the heading cell 224 of “last execution result” in the top row, the information displayed on the RPA execution management screen 220 is sorted into “normal” and “error”. I do. When the user presses the heading cell 222 of “presence / absence” and the heading cell 224 of “previous execution result”, the cell is divided into “changed” and “unchanged”, and “changed” is “normal”. , "Error". As a result, from the top, “changed” and “error” operations, “changed” and “normal” operations, “unchanged” and “error” operations, “unchanged” and “normal” operations Are arranged in this order.

ソート/フィルタリング部126は、操作対象のサイト(WWWサーバレベル、ページレベル)別に、RPA実行管理画面220に表示される情報をソートする。ソート/フィルタリング部126は、一番上の行の「操作対象」の見出しセル226に対する押下を検出すると、RPA実行管理画面220に表示される情報を操作対象別にソートする。例えば、ソート/フィルタリング部126は、同じURLを操作対象とする操作を連続した行に表示するようRPA実行管理画面220を再構成する。   The sort / filtering unit 126 sorts information displayed on the RPA execution management screen 220 for each operation target site (WWW server level, page level). The sort / filtering unit 126 sorts the information displayed on the RPA execution management screen 220 according to the operation target when detecting the press on the “operation target” heading cell 226 in the top row. For example, the sort / filtering unit 126 reconfigures the RPA execution management screen 220 so that operations having the same URL as an operation target are displayed on consecutive lines.

あるサイトで更新が行われると、それを操作対象とする操作では同様に変更やエラーが生じる。したがって、上記のソートを行うことにより、まとめて障害への対応を行うことができる。これはユーザ利便性の向上に寄与する。   When an update is performed at a site, a change or error similarly occurs in an operation that targets the update. Therefore, by performing the above sorting, it is possible to collectively deal with the failures. This contributes to improved user convenience.

なお、ソート/フィルタリング部126は、RPA実行管理画面220に表示される情報をソートする代わりにまたはそれに加えて、フィルタリングを行ってもよい。この場合、ユーザに指定されたキーに合致するエントリ以外は非表示とされる。例えば、ユーザが所望のURLを操作対象のキーとして指定した場合、ソート/フィルタリング部126は当該URLを操作対象とする操作以外の操作のエントリを、RPA実行管理画面220において非表示とする。   Note that the sort / filtering unit 126 may perform filtering instead of or in addition to sorting the information displayed on the RPA execution management screen 220. In this case, entries other than the entry that matches the key specified by the user are hidden. For example, when the user designates a desired URL as an operation target key, the sort / filtering unit 126 hides an entry of an operation other than the operation having the URL as an operation target on the RPA execution management screen 220.

上述の実施の形態において、保持部の例は、ハードディスクや半導体メモリである。また、本明細書の記載に基づき、各部を、図示しないCPUや、インストールされたアプリケーションプログラムのモジュールや、システムプログラムのモジュールや、ハードディスクから読み出したデータの内容を一時的に記憶する半導体メモリなどにより実現できることは本明細書に触れた当業者には理解される。   In the above embodiment, examples of the holding unit are a hard disk and a semiconductor memory. Further, based on the description in this specification, each unit is constituted by a CPU (not shown), a module of an installed application program, a module of a system program, and a semiconductor memory for temporarily storing the contents of data read from a hard disk. It will be appreciated by those skilled in the art referred to herein that this can be achieved.

本実施の形態に係るRPAサーバ4によると、RPAにおいて自動的な操作の対象となっているウェブページが変更されたか否かが判定され、判定結果がユーザに通知される。したがって、ユーザは、操作対象のウェブページの変更に応じて操作内容を書き換えるなど、そのような変更に適切に対処することができる。   According to the RPA server 4 according to the present embodiment, it is determined whether or not the web page that is the target of the automatic operation in the RPA has been changed, and the determination result is notified to the user. Therefore, the user can appropriately cope with such a change, such as rewriting the operation content according to the change of the operation target web page.

また、本実施の形態に係るRPAサーバ4では、変更に起因するエラーが生じる前の変更の捕捉が可能となっている。したがって、エラーが生じてからエラーの原因を探して対処する場合と比較して、ユーザはRPAをよりスムーズに運用することができる。   Further, in the RPA server 4 according to the present embodiment, it is possible to capture a change before an error caused by the change occurs. Therefore, the user can operate the RPA more smoothly as compared to a case where the cause of the error is searched for and dealt with after the occurrence of the error.

また、本実施の形態に係るRPAサーバ4では、変更に起因するエラーが生じた場合でも、エラーの原因となっている変更を特定し、変更詳細画面204を介してユーザに知らせることができる。したがって、より素早く効率的な障害対応が可能となる。   Further, even when an error caused by the change occurs, the RPA server 4 according to the present embodiment can identify the change causing the error and notify the user via the change detail screen 204. Therefore, a quicker and more efficient failure response is possible.

以上、実施の形態に係るRPAサーバ4の構成と動作について説明した。この実施の形態は例示であり、各構成要素や各処理の組み合わせにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解される。   The configuration and operation of the RPA server 4 according to the embodiment have been described. This embodiment is an exemplification, and it is understood by those skilled in the art that various modifications can be made to the combination of each component and each processing, and such modifications are also within the scope of the present invention.

実施の形態では、リソースとして主にウェブページなどのネットワークリソースを採用したが、これに限られず、例えば、ユーザ端末8にインストールされるアプリケーションプログラム(ソフトウエア)などの非ネットワークリソースであってもよい。図4の操作内容保持部102、図5の操作結果保持部104、図6の変更ログ保持部106、図12のRPA実行管理画面220には、操作対象として指定される非ネットワークリソースの例としてexeファイルが記載されている。   In the embodiment, a network resource such as a web page is mainly used as a resource. However, the present invention is not limited to this. For example, a non-network resource such as an application program (software) installed in the user terminal 8 may be used. . The operation content storage unit 102 in FIG. 4, the operation result storage unit 104 in FIG. 5, the change log storage unit 106 in FIG. 6, and the RPA execution management screen 220 in FIG. The exe file is listed.

例えばRPAの対象となっているアプリケーションプログラムを更新することによりUI等が変更されたがユーザがそれに気付かなかった場合、そのままでは次回の自動的操作の実行時にエラーが発生する。ユーザは原因も分からないまま障害への対応を余儀なくされる。これに対して、RPAサーバ4を用いると、RPAサーバ4が当該変更をユーザに知らせることで、ユーザにエラーの原因となった変更箇所を知らせることができ、またはエラーが発生する前に当該変更への対処を促すことができる。   For example, if the UI or the like is changed by updating the application program targeted for the RPA, but the user does not notice it, an error occurs when the next automatic operation is executed as it is. The user is forced to respond to the failure without knowing the cause. On the other hand, if the RPA server 4 is used, the RPA server 4 notifies the user of the change, so that the user can be notified of the changed portion that caused the error, or the change can be performed before the error occurs. Can be encouraged.

2 RPAシステム、 4 RPAサーバ、 6 ネットワーク、 8 ユーザ端末、 10 操作実行サーバ。   2 RPA system, 4 RPA server, 6 network, 8 user terminal, 10 operation execution server.

Claims (10)

リソースを取得する取得手段と、
取得されたリソースに対して、該リソースに対応する所定の操作を自動的に行う操作手段と、を備える装置であるか、またはその装置とネットワークを介して接続された装置であって、
所定の操作に対応するリソースが、以前のものから変更されているか否かを判定する判定手段を備える装置。
Acquisition means for acquiring resources;
An operation unit for automatically performing a predetermined operation corresponding to the resource with respect to the acquired resource, or an apparatus connected to the apparatus via a network,
An apparatus comprising: a determination unit configured to determine whether a resource corresponding to a predetermined operation has been changed from a previous resource.
リソースはウェブページであり、
前記判定手段は、所定の操作に対応するウェブページに含まれる操作可能なオブジェクトが、以前の該ウェブページに含まれる対応するオブジェクトから変更されているか否かを判定する請求項1に記載の装置。
Resources are web pages,
2. The apparatus according to claim 1, wherein the determining unit determines whether an operable object included in a web page corresponding to a predetermined operation has been changed from a corresponding object included in the previous web page. .
リソースはウェブページであり、
前記判定手段は、所定の操作に対応するウェブページに含まれるオブジェクトのうち該所定の操作の対象として指定されているオブジェクトが、以前の該ウェブページに含まれる対応するオブジェクトから変更されているか否かを判定する請求項1または2に記載の装置。
Resources are web pages,
The determination unit determines whether an object specified as a target of the predetermined operation among objects included in the web page corresponding to the predetermined operation has been changed from a corresponding object included in the previous web page. The apparatus according to claim 1, wherein it is determined whether or not the operation is performed.
前記判定手段において変更されていると判定されたオブジェクトをユーザに通知する通知手段をさらに備える請求項2または3に記載の装置。   The apparatus according to claim 2, further comprising a notification unit configured to notify a user of an object determined to have been changed by the determination unit. 前記通知手段は、変更前のオブジェクトと変更後のオブジェクトとを対比可能な態様でディスプレイに表示させる請求項4に記載の装置。   The apparatus according to claim 4, wherein the notifying unit displays the object before the change and the object after the change on a display in a comparable manner. 前記判定手段は、前記操作手段における所定の操作の自動的な実行が失敗した場合に判定を行い、自動的な実行が失敗しなかった場合には判定を行わない請求項1から5のいずれか一項に記載の装置。   6. The method according to claim 1, wherein the determination unit performs the determination when the automatic execution of the predetermined operation in the operation unit has failed, and does not perform the determination when the automatic execution has not failed. An apparatus according to claim 1. 前記操作手段における所定の操作の自動的な実行が失敗した場合、所定の操作を示すスクリプトまたはフローチャートにおいて、実行の失敗に係る部分を強調する強調手段をさらに備える請求項6に記載の装置。   The apparatus according to claim 6, further comprising an emphasis unit that emphasizes a portion related to the execution failure in a script or a flowchart indicating the predetermined operation when the automatic execution of the predetermined operation in the operation unit fails. 所定の操作ごとに、該所定の操作の対象となるリソースを特定可能な情報と、そのリソースについての前記判定手段における判定の結果と、を対応付けて表示する画面をディスプレイに表示させる表示制御手段をさらに備える請求項1から7のいずれか一項に記載の装置。   Display control means for displaying, on a display, a screen for displaying, in association with each predetermined operation, information capable of specifying a resource to be a target of the predetermined operation, and a result of the judgment by the judgment means for the resource; The apparatus according to any one of claims 1 to 7, further comprising: 前記画面に表示される情報を、リソースまたはリソースのグループでソートまたはフィルタリングする手段をさらに備える請求項8に記載の装置。   The apparatus of claim 8, further comprising: means for sorting or filtering information displayed on the screen by resource or group of resources. ロボティック・プロセス・オートメーションにおいて操作対象となっているウェブページが、以前のものから変更されているか否かを判定する機能と、
変更の有無または変更箇所もしくはその両方をユーザに通知する機能と、をコンピュータに実現させるためのコンピュータプログラム。
A function to determine whether the web page operated by robotic process automation has been changed from the previous one,
A computer program for causing a computer to implement a function of notifying a user of the presence / absence of a change and / or a changed portion or both.
JP2018136063A 2018-07-19 2018-07-19 Apparatus and computer program Active JP7190834B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2018136063A JP7190834B2 (en) 2018-07-19 2018-07-19 Apparatus and computer program
JP2022194420A JP7518143B2 (en) 2018-07-19 2022-12-05 Apparatus and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018136063A JP7190834B2 (en) 2018-07-19 2018-07-19 Apparatus and computer program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022194420A Division JP7518143B2 (en) 2018-07-19 2022-12-05 Apparatus and computer program

Publications (2)

Publication Number Publication Date
JP2020013400A true JP2020013400A (en) 2020-01-23
JP7190834B2 JP7190834B2 (en) 2022-12-16

Family

ID=69170202

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2018136063A Active JP7190834B2 (en) 2018-07-19 2018-07-19 Apparatus and computer program
JP2022194420A Active JP7518143B2 (en) 2018-07-19 2022-12-05 Apparatus and computer program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2022194420A Active JP7518143B2 (en) 2018-07-19 2022-12-05 Apparatus and computer program

Country Status (1)

Country Link
JP (2) JP7190834B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10548658B2 (en) 2012-10-08 2020-02-04 Covidien Lp Electric stapler device
US10595932B2 (en) 2011-11-30 2020-03-24 Covidien Lp Electrosurgical instrument with a knife blade lockout mechanism
US10675046B2 (en) 2009-10-06 2020-06-09 Covidien Lp Jaw, blade and gap manufacturing for surgical instruments with small jaws
US10687886B2 (en) 2013-03-11 2020-06-23 Covidien Lp Surgical instrument
CN112181854A (en) * 2020-10-30 2021-01-05 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating flow automation script
WO2022070353A1 (en) * 2020-09-30 2022-04-07 オーティファイ株式会社 Information processing system, information processing method, and program
WO2023238262A1 (en) * 2022-06-07 2023-12-14 日本電信電話株式会社 Information processing device, testing method, and testing program
WO2024127582A1 (en) * 2022-12-15 2024-06-20 日本電信電話株式会社 Operation assistance device, operation assistance method, and operation assistance program
WO2024127583A1 (en) * 2022-12-15 2024-06-20 日本電信電話株式会社 Operation assistance device, operation assistance method, and operation assistance program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001249874A (en) * 2000-03-08 2001-09-14 Sky Com:Kk Information collecting device
JP2012018583A (en) * 2010-07-08 2012-01-26 Canon Inc Software development support device and processing method thereof
JP2015109059A (en) * 2013-12-06 2015-06-11 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method for detecting influence caused by changing source code of application capable of extracting document object model tree and cascading style sheet, computer for detecting influence, and computer program therefor
JP2015125472A (en) * 2013-12-25 2015-07-06 キヤノン株式会社 Management device, control method thereof, and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106557484A (en) * 2015-09-25 2017-04-05 北京国双科技有限公司 The update method and device of webpage thermodynamic Background

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001249874A (en) * 2000-03-08 2001-09-14 Sky Com:Kk Information collecting device
JP2012018583A (en) * 2010-07-08 2012-01-26 Canon Inc Software development support device and processing method thereof
JP2015109059A (en) * 2013-12-06 2015-06-11 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method for detecting influence caused by changing source code of application capable of extracting document object model tree and cascading style sheet, computer for detecting influence, and computer program therefor
JP2015125472A (en) * 2013-12-25 2015-07-06 キヤノン株式会社 Management device, control method thereof, and program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10675046B2 (en) 2009-10-06 2020-06-09 Covidien Lp Jaw, blade and gap manufacturing for surgical instruments with small jaws
US10595932B2 (en) 2011-11-30 2020-03-24 Covidien Lp Electrosurgical instrument with a knife blade lockout mechanism
US10548658B2 (en) 2012-10-08 2020-02-04 Covidien Lp Electric stapler device
US10687886B2 (en) 2013-03-11 2020-06-23 Covidien Lp Surgical instrument
WO2022070353A1 (en) * 2020-09-30 2022-04-07 オーティファイ株式会社 Information processing system, information processing method, and program
CN112181854A (en) * 2020-10-30 2021-01-05 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating flow automation script
CN112181854B (en) * 2020-10-30 2023-12-22 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating process automation script
WO2023238262A1 (en) * 2022-06-07 2023-12-14 日本電信電話株式会社 Information processing device, testing method, and testing program
WO2024127582A1 (en) * 2022-12-15 2024-06-20 日本電信電話株式会社 Operation assistance device, operation assistance method, and operation assistance program
WO2024127583A1 (en) * 2022-12-15 2024-06-20 日本電信電話株式会社 Operation assistance device, operation assistance method, and operation assistance program

Also Published As

Publication number Publication date
JP7190834B2 (en) 2022-12-16
JP7518143B2 (en) 2024-07-17
JP2023027785A (en) 2023-03-02

Similar Documents

Publication Publication Date Title
JP7518143B2 (en) Apparatus and computer program
US11151083B2 (en) Generating target application packages for groups of computing devices
US9703554B2 (en) Custom code migration suggestion system based on actual change references
US20180018603A1 (en) Dashboard for dynamic display of distributed transaction data
CN112817817B (en) Buried point information query method, buried point information query device, computer equipment and storage medium
JP2022003504A (en) Method and apparatus for testing map service
US20150052105A1 (en) Cloud-based synchronization of related file sets
US11553035B2 (en) Cross-platform module for loading across a plurality of device types
US20130066869A1 (en) Computer system, method of managing a client computer, and storage medium
US11755293B2 (en) Code execution and data processing pipeline
US20150180955A1 (en) Management apparatus and control method therefor for managing a network device
CN113535587A (en) Target application detection method and device and computer equipment
CN113014445A (en) Operation and maintenance method, device and platform for server and electronic equipment
US8452194B2 (en) System, image processing apparatus, image forming apparatus, and method thereof
JP6910494B1 (en) Information processing program, information processing device and information processing method
JP6729166B2 (en) Information processing device and program
JP4064621B2 (en) Software support system and computer-readable recording medium recording support program
CN114020565A (en) Intelligent log collection processing method and device, electronic equipment and storage medium
JP2023026053A (en) Information processing program, information processing method, and information processing apparatus
JPWO2013190607A1 (en) Screen information collection computer, screen information collection method, and computer-readable storage medium
US11354081B2 (en) Information processing apparatus with concealed information
US20170177632A1 (en) Method and apparatus for saving web content
CN117762812B (en) Method and device for processing log information
US11790019B2 (en) Searching and sharing content with an overlaid interface
JP7339221B2 (en) Information processing program, information processing method and information processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220425

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220506

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220704

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

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20221104

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221206

R150 Certificate of patent or registration of utility model

Ref document number: 7190834

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150