CN110865816A - Flow engine method for quickly constructing form - Google Patents

Flow engine method for quickly constructing form Download PDF

Info

Publication number
CN110865816A
CN110865816A CN201911159745.1A CN201911159745A CN110865816A CN 110865816 A CN110865816 A CN 110865816A CN 201911159745 A CN201911159745 A CN 201911159745A CN 110865816 A CN110865816 A CN 110865816A
Authority
CN
China
Prior art keywords
service
deployment
customization
flow engine
quickly constructing
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
CN201911159745.1A
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.)
Guizhou Academy Of Sciences (guizhou Application Technology Research Institute)
Original Assignee
Guizhou Academy Of Sciences (guizhou Application Technology Research Institute)
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 Guizhou Academy Of Sciences (guizhou Application Technology Research Institute) filed Critical Guizhou Academy Of Sciences (guizhou Application Technology Research Institute)
Priority to CN201911159745.1A priority Critical patent/CN110865816A/en
Publication of CN110865816A publication Critical patent/CN110865816A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a flow engine method for quickly constructing a form, which separates programming from service deployment, firstly establishes a configurable intermediate product according to the application of a specific field, and then calls different intermediate products for deployment according to a customized service form of a customer, wherein the process comprises form customization, form calling, rule execution and data storage. The invention realizes the separation of the program code and the specific service, greatly shortens the development period, improves the working efficiency and reduces the development cost.

Description

Flow engine method for quickly constructing form
Technical Field
The invention relates to a flow engine method for quickly constructing a form, and belongs to the technical field of electronic information.
Background
The traditional form construction needs to be customized and developed by a programmer according to business requirements, all things are completed by the programmer, the whole process is long in time consumption, the development cost is high, the period is long, the efficiency is low, and the market requirements are difficult to meet.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a process engine method for quickly constructing a form, thereby shortening the development period, improving the working efficiency and reducing the development cost.
In order to solve the technical problems, the technical scheme of the invention is as follows:
a flow engine method for quickly building form separates program writing from service deployment, firstly, according to the application of specific field, a configurable intermediate product is built, then according to the customized service form of customer, different intermediate products are called to make deployment, and its process includes form customization, form calling, rule execution and data storage.
In the above method for quickly constructing a form flow engine, the form is customized to generate a business form style, the form calls a data source for defining the form and a corresponding stored data table, and the rule execution is used for defining the form rule.
The invention has the beneficial effects that: compared with the prior art, the invention has the following characteristics:
1. the separation of the program code and the specific service is realized: the program writer can write the program with concentration without managing the specific service logic, and the deployment personnel can customize the customer service through the intermediate product. Compared with the mode that all things in the traditional flow are completed by programmers, the method is more meticulous and scientific in division and can enable the product to be closer to the actual business logic.
2. The universality is strong: the method can be configured on an intermediate product, and the intermediate product has stronger universality for application in a certain specific field. The differentiation of business logic is transparent to the program code, and programmers do not need to rewrite intermediate products with changes in demand. The difference in business logic is embodied by the difference customized by the user.
3. The development level requirement is low: after the programmer adopts the customized mode codes and is separated from the deployment, main workers of the software project are transferred to business personnel, so that the programmer is greatly liberated, and the project expense is reduced. The main task of the programmer is to maintain the intermediate product, while the project deployment is done by business personnel.
4. The modification and maintenance are convenient: when the business logic is changed or new user needs exist, the program code does not need to be modified, and recompilation and operation are not needed. Only the service needs to be re-customized. In the process of modification and maintenance, the influence on the original system is reduced to the minimum, and the modification and maintenance are basically independent of the source program. In the conventional mode, modification and update require upgrading or patching of the system, which requires interrupting the operation of the original system. For departments with large business volume, the method is obviously not humanized enough, and the configurable mode can just solve the problem.
5. The development period is reduced: because the configurable mode has strong universality and provides a complete function definition tool, the time is less spent in the process of programming. Meanwhile, due to the adoption of a centralized service processing mode, repeated testing of codes is reduced. Dynamic configuration on the intermediate product takes far less time than hard coding of traffic in conventional schemas.
Drawings
Fig. 1 is a schematic diagram of the present invention.
The invention is further described with reference to the following figures and detailed description.
Detailed Description
Example 1: the method adopts a design mode of form customization, namely a design mode of separating program writing and deployment, and the whole process comprises the following steps: the operation of the modes of customization, analysis and execution can lead business personnel to quickly develop the business form under the guidance of programmers, thereby greatly shortening the development period. When the service is changed, the service personnel can immediately re-customize the service flow and the service form without great influence on the original system. As shown in fig. 1, the style of the business form is generated by customization, and the customization phase defines the data source of the form and the corresponding stored data table, while the control of the form is implemented by the form rule. Each part is an indispensable part for completing the form customization mode flow.
The embodiments of the present invention are not limited to the above-described examples, and various changes made without departing from the spirit of the present invention are within the scope of the present invention.

Claims (2)

1. A process engine method for quickly constructing forms is characterized in that: the method separates program writing from service deployment, firstly establishes a configurable intermediate product according to the application of a specific field, and then calls different intermediate products for deployment according to a customized service form of a customer, wherein the process comprises form customization, form calling, rule execution and data storage.
2. The method of claim 1 for fast building a form flow engine, comprising: the form customization is used for generating the style of the business form, the form calls a data source for defining the form and a corresponding stored data table, and the rule execution is used for defining the form rule.
CN201911159745.1A 2019-11-22 2019-11-22 Flow engine method for quickly constructing form Pending CN110865816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911159745.1A CN110865816A (en) 2019-11-22 2019-11-22 Flow engine method for quickly constructing form

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911159745.1A CN110865816A (en) 2019-11-22 2019-11-22 Flow engine method for quickly constructing form

Publications (1)

Publication Number Publication Date
CN110865816A true CN110865816A (en) 2020-03-06

Family

ID=69656131

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911159745.1A Pending CN110865816A (en) 2019-11-22 2019-11-22 Flow engine method for quickly constructing form

Country Status (1)

Country Link
CN (1) CN110865816A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN102663569A (en) * 2012-05-07 2012-09-12 广东优迈信息通信技术有限公司 Visualized workflow engine system
CN103136612A (en) * 2011-11-29 2013-06-05 神州数码信息系统有限公司 Development method of zero-coding component-based flow business
CN103838706A (en) * 2012-11-22 2014-06-04 江苏现代造船技术有限公司 Flexible management information system with process and form customization function
CN105046408A (en) * 2015-06-25 2015-11-11 国网山东省电力公司 Configurable workflow realization method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN103136612A (en) * 2011-11-29 2013-06-05 神州数码信息系统有限公司 Development method of zero-coding component-based flow business
CN102663569A (en) * 2012-05-07 2012-09-12 广东优迈信息通信技术有限公司 Visualized workflow engine system
CN103838706A (en) * 2012-11-22 2014-06-04 江苏现代造船技术有限公司 Flexible management information system with process and form customization function
CN105046408A (en) * 2015-06-25 2015-11-11 国网山东省电力公司 Configurable workflow realization method and system

Similar Documents

Publication Publication Date Title
CN102521254B (en) Uniform access method of isomeric database
US8307015B2 (en) Decorated model architecture for efficient model-driven application development
CN110147225A (en) A kind of code generating method, device and computer equipment, storage medium
CN111488145B (en) Micro-service code generation system and method based on service domain data model library
CN105487864A (en) Method and device for automatically generating code
CN106446019B (en) A kind of software function treating method and apparatus
CN104571026A (en) Platform and method for establishing whole-process metallurgical manufacturing execution system
CN103903086A (en) Method and system for developing management information system based on service model driving
CN101470601A (en) Zero-code generation method of application software and generation platform thereof
CN102609252A (en) Intelligent configuration method for logic menu resources on basis of measurement instruments
CN106557307B (en) Service data processing method and system
CN113986223A (en) Method and device for quickly building system based on metadata
US20190187973A1 (en) Method and system for updating legacy software
CN103530134A (en) Configurable software platform structure
US20090024424A1 (en) System and method for dynamic linking of business processes
CN110865816A (en) Flow engine method for quickly constructing form
CN105447605A (en) APS production model-oriented dynamic modeling method
CN109032580A (en) A kind of production method that general data is reported to a higher authorities for approval and analyzes software
CN114971547A (en) Component product level borrowing analysis method and system
CN113867714A (en) Automatic code generation method adaptive to multiple languages
CN110457662B (en) Method for realizing data interaction based on expression
CN112328214A (en) VBA software programming framework system, method and electronic equipment
CN109902085A (en) A kind of configuration storage organization optimization method and system
CN114996319B (en) Data processing method, device and equipment based on rule engine and storage medium
CN110888670A (en) Intelligent configuration method based on GLP experimenter permission

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: 20200306