CN110874278A - Embedding method of external system, workflow system, device and storage medium - Google Patents

Embedding method of external system, workflow system, device and storage medium Download PDF

Info

Publication number
CN110874278A
CN110874278A CN201911110030.7A CN201911110030A CN110874278A CN 110874278 A CN110874278 A CN 110874278A CN 201911110030 A CN201911110030 A CN 201911110030A CN 110874278 A CN110874278 A CN 110874278A
Authority
CN
China
Prior art keywords
workflow
node
external system
instruction
external
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911110030.7A
Other languages
Chinese (zh)
Inventor
刘有
尹强
王和平
黄山
杨峙岳
冯朝阁
邸帅
卢道和
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
WeBank Co Ltd
Original Assignee
WeBank 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 WeBank Co Ltd filed Critical WeBank Co Ltd
Priority to CN201911110030.7A priority Critical patent/CN110874278A/en
Publication of CN110874278A publication Critical patent/CN110874278A/en
Priority to PCT/CN2020/126823 priority patent/WO2021093672A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes

Abstract

The invention discloses an embedding method, a workflow system, equipment and a storage medium of an external system, relating to the field of financial science and technology, wherein the method comprises the following steps: when a loading instruction of an external system is loaded in a front terminal system of a workflow system, determining a node type of a workflow node corresponding to the loading instruction through a preset node type table; acquiring node parameters of the workflow nodes in a preset parameter configuration table according to the node types; and generating a front-end control of the workflow node in the front-end subsystem according to the node parameter so as to embed the external system into the workflow system as the workflow node. The invention reduces the difficulty of adding the workflow nodes corresponding to the external system in the workflow system and improves the efficiency of adding the workflow nodes corresponding to the external system in the workflow system.

Description

Embedding method of external system, workflow system, device and storage medium
Technical Field
The present invention relates to the field of financial technology (Fintech) big data technology, and in particular, to an embedding method, a workflow system, a device, and a storage medium for an external system.
Background
With the development of computer technology, more and more technologies are applied in the financial field, the traditional financial industry is gradually changing to financial technology (Fintech), and big data technology is no exception, but because of the requirements of security and real-time performance of the financial industry, higher requirements are also put forward on the technologies.
In the field of big data, complex service data processing scenes, particularly in the processes of offline batch calculation and report processing, the complicated dependency relationship in the data processing flow cannot be solved, so that the execution of the operation needs to be managed and scheduled uniformly. Currently, a distributed visualization DAG (Database Availability Group) workflow task scheduling system is generally used. The current popular scheduling systems include Azkaban and Airflow, wherein Azkaban is a batch workflow task scheduler sourced by Linkedin; the Airflow is a programmable, scheduling and monitoring workflow platform, and based on a Directed Acyclic Graph (DAG), the Airflow can define a group of tasks with dependencies, and the tasks are executed in sequence according to the dependencies. All the systems support associating the workflow according to the dependency relationship of the tasks in a DAG (direct current) graph mode to perform distributed scheduling execution, but the current scheduling system focuses on solving the problems of dependency execution, concurrent execution, timing execution and the like. Since the current business processing flow involves multiple aspects of data processing, including data import, data desensitization, data quality inspection, data ETL (Extract-Transform-Load), data visualization, and data outflow, each link has a dedicated system to handle the processing. Therefore, at present, a new type of workflow node is added to the workflow system, and both the front-end subsystem and the back-end subsystem of the workflow system need to be developed in a large amount.
Therefore, the difficulty of adding the workflow nodes corresponding to the external system in the workflow system is high.
Disclosure of Invention
The invention mainly aims to provide an embedding method of an external system, a workflow system, equipment and a storage medium, and aims to solve the technical problem that the difficulty of adding a workflow node corresponding to the external system in the existing workflow system is high.
In order to achieve the above object, the present invention provides an embedding method of an external system, the embedding method of the external system including the steps of:
when a loading instruction of an external system is loaded in a front terminal system of a workflow system, determining a node type of a workflow node corresponding to the loading instruction through a preset node type table;
acquiring node parameters of the workflow nodes in a preset parameter configuration table according to the node types;
and generating a front-end control of the workflow node in the front-end subsystem according to the node parameter so as to embed the external system into the workflow system as the workflow node.
Preferably, after the step of generating the front-end control of the workflow node in the front-end subsystem according to the node parameter to embed the external system as the workflow node into the workflow system, the method further includes:
when a starting instruction for starting the sub-page of the external system in the workflow node is detected, acquiring a Uniform Resource Locator (URL) address of the sub-page and acquiring a starting parameter corresponding to the starting instruction;
and generating a transmission request according to the URL address and the starting parameter, and setting the transmission request into a text tag so as to realize communication between the child page and a parent page of the workflow system through the text tag.
Preferably, after the step of generating a transmission request according to the URL address and the start parameter, and setting the transmission request in a text tag to implement communication between the child page and the parent page of the workflow system through the text tag, the method further includes:
when a message transmission instruction for sending a message between the parent page and the child page in a cross-domain mode by using the text label is detected, obtaining a message to be transmitted corresponding to the message transmission instruction through the parent page;
and assembling the messages to be transmitted into transmission messages with a preset format and sending the transmission messages to the sub-pages.
Preferably, after the step of generating a transmission request according to the URL address and the start parameter, and setting the transmission request in a text tag to implement communication between the child page and the parent page of the workflow system through the text tag, the method further includes:
when a design instruction for designing a diagram in the sub-page is detected, acquiring a setting parameter corresponding to the design instruction;
and setting a chart according to the setting parameters, storing the setting parameters as a kanban task, and displaying the setting parameters in the father page through the kanban task.
Preferably, after the step of generating the front-end control of the workflow node in the front-end subsystem according to the node parameter to embed the external system as the workflow node into the workflow system, the method further includes:
when an access request for accessing the external system is detected, acquiring security authentication information of the external system from a rear terminal system of the workflow system;
and adding the security authentication information into the access request, and sending the access request carrying the security authentication information to the external system so that the external system can determine the validity of the access request according to the security authentication information in the access request.
Preferably, after the step of generating the front-end control of the workflow node in the front-end subsystem according to the node parameter to embed the external system as the workflow node into the workflow system, the method further includes:
acquiring a standard interface which is connected with the external system in a rear terminal system of the workflow system in a butt joint mode, and acquiring interface information of the external system through the front terminal system;
and creating a workflow task in the external system according to the standard interface and the interface information through the front terminal system.
Preferably, after the step of generating the front-end control of the workflow node in the front-end subsystem according to the node parameter to embed the external system as the workflow node into the workflow system, the method further includes:
when an execution instruction for executing the workflow node corresponding to the external system is detected, determining a scheduling system corresponding to the execution instruction;
and converting the tasks of the workflow nodes according to the scheduling format of the scheduling system to obtain the converted tasks to be executed, and sending the converted tasks to be executed to an Linkis client through the scheduling system so as to execute the converted tasks to be executed through the Linkis client.
Preferably, before the step of determining, by using a preset node type table, the node type of the workflow node corresponding to the load instruction after detecting that the load instruction of the external system is loaded in the front end subsystem of the workflow system, the method further includes:
and when an embedding instruction of a workflow node corresponding to an external system is embedded in the workflow system, adding the node type of the workflow node in the node type table, and adding the node parameter of the workflow node in the parameter configuration table.
In addition, to achieve the above object, the present invention also provides a workflow system, including:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining the node type of a workflow node corresponding to a loading instruction through a preset node type table after the loading instruction of an external system is loaded in a front terminal system of the workflow system is detected;
the acquisition module is used for acquiring the node parameters of the workflow nodes in a preset parameter configuration table according to the node types;
and the generating module is used for generating a front-end control of the workflow node in the front-end subsystem according to the node parameter so as to embed the external system into the workflow system as the workflow node.
In addition, to achieve the above object, the present invention further provides an embedded device of an external system, the embedded device of the external system including a memory, a processor, and an embedded program of the external system stored on the memory and executable on the processor, the embedded program of the external system implementing the steps of the embedded method of the external system as described above when executed by the processor.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon an embedded program of an external system, which when executed by a processor, implements the steps of the embedding method of the external system as described above.
After a loading instruction of an external system is loaded in a front terminal system of a workflow system is detected, the node type of a workflow node corresponding to the loading instruction is determined through a preset node type table, and node parameters of the workflow node are obtained in a preset parameter configuration table according to the node type; the front-end control of the workflow node is generated in the front-end terminal system according to the node parameter, so that the external system is embedded into the workflow system as the workflow node, and the front-end subsystem and the rear-end terminal system of the workflow system do not need to be massively processed in the process of adding the workflow node corresponding to the external system in the workflow system, and only the node parameter of the workflow node corresponding to the external system needs to be obtained, thereby reducing the difficulty of adding the workflow node corresponding to the external system in the workflow system, and improving the efficiency of adding the workflow node corresponding to the external system in the workflow system.
Drawings
FIG. 1 is a schematic flow chart diagram of a first embodiment of an embedding method of an external system according to the present invention;
FIG. 2 is a flow chart illustrating a second embodiment of an embedding method of the external system according to the present invention;
FIG. 3 is a flow chart illustrating a third embodiment of an embedding method of an external system according to the present invention;
FIG. 4 is a functional block diagram of a preferred embodiment of the workflow system of the present invention;
fig. 5 is a schematic structural diagram of a hardware operating environment according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The present invention provides an embedding method of an external system, referring to fig. 1, fig. 1 is a flowchart illustrating a first embodiment of the embedding method of the external system according to the present invention.
While a logical order is shown in the flow chart, in some cases, the steps shown or described may be performed in an order different than presented herein.
The embedding method of the external system comprises the following steps:
in step S10, after detecting that a load instruction of an external system is loaded in a front end subsystem of the workflow system, the node type of the workflow node corresponding to the load instruction is determined according to a preset node type table.
In the embodiment of the invention, the workflow system conveniently integrates the external system into the real-time execution and the scheduling execution of one workflow by means of the aggregation capability of a Linkis strong background computing engine, the characteristics of Linkis such as task management, resource management and isolation, task scheduling execution and the like, and the result set and the log processing capability. Linkis is a data middleware that opens multiple computing storage engines, provides a uniform interface to the outside, and submits scripts for executing SQL (Structured Query Language), Pyspark, HiveQL, Scala, and the like. The workflow system comprises a front-end subsystem and a rear-end subsystem, wherein the front-end subsystem is used for creating workflow nodes corresponding to the external system and the interaction problem between the workflow system page and the external system page. For the sake of distinction, the workflow system page is denoted as a parent page, and the external system page is denoted as a child page. And in the rear terminal system, a node type table and a node parameter attribute table are arranged, wherein the node type table is used for storing the node type of each workflow node, and the node parameter attribute table is used for storing the node parameters of different types of workflow nodes. The node types comprise data exchange nodes, data development nodes, data visualization nodes, data output nodes, signal nodes, functional nodes and the like. The node parameters include, but are not limited to, a node start parameter, a memory size of the external system corresponding to the node, a number of CPUs (central processing units) of the external system corresponding to the node, a node parameter name, a parameter type, a parameter value range, a parameter verification rule, whether a field corresponding to the parameter needs to be filled, and the like, and the parameter type includes, but is not limited to, a character type and a numerical type. The node parameters corresponding to different types of workflow nodes may be the same or different.
After the current terminal system detects a loading instruction for loading an external system, the front terminal system determines the node type of the workflow node corresponding to the loading instruction in a node type table preset in the rear terminal system. And when the external system is successfully embedded into the workflow system, the external system exists as one workflow node in the workflow system. The load instruction may be triggered by the user as desired or may be actively triggered by the workflow system. It should be noted that the load instruction carries identification information of the external system, and the node type of the workflow node corresponding to the load instruction can be determined in the node type table by the identification information, where the identification information may be a name of the external system or an identification code uniquely indicating the external system. In particular, the load instruction may be a page refresh instruction.
Further, the embedding method of the external system comprises the following steps:
step a, after detecting an embedding instruction of a workflow node corresponding to an external system embedded in a workflow system, adding a node type of the workflow node in the node type table, and adding a node parameter of the workflow node in the parameter configuration table.
Further, when the front end subsystem of the workflow system detects that the external system is used as an embedded instruction of the workflow node, the front end subsystem sends the embedded instruction to the back end subsystem, the back end subsystem obtains the node type and the node parameter of the workflow node corresponding to the external system according to the embedded instruction, adds the node type of the workflow node corresponding to the external system in the node type table, and adds the node parameter of the workflow node corresponding to the external system in the parameter configuration table. It should be noted that the node type of the external system corresponding to the workflow node is determined by the function that can be implemented by the external system. The external system is embedded into the workflow system as a workflow node, the external system is registered in the workflow system, the workflow system can obtain the related data of the external system in the registration process of the workflow system, and the node type of the workflow node corresponding to the external system is determined according to the related data. The relevant data includes, but is not limited to, the system name of the external system, security authentication information, and the functions that can be implemented. The secure authentication information includes at least one of Cookie content and Token content. The Cookie type is a "Cookie" which is data (usually encrypted) stored on the user's local terminal by some websites for Session tracking in order to identify the user's identity, and is information that is temporarily or permanently stored by the user's client computer.
And step S20, acquiring the node parameters of the workflow nodes in a preset parameter configuration table according to the node types.
And after the node type of the workflow node corresponding to the external system is determined, the front terminal system acquires the node parameter of the workflow node corresponding to the external system from a parameter configuration table in the rear terminal system according to the node type. Specifically, after detecting a load instruction, the front terminal system sends the load instruction to the back terminal system, the back terminal system determines a node type of a workflow node corresponding to an external system in a node type table according to the load instruction, then obtains a node parameter corresponding to the node type in a preset parameter configuration table to obtain a node parameter of the workflow node corresponding to the external system, and then returns the node parameter to the front terminal system.
Step S30, generating a front-end control of the workflow node in the front-end subsystem according to the node parameter, so as to embed the external system as the workflow node in the workflow system.
After the current terminal system obtains the node parameters, the front terminal system generates a front-end control of a workflow node corresponding to the external system according to the node parameters, so that the external system is embedded into the workflow system as the workflow node. It should be noted that, after the front-end control of the workflow node corresponding to the external system is generated, it indicates that the external system has become a workflow node in the workflow system. Furthermore, the front end subsystem can generate a node selectable list according to the node parameters in the parameter configuration table, a user can select corresponding node parameters in the node selectable list, the front end subsystem is dynamically loaded according to the node parameters selected by the user, and an external system is embedded into the workflow system as a workflow node.
It should be noted that, in this embodiment, the workflow system essentially changes the front-end subsystem through SQL configuration, and embeds the external system into the workflow system as a workflow node. Specifically, the workflow system sets a mode of adding workflow nodes through SQL as a template, and when an external system needs to be embedded into the workflow system as workflow nodes, the front end subsystem adds the acquired node parameters to corresponding positions of the template, that is, the external system can be embedded into the workflow system as workflow nodes. Therefore, the present embodiment hides the complex logic of SQL implementation, and even a user without SQL can easily implement embedding an external system as a workflow node into a workflow system.
In the embodiment, after a loading instruction of an external system is loaded in a front terminal system of a workflow system is detected, a node type of a workflow node corresponding to the loading instruction is determined through a preset node type table, and a node parameter of the workflow node is obtained in a preset parameter configuration table according to the node type; the front-end control of the workflow node is generated in the front-end terminal system according to the node parameter, so that the external system is embedded into the workflow system as the workflow node, and the front-end subsystem and the rear-end terminal system of the workflow system do not need to be massively processed in the process of adding the workflow node corresponding to the external system in the workflow system, and only the node parameter of the workflow node corresponding to the external system needs to be obtained, thereby reducing the difficulty of adding the workflow node corresponding to the external system in the workflow system, and improving the efficiency of adding the workflow node corresponding to the external system in the workflow system.
Further, a second embodiment of the embedding method of the external system of the present invention is presented.
The second embodiment of the embedding method of the external system is different from the first embodiment of the embedding method of the external system in that, referring to fig. 2, the embedding method of the external system further includes:
step S40, when detecting a start instruction for starting the sub-page of the external system in the workflow node, acquiring a URL address of the sub-page and acquiring a start parameter corresponding to the start instruction.
When the workflow system detects a start instruction for starting a sub-page of an external system in a workflow node corresponding to the external system, the workflow system obtains a Uniform Resource Locator (URL) address of the sub-page and obtains a start parameter corresponding to the start instruction. The starting parameters include, but are not limited to, a display mode of the sub-page, a page size, page layout parameters, and service parameters displayed by the sub-page, the service parameters include, but are not limited to, an engineering number corresponding to content displayed by the sub-page, user information of a user corresponding to the sub-page, a node name of a workflow node, and a task identifier corresponding to the workflow node, the user information may be a user name or a user ID number, and the like, and the engineering number is an item code or an item ID of an item corresponding to content displayed by the sub-page. It will be appreciated that the initiation instructions may be triggered by the user according to specific needs, or by timed tasks in the workflow system.
Step S50, generating a transmission request according to the URL address and the starting parameter, and setting the transmission request into a text label so as to realize the communication between the child page and the parent page of the workflow system through the text label.
After the workflow system obtains the URL address and the starting parameters, the workflow system splices the URL address starting parameters into a transmission request according to a preset splicing format, namely the transmission request is generated according to the URL address and the starting parameters. In this embodiment, the concrete representation form of the splicing format is not limited, for example, the URL address may be placed in front, and the start parameter may be placed in the back for splicing. Specifically, in this embodiment, the transmission request may be an HTTP (Hyper Text Transfer Protocol) request. It is understood that in other embodiments, the URL address and the start parameter may be spliced into a request corresponding to other transmission protocols.
And after the workflow system generates a transmission request, setting the transmission request into a text tag so as to realize communication between the child page and the parent page of the workflow system through the text tag. The Text tag is an IFrame tag, the IFrame is an HTML (Hyper Text Markup Language) tag, and is used as a document in the document, or a floating frame (IFrame), and the IFrame element creates an inline frame (i.e., inline frame) containing another document. It should be noted that, the IFrame tag can use the child page of the external system as a workflow node of the workflow system, so as to implement communication between the parent page and the child page of the workflow system. In the communication process of the parent page and the child page, an IFrame label is used for sending messages in a cross-domain mode, wherein the cross-domain mode means that when any one of a protocol, a domain name and a port of a request URL is different from the current page URL, the problem of sending messages in the cross-domain mode is mainly solved by using a window.
Further, the embedding method of the external system further includes:
and b, after a message transmission instruction for sending a message between the parent page and the child page in a cross-domain mode by using the text label is detected, acquiring a message to be transmitted corresponding to the message transmission instruction through the parent page.
Further, when the parent page of the workflow system and the child page of the external system communicate in the IFrame mode, the workflow system detects whether a message transmission instruction for sending a message between the parent page and the child page in a cross-domain mode by using the text tag is detected. And when the workflow system detects the message transmission instruction, the workflow system acquires the message to be transmitted corresponding to the message transmission instruction through the father page. It should be noted that the message to be transmitted includes the project number, the user information, the node name of the workflow node corresponding to the sub-page, and the task identifier of the task corresponding to the message to be transmitted.
And c, assembling the messages to be transmitted into transmission messages with a preset format and sending the transmission messages to the sub-pages.
And after the workflow system acquires the message to be transmitted, the workflow system assembles the message to be transmitted into a transmission message with a preset format and sends the transmission message to the sub-page. Specifically, the workflow system assembles the message to be transmitted into a JSON (Java Script object Notation) format and sends the JSON (Java Script object Notation) format to the sub-pages. It should be noted that, the parent page detects the message transmission instruction in a message monitoring manner, and transmits the message content of the message transmission instruction in the JSON format, that is, transmits the message to be transmitted in the JSON format, and the message structure of the message to be transmitted is predetermined by the workflow system and the external system. In this embodiment, a JSON format is used for transmitting messages, and the characteristics of simple applicability and good compatibility of JSON are utilized, so that JSON is compatible with low-version IE (Internet Explorer, web browser). After the workflow system receives an acquisition request for acquiring the message to be transmitted in the JSON format sent by a child page through a parent page, the workflow system acquires the corresponding message to be transmitted according to the acquisition request, converts the message to be transmitted into the JSON format and then places the JSON format into a fixed parameter position in a preset callback function so as to send the message to be transmitted in the JSON format to the child page, namely, the message to be transmitted in the JSON format is sent to an external system, and communication between the external system and the workflow system is realized.
Further, a Message sending function is also added to a child page of the external system, specifically, a single-click event of a save button is set in the child page of the external system, a call of the Message sending function is added to a method of the single-click event, and a Message is sent to a parent page of the workflow system by using a window. In the process that the external system stores data through the storage button of the sub-page, the sub-page sends key information of the stored data to the workflow system, specifically to a front end sub-system of the workflow system, wherein the key information includes but is not limited to task identification, node name and project number of a task corresponding to the data stored in the external system. It should be noted that the external system only sends the key information to the front end subsystem of the workflow system through the sub-page, and other related information can be obtained when executing the corresponding task, so that the data transmission amount between the external system and the workflow system is reduced, the content of the data transmitted by the external system and the workflow system is simplified, the complex task definition is completed in the external system, and the workflow system is not required to execute the complex task definition operation.
The embodiment solves the problem of data interaction between the sub-page of the external system and the parent page of the workflow system after the external system is embedded into the workflow system as the workflow node, and can not only directly embed the sub-page of the external system into the workflow system, but also send messages to the external system, and the external system can also send messages to the workflow system, the external system is used as the workflow node in the workflow system, so that the processes of data processing, analysis and the like in the external system are clearer, corresponding developers can complete the development of the whole business process in the visual workflow system, the developers are prevented from repeatedly logging in different external systems to design the business logic of the business process, the difficulty of the developers in developing the business process is reduced, and the design efficiency of the developers in designing the business logic is improved.
Further, the embedding method of the external system further includes:
and d, acquiring a setting parameter corresponding to the design instruction after the design instruction for designing the chart in the sub-page is detected.
When the workflow system detects a design instruction for chart design in a sub-page, the workflow system acquires setting parameters corresponding to the design instruction through the sub-page, wherein the setting parameters comprise a data source of chart data, a chart name, a representation style of a chart, color configuration, a chart size and the like, and the representation style comprises but is not limited to a histogram, a table and a radar chart. In this embodiment, the chart corresponding to the design instruction is a visual chart. Specifically, the user may trigger the design instruction in a sub-page of an external system embedded in the workflow system.
And e, setting a chart according to the setting parameters, storing the setting parameters as a kanban task, and displaying the setting parameters in the father page through the kanban task.
After the workflow system obtains the setting parameters corresponding to the design instruction, the workflow system sets a chart in a child page according to the setting parameters, stores the setting parameters as a dashboard (dashboard) task, and sends the dashboard task to a parent page so as to display the setting parameters in the parent page through the dashboard task. It should be noted that, the related information of the set chart can be displayed in the parent page through the kanban task, and specifically, can be displayed in the form of a list in the parent page. It is understood that the sub-page also sends the kanban task to the parent page through Iframe cross-domain in a string manner, wherein the string manner is one of JSON format. It should be noted that, in this embodiment, a user only needs to perform corresponding operations on an external system, the external system stores operation information of the user, and then sends core information in the operation information to a parent page of the workflow system, and when a corresponding task is executed, the workflow system returns the core information to the external system, so that the external system executes the corresponding task according to the core information, where the core information is information that can determine which task the task is specific.
In the embodiment, the visual chart is created by using the external system in the workflow system in an Iframe mode, and in the process of creating the visual chart by using the workflow system, because the external system is embedded into the workflow system as the workflow node, a user does not need to log in the corresponding external system to create the chart, the chart can be directly created in the workflow system, the difficulty of creating the chart is simplified, and the efficiency of creating the chart is improved.
Further, a third embodiment of the embedding method of the external system of the present invention is proposed.
The third embodiment of the embedding method of the external system is different from the first and/or second embodiment of the embedding method of the external system in that, referring to fig. 3, the embedding method of the external system further includes:
step S60, when detecting an access request for accessing the external system, acquiring security authentication information of the external system from a backend system of the workflow system.
Step S70, adding the security authentication information to the access request, and sending the access request carrying the security authentication information to the external system, so that the external system determines the validity of the access request according to the security authentication information in the access request.
When the workflow system detects an access request for accessing the external system, the workflow system acquires the security authentication information of the external system from the rear terminal system of the workflow system and adds the security authentication information to the access request. The access request can be triggered by a user in a workflow system or an external system according to needs, and the security authentication information is pre-stored in a back-end subsystem. It should be noted that, the access request carries a system name of the external system, and the security authentication information of the external system can be acquired from the back-end subsystem according to the system name.
And after the safety authentication information is added into the access request, the workflow system sends the access request carrying the safety authentication information to an external system. When the external system receives the access request, the external system acquires the security authentication information in the access request, compares the acquired security authentication information with the pre-stored security authentication information, and if the acquired security authentication information is consistent with the stored security authentication information, the external system determines that the access request is legal and executes the access request; if the acquired security authentication information is inconsistent with the stored security authentication information, the external system determines that the access request is illegal and does not execute the access request. It should be noted that the communication between the external system and the workflow system is the communication between the external system child page and the workflow system parent page.
In the communication process between the external system and the workflow system, the external system ensures the validity of the access request sent by the workflow system through the security authentication information, and ensures the security of the external system in the process of executing the access request of the workflow system.
Further, the embedding method of the external system further includes:
and f, acquiring a standard interface which is butted with the external system in a rear terminal system of the workflow system, and acquiring interface information of the external system through the front terminal system.
The workflow system acquires a standard interface which is connected with an external system in the rear terminal system, and acquires interface information of the external system through the front terminal system. It should be noted that the external system needs to execute tasks such as a quality check task, a data export task, and data analysis, and each task needs to be defined in the corresponding external system. Therefore, the external system generally has a login interface, a creation interface for creating a task, an update interface for updating a task, a deletion interface for deleting a task, and the like, and in the process of executing a task, the external system also needs to acquire the execution state of the task, and the workflow system sends the execution result and the log of the task to the external system, and the implementation of these functions also needs a corresponding interface. It follows that in an external system, each interface has its own function to implement and corresponding return data type. In this embodiment, in order to simplify the complexity of calling the external system by the front end subsystem, the rear end subsystem performs standardized operations on various interfaces corresponding to the external system, and uniformly defines standard interfaces for interfacing with the external system, such as a login interface, a creation interface for creating a task, an update interface for updating a task, a deletion interface for deleting a task, and the like in the rear end subsystem. The interface information includes, but is not limited to, the URL address of the external system, the node name of the corresponding workflow node of the interface, and interface parameters, by which it can be determined which interface is the current interface.
And g, creating a workflow task in the external system according to the standard interface and the interface information through the front terminal system.
After the standard interface and the interface information of the external system are acquired, the workflow system acquires the interface code corresponding to the standard interface at the rear terminal system, and then writes the interface information into the corresponding position of the interface code to obtain a callable interface, and at the moment, the front terminal system can create a workflow task in the external system through the callable interface. It should be noted that, in the back-end subsystem of the workflow system, each standard interface has a corresponding interface code, and the interface code is preset, and when it is to be used, it is only necessary to write corresponding interface information into the set interface code.
The embodiment defines the standard interface for connecting the external system at the back terminal system of the workflow system, so that when the front terminal system of the workflow system is connected with the external system, the workflow nodes corresponding to each external system do not need to be specially called and processed, the external system is butted through the interface code of the standard interface in the back-end subsystem, because the data capacity of the front-end subsystem is weaker than that of the rear-end subsystem, the difficulty of designing a standard interface in the rear-end subsystem is less than that of calling and processing the workflow nodes corresponding to the external system by the front-end subsystem, the difficulty of calling the external system by the front-end subsystem of the workflow system is reduced, an interface frame for butting an external system is added in the rear terminal system, so that the front terminal system is prevented from directly corresponding to interfaces of various external systems, therefore, the calling of the external system can be realized without modifying the code of the front terminal system.
Further, a fourth embodiment of the embedding method of the external system of the present invention is proposed.
The fourth embodiment of the embedding method of the external system is different from the first, second and/or third embodiment of the embedding method of the external system in that the embedding method of the external system further includes:
and h, determining a scheduling system corresponding to the execution instruction after detecting the execution instruction of the workflow node corresponding to the external system.
When the external system is successfully embedded into the workflow system as the workflow node, the workflow system detects whether an execution instruction of the workflow node corresponding to the external system is detected to be executed. If the execution instruction is detected, the workflow system determines a scheduling system corresponding to the execution instruction. The execution instruction can be a real-time execution instruction or a scheduling execution instruction. When the execution instruction is a scheduling execution instruction, tasks of workflow nodes corresponding to the external system need to be issued to the corresponding scheduling system for timed execution. It should be noted that, the execution instruction carries the scheduling identifier of the corresponding scheduling system, and the scheduling system corresponding to the execution instruction can be determined according to the scheduling identifier.
And step i, converting the tasks of the workflow nodes according to the scheduling format of the scheduling system to obtain the converted tasks to be executed, and sending the converted tasks to be executed to an Linkis client through the scheduling system so as to execute the converted tasks to be executed through the Linkis client.
And when the workflow system determines a scheduling system corresponding to the execution instruction, the workflow system converts the tasks of the workflow nodes according to the scheduling format of the scheduling system to obtain the converted tasks to be executed. It should be noted that each scheduling system has its own input format, and therefore, to send a task corresponding to a workflow node in an external system to the scheduling system, format conversion needs to be performed on the task, and how to convert is determined by the scheduling system, which is not described in detail in this embodiment. And after the converted task to be executed is obtained, the workflow system sends the converted task to be executed to the scheduling system, so that the scheduling system sends the converted task to be executed to the Linkis client side, and the converted task to be executed is executed through the Linkis client side. Specifically, regardless of whether the execution instruction is a real-time execution instruction or a scheduling execution instruction, the Linkis client determines, through the system identifier in the task to be executed, whether the node corresponding to the task to be executed is a workflow node of an external system or an original node of the workflow system, where the original node of the workflow system is a native node of the workflow system. If the Linkis client determines that the node corresponding to the task to be executed is the original node of the workflow system, submitting the task to be executed to an engine of the task to be executed by the Linkis client so as to execute the task to be executed through the engine; if the Linkis client determines that the node corresponding to the task to be executed is the workflow node of the external system, the Linkis client determines the node type of the workflow node corresponding to the task to be executed, then sends the task to be executed to the external system corresponding to the determined node type, and the external system executes the task to be executed. And when the external system finishes executing the task to be executed, generating an execution result and returning the execution result.
If the scheduling system is an Azkaban system, the workflow system needs to convert tasks of workflow nodes corresponding to an External system into jobfiles, then compresses the jobfiles into compressed packets, and sends the compressed packets to the Azkaban system, the Azkaban system analyzes the obtained compressed packets into execution task flows, and uses Azkaban plug-in which a Linkis client is packaged to submit the execution task flows to an External interface of a background of the Linkis client according to Directed Acyclic Graph (DAG) scheduling, so that the execution task flows are uniformly sent to the External system, and the External system is responsible for corresponding task analysis and executing the execution task flows. The format of the compressed packet may be zip or RAR (Roshal archive) etc. Specifically, the Linkis client can identify the system name of the external system executing the corresponding task through the compressed packet, the corresponding external system can be determined according to the system name, the Linkis client can identify the system name through the Job Type, and one workflow Node corresponds to one Node Type.
It should be noted that, in this embodiment, the Linkis client is used to implement the execution of the external system workflow node task, and the system-level and user-level multi-tenant isolation, concurrent flow limitation, context sharing, and other capabilities of the Linkis client can be used. When an external system needs to be accessed into Linkis to execute tasks, the access of the external system can be realized only by realizing the interface content of ExternalEntrance in the background of the Linkis client. The External enterprise of the Linkis client provides a Context class, and allows the workflow nodes corresponding to the External system to share variables and parameters for the workflow nodes of other External systems to use in the process of executing the tasks corresponding to the workflow nodes.
By utilizing the system-level and user-level multi-tenant isolation, concurrent flow limitation, context sharing and other capabilities of Linkis, the interaction of the workflow system and the external system has a uniform execution entry, and the interaction difficulty of the workflow system and the external system is reduced.
Further, referring to fig. 4, the present invention also provides a workflow system including:
the determining module 10 is configured to determine, through a preset node type table, a node type of a workflow node corresponding to a load instruction after the load instruction of an external system is loaded in a front end subsystem of a workflow system is detected;
an obtaining module 20, configured to obtain a node parameter of the workflow node in a preset parameter configuration table according to the node type;
a generating module 30, configured to generate a front-end control of the workflow node in the front-end subsystem according to the node parameter, so as to embed the external system as the workflow node in the workflow system.
Further, the obtaining module 20 is further configured to, after detecting a start instruction for starting the sub-page of the external system in the workflow node, obtain a Uniform Resource Locator (URL) address of the sub-page, and obtain a start parameter corresponding to the start instruction;
the generating module 30 is further configured to generate a transmission request according to the URL address and the start parameter;
the workflow system further comprises:
and the setting module is used for setting the transmission request into a text tag so as to realize communication between the child page and the parent page of the workflow system through the text tag.
Further, the obtaining module 20 is further configured to, after detecting a message transmission instruction for sending a message across domains between the parent page and the child page using the text tag, obtain, through the parent page, a message to be transmitted corresponding to the message transmission instruction;
the workflow system further comprises:
and the first sending module is used for assembling the messages to be transmitted into transmission messages with a preset format and sending the transmission messages to the sub-pages.
Further, the obtaining module 20 is further configured to obtain a setting parameter corresponding to a design instruction when the design instruction for performing diagram design in the sub-page is detected;
the setting module is also used for setting a chart according to the setting parameters;
the workflow system further comprises:
and the storage module is used for storing the setting parameters as the kanban task so as to display the setting parameters in the father page through the kanban task.
Further, the obtaining module 20 is further configured to obtain the security authentication information of the external system from a backend system of the workflow system after detecting an access request for accessing the external system;
the workflow system further comprises:
a first adding module, configured to add the security authentication information to the access request;
and the second sending module is used for sending the access request carrying the security authentication information to the external system so that the external system can determine the validity of the access request according to the security authentication information in the access request.
Further, the obtaining module 20 is further configured to obtain a standard interface, which is docked with the external system, in a back terminal system of the workflow system, and obtain interface information of the external system through the front terminal system;
the workflow system further comprises:
and the creating module is used for creating workflow tasks in the external system according to the standard interface and the interface information through the front terminal system.
Further, the workflow system further includes:
the determining module is used for determining a scheduling system corresponding to the executing instruction after detecting the executing instruction of the workflow node corresponding to the external system;
the conversion module is used for converting the tasks of the workflow nodes according to the scheduling format of the scheduling system to obtain the converted tasks to be executed;
the obtaining module 20 is further configured to send the converted to-be-executed task to the Linkis client through the scheduling system, so that the converted to-be-executed task is executed through the Linkis client.
Further, the workflow system further includes:
and the second adding module is used for adding the node type of the workflow node in the node type table and adding the node parameter of the workflow node in the parameter configuration table after detecting that an embedding instruction of the workflow node corresponding to an external system is embedded in the workflow system.
It should be noted that the embodiments of the workflow system are substantially the same as the embodiments of the embedding method of the external system, and are not described in detail herein.
In addition, the invention also provides an embedded device of the external system. As shown in fig. 5, fig. 5 is a schematic structural diagram of a hardware operating environment according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a hardware operating environment of an embedded device of an external system. The embedded device of the external system of the embodiment of the invention can be a terminal device such as a PC, a portable computer and the like.
As shown in fig. 5, the embedded device of the external system may include: a processor 1001, such as a CPU, a memory 1005, a user interface 1003, a network interface 1004, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Optionally, the embedded device of the external system may further include a camera, a Radio Frequency (RF) circuit, a sensor, an audio circuit, a WiFi module, and the like.
Those skilled in the art will appreciate that the external system embedded device configuration shown in fig. 5 does not constitute a limitation of the external system embedded device, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 5, a memory 1005, which is a kind of computer storage medium, may include embedded programs of an operating system, a network communication module, a user interface module, and an external system therein. The operating system is a program for managing and controlling hardware and software resources of the embedded device of the external system, and supports the operation of the embedded program of the external system and other software or programs.
In the embedded device of the external system shown in fig. 5, the user interface 1003 is mainly used for connecting a client and performing data communication with the client; the network interface 1004 is mainly used for the background server and performs data communication with the background server; the processor 1001 may be used to call an embedded program of an external system stored in the memory 1005 and perform the steps of the embedded method of the external system as described above.
The specific implementation of the embedding device of the external system of the present invention is substantially the same as the embodiments of the embedding method of the external system, and is not described herein again.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, in which an embedded program of an external system is stored, and the embedded program of the external system, when executed by a processor, implements the steps of the method for embedding the external system as described above.
The specific implementation of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the embedding method of the external system, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (11)

1. An embedding method of an external system, characterized by comprising the steps of:
when a loading instruction of an external system is loaded in a front terminal system of a workflow system, determining a node type of a workflow node corresponding to the loading instruction through a preset node type table;
acquiring node parameters of the workflow nodes in a preset parameter configuration table according to the node types;
and generating a front-end control of the workflow node in the front-end subsystem according to the node parameter so as to embed the external system into the workflow system as the workflow node.
2. The method of embedding an external system as claimed in claim 1, wherein the step of generating a front-end control of the workflow node in the front end sub-system according to the node parameter to embed the external system as a workflow node in the workflow system is followed by the step of:
when a starting instruction for starting the sub-page of the external system in the workflow node is detected, acquiring a Uniform Resource Locator (URL) address of the sub-page and acquiring a starting parameter corresponding to the starting instruction;
and generating a transmission request according to the URL address and the starting parameter, and setting the transmission request into a text tag so as to realize communication between the child page and a parent page of the workflow system through the text tag.
3. The embedding method of the external system according to claim 2, wherein the step of generating a transmission request according to the URL address and the initiation parameter and setting the transmission request into a text tag to enable communication between the child page and the parent page of the workflow system through the text tag further comprises, after the step of:
when a message transmission instruction for sending a message between the parent page and the child page in a cross-domain mode by using the text label is detected, obtaining a message to be transmitted corresponding to the message transmission instruction through the parent page;
and assembling the messages to be transmitted into transmission messages with a preset format and sending the transmission messages to the sub-pages.
4. The embedding method of the external system according to claim 2, wherein the step of generating a transmission request according to the URL address and the initiation parameter and setting the transmission request into a text tag to enable communication between the child page and the parent page of the workflow system through the text tag further comprises, after the step of:
when a design instruction for designing a diagram in the sub-page is detected, acquiring a setting parameter corresponding to the design instruction;
and setting a chart according to the setting parameters, storing the setting parameters as a kanban task, and displaying the setting parameters in the father page through the kanban task.
5. The method of embedding an external system as claimed in claim 1, wherein the step of generating a front-end control of the workflow node in the front end sub-system according to the node parameter to embed the external system as a workflow node in the workflow system is followed by the step of:
when an access request for accessing the external system is detected, acquiring security authentication information of the external system from a rear terminal system of the workflow system;
and adding the security authentication information into the access request, and sending the access request carrying the security authentication information to the external system so that the external system can determine the validity of the access request according to the security authentication information in the access request.
6. The method of embedding an external system as claimed in claim 1, wherein the step of generating a front-end control of the workflow node in the front end sub-system according to the node parameter to embed the external system as a workflow node in the workflow system is followed by the step of:
acquiring a standard interface which is connected with the external system in a rear terminal system of the workflow system in a butt joint mode, and acquiring interface information of the external system through the front terminal system;
and creating a workflow task in the external system according to the standard interface and the interface information through the front terminal system.
7. The method of embedding an external system as claimed in claim 1, wherein the step of generating a front-end control of the workflow node in the front end sub-system according to the node parameter to embed the external system as a workflow node in the workflow system is followed by the step of:
when an execution instruction for executing the workflow node corresponding to the external system is detected, determining a scheduling system corresponding to the execution instruction;
and converting the tasks of the workflow nodes according to the scheduling format of the scheduling system to obtain the converted tasks to be executed, and sending the converted tasks to be executed to an Linkis client through the scheduling system so as to execute the converted tasks to be executed through the Linkis client.
8. The method as claimed in any one of claims 1 to 7, wherein before the step of determining the node type of the workflow node corresponding to the load instruction through a preset node type table after detecting that the load instruction of the external system is loaded in the front end subsystem of the workflow system, the method further comprises:
and when an embedding instruction of a workflow node corresponding to an external system is embedded in the workflow system, adding the node type of the workflow node in the node type table, and adding the node parameter of the workflow node in the parameter configuration table.
9. A workflow system, the workflow system comprising:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining the node type of a workflow node corresponding to a loading instruction through a preset node type table after the loading instruction of an external system is loaded in a front terminal system of the workflow system is detected;
the acquisition module is used for acquiring the node parameters of the workflow nodes in a preset parameter configuration table according to the node types;
and the generating module is used for generating a front-end control of the workflow node in the front-end subsystem according to the node parameter so as to embed the external system into the workflow system as the workflow node.
10. An embedded device of an external system, characterized in that the embedded device of the external system comprises a memory, a processor and an embedded program of the external system stored on the memory and executable on the processor, the embedded program of the external system realizing the steps of the embedded method of the external system according to any one of claims 1 to 8 when executed by the processor.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon an embedded program of an external system, which when executed by a processor, implements the steps of the embedded method of the external system according to any one of claims 1 to 8.
CN201911110030.7A 2019-11-13 2019-11-13 Embedding method of external system, workflow system, device and storage medium Pending CN110874278A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201911110030.7A CN110874278A (en) 2019-11-13 2019-11-13 Embedding method of external system, workflow system, device and storage medium
PCT/CN2020/126823 WO2021093672A1 (en) 2019-11-13 2020-11-05 Method for embedding external system, workflow system, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911110030.7A CN110874278A (en) 2019-11-13 2019-11-13 Embedding method of external system, workflow system, device and storage medium

Publications (1)

Publication Number Publication Date
CN110874278A true CN110874278A (en) 2020-03-10

Family

ID=69718072

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911110030.7A Pending CN110874278A (en) 2019-11-13 2019-11-13 Embedding method of external system, workflow system, device and storage medium

Country Status (2)

Country Link
CN (1) CN110874278A (en)
WO (1) WO2021093672A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966744A (en) * 2020-10-21 2020-11-20 太平金融科技服务(上海)有限公司 Workflow deployment method and device, computer equipment and storage medium
WO2021093672A1 (en) * 2019-11-13 2021-05-20 深圳前海微众银行股份有限公司 Method for embedding external system, workflow system, device and computer readable storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236544B (en) * 2010-04-21 2014-06-18 腾讯科技(深圳)有限公司 Method and device for designing skins
US11144333B2 (en) * 2011-07-12 2021-10-12 Tongling Yuchen Software Technology Co., Ltd. Service model-oriented software system and operation method thereof
CN102523106A (en) * 2011-12-04 2012-06-27 东华大学 Video website user behavior analysis system based on Flex RIA (Rich Internet Applications) technology
US10592082B2 (en) * 2015-11-24 2020-03-17 Microsoft Technology Licensing, Llc Parallel front end application and workflow development
CN110874278A (en) * 2019-11-13 2020-03-10 深圳前海微众银行股份有限公司 Embedding method of external system, workflow system, device and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021093672A1 (en) * 2019-11-13 2021-05-20 深圳前海微众银行股份有限公司 Method for embedding external system, workflow system, device and computer readable storage medium
CN111966744A (en) * 2020-10-21 2020-11-20 太平金融科技服务(上海)有限公司 Workflow deployment method and device, computer equipment and storage medium
CN111966744B (en) * 2020-10-21 2021-01-15 太平金融科技服务(上海)有限公司 Workflow deployment method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
WO2021093672A1 (en) 2021-05-20

Similar Documents

Publication Publication Date Title
US10810110B1 (en) Methods, systems, and articles of manufacture for testing web services using a behavior-driven development domain specific language framework
CN107133180B (en) Dynamic page testing method, testing device and storage medium
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
KR102243793B1 (en) Method and apparatus for code virtualization and remote process call generation
CN106997298B (en) Application resource acquisition method and device
CN105872083A (en) Method and system supporting server access by different types of clients as well as server
US20120311524A1 (en) Gateway Data Distribution Engine
CN110808897A (en) Proxy access method, user equipment, storage medium, device and system
US20120089931A1 (en) Lightweight operation automation based on gui
CN102567400B (en) Method for realizing Web visit and Web server
US8782470B2 (en) Generation of test data for web service-based test automation and semi-automated test data categorization
CN112114890A (en) Method, device and equipment for processing small program and storage medium
US20220182390A1 (en) Method and device for processing network resource access, server and terminal
CN111522849A (en) Database dynamic access method, server and storage medium
CN108694120B (en) Method and device for testing service component
Rattanapoka et al. An MQTT-based IoT cloud platform with flow design by Node-RED
CN110874278A (en) Embedding method of external system, workflow system, device and storage medium
CN110532182B (en) Automatic testing method and device for virtualization platform
CN113296653B (en) Simulation interaction model construction method, interaction method and related equipment
CN112860308A (en) Configuration method of interface definition, service processing method, server and storage medium
CN109885792B (en) Webdriver technology-based APP bridging method
CN111767109A (en) H5 page display method and device based on terminal application and readable storage medium
CN107391132B (en) Method, device and equipment for target App to execute preset action
CN111338928A (en) Chrome-based browser testing method and device
CN113485927A (en) Test data generation method, device, 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