CN113742102A - Non-sensing RPA process operation method, system and storage medium - Google Patents

Non-sensing RPA process operation method, system and storage medium Download PDF

Info

Publication number
CN113742102A
CN113742102A CN202111000160.2A CN202111000160A CN113742102A CN 113742102 A CN113742102 A CN 113742102A CN 202111000160 A CN202111000160 A CN 202111000160A CN 113742102 A CN113742102 A CN 113742102A
Authority
CN
China
Prior art keywords
rpa
flow
control service
unaware
module
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.)
Pending
Application number
CN202111000160.2A
Other languages
Chinese (zh)
Inventor
唐琦松
林平
吴鑫
靳志业
程伟康
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai I Search Software Co ltd
Original Assignee
Shanghai I Search Software Co 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 Shanghai I Search Software Co ltd filed Critical Shanghai I Search Software Co ltd
Priority to CN202111000160.2A priority Critical patent/CN113742102A/en
Publication of CN113742102A publication Critical patent/CN113742102A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method, a system and a storage medium for operating an unaware RPA process, wherein the method comprises the following steps: creating a local RDP session according to a pre-established trigger client; in the RDP session, an RPA executive program is operated through a pre-established flow control service; and the RPA executive program runs the RPA process according to the RPA process file and the configuration parameters. The invention improves the applicability and practicability of the RPA process operation.

Description

Non-sensing RPA process operation method, system and storage medium
Technical Field
The invention relates to a method and a system for operating an unaware RPA process and a storage medium, belonging to the technical field of RPA process automation.
Background
The RPA robot can automatically execute repeated service flows to achieve the aims of improving accuracy and reducing workload, but when the RPA flows are operated, the robot can simulate keyboard and mouse operation, at the moment, a computer cannot be used for executing other work, otherwise, the robot conflicts with the execution of the RPA flows to influence the execution of the RPA flows.
In actual work, the RPA process is applied more and the execution time is longer, and the computer is occupied for a long time due to the operation of the RPA process, so that the development of daily work of a user is influenced, and the wide application of the RPA robot is not facilitated.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, provides an operation method, a system and a storage medium of an unaware RPA process, and improves the applicability and the practicability of the operation of the RPA process.
In a first aspect, the present invention provides a method for operating an unaware RPA process, comprising the following steps:
creating a local RDP session according to a pre-established trigger client; in the RDP session, an RPA executive program is operated through a pre-established flow control service; and the RPA executive program runs the RPA process according to the RPA process file and the configuration parameters.
Further, the trigger client is capable of interacting with the flow control service with instructions.
Further, the RPA process file and configuration parameters are transmitted to the RPA executive program through the process control service.
In a second aspect, an unaware RPA process running system comprises a trigger module and a process execution module;
the triggering module is used for creating an RDP session and controlling the flow executing module to operate in the PDR session;
and the flow executing module is used for operating the RPA flow.
Further, the triggering module can interact with the flow executing module to execute instructions.
Further, the flow executing module includes a flow control service and an RPA executing program, the flow control service runs the RPA executing program in the RDP session, and the RPA executing program runs the RPA flow according to the RPA flow file and the configuration parameter.
Further, the RPA process file and configuration parameters are transmitted to the RPA executive program through the process control service.
In a third aspect, a storage medium, wherein instructions that, when executed by a processor of an electronic device, enable the electronic device to perform the method for operating an unaware RPA flow according to any one of the first aspects.
Compared with the prior art, the invention has the beneficial effects that: in the created RDP session, the RPA executive program is operated through the pre-established flow control service, so that the normal use of a computer in the RPA flow operation process is ensured, the RPA flow execution process can be checked in real time, and the applicability and the practicability of the RPA flow operation are improved; and the triggering client can interact with the flow control service to instruct, so that the user can manually stop and continue the execution of the RPA flow and can input information required in the process of executing the RPA flow, thereby further improving the applicability and the practicability of the operation of the RPA flow.
Drawings
Fig. 1 is a flow chart of a method for operating an unaware RPA process according to an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
Example 1:
as shown in fig. 1, a method for operating an unaware RPA process includes:
establishing a trigger client and a flow control service, when a user runs an RPA flow in a non-perception mode, not directly calling an RPA executive program, but calling the trigger client, creating an RDP session by the trigger client, running the flow control service in the created RDP session, running the RPA executive program in the created RDP session by the flow control service, running the RPA flow by the RPA executive program according to an RPA flow file and configuration parameters, transmitting the RPA flow file and the configuration parameters to the RPA executive program through the flow control service, finishing the RPA execution, exiting the flow control service, and automatically closing the RDP session.
Because the RPA executive program is run in the RDP session by the process control service, the RPA executive program runs in an independent Windows space, monopolizes virtual keyboard, mouse and screen devices, and is not influenced by other applications.
The user can check the content of the virtual screen in real time, but cannot directly control the operation of the RPA process, so that the process control service can establish a socket service interface while starting the operation, and the client and the process control service can be triggered to carry out instruction interaction through the socket service interface.
When the flow control service is operated, the RPA executive program is directly called to operate the designated RPA flow under the default condition, and if the RPA executive program is not required to be automatically operated, the starting instruction of the client is waited to be triggered.
When the RPA process is executed, if the user input needs to be accepted, the execution is suspended, and an instruction for requesting input is sent to a trigger client through a process control service; when the triggering client receives an instruction of requesting input of the process control service, displaying an input dialog box to enable a user to provide corresponding information; after receiving the input from the user, the flow control service fills in the relevant information and then continues to execute the RPA flow.
The user can send operation instructions such as pause, continue and cancel to the flow control service through the trigger client, and the flow control service receives and executes corresponding instructions.
The RPA process runs in an independent RDP session and is not influenced by the outside, so that a user can check the content of the virtual screen at any time and know the execution state of the RPA process; the user can also trigger the client to send instructions of stopping, continuing and the like to the flow control service, so that the effect of manually controlling the flow execution is realized; if the RPA flow needs to be input, the RPA flow can also be input by triggering the client; the two mechanisms ensure that the RPA process runs in an isolation environment under the condition of no loss of control over the RPA process, and the purpose of non-inductive running is achieved.
Example 2:
an unaware RPA process running system comprises a trigger module and a process execution module.
And the triggering module calls a windows system function to create an RDP session, and controls the flow execution module to run in the RDP session through the instruction interaction between the triggering module and the flow execution module.
The flow executing module comprises a flow control service and an RPA executing program, wherein the flow control service operates the RPA executing program in the RDP session, the RPA executing program operates the RPA flow according to the RPA flow file and the configuration parameters, and the RPA flow file and the configuration parameters are transmitted to the RPA executing program through the flow control service.
Example 3:
a storage medium having instructions that, when executed by a processor of an electronic device, enable the electronic device to perform the unaware RPA procedure execution method of embodiment 1.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (8)

1. An operation method of an unaware RPA process is characterized by comprising the following steps:
creating a local RDP session according to a pre-established trigger client;
in the RDP session, an RPA executive program is operated through a pre-established flow control service;
and the RPA executive program runs the RPA process according to the RPA process file and the configuration parameters.
2. The unaware RPA process running method of claim 1, wherein said trigger client is capable of interacting with said process control service.
3. The method of claim 1 wherein the RPA flow files and configuration parameters are communicated to the RPA executive by the flow control service.
4. An unaware RPA process running system is characterized by comprising a trigger module and a process execution module;
the triggering module is used for creating an RDP session and controlling the flow executing module to operate in the PDR session;
and the flow executing module is used for operating the RPA flow.
5. The unaware RPA process running system of claim 4, wherein said trigger module is capable of interacting with said process execution module.
6. The unaware RPA process running system of claim 4, wherein said process executing module comprises a process control service and an RPA executing program, said process control service running an RPA executing program in said RDP session, said RPA executing program running an RPA process according to RPA process files and configuration parameters.
7. The unaware RPA process running system of claim 6, wherein said RPA process files and configuration parameters are passed to said RPA executive by said process control service.
8. A storage medium, wherein instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the unaware RPA procedure running method of any of claims 1-3.
CN202111000160.2A 2021-08-30 2021-08-30 Non-sensing RPA process operation method, system and storage medium Pending CN113742102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111000160.2A CN113742102A (en) 2021-08-30 2021-08-30 Non-sensing RPA process operation method, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111000160.2A CN113742102A (en) 2021-08-30 2021-08-30 Non-sensing RPA process operation method, system and storage medium

Publications (1)

Publication Number Publication Date
CN113742102A true CN113742102A (en) 2021-12-03

Family

ID=78733637

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111000160.2A Pending CN113742102A (en) 2021-08-30 2021-08-30 Non-sensing RPA process operation method, system and storage medium

Country Status (1)

Country Link
CN (1) CN113742102A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113168355A (en) * 2020-07-09 2021-07-23 尤帕斯公司 Automating processes running in a first session via a robotic process automation robot running in a second session
CN113168168A (en) * 2020-07-09 2021-07-23 尤帕斯公司 Automating processes running in a first session via a robotic process automation robot running in a second session

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113168355A (en) * 2020-07-09 2021-07-23 尤帕斯公司 Automating processes running in a first session via a robotic process automation robot running in a second session
CN113168168A (en) * 2020-07-09 2021-07-23 尤帕斯公司 Automating processes running in a first session via a robotic process automation robot running in a second session

Similar Documents

Publication Publication Date Title
US7933734B2 (en) Method for testing an electronic control system
CN107493344B (en) Method and system for Web access to Docker container
US5790425A (en) Generic server benchmarking framework in a client-server environment
US8972945B2 (en) Collaborative software debugging in a distributed system with client-specific access control
US10268566B2 (en) Debugging in a private cloud environment
US10459435B2 (en) Test manager for industrial automation controllers
CN110750255B (en) Applet rendering method and device
JP2015060600A (en) Testing device for real-time testing of virtual control unit
US7805725B2 (en) System and method for synchronizing system modules
US7565660B2 (en) System and method for universal extensibility that supports a plurality of programmable logic controllers
US20210117344A1 (en) Control Apparatus
US9195562B2 (en) Recording external processes
Franke et al. Reverse engineering and testing service life cycles of mobile platforms
JP2007221364A (en) Expansion method of controller, control system, and control device
JP4885639B2 (en) HILS equipment
WO2016036977A1 (en) Two-way remote communication system
CN113742102A (en) Non-sensing RPA process operation method, system and storage medium
Yao et al. Real-time linux target: A MATLAB-based graphical control environment
JP2019179284A (en) Simulation system and simulation program
JP5212508B2 (en) Debug device
CN111673747B (en) Remote testing method and device for robot agent end
CN112711527A (en) Debugging method and device of real-time process, target machine and storage medium
WO2022264424A1 (en) Control device and control method
CN114327648B (en) Driving debugging method and device, electronic equipment and storage medium
US9577884B2 (en) Enterprise quality assurance and lab management tool

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination