CN114138242A - Code-free cross-system interface development method based on RPA software - Google Patents

Code-free cross-system interface development method based on RPA software Download PDF

Info

Publication number
CN114138242A
CN114138242A CN202111519115.8A CN202111519115A CN114138242A CN 114138242 A CN114138242 A CN 114138242A CN 202111519115 A CN202111519115 A CN 202111519115A CN 114138242 A CN114138242 A CN 114138242A
Authority
CN
China
Prior art keywords
data
interface
rpa
rpa software
software
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
CN202111519115.8A
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.)
Sichuan Qiruike Technology Co Ltd
Original Assignee
Sichuan Qiruike Technology 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 Sichuan Qiruike Technology Co Ltd filed Critical Sichuan Qiruike Technology Co Ltd
Priority to CN202111519115.8A priority Critical patent/CN114138242A/en
Publication of CN114138242A publication Critical patent/CN114138242A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

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

Abstract

The invention discloses a code-free cross-system interface development method based on RPA software, which comprises the following steps: adding an HTTP universal interface in an RPA software executor, and receiving calling request data of a calling party and returning an execution result; the RPA software designer adopts a codeless mode to complete the service logic of the cross-system interface; calling an HTTP universal capability external interface, triggering RPA software to appoint a service logic defined by operation, and achieving the purpose of acquiring data in each system required by the service, thereby realizing code-free cross-system interface development; the invention has the characteristics of no invasion, no code, high configurability, low cost and the like.

Description

Code-free cross-system interface development method based on RPA software
Technical Field
The invention relates to the technical field of software design, in particular to a code-free cross-system interface development method based on RPA software.
Background
In the field of software design, a conventional software development method is generally adopted to meet the requirement of a cross-multi-system interface: step one, after a calling party determines interface requirements, organizing a plurality of called parties to jointly make an implementation scheme and division details; step two, each called party independently designs, develops and tests the functions in charge of online; and step three, the caller development program calls the interface provided in the step two to realize the required function. Since this method relies heavily on developers to write code, there are a number of drawbacks: (1) due to the participation of multiple parties, the cooperation and division of labor become very difficult; (2) each called party needs to modify the respective system, and even influences the stability of the whole system, so that the workload is huge and the risk is high; (3) interface development needs professional developers to complete, and the requirement on the specialty is high.
Disclosure of Invention
In order to solve the problems in the prior art, the invention aims to provide a code-free cross-system interface development method based on RPA software, and the method has the characteristics of no invasion, no code, high configurability, low cost and the like.
In order to achieve the purpose, the invention adopts the technical scheme that: a code-free cross-system interface development method based on RPA software comprises the following steps:
step 1, adding an HTTP universal interface in an RPA software executor, and receiving calling request data of a calling party and returning an execution result;
step 2, the RPA software designer completes the service logic of the cross-system interface in a codeless mode;
and 3, calling the HTTP universal capability external interface in the step 1, triggering RPA software to appoint and run the service logic defined in the step 2, and achieving the purpose of acquiring data in each system required by the service, thereby realizing code-free cross-system interface development.
As a preferred embodiment, in step 1, the HTTP universal interface call request adopts a POST method, and the request parameter is a json character string and includes data required for process operation; the HTTP universal interface returns a json character string, and the content comprises data, error codes and error description after the process is executed.
As another preferred embodiment, in step 1, receiving the caller call request data and returning the execution result specifically include the following steps:
introducing a flash frame, acquiring json format parameters through a request object, analyzing data and assigning values to global variables; and calling an execution flow method, analyzing data in an execution result, packaging the data into a json format character string, and placing the json format character string in a Response object for returning.
As another preferred embodiment, the step 2 specifically includes:
defining a data capturing process in an RPA software designer in a visual interface dragging control mode;
and the calling system calls a universal interface http:// domain name/rpa/executeToRpa, transmits data required by the flow defined in the step 1 and processes return result data of the flow defined in the step 1.
The invention has the beneficial effects that:
1. the invention encapsulates a universal HTTP interface in an RPA actuator to realize data exchange and simultaneously achieve the purpose of capacity extension;
2. the visual configuration of the interface logic is realized by means of the dragging type configuration function of the RPA, and the development without codes is realized, so that the development cost is reduced to the minimum.
Drawings
Fig. 1 is a logic flow diagram of an RPA software http generic interface in an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
Example 1
A code-free cross-system interface development method based on RPA software comprises the following steps:
step one, adding an HTTP universal capability external interface in RPA software;
secondly, completing service logic of a cross-system interface by RPA software in a codeless manner;
and step three, triggering the RPA software to appoint and run the defined service logic in the step two by calling the interface in the step one, so as to achieve the purpose of acquiring data in each system required by the service, thereby realizing the development of a codeless cross-system interface and reducing the development cost.
Example 2
The RPA software has the characteristics of visual configuration, automatic execution, no intrusion, cross-platform and the like, the compilation of the business flow logic can be completed in a page dragging mode, the flow is realized by simulating the operation of a person, and the related system or software is completely and zero-intruding. However, the software is used in a timing manner or a manual manner, and the internal operation of the software has no open interface, so that the software cannot directly exchange data with an external system. Therefore, the problem of capability extension, i.e. data exchange with an external system, must be solved to achieve the technical effect of the present embodiment. The HTTP protocol has the characteristics of simplicity, rapidness, flexibility, system collapse and the like, and becomes a different choice for realizing data exchange in the patent, and the specific implementation scheme of the HTTP protocol encapsulation interface is as follows:
as shown in fig. 1, an http universal interface is added to the RPA software executor to receive the caller call request data and return the execution result. The interface request adopts a POST mode, the request parameter is a json character string and comprises data required by process operation, the interface returns to the json character string, and the content comprises data, error codes and error description after the process is executed.
The interface method has the following internal logic:
1. request data is obtained from a flash object, and is solidified into a global variable in a mode of assigning values to the global object, so that any node can use the parameter value at will when the RPA software flow is compiled, and normal circulation of the flow is realized.
2. And calling an execution method of the RPA software executor, and triggering the RPA software to execute the programmed flow through the method.
3. And after an execution result of the execution method of the RPA software executor is obtained, the execution result is packaged into a json format through character string format processing, and the json format is returned to a calling party through a flash.
The method for realizing the code-free cross-system interface development based on the modified RPA software comprises the following steps:
step one, defining a data capturing process in an RPA software designer in a visual interface dragging control mode.
And step two, the caller system calls a general interface http:// domain name/rpa/executeToRpa, transmits data required by the defined flow in the step one, and processes returned result data of the defined flow in the step one.
By means of the advantages of unique code-free compilation, cross-system non-invasion and the like of RPA software, cross-system interface development is enabled to be simple and rapid, and the technical effect of the embodiment is achieved.
Example 3
The RPA software is robot process automation software and has the characteristics of visual configuration, automatic execution, no invasion, cross-platform and the like. By means of the non-invasive characteristic of RPA software, the data extraction can be completed by the called party without any modification, cooperation and division of labor are not needed, and the original system is not affected; because the RPA software does not need to write codes and can be configured, the interface logic can be realized in a configuration mode, and the development workload is greatly reduced; and the RPA software is in a visual dragging type configuration mode, so that the operation is simplified, and the operation can be completed without professional personnel.
The embodiment discloses a code-free cross-system interface development method based on RPA software, and the specific implementation mode comprises the following steps:
adding an HTTP general interface for capacity extension in RPA software, introducing a flash frame, acquiring json format parameters through a request object, analyzing data and assigning to a global variable. And calling an execution flow method, analyzing data in an execution result, packaging the data into a json format character string, and placing the json format character string in a Response object for returning.
And step two, the RPA software is packaged through npm commands to generate an exe installation program, and the exe installation program is installed in a computer for executing tasks according to a default installation mode.
And step three, double-click operation of RPA software, entering a project process editing interface after entering a project library module to create a project, and saving the project by dragging various component icons and connecting line drawing flow charts in the interface.
And step four, informing the calling party of the HTTP universal interface calling method and the parameter description newly added in the step one.
The above-mentioned embodiments only express the specific embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.

Claims (4)

1. A code-free cross-system interface development method based on RPA software is characterized by comprising the following steps:
step 1, adding an HTTP universal interface in an RPA software executor, and receiving calling request data of a calling party and returning an execution result;
step 2, the RPA software designer completes the service logic of the cross-system interface in a codeless mode;
and 3, calling the HTTP universal capability external interface in the step 1, triggering RPA software to appoint and run the service logic defined in the step 2, and achieving the purpose of acquiring data in each system required by the service, thereby realizing code-free cross-system interface development.
2. The RPA software-based codeless cross-system interface development method according to claim 1, characterized in that in step 1, the HTTP generic interface calls for requests in a POST manner, and the request parameters are json character strings including data required for process operation; the HTTP universal interface returns a json character string, and the content comprises data, error codes and error description after the process is executed.
3. The RPA software-based codeless cross-system interface development method according to claim 2, wherein in step 1, receiving caller call request data and returning an execution result are as follows:
introducing a flash frame, acquiring json format parameters through a request object, analyzing data and assigning values to global variables; and calling an execution flow method, analyzing data in an execution result, packaging the data into a json format character string, and placing the json format character string in a Response object for returning.
4. The RPA software-based code-free cross-system interface development method according to claim 1, wherein the step 2 specifically includes:
defining a data capturing process in an RPA software designer in a visual interface dragging control mode;
and the calling system calls a universal interface http:// domain name/rpa/executeToRpa, transmits data required by the flow defined in the step 1 and processes return result data of the flow defined in the step 1.
CN202111519115.8A 2021-12-13 2021-12-13 Code-free cross-system interface development method based on RPA software Pending CN114138242A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111519115.8A CN114138242A (en) 2021-12-13 2021-12-13 Code-free cross-system interface development method based on RPA software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111519115.8A CN114138242A (en) 2021-12-13 2021-12-13 Code-free cross-system interface development method based on RPA software

Publications (1)

Publication Number Publication Date
CN114138242A true CN114138242A (en) 2022-03-04

Family

ID=80382264

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111519115.8A Pending CN114138242A (en) 2021-12-13 2021-12-13 Code-free cross-system interface development method based on RPA software

Country Status (1)

Country Link
CN (1) CN114138242A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116842075A (en) * 2023-06-08 2023-10-03 粤港澳国际供应链(广州)有限公司 Cloud server-based data report RPA robot control method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116842075A (en) * 2023-06-08 2023-10-03 粤港澳国际供应链(广州)有限公司 Cloud server-based data report RPA robot control method and system
CN116842075B (en) * 2023-06-08 2024-02-23 粤港澳国际供应链(广州)有限公司 Cloud server-based data report RPA robot control method and system

Similar Documents

Publication Publication Date Title
CN108846630B (en) Resource control system and method
CN104778124A (en) Automatic testing method for software application
CN105260315A (en) Method for debugging log in embedded system process
CN109918081B (en) Compiling method and compiler
CN107203465B (en) System interface testing method and device
US20110138353A1 (en) Procedure And Development Environment For Generation Of An Executable Overall Control Program
CN111984256A (en) Cloud native architecture-based low-code application flow system and operation method
CN109933315A (en) A kind of patterned transaction processing system and method
CN104133676A (en) Function execution method and function execution device based on scripts
CN110633959A (en) Method, device, equipment and medium for creating approval task based on graph structure
CN104462943A (en) Non-intrusive performance monitoring device and method for service system
CN114691188A (en) Compatibility evaluation method, device, equipment and storage medium
CN111722842A (en) Pipeline arranging method and device, electronic equipment and storage medium
CN114138242A (en) Code-free cross-system interface development method based on RPA software
CN115840616A (en) Method and device for creating kinematic pair object and storage medium
CN112241373A (en) Automatic test method, test device, processor and test system
CN112328225A (en) Page operation method and operation system thereof
CN108073389B (en) Engine system based on script language
CN110312990A (en) Configuration method and system
WO2022257303A1 (en) Method and apparatus for deploying deep learning system
CN113177292B (en) Universal BIM secondary development implementation method and device
CN114416305A (en) Robot engine implementation method and system and electronic equipment
CN115951868A (en) Method, apparatus and storage medium for executing script command
CN115344248A (en) RPA development field editing diversification method
CN113359530A (en) Sequence control method and device

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