CN111104181A - Webpage data filling system for visually editing task flow - Google Patents

Webpage data filling system for visually editing task flow Download PDF

Info

Publication number
CN111104181A
CN111104181A CN201911289111.8A CN201911289111A CN111104181A CN 111104181 A CN111104181 A CN 111104181A CN 201911289111 A CN201911289111 A CN 201911289111A CN 111104181 A CN111104181 A CN 111104181A
Authority
CN
China
Prior art keywords
node
task
client
flow
interpreter
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
CN201911289111.8A
Other languages
Chinese (zh)
Inventor
李圣亮
贾东雷
于斌
寇志刚
贾晓光
罗群
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongguancun Technology Software Co Ltd
Original Assignee
Zhongguancun Technology 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 Zhongguancun Technology Software Co Ltd filed Critical Zhongguancun Technology Software Co Ltd
Priority to CN201911289111.8A priority Critical patent/CN111104181A/en
Publication of CN111104181A publication Critical patent/CN111104181A/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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45529Embedded in an application, e.g. JavaScript in a Web browser
    • 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
    • G06F9/548Object oriented; Remote method invocation [RMI]

Abstract

The invention discloses a webpage data filling system for a visual editing task process, which comprises a server, a client, a process engine and a node interpreter. The server is an HTTP server used for providing filling task management for a plurality of clients; the client is a local program and provides a wrapper of a process engine and a node interpreter and a visual interface for editing a task process; the flow engine is mainly responsible for reading the configuration file generated by the client, executing different flow nodes according to the configuration file in sequence, and providing a method for the communication of the client for the node interpreter to call so as to realize the interaction between the user and the task in the execution of the client filling task; the node interpreter is used to complete the actual service code according to the node attribute.

Description

Webpage data filling system for visually editing task flow
Technical Field
The invention relates to the technical field of data processing, in particular to a webpage data filling system for a visual editing task flow.
Background
With the rise of the internet, a great number of application systems based on Web platforms are generated, and all industries have application systems for storing business data, and it becomes more and more important how to report data into the application systems to meet the user requirements.
At present, an existing data filling method provides that a client downloads a report file from a server, and the client completes a filling task and records filling information by running a prefabricated filling control. The required reporting control in the method needs customized development and is not universal. At present, an existing data filling system generates a data template, a user downloads a template form, filling form data is sent to an offline filling system through a mail, and the filling system performs data filling on a target system.
Disclosure of Invention
Aiming at the technical problems in the related art, the invention provides a webpage data filling system for visually editing a task flow, which can overcome the defects in the prior art.
In order to achieve the technical purpose, the technical scheme of the invention is realized as follows:
a webpage data filling system for a visual editing task flow comprises a server, a client, a flow engine and a node interpreter;
the server is an HTTP server used for providing filling task management for a plurality of clients;
the client is a local program and provides a wrapper of a process engine and a node interpreter and a visual interface for editing a task process;
the flow engine is mainly responsible for reading the configuration file generated by the client, executing different flow nodes according to the configuration file in sequence, and providing a method for the communication of the client for the node interpreter to call so as to realize the interaction between the user and the task in the execution of the client filling task;
the node interpreter is used to complete the actual service code according to the node attribute.
Furthermore, the server side comprises the steps of task creation, new addition and editing, task timing attribute configuration, task execution state monitoring, task execution log checking and task execution node scheduling.
Furthermore, the client generates a flow chart through the flow nodes, converts the flow chart into a flow configuration file which can be analyzed by the flow engine, and stores the configuration file into a server database through an HTTP interface provided by the server, so that the scheduling and the use are convenient.
The process nodes comprise three types of common nodes, circulation nodes and conditional nodes.
Wherein, the flow engine encounters the common node and directly submits the node attribute to the node interpreter for execution.
When the flow engine encounters a loop node, the node attribute is firstly submitted to the node interpreter, and logic loop is performed according to a return result.
When the flow engine encounters a condition node, the flow engine judges which branch is executed according to the result returned by the node interpreter.
The invention has the beneficial effects that: the invention is based on the configurable flow chart, the user has simple understanding and high universality; the data can be acquired in a mode of direct connection of the database or in a mode of an http interface, and the data source is very flexible; the position and content of the filling are highlighted in the filling process, and the memory cost of service personnel is reduced for the service flow with complex service; interaction with a user can be added in the process of executing the process, so that the user can confirm whether the filled data is correct or not, and the error rate of traditional data filling is reduced; the system can replace the repetitive labor of a plurality of users, improve the working efficiency, reduce the labor cost, and simultaneously has good universality, expandability and flexibility based on a visual configuration flow mode, thereby being suitable for all types of internet sites.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a system architecture diagram of a web page data filing system for visualizing an editing task flow according to an embodiment of the present invention;
fig. 2 is a block diagram of a system overall data trend flow of the web page data filing system for visualizing an editing task flow according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments that can be derived by one of ordinary skill in the art from the embodiments given herein are intended to be within the scope of the present invention.
As shown in fig. 1-2, the web page data filing system for visually editing task flows according to an embodiment of the present invention includes four main modules, namely a server, a client, a flow engine, and a node interpreter;
the server is an HTTP server used for providing filling task management for a plurality of clients;
the client is a local program and provides a wrapper of a process engine and a node interpreter and a visual interface for editing a task process;
the flow engine is mainly responsible for reading the configuration file generated by the client, executing different flow nodes according to the configuration file in sequence, and providing a method for the communication of the client for the node interpreter to call so as to realize the interaction between the user and the task in the execution of the client filling task;
the node interpreter is used to complete the actual service code according to the node attribute.
In a specific embodiment, the server includes creation, addition and editing of tasks, configuration of task timing attributes, monitoring of task execution state, checking of task execution logs and scheduling of task execution nodes.
In a specific embodiment, the client generates a flow chart through the flow nodes, converts the flow chart into a flow configuration file which can be analyzed by the flow engine, and stores the configuration file into a server database through an HTTP interface provided by the server for scheduling and use.
Preferably, the flow nodes include three types, namely common nodes, circulation nodes and conditional nodes.
Preferably, the flow engine encounters a common node and directly submits the node attribute to the node interpreter for execution.
Preferably, when the flow engine encounters a loop node, the node attribute is first submitted to the node interpreter, and logic loop is performed according to a return result.
Preferably, when the flow engine encounters a conditional node, it determines which branch to execute based on the results returned by the node interpreter.
In a specific embodiment, the Webkit browser engine is used as a carrier, and the data filling work of a target application system is completed by manually configuring flow nodes and simulating the operation of a human on a browser.
Preferably, the simulation of the common operations of the human on the browser comprises opening a page, inputting information, clicking a button and other common nodes.
In one embodiment, if the node interpreter encounters a normal node, the page is opened based on the node attribute url value.
In order to facilitate understanding of the above-described technical aspects of the present invention, the above-described technical aspects of the present invention will be described in detail below in terms of specific usage.
According to the webpage data filling system for the visual editing task flow, firstly, a java language and an SSM (simple message modeling) based framework are used for completing a basic architecture, and basic services such as data interfaces, data source management, log management, task scheduling and the like are provided for the whole set of system; secondly, constructing a user client UI based on the electron and the fact.js, and making a flow editing page; js to complete a set of matched process engine, wherein the process engine has the main function of sequentially executing process nodes according to a flow chart, and the flow chart comprises common nodes, circulation nodes and condition nodes; and finally, completing a set of matched process node interpreters based on the node.js, and executing the corresponding node interpreters when the process engine is executed to the target node.
When the webpage data filling system of the visual editing task flow is used, firstly, a structured data source needs to be managed; and then establishing a filling task, including the name, description, attribute configuration and timing information configuration of the task. Then, a business flow chart meeting business requirements is edited through various different types of flow nodes, when a flow engine encounters a common node, the node attribute is directly submitted to a node interpreter to be executed, and then the next node is continuously executed; when a loop node is encountered, firstly submitting the node attribute to a node interpreter, carrying out logic loop according to a returned result, if the returned result is true, executing a sub-node in the loop node once, and repeatedly executing the loop node after execution until the result returned by the node interpreter is false; when a conditional node is encountered, it is determined which branch to execute based on the results returned by the node interpreter. And finally, running a filling task, automatically executing the script according to the flow chart, and opening a browser to fill the target system.
In summary, the invention is based on the configurable flow chart, the user has simple understanding and high universality, and the user can configure the flow chart according to the business requirement through simple page configuration; the data source is very flexible, and the data can be acquired in a mode of direct connection of a database or in a mode of an http interface; the position and content of the filling are highlighted in the filling process, and the memory cost of service personnel is reduced for the service flow with complex service; the process execution process can be added with interaction with a user, so that the user can confirm whether the filled data is correct or not, and the error rate of traditional data filling is reduced. The system can replace a plurality of repetitive labor of a user, improves the working efficiency, reduces the labor cost, reduces the manual error rate, has good universality, expandability and flexibility due to the mode based on the visual configuration flow, and is suitable for all types of internet sites.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (7)

1. A webpage data filling system for a visual editing task flow is characterized by comprising a server, a client, a flow engine and a node interpreter, wherein the server is connected with the client through a network;
the server is an HTTP server used for providing filling task management for a plurality of clients;
the client is a local program and provides a wrapper of a process engine and a node interpreter and a visual interface for editing a task process;
the flow engine is mainly responsible for reading the configuration file generated by the client, executing different flow nodes according to the configuration file in sequence, and providing a method for the communication of the client for the node interpreter to call so as to realize the interaction between the user and the task in the execution of the client filling task;
the node interpreter is used to complete the actual service code according to the node attribute.
2. The system of claim 1, wherein the server includes task creation, addition, and editing, task timing attribute configuration, task execution status monitoring, task execution log viewing, and task execution node scheduling.
3. The system of claim 1, wherein the client generates a flow chart through the flow nodes, converts the flow chart into a flow configuration file that can be parsed by the flow engine, and stores the configuration file into the server database through the HTTP interface provided by the server for scheduling and use.
4. The system of claim 3, wherein the process nodes include normal nodes, loop nodes, and condition nodes.
5. The system of claim 4, wherein the process engine encounters a common node and directly delivers the node property to the node interpreter for execution.
6. The system of claim 4, wherein the process engine encounters a loop node, first submits the node attribute to the node interpreter, and performs a logic loop according to a returned result.
7. The system of claim 4, wherein when the flow engine encounters a condition node, it determines which branch to execute according to the result returned by the node interpreter.
CN201911289111.8A 2019-12-13 2019-12-13 Webpage data filling system for visually editing task flow Pending CN111104181A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911289111.8A CN111104181A (en) 2019-12-13 2019-12-13 Webpage data filling system for visually editing task flow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911289111.8A CN111104181A (en) 2019-12-13 2019-12-13 Webpage data filling system for visually editing task flow

Publications (1)

Publication Number Publication Date
CN111104181A true CN111104181A (en) 2020-05-05

Family

ID=70423273

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911289111.8A Pending CN111104181A (en) 2019-12-13 2019-12-13 Webpage data filling system for visually editing task flow

Country Status (1)

Country Link
CN (1) CN111104181A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112966202A (en) * 2021-03-03 2021-06-15 浪潮云信息技术股份公司 Method for realizing integration of multiple government affair services
CN113434798A (en) * 2021-06-21 2021-09-24 湖南大学 Method and system for generating codeless RPA (resilient packet Access) automatic flow file
CN114527962A (en) * 2020-11-23 2022-05-24 中国移动通信集团重庆有限公司 Flow automation processing device and method and computing equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466722A (en) * 2001-08-09 2004-01-07 ���Ͽع����޹�˾ Workflow system capable of managing document version and method for managing document version using the same
CN101216906A (en) * 2007-12-29 2008-07-09 中国建设银行股份有限公司 A flow control method and a flow engine
CN102520968A (en) * 2011-12-28 2012-06-27 用友软件股份有限公司 Design and demonstration device for process capable of being customized and method
CN103384239A (en) * 2012-12-19 2013-11-06 航天数联信息技术(深圳)有限公司 Report generating method and system
CN103617066A (en) * 2013-12-16 2014-03-05 中国农业银行股份有限公司 Workflow engine and implementation method thereof
CN105700888A (en) * 2016-01-14 2016-06-22 国网山东省电力公司物资公司 Visualization rapid developing platform based on jbpm workflow engine
CN106686023A (en) * 2015-11-05 2017-05-17 中兴通讯股份有限公司 Flow designing method, client machine, server side apparatus and system
CN107294764A (en) * 2017-04-26 2017-10-24 中国科学院信息工程研究所 Intelligent supervision method and intelligent monitoring system
CN108846630A (en) * 2018-05-25 2018-11-20 广州衡昊数据科技有限公司 A kind of resource control system and method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466722A (en) * 2001-08-09 2004-01-07 ���Ͽع����޹�˾ Workflow system capable of managing document version and method for managing document version using the same
CN101216906A (en) * 2007-12-29 2008-07-09 中国建设银行股份有限公司 A flow control method and a flow engine
CN102520968A (en) * 2011-12-28 2012-06-27 用友软件股份有限公司 Design and demonstration device for process capable of being customized and method
CN103384239A (en) * 2012-12-19 2013-11-06 航天数联信息技术(深圳)有限公司 Report generating method and system
CN103617066A (en) * 2013-12-16 2014-03-05 中国农业银行股份有限公司 Workflow engine and implementation method thereof
CN106686023A (en) * 2015-11-05 2017-05-17 中兴通讯股份有限公司 Flow designing method, client machine, server side apparatus and system
CN105700888A (en) * 2016-01-14 2016-06-22 国网山东省电力公司物资公司 Visualization rapid developing platform based on jbpm workflow engine
CN107294764A (en) * 2017-04-26 2017-10-24 中国科学院信息工程研究所 Intelligent supervision method and intelligent monitoring system
CN108846630A (en) * 2018-05-25 2018-11-20 广州衡昊数据科技有限公司 A kind of resource control system and method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114527962A (en) * 2020-11-23 2022-05-24 中国移动通信集团重庆有限公司 Flow automation processing device and method and computing equipment
CN112966202A (en) * 2021-03-03 2021-06-15 浪潮云信息技术股份公司 Method for realizing integration of multiple government affair services
CN113434798A (en) * 2021-06-21 2021-09-24 湖南大学 Method and system for generating codeless RPA (resilient packet Access) automatic flow file
CN113434798B (en) * 2021-06-21 2023-05-23 湖南大学 Code-free RPA automatic process file generation method and system

Similar Documents

Publication Publication Date Title
CN109118347B (en) Automatic cooperation method and system
Petriu et al. Applying the UML performance profile: Graph grammar-based derivation of LQN models from UML specifications
CN111104181A (en) Webpage data filling system for visually editing task flow
CN105335293A (en) Automatic testing system and method based on parallel ports
CN112130812B (en) Analysis model construction method and system based on data stream mixed arrangement
CN108038241A (en) Integrated WEB visual workflows method, apparatus, readable storage medium storing program for executing and system
CN112560522A (en) Automatic contract input method based on robot client
CN115794106A (en) Method and system for analyzing configuration of binary protocol data of rail transit
CN115480810A (en) Low-code platform based on cloud protogenesis
CN115480746A (en) Method, device, equipment and medium for generating execution file of data processing task
He et al. ISA-95 tool for enterprise modeling
CN112083926A (en) Web user interface generation method and device
CN115934097A (en) Method, device, storage medium and electronic device for generating executable statement
Gómez et al. Model-driven development of asynchronous message-driven architectures with AsyncAPI
CN115774573B (en) Application integration method, device, electronic equipment and storage medium
US10102110B1 (en) Simulation process for interface behavior
CN115185489B (en) Time sequence data algorithm configuration system and method
CN116166556A (en) Code analysis method, device and system
McIlvenna Synthesis of orchestrators from service choreographies
CN114579469A (en) Full link interface test method and device, electronic equipment and storage medium
CN113885844A (en) Business service arranging method and related device
CN114860566A (en) Source code testing method and device, electronic equipment and storage medium
US9195704B2 (en) Automated logging for object-oriented environments
Carughi Modeling Data-intensive Rich Internet Applications with Server Push Support.
Anderson Performance modelling of reactive web applications using trace data from automated testing

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200505