CN112487163A - Execution method of automation process and acquisition method and device of interface data of automation process - Google Patents

Execution method of automation process and acquisition method and device of interface data of automation process Download PDF

Info

Publication number
CN112487163A
CN112487163A CN202011376629.8A CN202011376629A CN112487163A CN 112487163 A CN112487163 A CN 112487163A CN 202011376629 A CN202011376629 A CN 202011376629A CN 112487163 A CN112487163 A CN 112487163A
Authority
CN
China
Prior art keywords
data
interface
parameter
configuration information
return
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
CN202011376629.8A
Other languages
Chinese (zh)
Other versions
CN112487163B (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN202011376629.8A priority Critical patent/CN112487163B/en
Publication of CN112487163A publication Critical patent/CN112487163A/en
Application granted granted Critical
Publication of CN112487163B publication Critical patent/CN112487163B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3329Natural language query formulation or dialogue systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • 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/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to an execution method of an automation process, and an acquisition method, an acquisition device, computer equipment and a storage medium of interface data thereof, wherein the acquisition method of the interface data comprises the following steps: identifying nodes to be configured and target interfaces corresponding to the nodes to be configured in the automatic flow; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter-entering data of the target interface according to the parameter-entering configuration information, and reading the parameter-returning data from the target interface according to the parameter-entering data; and configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured. The method can reduce the development workload of the automation process so as to improve the development efficiency of the automation process.

Description

Execution method of automation process and acquisition method and device of interface data of automation process
Technical Field
The present application relates to the field of information processing technologies of automation processes, and in particular, to an execution method of an automation process, and a method and an apparatus for acquiring interface data thereof, a computer device, and a storage medium.
Background
The task engine configuration of the intelligent customer service robot is generally based on conversation flow at present. The keywords of some questions consulted by the user are matched with the questions of the user, and then different automatic processes are developed according to the questions of different users. At this time, in the automation process, if a process node needs to acquire user data, temporary code development is needed, and an interface task is created to acquire the user data. Even if data can be read from some existing interfaces, when a flow node needs to combine a plurality of fields, the corresponding logic of code docking needs to be developed temporarily. Therefore, the development workload of the automation process is large, and the development efficiency is low.
Disclosure of Invention
In view of the above, it is necessary to provide an execution method of an automation flow, an acquisition method and an acquisition apparatus of interface data thereof, a computer device, and a storage medium, which can reduce the development workload of the automation flow to improve the development efficiency of the automation flow.
A method for obtaining interface data, the method comprising: identifying nodes to be configured and target interfaces corresponding to the nodes to be configured in the automatic flow; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter-entering data of the target interface according to the parameter-entering configuration information, and reading the parameter-returning data from the target interface according to the parameter-entering data; and configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
In one embodiment, the plurality of target interfaces include a first interface and a second interface, the first interface is in serial connection with the second interface, and the parameter configuration information is used for configuring parameter data of the first interface and configuring first back parameter data of the first interface as parameter data of the second interface; determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data, wherein the parameter input data comprises the following steps: determining entry parameter data of the first interface according to the entry parameter configuration information, reading first back parameter data of the first interface from the first interface according to the entry parameter data of the first interface, taking the first back parameter data of the first interface as entry parameter data of the second interface, reading back parameter data of the second interface from the second interface according to the entry parameter data of the second interface, wherein the back parameter data comprises the back parameter data of the second interface.
Preferably, the method for acquiring interface data further includes: and reading second return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the return parameter data comprises the second return parameter data of the first interface.
In one embodiment, the number of the target interfaces is multiple, the multiple target interfaces include a third interface and a fourth interface, the third interface and the fourth interface are parallel, and the parameter configuration information is used for configuring parameter data of the third interface and configuring parameter data of the fourth interface; determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data, wherein the parameter input data comprises the following steps: and determining the entry parameter data of the third interface and the entry parameter data of the fourth interface according to the entry parameter configuration information, reading the return parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and reading the return parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, wherein the return parameter data comprises the return parameter data of the third interface and the return parameter data of the fourth interface.
In one embodiment, the method for acquiring interface data further includes: adopting a Freemarker template engine to configure preset rule information in the back parameter configuration information, wherein the preset rule information comprises a logic operation rule; configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured, including: and performing logical operation on the return parameter data by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation, wherein the interface data comprises the result data.
Preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the return parameter data is logically operated by adopting a logical operation rule and a Freemarker template engine, and result data is obtained after the logical operation, including: adopting a dynamic analysis rule and carrying out dynamic analysis on the return parameter data through a Freemarker template engine to obtain analysis data; assigning the analysis data to a specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain a variable value of the specified variable; and performing logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation.
In one embodiment, configuring the back parameter data according to the back parameter configuration information to obtain interface data of the node to be configured includes: acquiring preset rule information of the back parameter configuration information; configuring the return parameter data of the target interface according to preset rule information, wherein the configured return parameter data is used as data to be processed; acquiring a component template of a node to be configured; and generating component data according to the data to be processed and the component template, wherein the interface data comprises the component data.
Preferably, the component template includes a tab component template and/or a reply component template, and the generating of the component data according to the data to be processed and the component template includes: screening first data of a tab component template from data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data; and/or screening second data of the reply component template from the data to be processed, and generating reply component data according to the second data and the reply component template, wherein the component data comprises the reply component data.
In one embodiment, the method for acquiring interface data further includes: when the component data comprises tab component data, acquiring a tab template of a node to be configured; and acquiring the tab component data from the component data, and generating the tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
A method of performing an automated process, the method comprising: receiving trigger information of a task flow, and starting an automatic flow according to the trigger information; when the automatic flow flows to the node to be configured, identifying a target interface corresponding to the node to be configured; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data; configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured; and executing the task of the node to be configured in the automatic flow according to the interface data.
An apparatus for acquiring interface data, the apparatus comprising: the identification module is used for identifying nodes to be configured in the automatic flow and target interfaces corresponding to the nodes to be configured; the acquisition module is used for acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; the reading module is used for determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data when the automatic flow flows to the node to be configured; and the configuration module is used for configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method of any of the above embodiments when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any of the above embodiments.
The process engine identifies a node to be configured and a target interface corresponding to the node to be configured in the automation process, and acquires interface configuration information of the node to be configured, wherein the interface configuration information comprises access configuration information and return access configuration information of the target interface, the access configuration information is used for configuring access parameter data of the target interface, and the return access configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter input data of the target interface according to the parameter input configuration information, reading the parameter return data from the target interface according to the parameter input data, and configuring the parameter return data according to the parameter return configuration information to obtain the interface data of the node to be configured. Therefore, when the process engine executes the automation process and the automation process flows to the node to be configured, the process engine directly acquires the interface data of the target interface according to the entry configuration information and the return configuration information of the target interface in the interface configuration information, so that the node to be configured can execute the task of the node according to the acquired interface data. The participation and the returning participation of the target interface are controlled in an information configuration mode, and a corresponding code does not need to be acquired and developed aiming at the data of the node to be configured, so that the development workload of the automation process is saved, and the development efficiency of the automation process is improved.
Drawings
FIG. 1 is a diagram of an application environment of a method for obtaining interface data according to an embodiment;
FIG. 2 is a flow chart illustrating a method for obtaining interface data according to an embodiment;
FIG. 3 is a flow diagram illustrating a method for performing an automated process, according to one embodiment;
FIG. 4 is a diagram that illustrates the interface of the dialog flow module in the design of six process nodes in one embodiment;
FIG. 5 is a flow diagram that illustrates the process of the process engine obtaining interface data, according to one embodiment;
FIG. 6 is a display diagram of an interface for tab data in one embodiment;
FIG. 7 is a diagram illustrating an interface for component data of the reply component in one embodiment;
FIG. 8 is a flow diagram that illustrates tasks performed by the flow engine on various flow nodes, according to one embodiment;
FIG. 9 is a block diagram of an interface data acquisition device according to an embodiment;
FIG. 10 is a diagram showing an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The method for acquiring the interface data is applied to the application environment shown in fig. 1. As shown in fig. 1, the process engine is configured to execute an automation process, where the automation process includes a plurality of process nodes, and each process node is configured to execute a task of the node. Specifically, in the process of executing the automation flow, the flow engine identifies a node to be configured and a target interface corresponding to the node to be configured in the automation flow. The node to be configured is any process node in the automatic process, and the process engine reads data from the third-party data platform through the target interface so as to execute the task of the node to be configured according to the read data. Further, the process engine acquires interface configuration information of the node to be configured from the database, wherein the interface configuration information includes entry parameter configuration information and return parameter configuration information of the target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information. When the automatic process flow in the process engine is transferred to the node to be configured, determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data. And the back reference data is data read by the process engine from the third-party data platform. And then, the process engine configures the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured. The process engine can execute the task of the node to be configured according to the interface data of the node to be configured. Therefore, the entry and the return of the target interface are controlled in an information configuration mode, and corresponding codes do not need to be developed according to the data of the nodes to be configured, so that the development workload of the automation process is saved, and the development efficiency of the automation process is improved.
In an embodiment, as shown in fig. 2, a method for obtaining interface data is provided, which is described by taking the method as an example for being applied to the flow engine in fig. 1, and includes the following steps:
s102, identifying nodes to be configured and target interfaces corresponding to the nodes to be configured in the automatic process.
Generally, each process node in the process engine is set. The process engine executes the automated process according to each process node. When the process engine executes the automatic process, according to the task requirement of any process node, the external interface can be called to read the interface data of the corresponding platform, so that the task of the process node is executed according to the read interface data.
In this embodiment, a process node that needs to acquire interface data externally is determined according to task processing requirements of each process node in an automation process, and the process node is set as a node to be configured. In addition, an interface called by the node to be configured to the outside is set as a target interface corresponding to the node to be configured. And associating the node to be configured with the target interface, and storing the association information. When the process engine executes the automation process, the process engine identifies the node to be configured and a target interface corresponding to the node to be configured. The process engine may identify the target interface of the node to be configured according to the association information between the node to be configured and the target interface after identifying the node to be configured.
S104, acquiring interface configuration information of the node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of the target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information.
In this embodiment, the interface configuration information of the node to be configured may be stored in the flow engine, or stored in the database to be read by the flow engine. The interface configuration information of the node to be configured may be interface configuration information for configuring a target interface of the node to be configured, which is generated according to the manually input configuration information. The interface configuration information comprises the entry configuration information and the return configuration information of the target interface. And the parameter configuration information is used for configuring parameter data of the target interface, and the data platform corresponding to the target interface returns corresponding parameter returning data to the process engine after receiving the parameter data through the target interface. And the back parameter configuration information is used for configuring the back parameter data of the target interface according to the preset rule information. The preset rule information may be rule information generated based on a rule configured by a manual input. The preset rule information may be a conversion rule for converting the return parameter data into a preset type of data. For example, the return argument data is converted into data of a character type, or the return argument data is converted into data of an integer type, or the return argument data is converted into data of a list type or a map type. The preset rule information may also be information for performing a logical operation on the return parameter data according to a preset logical operation rule. For example, the logic determines the rule information. And judging whether the return parameters meet preset conditions or not through the logic judgment rule information. And if so, configuring the return parameter data to obtain a logic true. If not, the return parameters are configured to obtain logic false.
The parameter configuration information of the target interface and the parameter configuration information of the target interface can be manually input to perform information configuration, the process engine can directly read the interface configuration information of the node to be configured to control the parameter data of the target interface, development of codes of corresponding logics is not required for the parameter data of the target interface, the workload of development of an automatic process can be saved, and the development efficiency is improved.
And S106, when the automatic process flow is transferred to the node to be configured, determining the parameter entering data of the target interface according to the parameter entering configuration information, and reading the parameter returning data from the target interface according to the parameter entering data.
In this embodiment, the process engine monitors the node flow of the automation process in real time. And when the automatic flow flows to the node to be configured, determining the access data of the target interface according to the access configuration information of the target interface. The parameter configuration information may include parameter data, and the process engine extracts the parameter data from the parameter configuration information. The parameter configuration information may include the related information of the parameter data, and the process engine reads the parameter data according to the related information. Further, the process engine reads the back reference data from the target interface according to the input reference data. Specifically, the process engine inputs the input parameter data into the target interface, and performs data communication with the data platform corresponding to the target interface through the target interface. And the data platform corresponding to the target interface acquires the feedback data according to the input parameter data and returns the feedback data to the process engine through the target interface. The feedback data is also the return parameter data of the target interface.
And S108, configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured.
In this embodiment, the process engine configures the back parameter data of the target interface according to the back parameter configuration information. Specifically, the parameter return configuration information configures the parameter return data according to preset rule information. The preset rule information may be manually configured rule information. Such as logic operation rules, data conversion rules, etc. And when the target interface returns the return parameter data, the process engine processes the return parameter data through the preset rule information to obtain interface data meeting the data processing requirements of the nodes to be configured. Therefore, the return parameter data of the target interface is configured in a configuration mode, and codes of corresponding logics do not need to be developed additionally, so that the workload of development of an automation process can be saved, and the development efficiency is improved.
In the method for acquiring interface data, a process engine identifies a node to be configured and a target interface corresponding to the node to be configured in an automatic process, and acquires interface configuration information of the node to be configured, wherein the interface configuration information comprises entry configuration information and return configuration information of the target interface, the entry configuration information is used for configuring entry parameter data of the target interface, and the return configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter input data of the target interface according to the parameter input configuration information, reading the parameter return data from the target interface according to the parameter input data, and configuring the parameter return data according to the parameter return configuration information to obtain the interface data of the node to be configured. Therefore, when the process engine executes the automation task and the automation process flows to the node to be configured, the process engine directly acquires the interface data of the target interface according to the entry configuration information and the return configuration information of the target interface in the interface configuration information, so that the node to be configured can execute the task of the node according to the acquired interface data. The participation and the returning participation of the target interface are controlled in an information configuration mode, and a corresponding code does not need to be acquired and developed aiming at the data of the node to be configured, so that the development workload of the automation process is saved, and the development efficiency of the automation process is improved.
In an embodiment, the plurality of target interfaces include a first interface and a second interface, the first interface is in serial connection with the second interface, and the parameter entry configuration information is used to configure parameter entry data of the first interface and configure parameter return data of the first interface as parameter entry data of the second interface. S106 includes: and determining the entry parameter data of the first interface according to the entry parameter configuration information, reading the return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, taking the return parameter data of the first interface as the entry parameter data of the second interface, and reading the return parameter data of the second interface from the second interface according to the entry parameter data of the second interface, wherein the return parameter data comprises the return parameter data of the second interface.
In this embodiment, a general interface module is provided. The general interface module comprises an existing interface or a newly added HTTP interface. The target interface may be any interface or interfaces in the universal interface module. Meanwhile, the background is provided with a universal interface management module for managing the interfaces in the universal interface module. Specifically, the related information of each interface may be configured in the common interface management module. For example, configure the entries, request url, back-entry parameters, etc. of each interface. Therefore, the configuration information of one or more interfaces can be configured in the universal interface management module to obtain the entry configuration information and the return entry configuration information of each interface.
When the target interface is plural and the target interface includes a first interface and a second interface, the first interface and the second interface may be configured to be serial. That is, in the interface configuration information of the node to be configured, the entry parameter data of the first interface is configured and the first return parameter data of the first interface is configured as the entry parameter data of the second interface. Specifically, the universal interface module comprises a combined interface, the combined interface is serially connected by a plurality of single interfaces, and parameter input data of the single interfaces are input to customize and output parameter return data. When the serial interface is called serially, the parameter data returned by the single interface 1 can be set as the parameter data entered by the single interface 2, and so on.
Therefore, when the interface data is obtained, the first back parameter data of the first interface is read from the first interface according to the input parameter data of the first interface, the first back parameter data of the first interface is used as the input parameter data of the second interface, and the back parameter data of the second interface is read from the second interface according to the input parameter data of the second interface. The back reference data of the second interface can be used as the interface data of the target interface. Therefore, the workload of code development of the automation process is further reduced, and the development efficiency is improved.
Preferably, after determining the entry parameter data of the first interface according to the entry parameter configuration information, the method further includes: and reading second return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the return parameter data comprises the second return parameter data of the first interface.
Specifically, after the input parameter data of the first interface is input from the first interface, two types of parameter return data, namely first parameter return data of the first interface and second parameter return data of the first interface, are obtained. The first back parameter data is used as the input parameter data of the second interface, and then the back parameter data of the second interface is called to obtain, and the back parameter data of the second interface is used as a part of data in the final back parameter data. In addition, when the first interface is called, the second back parameter data of the first interface may also be used as a part of the final back parameter data. Therefore, the finally obtained return parameter data comprises the return parameter of the first interface and the return parameter of the second interface, and the requirement of calling the corresponding interface data can be met.
In an embodiment, the plurality of target interfaces include a third interface and a fourth interface, the third interface is parallel to the fourth interface, and the parameter configuration information is used to configure parameter data of the third interface and configure parameter data of the fourth interface. S106 includes: and determining the entry parameter data of the third interface and the entry parameter data of the fourth interface according to the entry parameter configuration information, reading the return parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and reading the return parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, wherein the return parameter data comprises the return parameter data of the third interface and the return parameter data of the fourth interface.
In this embodiment, a general interface module is provided. The general interface module comprises an existing interface or a newly added HTTP interface. The target interface may be any interface or interfaces in the universal interface module. Meanwhile, the background is provided with a universal interface management module for managing the interfaces in the universal interface module. Specifically, the related information of each interface may be configured in the common interface management module. For example, configure the entries, request url, back-entry parameters, etc. of each interface. Therefore, the configuration information of one or more interfaces can be configured in the universal interface management module to obtain the entry configuration information and the return entry configuration information of each interface.
When the target interface is multiple and the target interface includes a third interface and a fourth interface, the third interface and the fourth interface may be configured in parallel. Specifically, the universal interface module comprises a combined interface, the combined interface is formed by a plurality of single interfaces in parallel, the input parameter data of the single interfaces are input in a union set, and the return parameter data can be output in a customized manner. When the parallel interfaces are called, the input parameter data are uniformly set, the return parameter data of each interface are self-defined, and the like.
Therefore, when the interface data is obtained, the back parameter data of the third interface is read from the third interface according to the entry parameter data of the third interface, the back parameter data of the fourth interface is read from the fourth interface according to the entry parameter data of the fourth interface, and the back parameter data comprises the back parameter data of the third interface and the back parameter data of the fourth interface. Therefore, the workload of code development of the automation process is further reduced, and the development efficiency is improved.
In an embodiment, before S108, the method further includes: and adopting a Freemarker template engine to configure preset rule information in the back parameter configuration information, wherein the preset rule information comprises a logic operation rule. S108 includes: and performing logical operation on the return parameter data by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation, wherein the interface data comprises the result data.
In this embodiment, the Freemarker template engine is used to set the preset rule information in the return parameter configuration information, and the Freemarker template engine is used to perform logical operation on the return parameter data according to the logical operation rule in the preset rule information. And after the Freemarker template engine executes the logical operation, obtaining result data and outputting the result data. The interface data of the target interface includes the output result data. The logic operation rule comprises a logic judgment rule, and the logic judgment rule is used for judging whether an interface field in the return parameter data is empty or not. A logical comparison rule may also be included, the logical comparison rule being configured to compare date data in the parameter return data with preset date data, or configured to compare a field value in the parameter return data with a preset field value. The Freemarker template engine is used for setting the logic operation rule in the preset rule information, further processing the return parameter data of the target interface, and taking the processing result as the interface data of the target interface, so that codes do not need to be developed aiming at the further processing flow of the return parameter data of the target interface, and the workload of developing the automatic flow is saved. Note that the Freemarker template engine is generally used to generate the content of the front-end text, such as an HTML web page and source code. The Freemarker template engine is introduced to configure and process the return parameter data of the target interface, so that interface data support is made for an automatic process, and the traditional habitual usage is broken through.
Preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the return parameter data is logically operated by adopting a logical operation rule and a Freemarker template engine, and result data is obtained after the logical operation, including: adopting a dynamic analysis rule and carrying out dynamic analysis on the return parameter data through a Freemarker template engine to obtain analysis data; assigning the analysis data to a specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain a variable value of the specified variable; and performing logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation.
Specifically, the Freemarker template engine is configured with logical operation rules, dynamic parsing rules, and dynamic assignment rules. In addition, data extraction rules may also be configured. The data extraction rule is used for indicating that the target data is extracted from the back reference data. The FreeMarker template engine may extract list type data, map type data, character type data, integer type data, date type data, etc. from the back parameter data. And meanwhile, dynamically analyzing the return parameter data by using a Freemarker template engine and adopting a dynamic analysis rule to obtain analysis data. And assigning the analysis data to the specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain the variable value of the specified variable. And finally, carrying out logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation. For example, the Freemarker template engine is used to perform dynamic analysis on the return parameter data by using a dynamic analysis rule, so as to obtain analysis data a, analysis data b and analysis data c. The designated variables include x1, x2, and x 3. And assigning the analysis data a to a specified variable x1, assigning the analysis data b to a specified variable x2 and assigning the analysis data c to a specified variable x3 by adopting a dynamic assignment rule. The logic operation rule comprises y being x1+ x2+ x3, and the output result is the value of y after the logic operation. At this time, when the variable value is logically operated by the Freemarker template engine by using the logical operation rule, the logical operation of a + b + c is executed, and the operation result is used as result data. Therefore, corresponding codes do not need to be developed aiming at the logical operation of the target interface, the workload of the development of the automation process is saved, and the development period of the automation process is shortened.
In one embodiment, S108 includes: acquiring preset rule information of the back parameter configuration information; configuring the return parameter data of the target interface according to preset rule information, wherein the configured return parameter data is used as data to be processed; acquiring a component template of a node to be configured; and generating component data according to the data to be processed and the component template, wherein the interface data comprises the component data.
Preferably, the component template includes a tab component template and/or a reply component template, and the generating of the component data according to the data to be processed and the component template includes: screening first data of a tab component template from data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data; and/or screening second data of the reply component template from the data to be processed, and generating reply component data according to the second data and the reply component template, wherein the component data comprises the reply component data.
In this embodiment, a component management module is provided. And setting and managing the component management module through a background management page. Specifically, the respective component templates in the component management module are generated according to some component protocol formats of the front end. Wherein the front end comprises an APP end and an H5 end. The component protocol format can be dynamically set, and a dynamic component template is generated according to the dynamically set component protocol format. Further, generating component data according to the data to be processed and the component template, including: and screening the data of the component template from the data to be processed, and filling the data of the component template into the component template to generate component data. The flow engine calls the return parameter data of the target interface through the component management module, and the called return parameter data is used as part of data assembled by the protocol in the component template to generate corresponding component data, so that corresponding logic codes do not need to be developed when the corresponding component data are generated, the corresponding component data can be generated in a configuration mode, the workload of development in the automatic flow is reduced, the development period of the automatic flow is shortened, and the development efficiency of the automatic flow is improved.
In addition, the component management module also comprises a tab component template and a reply component template, wherein the tab component can be generated according to the tab component template, and the reply component can be generated according to the reply component template. The tab component includes tab component data and the reply component includes reply component data. The flow engine screens first data of the tab component template from the data to be processed, generates tab component data according to the first data and the tab component template, screens second data of the reply component template from the data to be processed, and generates reply component data according to the second data and the reply component template. In particular, when the automation process is an automation interaction process of the intelligent robot and the user, the tab component is used for providing a button component and the like when interacting with the front-end user. Such as some buttons to select an order or an item when interacting with the user. The reply component is a component which is formed by a plurality of reply contents according to a specific structure when the intelligent robot needs to reply the user question when interacting with the user. For example, the reply content of the reply component includes font style, buttons, hyperlinks, pictures, and the like. The tab component and the reply component both contain corresponding component data, and the component data are used for being displayed to the front end to interact with information of a user. Therefore, the automatic generation of the component data in the automatic flow can be realized through the configuration of the component template, and the codes of corresponding logics do not need to be developed aiming at the generation of the related component data, so that the workload of the development of the automatic flow is reduced, and the development efficiency of the automatic flow is improved.
In an embodiment, after generating the tab component data according to the first data and the tab component template, the method further includes: when the component data comprises tab component data, acquiring a tab template of a node to be configured; and acquiring the tab component data from the component data, and generating the tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
In this embodiment, a tab management module is provided. One or more tab templates are contained in the tab management module. The flow engine extracts the tab component data from the component data and populates the tab component data into a tab template to generate tab data. And then, the flow engine sends the tab data to the task engine, so that the task engine executes the task of the node to be configured according to the tab data. When the automatic flow is an automatic interaction flow between the intelligent customer service robot and the user, the tab template in the tab management module is configured only in the automatic flow, and then tab component data of the tab template is extracted from the component data to be filled into the tab template, and the tab data is generated to be used by the nodes to be configured in the automatic flow. The extraction of corresponding interface data in the automatic process can be realized by adopting a configuration mode, codes of corresponding logics do not need to be independently developed, the workload of automatic process development is reduced, and the efficiency of automatic development is improved.
Specifically, the background configures the tab management module to manage and control the tab template through the tab management module. Meanwhile, the background calls the tab data through the tab management module so as to send the tab data to the front end for interaction with the user. The background also needs to provide the tab management module with the entry data of the component interface. The tab management module extracts tab component data from the component management module through the parameter data of the component interface. The tab component data is used as the return parameter data of the component interface and returned to the tab management module. And the tab management module fills the tab component data into the tab template to generate tab data, and then returns the tab data to the front end as interface display data when interacting with the user. The background sets the parameter entering data of the tab management module, and the parameter entering data of the tab management module can be external parameter entering. For example, data output by the node to be configured can be used as external input of the tab management module. Therefore, the entry data of the tab management module can be dynamically set, and the flexible setting requirement of the automatic process is met. In addition, the input parameter of the tab management module may be set as a fixed parameter value or an enumerated value.
The application also provides an execution method of the automatic flow. According to the execution method of the automatic process, the interface data of the node to be configured in the automatic process is obtained by adopting the interface data obtaining method. As shown in fig. 3, a method for executing an automation process includes the following steps:
s202, receiving triggering information of the task flow, and starting an automatic flow according to the triggering information.
In this embodiment, the task flow in the background triggers the automatic flow of the process engine to be started. And when the process engine receives the trigger information of the task process, starting the automatic process according to the trigger information. For example, the trigger information includes a start instruction of the automation flow, and the flow engine extracts the start instruction of the automation flow from the trigger information to start the automation flow.
And S204, when the automation process flows to the node to be configured, identifying a target interface corresponding to the node to be configured.
In this embodiment, the automated process includes one or more process nodes, and each process node executes a corresponding process task. When one or more process nodes execute the process tasks, external interfaces are required to be called to read data in the corresponding data platform, so that the tasks of the process nodes are executed. For example, the automation process includes an automation interaction process, and the automation interaction process is an interaction process started when the intelligent robot performs information interaction with the user. At this time, the plurality of process nodes of the automation process include a start node, a parameter node, a judgment node, a function node, a reply node, and a skip node.
Specifically, each process node of the automation process in the task engine is designed. The process engine executes an automated process through the task engine. As shown in fig. 4, a conversation flow module is created in the background, and six flow nodes are designed in the conversation flow module. Through the combination of the six process nodes, the combination configuration of various processes can be realized. The six process nodes are respectively: the system comprises a starting node, a parameter node, a judgment node, a function node, a reply node and a skip node. The main design functions of each flow node are detailed as follows:
a start node: i.e., a trigger portal for the user to consult a question, such as a "how to handle a change". The method can obtain the 'change' through keyword matching, know that the user needs to change goods, and enter the configured 'change business process' through the starting node. The entry of the start node comprises fuzzy matching and complete matching of the keywords, and an intelligent customer service AI intention algorithm module is called to acquire the intention of the user so as to enter a 'change business process'.
Parameter nodes: the parameter nodes interact with the user to confirm the speaking intention of the user, so that the user parameters needing to be transmitted later are collected, and the later process receives the exact interactive content of the user. For example: including orders, goods, text content, etc. that need to be consulted. The subsequent process carries out a series of logic judgment and information acquisition according to the contents so as to answer the user question at the front end.
Judging nodes: and judging the values according to the parameters acquired by the previous flow node and the parameters acquired from the external interface, and selecting different answer operation nodes. The parameters acquired by the external interface comprise return parameters acquired by calling the external interface by the function node. Judging the value of the node comprises text comparison, numerical comparison, logic true and false comparison, non-null comparison, date comparison, field value comparison and the like.
And (4) replying the node: and replying the user with the dialect. The method comprises a reply text and a reply component. The reply component includes buttons, hyperlinks, etc. The normal reply and the protocol reply may be divided. The protocol reply is that a Json message is manually compiled, and the component reply is obtained by calling an external interface to obtain a back parameter and assembling a Json message body by using the back parameter.
Jumping nodes: controlling a traffic scenario to jump from one scenario node to another scenario node. Such as a user consulting for a change of order and eventually finding that no goods for that order do not support the change. The user can transfer the orders and commodities needing to be changed to the return scene from the return scene by continuously consulting how to return. Therefore, the interaction with the user can be skipped, such as skipping the step that the user selects the order goods needing to be returned, directly answering whether the user can return the goods, and the front-end interface display button clicks the user to apply for returning the goods, etc.
In the automatic process, when some process nodes execute the tasks of the process nodes, external interfaces are required to be called to read data. At this time, a process node, which needs to call the external interface to read the external interface data in the automation process, may be set as a node to be configured. For example, the above-described determination node may be set as a node to be configured. The judgment node needs to obtain the return parameters from the external interface to carry out value judgment, so that different answer-to-talk nodes are selected according to the judgment result. At this time, the judgment node may be set as a node to be configured of the automation process. For another example, the above reply node may be set as the node to be configured. The reply node needs to reply the content of the front-end user, calls the external interface to obtain the return parameters of the external interface, assembles a reply message according to the return parameters, and returns the reply message to the front end for display. At this time, the reply node may be set as a node to be configured of the automation process.
And further, configuring a target interface corresponding to each node to be configured. The target interfaces corresponding to the nodes to be configured may be the same or different. And when the automatic flow flows to the node to be configured, identifying a target interface corresponding to the node to be configured. When the target interfaces corresponding to the nodes to be configured are the same, the target interfaces can be set as external universal interfaces. And the task engine sets different interface configuration information according to different nodes to be configured, wherein each interface configuration information corresponds to the universal interface. That is, the task engine calls the interface information of the universal interface according to different interface configuration information.
S206, acquiring interface configuration information of the node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of the target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information.
In this embodiment, the interface configuration information of the node to be configured may be stored in the flow engine, or stored in the database to be read by the flow engine. The interface configuration information of the node to be configured may be interface configuration information for configuring a target interface of the node to be configured, which is generated according to the manually input configuration information. The interface configuration information comprises the entry configuration information and the return configuration information of the target interface. And the parameter configuration information is used for configuring parameter data of the target interface, and the data platform corresponding to the target interface returns corresponding parameter returning data to the process engine after receiving the parameter data through the target interface. And the back parameter configuration information is used for configuring the back parameter data of the target interface according to the preset rule information. The preset rule information may be rule information generated based on a rule configured by a manual input. The preset rule information may be a conversion rule for converting the return parameter data into a preset type of data. For example, the return argument data is converted into data of a character type, or the return argument data is converted into data of an integer type, or the return argument data is converted into data of a list type or a map type. The preset rule information may also be information for performing a logical operation on the return parameter data according to a preset logical operation rule. For example, the logic determines the rule information. And judging whether the return parameters meet preset conditions or not through the logic judgment rule information. And if so, configuring the return parameter data to obtain a logic true. If not, the return parameters are configured to obtain logic false.
The parameter configuration information of the target interface and the parameter configuration information of the target interface can be manually input to perform information configuration, the process engine can directly read the interface configuration information of the node to be configured to control the parameter data of the target interface, code development does not need to be performed on the parameter data of the target interface, the workload of development of an automatic process can be saved, and the development efficiency is improved.
And S208, determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data.
In this embodiment, the process engine monitors the node flow of the automation process in real time. And when the automatic flow flows to the node to be configured, determining the access data of the target interface according to the access configuration information of the target interface. The parameter configuration information may include parameter data, and the process engine extracts the parameter data from the parameter configuration information. The parameter configuration information may include the related information of the parameter data, and the process engine reads the parameter data according to the related information. Further, the process engine reads the back reference data from the target interface according to the input reference data. Specifically, the process engine inputs the input parameter data into the target interface, and performs data communication with the data platform corresponding to the target interface through the target interface. And the data platform corresponding to the target interface acquires the feedback data according to the input parameter data and returns the feedback data to the process engine through the target interface. The feedback data is also the return parameter data of the target interface.
S212, configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured.
In this embodiment, the process engine configures the back parameter data of the target interface according to the back parameter configuration information. Specifically, the parameter return configuration information configures the parameter return data according to preset rule information. The preset rule information may be manually configured rule information. Such as logic operation rules, data conversion rules, etc. And when the target interface returns the return parameter data, the process engine processes the return parameter data through the preset rule information to obtain interface data meeting the data processing requirements of the nodes to be configured. Therefore, the return parameter data of the target interface is configured in a configuration mode, additional code development is not needed, the workload of development of an automation process can be saved, and the development efficiency is improved.
The method for acquiring interface data further includes the method for acquiring interface data according to any embodiment of the method for acquiring interface data. In one embodiment, the process engine obtains the interface data in a manner as shown in FIG. 5. And starting the automatic process after the process engine receives the task process trigger. When any node to be configured in the automatic process needs to call an external universal interface to read interface data, a tab in the configuration node can be determined first, a component in the tab is further determined, then return parameter data is obtained from the universal interface and is filled in the component of the tab, and finally tab data is obtained and fed back to the node to be configured. The general interface is the target interface of the node to be configured. The tab data can be seen in fig. 6. In addition, when any node to be configured in the automatic process needs to call an external universal interface to read interface data, component data of a reply component can be called, and the component data of the reply component can be directly fed back to the front end to perform information interaction with a user. The component data of the reply component can be seen in FIG. 7.
And S214, executing the task of the node to be configured in the automation flow according to the interface data.
In this embodiment, when the flow engine receives the interface data of the node to be configured, the task of the node to be configured is executed according to the interface data. Specifically, as shown in fig. 8, the process engine executes the corresponding automation task through each process node in the automation process. Each process node comprises the starting node, the parameter node, the judgment node, the function node, the reply node and the skip node. And each flow node calls the interface data of the external interface to execute the corresponding task according to the task requirement of the flow node. And any flow node calls the interface data of the external interface by adopting the interface data acquisition method.
Therefore, when the automatic flow is an automatic interaction flow of interaction between the robot and the user, the acquisition of interface data in the automatic flow can be realized directly in an interface configuration mode without developing codes of corresponding logics according to interaction information of interaction between the front end and the user, the development time of the automatic flow is shortened, and the problem of long iteration period of online of the robot and the user interaction flow is solved.
The execution method of the automatic flow can enable iterative development and test tasks with heavy redundancy to be simple configuration, can directly acquire interface data of the nodes to be configured by carrying out interface configuration information on the nodes to be configured of the automatic flow, does not need to develop codes of corresponding logics, releases manpower resources for development and test, and enables operation to be faster and more accurate online operation adjustment.
It should be understood that, although the steps in the flowchart are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in the figures may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least some of the sub-steps or stages of other steps.
The present application further provides an interface data acquisition apparatus, as shown in fig. 9, the apparatus includes an identification module 10, an acquisition module 20, a reading module 30, and a configuration module 40. The identification module 10 is configured to identify a node to be configured and a target interface corresponding to the node to be configured in the automation process; the obtaining module 20 is configured to obtain interface configuration information of a node to be configured, where the interface configuration information includes entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used to configure entry parameter data of the target interface, and the return parameter configuration information is used to configure return parameter data of the target interface according to preset rule information; the reading module 30 is configured to, when the automation process flows to the node to be configured, determine the parameter entry data of the target interface according to the parameter entry configuration information, and read the parameter return data from the target interface according to the parameter entry data; and the configuration module 40 is configured to configure the back parameter data according to the back parameter configuration information to obtain interface data of the node to be configured.
In one embodiment, the plurality of target interfaces include a first interface and a second interface, the first interface is in serial connection with the second interface, and the parameter configuration information is used for configuring parameter data of the first interface and configuring first back parameter data of the first interface as parameter data of the second interface; the reading module 30 is specifically configured to determine entry parameter data of the first interface according to the entry parameter configuration information, read first back parameter data of the first interface from the first interface according to the entry parameter data of the first interface, use the first back parameter data of the first interface as entry parameter data of the second interface, and read back parameter data of the second interface from the second interface according to the entry parameter data of the second interface, where the back parameter data includes back parameter data of the second interface. Preferably, after determining the entry parameter data of the first interface according to the entry parameter configuration information, the method further includes: and reading second return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the return parameter data comprises the second return parameter data of the first interface.
In one embodiment, the number of the target interfaces is multiple, the multiple target interfaces include a third interface and a fourth interface, the third interface and the fourth interface are parallel, and the parameter configuration information is used for configuring parameter data of the third interface and configuring parameter data of the fourth interface; the reading module 30 is specifically configured to determine entry parameter data of the third interface and entry parameter data of the fourth interface according to the entry parameter configuration information, read back parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and read back parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, where the back parameter data includes the back parameter data of the third interface and the back parameter data of the fourth interface.
In one embodiment, the apparatus further includes a setting module, configured to configure preset rule information in the back parameter configuration information by using a Freemarker template engine, where the preset rule information includes a logic operation rule; the configuration module 40 is further specifically configured to perform logical operation on the return parameter data by using the logical operation rule and using a FreeMarker template engine, and obtain result data after the logical operation, where the interface data includes the result data.
Preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the return parameter data is logically operated by adopting a logical operation rule and a Freemarker template engine, and result data is obtained after the logical operation, including: adopting a dynamic analysis rule and carrying out dynamic analysis on the return parameter data through a Freemarker template engine to obtain analysis data; assigning the analysis data to a specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain a variable value of the specified variable; and performing logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation.
In one embodiment, the configuration module 40 is further specifically configured to obtain preset rule information of the back reference configuration information; configuring the return parameter data of the target interface according to preset rule information, wherein the configured return parameter data is used as data to be processed; acquiring a component template of a node to be configured; and generating component data according to the data to be processed and the component template, wherein the interface data comprises the component data.
Preferably, the component template includes a tab component template and/or a reply component template, and the generating of the component data according to the data to be processed and the component template includes: screening first data of a tab component template from data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data; and/or screening second data of the reply component template from the data to be processed, and generating reply component data according to the second data and the reply component template, wherein the component data comprises the reply component data.
In one embodiment, the configuration module 40 is further specifically configured to, when the component data includes tab component data, obtain a tab template of a node to be configured; and acquiring the tab component data from the component data, and generating the tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
For the specific definition of the interface data acquisition device, reference may be made to the above definition of the interface data acquisition method, which is not described herein again. The modules in the device for acquiring interface data may be implemented wholly or partially by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, and the computer device may be a server supporting the operation of a process engine, and the internal structure diagram of the computer device may be as shown in fig. 10. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for connecting with an external terminal so as to read interface element information on the terminal. The computer program is executed by a processor to implement a method of acquiring interface data.
Those skilled in the art will appreciate that the architecture shown in fig. 10 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program: identifying nodes to be configured and target interfaces corresponding to the nodes to be configured in the automatic flow; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter-entering data of the target interface according to the parameter-entering configuration information, and reading the parameter-returning data from the target interface according to the parameter-entering data; and configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
In one embodiment, the plurality of target interfaces include a first interface and a second interface, the first interface is in serial connection with the second interface, and the parameter configuration information is used for configuring parameter data of the first interface and configuring first back parameter data of the first interface as parameter data of the second interface; the processor executes the computer program to realize the step of determining the parameter entering data of the target interface according to the parameter entering configuration information, and when the step of reading the parameter returning data from the target interface according to the parameter entering data is realized, the following steps are specifically realized: determining entry parameter data of the first interface according to the entry parameter configuration information, reading first back parameter data of the first interface from the first interface according to the entry parameter data of the first interface, taking the first back parameter data of the first interface as entry parameter data of the second interface, reading back parameter data of the second interface from the second interface according to the entry parameter data of the second interface, wherein the back parameter data comprises the back parameter data of the second interface.
Preferably, the processor when executing the computer program further performs the steps of: and reading second return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the return parameter data comprises the second return parameter data of the first interface.
In one embodiment, the number of the target interfaces is multiple, the multiple target interfaces include a third interface and a fourth interface, the third interface and the fourth interface are parallel, and the parameter configuration information is used for configuring parameter data of the third interface and configuring parameter data of the fourth interface; the processor executes the computer program to realize the step of determining the parameter entering data of the target interface according to the parameter entering configuration information, and when the step of reading the parameter returning data from the target interface according to the parameter entering data is realized, the following steps are specifically realized: and determining the entry parameter data of the third interface and the entry parameter data of the fourth interface according to the entry parameter configuration information, reading the return parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and reading the return parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, wherein the return parameter data comprises the return parameter data of the third interface and the return parameter data of the fourth interface.
In one embodiment, the processor, when executing the computer program, performs the steps of: adopting a Freemarker template engine to configure preset rule information in the back parameter configuration information, wherein the preset rule information comprises a logic operation rule; when the processor executes the computer program to realize the step of configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured, the following steps are specifically realized: and performing logical operation on the return parameter data by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation, wherein the interface data comprises the result data.
Preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the return parameter data is logically operated by adopting a logical operation rule and a Freemarker template engine, and result data is obtained after the logical operation, including: adopting a dynamic analysis rule and carrying out dynamic analysis on the return parameter data through a Freemarker template engine to obtain analysis data; assigning the analysis data to a specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain a variable value of the specified variable; and performing logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation.
In one embodiment, when the processor executes the computer program to implement the step of configuring the back parameter data according to the back parameter configuration information to obtain the interface data of the node to be configured, the following steps are specifically implemented: acquiring preset rule information of the back parameter configuration information; configuring the return parameter data of the target interface according to preset rule information, wherein the configured return parameter data is used as data to be processed; acquiring a component template of a node to be configured; and generating component data according to the data to be processed and the component template, wherein the interface data comprises the component data.
Preferably, the component template includes a tab component template and/or a reply component template, and the generating of the component data according to the data to be processed and the component template includes: screening first data of a tab component template from data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data; and/or screening second data of the reply component template from the data to be processed, and generating reply component data according to the second data and the reply component template, wherein the component data comprises the reply component data.
In one embodiment, the processor, when executing the computer program, performs the steps of: when the component data comprises tab component data, acquiring a tab template of a node to be configured; and acquiring the tab component data from the component data, and generating the tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
In one embodiment, a computer device is provided, comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program: receiving trigger information of a task flow, and starting an automatic flow according to the trigger information; when the automatic flow flows to the node to be configured, identifying a target interface corresponding to the node to be configured; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data; configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured; and executing the task of the node to be configured in the automatic flow according to the interface data.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: identifying nodes to be configured and target interfaces corresponding to the nodes to be configured in the automatic flow; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; when the automatic flow flows to the node to be configured, determining the parameter-entering data of the target interface according to the parameter-entering configuration information, and reading the parameter-returning data from the target interface according to the parameter-entering data; and configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
In one embodiment, the plurality of target interfaces include a first interface and a second interface, the first interface is in serial connection with the second interface, and the parameter configuration information is used for configuring parameter data of the first interface and configuring first back parameter data of the first interface as parameter data of the second interface; when the computer program is executed by the processor to realize the step of determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data, the following steps are specifically realized: determining entry parameter data of the first interface according to the entry parameter configuration information, reading first back parameter data of the first interface from the first interface according to the entry parameter data of the first interface, taking the first back parameter data of the first interface as entry parameter data of the second interface, reading back parameter data of the second interface from the second interface according to the entry parameter data of the second interface, wherein the back parameter data comprises the back parameter data of the second interface.
Preferably, the computer program when executed by the processor further implements the steps of: and reading second return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the return parameter data comprises the second return parameter data of the first interface.
In one embodiment, the number of the target interfaces is multiple, the multiple target interfaces include a third interface and a fourth interface, the third interface and the fourth interface are parallel, and the parameter configuration information is used for configuring parameter data of the third interface and configuring parameter data of the fourth interface; when the computer program is executed by the processor to realize the step of determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data, the following steps are specifically realized: and determining the entry parameter data of the third interface and the entry parameter data of the fourth interface according to the entry parameter configuration information, reading the return parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and reading the return parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, wherein the return parameter data comprises the return parameter data of the third interface and the return parameter data of the fourth interface.
In one embodiment, the computer program when executed by the processor performs the steps of: adopting a Freemarker template engine to configure preset rule information in the back parameter configuration information, wherein the preset rule information comprises a logic operation rule; when the processor executes the computer program to realize the step of configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured, the following steps are specifically realized: and performing logical operation on the return parameter data by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation, wherein the interface data comprises the result data.
Preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the return parameter data is logically operated by adopting a logical operation rule and a Freemarker template engine, and result data is obtained after the logical operation, including: adopting a dynamic analysis rule and carrying out dynamic analysis on the return parameter data through a Freemarker template engine to obtain analysis data; assigning the analysis data to a specified variable by adopting a dynamic assignment rule and a Freemarker template engine to obtain a variable value of the specified variable; and performing logical operation on the variable values by adopting a logical operation rule and a Freemarker template engine, and obtaining result data after the logical operation.
In one embodiment, when the computer program is executed by the processor to implement the step of configuring the back parameter data according to the back parameter configuration information to obtain the interface data of the node to be configured, the following steps are specifically implemented: acquiring preset rule information of the back parameter configuration information; configuring the return parameter data of the target interface according to preset rule information, wherein the configured return parameter data is used as data to be processed; acquiring a component template of a node to be configured; and generating component data according to the data to be processed and the component template, wherein the interface data comprises the component data.
Preferably, the component template includes a tab component template and/or a reply component template, and the generating of the component data according to the data to be processed and the component template includes: screening first data of a tab component template from data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data; and/or screening second data of the reply component template from the data to be processed, and generating reply component data according to the second data and the reply component template, wherein the component data comprises the reply component data.
In one embodiment, the computer program when executed by the processor performs the steps of: when the component data comprises tab component data, acquiring a tab template of a node to be configured; and acquiring the tab component data from the component data, and generating the tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving trigger information of a task flow, and starting an automatic flow according to the trigger information; when the automatic flow flows to the node to be configured, identifying a target interface corresponding to the node to be configured; acquiring interface configuration information of a node to be configured, wherein the interface configuration information comprises entry parameter configuration information and return parameter configuration information of a target interface, the entry parameter configuration information is used for configuring entry parameter data of the target interface, and the return parameter configuration information is used for configuring return parameter data of the target interface according to preset rule information; determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data; configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured; and executing the task of the node to be configured in the automatic flow according to the interface data.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for obtaining interface data, the method comprising:
identifying a node to be configured and a target interface corresponding to the node to be configured in an automatic flow;
acquiring interface configuration information of the node to be configured, wherein the interface configuration information comprises access configuration information and return access configuration information of the target interface, the access configuration information is used for configuring access data of the target interface, and the return access configuration information is used for configuring return parameter data of the target interface according to preset rule information;
when the automatic flow flows to the node to be configured, determining the parameter entering data of the target interface according to the parameter entering configuration information, and reading the parameter returning data from the target interface according to the parameter entering data;
and configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
2. The method according to claim 1, wherein the target interfaces are plural, the plural target interfaces include a first interface and a second interface, the first interface is serial to the second interface, and the entry parameter configuration information is used to configure entry parameter data of the first interface and configure first return parameter data of the first interface as entry parameter data of the second interface;
the determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data includes:
determining entry parameter data of the first interface according to the entry parameter configuration information, reading first return parameter data of the first interface from the first interface according to the entry parameter data of the first interface, taking the first return parameter data of the first interface as entry parameter data of the second interface, and reading return parameter data of the second interface from the second interface according to the entry parameter data of the second interface, wherein the return parameter data comprises the return parameter data of the second interface;
preferably, the method further comprises:
and reading second back parameter data of the first interface from the first interface according to the entry parameter data of the first interface, wherein the back parameter data comprises the second back parameter data of the first interface.
3. The method of claim 1, wherein the target interfaces are multiple, the multiple target interfaces include a third interface and a fourth interface, the third interface is parallel to the fourth interface, and the entry configuration information is used to configure entry data of the third interface and to configure entry data of the fourth interface;
the determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data includes:
determining the entry parameter data of the third interface and the entry parameter data of the fourth interface according to the entry parameter configuration information, reading the return parameter data of the third interface from the third interface according to the entry parameter data of the third interface, and reading the return parameter data of the fourth interface from the fourth interface according to the entry parameter data of the fourth interface, wherein the return parameter data comprises the return parameter data of the third interface and the return parameter data of the fourth interface.
4. The method of claim 1, further comprising:
configuring the preset rule information in the back parameter configuration information by adopting a Freemarker template engine, wherein the preset rule information comprises a logic operation rule;
the configuring the back parameter data according to the back parameter configuration information to obtain the interface data of the node to be configured includes:
performing logical operation on the return parameter data by adopting the logical operation rule and through the Freemarker template engine, and obtaining result data after the logical operation, wherein the interface data comprises the result data;
preferably, the preset rule information further includes a dynamic analysis rule and a dynamic assignment rule, the logic operation is performed on the return parameter data by using the logic operation rule and through the Freemarker template engine, and result data is obtained after the logic operation, including:
dynamically analyzing the return parameter data by adopting the dynamic analysis rule and the Freemarker template engine to obtain analysis data;
assigning the analysis data to a specified variable by adopting the dynamic assignment rule and the Freemarker template engine to obtain a variable value of the specified variable;
and carrying out logical operation on the variable values by adopting the logical operation rule and the Freemarker template engine, and obtaining the result data after the logical operation.
5. The method of claim 1, wherein the configuring the back parameter data according to the back parameter configuration information to obtain the interface data of the node to be configured comprises:
acquiring the preset rule information of the back parameter configuration information;
configuring the return parameter data of the target interface according to the preset rule information, wherein the configured return parameter data is used as data to be processed;
acquiring a component template of the node to be configured;
generating component data according to the data to be processed and the component template, wherein the interface data comprise the component data;
preferably, the component template includes a tab component template and/or a reply component template, and the generating component data according to the data to be processed and the component template includes:
screening first data of the tab component template from the data to be processed, and generating tab component data according to the first data and the tab component template, wherein the component data comprises the tab component data;
and/or the presence of a gas in the gas,
and screening second data of the reply assembly template from the data to be processed, and generating reply assembly data according to the second data and the reply assembly template, wherein the assembly data comprises the reply assembly data.
6. The method of claim 5, further comprising:
when the component data comprises the tab component data, acquiring a tab template of the node to be configured;
and acquiring the tab component data from the component data, and generating tab data according to the tab component data and the tab template, wherein the interface data comprises the tab data.
7. A method for performing an automated process, the method comprising:
receiving trigger information of a task flow, and starting an automatic flow according to the trigger information;
when the automatic flow flows to a node to be configured, identifying a target interface corresponding to the node to be configured;
acquiring interface configuration information of the node to be configured, wherein the interface configuration information comprises access configuration information and return access configuration information of the target interface, the access configuration information is used for configuring access data of the target interface, and the return access configuration information is used for configuring return parameter data of the target interface according to preset rule information;
determining the parameter input data of the target interface according to the parameter input configuration information, and reading the parameter return data from the target interface according to the parameter input data;
configuring the return parameter data according to the return parameter configuration information to obtain interface data of the node to be configured;
and executing the task of the node to be configured in the automation flow according to the interface data.
8. An apparatus for acquiring interface data, the apparatus comprising:
the system comprises an identification module, a configuration module and a configuration module, wherein the identification module is used for identifying a node to be configured in an automation process and a target interface corresponding to the node to be configured;
an obtaining module, configured to obtain interface configuration information of the node to be configured, where the interface configuration information includes entry configuration information and return configuration information of the target interface, the entry configuration information is used to configure entry data of the target interface, and the return configuration information is used to configure return parameter data of the target interface according to preset rule information;
the reading module is used for determining the parameter entering data of the target interface according to the parameter entering configuration information and reading the parameter returning data from the target interface according to the parameter entering data when the automatic flow flows to the node to be configured;
and the configuration module is used for configuring the return parameter data according to the return parameter configuration information to obtain the interface data of the node to be configured.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 6 or 7 are implemented by the processor when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 6 or claim 7.
CN202011376629.8A 2020-11-30 2020-11-30 Execution method of automatic flow and method and device for acquiring interface data of execution method Active CN112487163B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011376629.8A CN112487163B (en) 2020-11-30 2020-11-30 Execution method of automatic flow and method and device for acquiring interface data of execution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011376629.8A CN112487163B (en) 2020-11-30 2020-11-30 Execution method of automatic flow and method and device for acquiring interface data of execution method

Publications (2)

Publication Number Publication Date
CN112487163A true CN112487163A (en) 2021-03-12
CN112487163B CN112487163B (en) 2024-04-12

Family

ID=74937720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011376629.8A Active CN112487163B (en) 2020-11-30 2020-11-30 Execution method of automatic flow and method and device for acquiring interface data of execution method

Country Status (1)

Country Link
CN (1) CN112487163B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035860A (en) * 2021-11-04 2022-02-11 四川启睿克科技有限公司 Process parameter configuration system based on RPA global variable module
CN115292010A (en) * 2022-09-28 2022-11-04 中邮消费金融有限公司 Method and system for automatically generating service through process configuration

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6411974B1 (en) * 1998-02-04 2002-06-25 Novell, Inc. Method to collate and extract desired contents from heterogeneous text-data streams
US20140310591A1 (en) * 2013-03-13 2014-10-16 Thong Nguyen Presentation layer software development kit for creation of dynamic webpages
WO2017007466A1 (en) * 2015-07-08 2017-01-12 Hewlett Packard Enterprise Development Lp Orchestration template generation
US20170060562A1 (en) * 2015-08-31 2017-03-02 Verizon Patent And Licensing Inc. System for developing, testing, deploying, and managing applications in real-time
US20170091114A1 (en) * 2015-09-30 2017-03-30 Pure Storage, Inc. Hardware assisted data lookup methods
CN106844643A (en) * 2017-01-13 2017-06-13 王洋 A kind of Database Dynamic generation method based on template engine
CN107678852A (en) * 2017-10-26 2018-02-09 携程旅游网络技术(上海)有限公司 Method, system, equipment and the storage medium calculated in real time based on flow data
CN107861870A (en) * 2017-11-02 2018-03-30 平安科技(深圳)有限公司 Interface testing and test data generating method, device, terminal and storage medium
CN108345482A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 The self-defined edit methods of dynamic page, device, electronic equipment and storage medium
CN108460002A (en) * 2017-12-29 2018-08-28 中国平安财产保险股份有限公司 Affiliate's automatic butt method, apparatus, equipment and storage medium
CN108809998A (en) * 2018-06-19 2018-11-13 北京易途客信息技术有限公司 A kind of interface access method and device
CN109597754A (en) * 2018-10-22 2019-04-09 中国平安财产保险股份有限公司 Operation flow interface test method, device, computer equipment and storage medium
CN109614310A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of test interface
CN109636306A (en) * 2018-10-29 2019-04-16 平安医疗健康管理股份有限公司 Node-flow shifting method, device, terminal and storage medium
CN110162524A (en) * 2019-04-15 2019-08-23 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of configuration data
CN110555178A (en) * 2019-08-28 2019-12-10 贝壳技术有限公司 Data proxy method and device
WO2019233293A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application program
CN110969001A (en) * 2018-09-27 2020-04-07 阿里巴巴集团控股有限公司 Feedback information generation method and device, storage medium, processor and terminal
CN111090457A (en) * 2019-12-17 2020-05-01 广州品唯软件有限公司 Interface analysis method, terminal device and computer-readable storage medium
WO2020119430A1 (en) * 2018-12-14 2020-06-18 深圳壹账通智能科技有限公司 Protocol interface test method, device, computer device and storage medium
CN111611784A (en) * 2020-04-29 2020-09-01 平安科技(深圳)有限公司 Report generation method and device, terminal equipment and storage medium

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6411974B1 (en) * 1998-02-04 2002-06-25 Novell, Inc. Method to collate and extract desired contents from heterogeneous text-data streams
US20140310591A1 (en) * 2013-03-13 2014-10-16 Thong Nguyen Presentation layer software development kit for creation of dynamic webpages
WO2017007466A1 (en) * 2015-07-08 2017-01-12 Hewlett Packard Enterprise Development Lp Orchestration template generation
US20170060562A1 (en) * 2015-08-31 2017-03-02 Verizon Patent And Licensing Inc. System for developing, testing, deploying, and managing applications in real-time
US20170091114A1 (en) * 2015-09-30 2017-03-30 Pure Storage, Inc. Hardware assisted data lookup methods
CN106844643A (en) * 2017-01-13 2017-06-13 王洋 A kind of Database Dynamic generation method based on template engine
CN107678852A (en) * 2017-10-26 2018-02-09 携程旅游网络技术(上海)有限公司 Method, system, equipment and the storage medium calculated in real time based on flow data
CN107861870A (en) * 2017-11-02 2018-03-30 平安科技(深圳)有限公司 Interface testing and test data generating method, device, terminal and storage medium
CN108345482A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 The self-defined edit methods of dynamic page, device, electronic equipment and storage medium
CN108460002A (en) * 2017-12-29 2018-08-28 中国平安财产保险股份有限公司 Affiliate's automatic butt method, apparatus, equipment and storage medium
WO2019233293A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application program
CN108809998A (en) * 2018-06-19 2018-11-13 北京易途客信息技术有限公司 A kind of interface access method and device
CN110969001A (en) * 2018-09-27 2020-04-07 阿里巴巴集团控股有限公司 Feedback information generation method and device, storage medium, processor and terminal
CN109614310A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of test interface
CN109597754A (en) * 2018-10-22 2019-04-09 中国平安财产保险股份有限公司 Operation flow interface test method, device, computer equipment and storage medium
CN109636306A (en) * 2018-10-29 2019-04-16 平安医疗健康管理股份有限公司 Node-flow shifting method, device, terminal and storage medium
WO2020119430A1 (en) * 2018-12-14 2020-06-18 深圳壹账通智能科技有限公司 Protocol interface test method, device, computer device and storage medium
CN110162524A (en) * 2019-04-15 2019-08-23 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of configuration data
CN110555178A (en) * 2019-08-28 2019-12-10 贝壳技术有限公司 Data proxy method and device
CN111090457A (en) * 2019-12-17 2020-05-01 广州品唯软件有限公司 Interface analysis method, terminal device and computer-readable storage medium
CN111611784A (en) * 2020-04-29 2020-09-01 平安科技(深圳)有限公司 Report generation method and device, terminal equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035860A (en) * 2021-11-04 2022-02-11 四川启睿克科技有限公司 Process parameter configuration system based on RPA global variable module
CN114035860B (en) * 2021-11-04 2023-06-13 四川启睿克科技有限公司 Flow parameter configuration system based on RPA global variable module
CN115292010A (en) * 2022-09-28 2022-11-04 中邮消费金融有限公司 Method and system for automatically generating service through process configuration

Also Published As

Publication number Publication date
CN112487163B (en) 2024-04-12

Similar Documents

Publication Publication Date Title
CN107861870B (en) Interface test and test data generation method, device, terminal and storage medium
CN108874926A (en) Mass data inquiry method, device, computer equipment and storage medium
CN111142933B (en) Workflow generation method and device, computer equipment and storage medium
CN108492005B (en) Project data processing method and device, computer equipment and storage medium
CN112882974A (en) JSON data conversion method and device, computer equipment and storage medium
CN112487163A (en) Execution method of automation process and acquisition method and device of interface data of automation process
CN109933651B (en) Information interaction method and device and server
CN110717647A (en) Decision flow construction method and device, computer equipment and storage medium
CN114416075A (en) Service processing method and device
CN115688715A (en) Report generation method and device and computer readable medium
CN113268409A (en) Method, apparatus, device and medium for tracking logical nodes during automated testing
CN117609449A (en) Task type dialogue response method and device
CN112527286A (en) Service code generation method and device, computer equipment and storage medium
CN110263932B (en) Multi-agent simulation system graphical combination construction method and device
CN114564270B (en) List component rendering and front-end display method, device, equipment and medium of page
CN110865943A (en) Interface testing method and device, computer equipment and storage medium
CN114003300B (en) Service logic determination method and system based on micro-service
CN115454878A (en) Interface calling test method applied to micro service and related device
CN115629743A (en) Service component arranging method, service scheduling method and device, electronic equipment and storage medium
CN111126931B (en) Node generation method and device based on data processing and computer equipment
CN115033212A (en) Avionics system primitive model integrated construction method and device and computer equipment
CN115018624A (en) Decision engine and method based on wind control strategy
CN104660697B (en) Based on Kepler scientific workflow Sensor Network service combining methods
CN114706580A (en) Front-end webpage development method and device, storage medium and electronic equipment
CN113946363A (en) Method and device for executing and configuring service data, computer equipment and storage medium

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