CN113608802A - Method and system for operating RPA flow without installation - Google Patents

Method and system for operating RPA flow without installation Download PDF

Info

Publication number
CN113608802A
CN113608802A CN202110899718.9A CN202110899718A CN113608802A CN 113608802 A CN113608802 A CN 113608802A CN 202110899718 A CN202110899718 A CN 202110899718A CN 113608802 A CN113608802 A CN 113608802A
Authority
CN
China
Prior art keywords
rpa
file
software package
flow
list
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
CN202110899718.9A
Other languages
Chinese (zh)
Other versions
CN113608802B (en
Inventor
唐琦松
林平
吴鑫
靳志业
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202110899718.9A priority Critical patent/CN113608802B/en
Publication of CN113608802A publication Critical patent/CN113608802A/en
Application granted granted Critical
Publication of CN113608802B publication Critical patent/CN113608802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a system for operating an RPA flow without installation, which comprises the following steps: acquiring a URL corresponding to a compiled RPA flow shared by a user; downloading a corresponding process package file from the URL by using a pre-downloaded main control program, wherein the process package file comprises an RPA process configuration file and an RPA process file; reading a software package list which is depended by running the RPA process file in the RPA process configuration file, and reading a local software package list; judging whether the software package depended on is contained, and if the software package depended on is contained, directly operating an RPA process file; if the software package is missing, downloading the missing software package to the local, updating the local software package list, and operating the RPA process file. The advantages are that: the functions of downloading the flow package file, managing the dependency relationship of the software package, automatically downloading and operating the RPA flow are integrated into an independent main control program, the least software package is always automatically downloaded when the RPA flow is executed, and the main control program only needs to be downloaded once.

Description

Method and system for operating RPA flow without installation
Technical Field
The invention relates to a method and a system for operating an RPA process without installation, belonging to the technical field of RPA process automation.
Background
When RPA flows are shared among users, even if only one simple flow is shared, a target user needs to install an RPA development environment with complete RPA to operate. The installation of the complete development environment of the RPA requires downloading a large installation package, and the installation process is time-consuming and inconvenient in use. In addition, because the programs and files required by the RPA development environment are very many, the updating is frequent, the integrity and the safety of the executable programs are not convenient to prove by means of digital signatures and the like, the executable programs are easily identified as high-risk programs by safety software, and the use difficulty of sharing and trying the RPA process by users is increased.
Disclosure of Invention
The technical problem to be solved by the invention is to overcome the defects of the prior art and provide a method and a system for operating an RPA flow without installation.
In order to solve the above technical problem, the present invention provides a method for operating an RPA procedure without installation, comprising:
acquiring a URL corresponding to a compiled RPA flow shared by a user;
downloading a corresponding process package file from the URL by using a pre-downloaded main control program, wherein the process package file comprises an RPA process configuration file and an RPA process file;
reading a software package list which is depended by the RPA process file in the RPA process configuration file and reading a local software package list;
judging whether the local software package contains the dependent software package according to the dependent software package list and the local software package list, and if the local software package contains the dependent software package, directly operating the RPA process file; and if the software packages are missing, downloading the missing software packages to the local, updating a local software package list, and operating the RPA process file after all the dependent software packages are prepared.
Further, the RPA process configuration file includes a software package dependency list, an operation parameter, and a process entry function, and is used for a main control program
Determining a software package on which the process file depends to run according to the software package dependence list;
displaying an editing dialog box according to the operation parameters, and modifying or not modifying the operation parameters by using the editing dialog box;
and executing the RPA process file according to the modified operating parameters or the unmodified operating parameters and the process entry function.
Further, the RPA process configuration file also comprises sharing authority options,
the main control program logs in the authentication server before downloading the RPA process file from the URL, determines the authority of the current user according to the input information of the login authentication server, compares and authenticates the authority of the current user and the authority corresponding to the sharing authority option, and allows to download the corresponding RPA process after the authentication is passed.
Further, the form of the RPA flow file is a code form or a compiled binary program.
A system for installation-free operation of an RPA process, comprising:
the acquisition module is used for acquiring a URL corresponding to a compiled RPA process shared by a user;
the downloading module is used for downloading a corresponding flow package file from the URL by using a pre-downloaded main control program, wherein the flow package file comprises RPA flow configuration information and an RPA flow file;
the reading module is used for reading a software package list which is depended by the RPA process file in the RPA process configuration file and reading a local software package list;
the judging and operating module is used for judging whether the local software package list contains the depended software package according to the depended software package list and the local software package list, and directly operating the RPA process file if the local software package list contains the depended software package; and if the software packages are missing, downloading the missing software packages to the local, updating a local software package list, and operating the RPA process file after all the dependent software packages are prepared.
Further, the download module includes a provisioning module,
the RPA flow configuration file which is used for configuring the dependency list of the software package, the operation parameters and the flow entry function in the flow package file in advance,
the RPA process configuration file is used for a main control program
Determining a software package on which the process file depends to run according to the software package dependence list;
displaying an editing dialog box according to the operation parameters, and modifying or not modifying the operation parameters by using the editing dialog box;
and executing the RPA process file according to the modified operating parameters or the unmodified operating parameters and the process entry function.
Further, the pre-configuration module is also configured with sharing authority options in advance,
the main control program logs in the authentication server before downloading the RPA process file from the URL, determines the authority of the current user according to the input information of the login authentication server, compares and authenticates the authority of the current user and the authority corresponding to the sharing authority option, and allows to download the corresponding RPA process after the authentication is passed.
Further, the form of the RPA flow file is a code form or a compiled binary program.
The invention achieves the following beneficial effects:
the invention integrates the functions of downloading the flow package file, managing the software package dependency relationship, automatically downloading and operating the RPA flow into an independent main control program, and always automatically downloads the least software package when the RPA flow is executed. The main program has single function, small volume and few updates, is convenient for digital signature and only needs to be downloaded once. When the process is shared among users, the corresponding process can be automatically downloaded and operated only by opening the URL of the process with the user, and the user friendliness is high.
Drawings
FIG. 1 is a schematic flow diagram 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.
As shown in fig. 1, in a method for operating an RPA process without installation, a user 1 writes an RPA process, generates a URL, and shares the URL to a user 2;
the user 2 downloads the main control program which is not required to be installed when the user uses the system for the first time, and the volume of the main control program is small;
the main control program is used for opening the URL shared by the user 1, and the URL is used for downloading and decompressing a corresponding RPA process packet file (which can be any compressed file), wherein the RPA process packet file comprises an RPA process configuration file and an RPA process file;
the main control program obtains a software package list depended by the process according to the configuration file, judges missing software packages according to the local software packages and downloads the software packages;
after the main control program downloads the software packages, recording the software packages into a local software package list, and avoiding repeated downloading when the software packages are used again;
the main control program displays an editing dialog box according to the operating parameters in the configuration file, and allows a user to change the parameters during execution;
and the main control program executes the corresponding RPA flow according to the parameters modified by the user 2 and the entry method specified by the configuration file.
And generating the URL, which is realized in an RPA development environment, and automatically uploading the process package file to a unified process management server after the generation. The host simply uses this URL. This URL contains the RPA flow configuration file and the RPA flow file, the host program cannot modify their contents.
The main control program needs to connect two servers, an RPA flow management server (which only contains RPA flow configuration files and RPA flow files), and a software package management server (which only contains software packages). They are typically separate and may be located on a server.
The main control program will maintain a software package dependency tree, and when downloading the software package, it will first check whether the current software package and its dependent package are all cached locally. And if not, downloading. If yes, skipping downloading. The host program may connect to the server and update the package dependency tree.
The configuration file of each process can also be added with the description of sharing authority. If the authority is required, the main control program needs to log in the authentication server first to obtain the identification of the current user, and then can obtain the authority for downloading the corresponding process.
The flow file may be a code or a compiled binary program.
Correspondingly, the invention also provides a system for operating the RPA flow without installation, which comprises:
the acquisition module is used for acquiring a URL corresponding to a compiled RPA process shared by a user;
the downloading module is used for downloading a corresponding flow package file from the URL by using a pre-downloaded main control program, wherein the flow package file comprises RPA flow configuration information and an RPA flow file;
the reading module is used for reading a software package list which is depended by the RPA process file in the RPA process configuration file and reading a local software package list;
the judging and operating module is used for judging whether the local software package list contains the depended software package according to the depended software package list and the local software package list, and directly operating the RPA process file if the local software package list contains the depended software package; and if the software packages are missing, downloading the missing software packages to the local, updating a local software package list, and operating the RPA process file after all the dependent software packages are prepared.
The download module includes a pre-configuration module,
the RPA flow configuration file which is used for configuring the dependency list of the software package, the operation parameters and the flow entry function in the flow package file in advance,
the RPA process configuration file is used for a main control program
Determining a software package on which the process file depends to run according to the software package dependence list;
displaying an editing dialog box according to the operation parameters, and modifying or not modifying the operation parameters by using the editing dialog box;
and executing the RPA process file according to the modified operating parameters or the unmodified operating parameters and the process entry function.
The pre-configuration module further comprises a pre-configuration sharing permission option,
the main control program logs in the authentication server before downloading the RPA process file from the URL, determines the authority of the current user according to the input information of the login authentication server, compares and authenticates the authority of the current user and the authority corresponding to the sharing authority option, and allows to download the corresponding RPA process after the authentication is passed.
The RPA flow file is in a code form or a compiled binary program.
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. A method for operating an RPA process without installation is characterized by comprising the following steps:
acquiring a URL corresponding to a compiled RPA flow shared by a user;
downloading a corresponding process package file from the URL by using a pre-downloaded main control program, wherein the process package file comprises an RPA process configuration file and an RPA process file;
reading a software package list which is depended by the RPA process file in the RPA process configuration file and reading a local software package list;
judging whether the local software package contains the dependent software package according to the dependent software package list and the local software package list, and if the local software package contains the dependent software package, directly operating the RPA process file; and if the software packages are missing, downloading the missing software packages to the local, updating a local software package list, and operating the RPA process file after all the dependent software packages are prepared.
2. The method for running an RPA procedure without installation according to claim 1, wherein the RPA procedure configuration file comprises a software package dependency list, running parameters, and procedure entry functions for a main control program
Determining a software package on which the process file depends to run according to the software package dependence list;
displaying an editing dialog box according to the operation parameters, and modifying or not modifying the operation parameters by using the editing dialog box;
and executing the RPA process file according to the modified operating parameters or the unmodified operating parameters and the process entry function.
3. The method of installation-free running of an RPA process of claim 2, wherein said RPA process profile further includes a sharing permission option,
the main control program logs in the authentication server before downloading the RPA process file from the URL, determines the authority of the current user according to the input information of the login authentication server, compares and authenticates the authority of the current user and the authority corresponding to the sharing authority option, and allows to download the corresponding RPA process after the authentication is passed.
4. The method for installation-free running of an RPA flow according to claim 1, wherein the RPA flow file is in the form of a code or a compiled binary program.
5. A system for installation-free operation of an RPA process, comprising:
the acquisition module is used for acquiring a URL corresponding to a compiled RPA process shared by a user;
the downloading module is used for downloading a corresponding flow package file from the URL by using a pre-downloaded main control program, wherein the flow package file comprises RPA flow configuration information and an RPA flow file;
the reading module is used for reading a software package list which is depended by the RPA process file in the RPA process configuration file and reading a local software package list;
the judging and operating module is used for judging whether the local software package list contains the depended software package according to the depended software package list and the local software package list, and directly operating the RPA process file if the local software package list contains the depended software package; and if the software packages are missing, downloading the missing software packages to the local, updating a local software package list, and operating the RPA process file after all the dependent software packages are prepared.
6. The system for installation-free operation of an RPA procedure of claim 5, wherein said download module comprises a provisioning module,
the RPA flow configuration file which is used for configuring the dependency list of the software package, the operation parameters and the flow entry function in the flow package file in advance,
the RPA process configuration file is used for a main control program
Determining a software package on which the process file depends to run according to the software package dependence list;
displaying an editing dialog box according to the operation parameters, and modifying or not modifying the operation parameters by using the editing dialog box;
and executing the RPA process file according to the modified operating parameters or the unmodified operating parameters and the process entry function.
7. The system for installation-free running of an RPA procedure of claim 6, wherein said provisioning module further comprises provisioning a sharing rights option,
the main control program logs in the authentication server before downloading the RPA process file from the URL, determines the authority of the current user according to the input information of the login authentication server, compares and authenticates the authority of the current user and the authority corresponding to the sharing authority option, and allows to download the corresponding RPA process after the authentication is passed.
8. The system for installation-free running of an RPA process according to claim 5, wherein the RPA process file is in the form of a code or a compiled binary program.
CN202110899718.9A 2021-08-06 2021-08-06 Method and system for operating RPA flow without installation Active CN113608802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110899718.9A CN113608802B (en) 2021-08-06 2021-08-06 Method and system for operating RPA flow without installation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110899718.9A CN113608802B (en) 2021-08-06 2021-08-06 Method and system for operating RPA flow without installation

Publications (2)

Publication Number Publication Date
CN113608802A true CN113608802A (en) 2021-11-05
CN113608802B CN113608802B (en) 2024-09-06

Family

ID=78307349

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110899718.9A Active CN113608802B (en) 2021-08-06 2021-08-06 Method and system for operating RPA flow without installation

Country Status (1)

Country Link
CN (1) CN113608802B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461238A (en) * 2022-04-11 2022-05-10 深圳市星卡科技有限公司 Method and device for automatically downloading diagnostic software and computer equipment
CN117289965A (en) * 2023-09-05 2023-12-26 上海顶赞信息技术有限公司 Expansion instruction updating method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106610853A (en) * 2015-10-26 2017-05-03 阿里巴巴集团控股有限公司 Application deployment method and device
CN106648719A (en) * 2015-11-02 2017-05-10 天脉聚源(北京)科技有限公司 Method and system for updating server codes
CN112889044A (en) * 2019-10-01 2021-06-01 尤帕斯公司 Robot process automation workflow recovery based on external triggering
CN112997203A (en) * 2020-07-09 2021-06-18 尤帕斯公司 Robot access control and management for robot process automation
CN113159737A (en) * 2021-05-27 2021-07-23 中国平安人寿保险股份有限公司 RPA service processing method, RPA management platform, device and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106610853A (en) * 2015-10-26 2017-05-03 阿里巴巴集团控股有限公司 Application deployment method and device
CN106648719A (en) * 2015-11-02 2017-05-10 天脉聚源(北京)科技有限公司 Method and system for updating server codes
CN112889044A (en) * 2019-10-01 2021-06-01 尤帕斯公司 Robot process automation workflow recovery based on external triggering
CN112997203A (en) * 2020-07-09 2021-06-18 尤帕斯公司 Robot access control and management for robot process automation
CN113159737A (en) * 2021-05-27 2021-07-23 中国平安人寿保险股份有限公司 RPA service processing method, RPA management platform, device and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461238A (en) * 2022-04-11 2022-05-10 深圳市星卡科技有限公司 Method and device for automatically downloading diagnostic software and computer equipment
CN117289965A (en) * 2023-09-05 2023-12-26 上海顶赞信息技术有限公司 Expansion instruction updating method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113608802B (en) 2024-09-06

Similar Documents

Publication Publication Date Title
EP3511823A1 (en) Method and system of managing artifacts during its lifecycle on a cloud computing system
US8738589B2 (en) Classloading technique for an application server that provides dependency enforcement
WO2017071494A1 (en) Application deployment method and apparatus
US9552201B2 (en) System and method for incremental software installation
CN109271198A (en) Mirror image packaging method, device and electronic equipment based on Docker container
CN105786538B (en) software upgrading method and device based on android system
CN113608802B (en) Method and system for operating RPA flow without installation
CN112486547A (en) Application program updating method and device under multi-tenant scene and electronic equipment
CN105069352A (en) Method for constructing trusted application program running environment on server
US9009667B2 (en) Application server that supports multiple component models
US9239714B2 (en) Rapid deployment of software applications
US11645086B2 (en) System and method for implementing a filesystem agent management solution
CN112148297A (en) Intelligent server encryption and packaging method and device
CN113064630A (en) Mobile terminal APP automatic packaging method and system, electronic device and storage medium
CN111542790B (en) Method for processing software items
CN114296835A (en) Application program starting method and device
CN110647326B (en) Software multiplexing method, device and system based on NuGet program package
CN108694048B (en) Method for realizing batch publishing service
CN104516752A (en) Information processing method and electronic equipment
US11797285B2 (en) Systems and/or methods for facilitating software-based deployments into potentially complex heterogeneous computing environments
CN114936030A (en) Software package management method and system based on authority control
CN114546418A (en) application platform of aPaaS all-in-one machine
CN114296747A (en) Installation method and device of software installation package
CN115668133A (en) Industrial application package management
US8065671B1 (en) Systems and methods for product updates with provisioning of data items

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
GR01 Patent grant
GR01 Patent grant