CN105760180A - Workflow engine expansion development method - Google Patents

Workflow engine expansion development method Download PDF

Info

Publication number
CN105760180A
CN105760180A CN201610167716.XA CN201610167716A CN105760180A CN 105760180 A CN105760180 A CN 105760180A CN 201610167716 A CN201610167716 A CN 201610167716A CN 105760180 A CN105760180 A CN 105760180A
Authority
CN
China
Prior art keywords
flow
binding
nodes
business
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610167716.XA
Other languages
Chinese (zh)
Other versions
CN105760180B (en
Inventor
毕孝田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Communication Information System Co Ltd
Original Assignee
Inspur Communication Information System 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 Inspur Communication Information System Co Ltd filed Critical Inspur Communication Information System Co Ltd
Priority to CN201610167716.XA priority Critical patent/CN105760180B/en
Publication of CN105760180A publication Critical patent/CN105760180A/en
Application granted granted Critical
Publication of CN105760180B publication Critical patent/CN105760180B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides an expansion development method of a workflow engine, which belongs to the field of comprehensive resource management of mobile operators and can quickly develop a desired business process. The method supports the standardization and the componentization of each part of the business process development under the B/S architecture, realizes the dynamic customization of parts such as business process link forms, WEB services, processing roles, general functions and the like, and simplifies the development and the maintenance of the actual process.

Description

Workflow engine expansion development method
Technical Field
The invention relates to the field of comprehensive resource management of mobile operators, in particular to an expansion development method of a workflow engine.
Background
In the field of system operation and maintenance of various industries, the application range of a workflow engine is very wide, and a lot of experience is accumulated in the process of secondary development of various software companies, but the problems of few defects of seamless combination with a BS page, high requirement on deployment conditions, complex configuration, repeated development of functions and the like are really achieved.
Disclosure of Invention
In order to solve the problem, the invention provides an expansion development method of a workflow engine, the method of the invention has simple configuration method and is based on component secondary development, and all programs are based on java + jsp and are seamlessly combined with a BS system; the deployment is simple, and the door-entering threshold of developers is low.
The method comprises the steps of analyzing a flow definition diagram on the basis of a flow engine developed according to an XPDL standard or a BPEL standard through a standardized interface, abstracting elements (forms, role personnel, Web services and general services) of relevant dimensions of operation of business nodes into components, designing a unified framework to seamlessly integrate and connect all parts, standardizing the development process of the business flow, and solving the problem of repeated function development in the business flow development based on a workflow engine
The technical scheme provided by the invention is as follows:
an expansion development method of a workflow engine is characterized by comprising
1) And various elements of the process definition file: analyzing and storing a start node, an end node, a service node and a line, and cleaning various basic elements by reading a flow chart definition file of an analysis workflow engine to support an upper-layer component for use;
2) the method comprises the steps of customizing and developing a flow form and performing associated binding with flow artificial nodes, wherein the form which is the most main in business flow circulation is configured into a reusable component, and flexible binding with flow links is supported;
3) the role definition configuration and the associated binding with the flow artificial nodes are realized, the role processing personnel of each link of the flow is configured in a componentization mode, and the flexible binding with the flow link is supported;
4) the method comprises the following steps of (1) defining and developing WEB services and associating and binding with process artificial nodes, and supporting flexible binding with process links by means of component configuration of interactive interfaces of each process link and other systems;
5) and (4) binding the general functions and the association of the flow artificial nodes.
Wherein,
analyzing a flow chart based on an XPDL or BPEL standard, extracting basic elements (a start node, an end node, a service node and a line) related to an architecture, and storing the basic elements into a corresponding table.
Secondly, a form library is created aiming at the forms of the service nodes, the configuration of the forms is maintained, and flexible binding with the process service nodes is supported.
Creating role library for the service node, maintaining dynamic configuration of role and personnel, and supporting flexible binding with the flow service node.
And fourthly, establishing a WEB service library aiming at the personnel of the business nodes, maintaining WEB service interface configuration between modules and between systems, including address, method, parameter input and parameter output configuration management, and supporting flexible binding with the process business nodes.
And fifthly, configuring and enabling or not enabling corresponding general functions for each service node.
Integrating the above elements via a uniform structure, and realizing the customized development business process rapidly only by developing a fixed standardized method and developing a corresponding foreground form page.
The invention has the advantages that
1) The standardization level and the development efficiency in the workflow engine-based business process development are improved:
2) the problem of repeated development of the business process function is solved.
Drawings
FIG. 1 is a technical architecture diagram of the present invention;
FIG. 2 is a table of various types of elements of a process definition file;
FIG. 3 is a table of form configurations;
FIG. 4 is a table of node binding service form associations;
FIG. 5 is a role management table;
FIG. 6 is a table of node binding role associations;
FIG. 7 is a resource service interface master table;
FIG. 8 is a node bound resource service association table.
Detailed Description
The invention is explained in more detail below:
the method comprises the steps of analyzing basic elements (a start node, an end node, a service node and a line) related to the architecture based on a flow diagram of an XPDL or BPEL standard, and storing the basic elements into a corresponding table.
And secondly, developing a form and maintaining the form in a form library aiming at each service node, and then binding the form with the process service node.
And developing roles and maintaining the roles in a role library aiming at each service node, configuring the association between the roles and personnel, and then binding the roles and the process service nodes.
Developing WEB service and configuring it to WEB service library for each service node, then binding WEB service and flow service node.
And fifthly, configuring and enabling or not enabling corresponding general functions for each service node.
Sixthly, developing a standardized method for realizing fixation, embedding the standardized method into the whole framework, and issuing the standardized method to a corresponding server for access.

Claims (6)

1. An expansion development method of a workflow engine is characterized by comprising
1) And various elements of the process definition file: analyzing and storing a start node, an end node, a service node and a line, and cleaning various basic elements by reading a flow chart definition file of an analysis workflow engine to support an upper-layer component for use;
2) the method comprises the steps of customizing and developing a flow form and performing associated binding with flow artificial nodes, wherein the form which is the most main in business flow circulation is configured into a reusable component, and flexible binding with flow links is supported;
3) the role definition configuration and the associated binding with the flow artificial nodes are realized, the role processing personnel of each link of the flow is configured in a componentization mode, and the flexible binding with the flow link is supported;
4) the method comprises the following steps of (1) defining and developing WEB services and associating and binding with process artificial nodes, and supporting flexible binding with process links by means of component configuration of interactive interfaces of each process link and other systems;
5) and (4) binding the general functions and the association of the flow artificial nodes.
2. The method of claim 1, wherein parsing the flow chart based on XPDL or BPEL standard extracts the basic elements related to the architecture and stores them in the corresponding table.
3. The method of claim 1, wherein a list library is created for the list of business nodes, and wherein the configuration of the list is maintained to support flexible binding with the process business nodes.
4. The method of claim 1, wherein a role library is created for personnel of a business node, dynamic configuration of roles and personnel is maintained, and flexible binding with process business nodes is supported.
5. The method of claim 1, wherein a WEB services library is created for the personnel of the business nodes, and the configuration of WEB service interfaces between modules and between systems is maintained, including the configurable management of addresses, methods, entries and exits, and flexible binding with the process business nodes is supported.
6. The method of claim 1, wherein for each service node, enabling or not enabling the corresponding generic function is configured.
CN201610167716.XA 2016-03-23 2016-03-23 A kind of workflow engine expands and develops method Active CN105760180B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610167716.XA CN105760180B (en) 2016-03-23 2016-03-23 A kind of workflow engine expands and develops method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610167716.XA CN105760180B (en) 2016-03-23 2016-03-23 A kind of workflow engine expands and develops method

Publications (2)

Publication Number Publication Date
CN105760180A true CN105760180A (en) 2016-07-13
CN105760180B CN105760180B (en) 2019-01-25

Family

ID=56346254

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610167716.XA Active CN105760180B (en) 2016-03-23 2016-03-23 A kind of workflow engine expands and develops method

Country Status (1)

Country Link
CN (1) CN105760180B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106407413A (en) * 2016-09-23 2017-02-15 浪潮软件集团有限公司 Operation container suitable for distributed algorithm and flow chart creation method
CN106651208A (en) * 2016-12-31 2017-05-10 广州科腾信息技术有限公司 Workflow engine-based business demand analysis method
CN107203626A (en) * 2017-05-27 2017-09-26 网宿科技股份有限公司 A kind of BPM method and system
CN107451258A (en) * 2017-07-31 2017-12-08 浪潮天元通信信息系统有限公司 The method and device that a kind of operation flow is quickly realized
CN108334346A (en) * 2017-08-18 2018-07-27 深圳怡化电脑股份有限公司 A kind of development approach and device of Service control flow
CN108427550A (en) * 2018-02-13 2018-08-21 深圳太极云软技术股份有限公司 A kind of Web service generation method, device and equipment
CN108984176A (en) * 2018-07-18 2018-12-11 深圳时代建筑科技有限公司 A kind of high customized desktop development system
CN109034738A (en) * 2018-07-18 2018-12-18 深圳时代建筑科技有限公司 A kind of online approval system of prefabricated stream customizedization
CN110221819A (en) * 2019-04-22 2019-09-10 凯通科技股份有限公司 A kind of modularization extended method, electronic equipment and the storage medium of flow engine
CN116051020A (en) * 2022-12-06 2023-05-02 广州明动软件股份有限公司 Workflow engine-based flow grooming method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101699486A (en) * 2009-11-06 2010-04-28 山东浪潮电子政务软件有限公司 Design method of dynamic menu binding of workflow links in field of government affair
CN102254234A (en) * 2010-05-17 2011-11-23 中兴通讯股份有限公司 Realization method of business process and workflow engine
CN102486730A (en) * 2010-12-06 2012-06-06 上海协讯软件有限公司 Workflow realization method and workflow system capable of customizing flow in user-defined manner
CN103198380A (en) * 2013-03-28 2013-07-10 北京慧正通软科技有限公司 Method for supporting Saas applications by utilizing workflow engine
CN103679384A (en) * 2013-12-25 2014-03-26 武汉武船信息集成有限公司 Method for workflow cooperative office work

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101699486A (en) * 2009-11-06 2010-04-28 山东浪潮电子政务软件有限公司 Design method of dynamic menu binding of workflow links in field of government affair
CN102254234A (en) * 2010-05-17 2011-11-23 中兴通讯股份有限公司 Realization method of business process and workflow engine
CN102486730A (en) * 2010-12-06 2012-06-06 上海协讯软件有限公司 Workflow realization method and workflow system capable of customizing flow in user-defined manner
CN103198380A (en) * 2013-03-28 2013-07-10 北京慧正通软科技有限公司 Method for supporting Saas applications by utilizing workflow engine
CN103679384A (en) * 2013-12-25 2014-03-26 武汉武船信息集成有限公司 Method for workflow cooperative office work

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
金鑫 等: ""基于XML的工作流引擎的设计与实现"", 《计算机工程》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106407413A (en) * 2016-09-23 2017-02-15 浪潮软件集团有限公司 Operation container suitable for distributed algorithm and flow chart creation method
CN106651208A (en) * 2016-12-31 2017-05-10 广州科腾信息技术有限公司 Workflow engine-based business demand analysis method
CN107203626A (en) * 2017-05-27 2017-09-26 网宿科技股份有限公司 A kind of BPM method and system
CN107451258A (en) * 2017-07-31 2017-12-08 浪潮天元通信信息系统有限公司 The method and device that a kind of operation flow is quickly realized
CN108334346A (en) * 2017-08-18 2018-07-27 深圳怡化电脑股份有限公司 A kind of development approach and device of Service control flow
CN108334346B (en) * 2017-08-18 2021-03-12 深圳怡化电脑股份有限公司 Method and device for developing service control process
CN108427550A (en) * 2018-02-13 2018-08-21 深圳太极云软技术股份有限公司 A kind of Web service generation method, device and equipment
CN108427550B (en) * 2018-02-13 2021-09-03 深圳太极云软技术有限公司 Web service generation method, device and equipment
CN108984176A (en) * 2018-07-18 2018-12-11 深圳时代建筑科技有限公司 A kind of high customized desktop development system
CN109034738A (en) * 2018-07-18 2018-12-18 深圳时代建筑科技有限公司 A kind of online approval system of prefabricated stream customizedization
CN110221819A (en) * 2019-04-22 2019-09-10 凯通科技股份有限公司 A kind of modularization extended method, electronic equipment and the storage medium of flow engine
CN116051020A (en) * 2022-12-06 2023-05-02 广州明动软件股份有限公司 Workflow engine-based flow grooming method and system

Also Published As

Publication number Publication date
CN105760180B (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN105760180B (en) A kind of workflow engine expands and develops method
CN112988153A (en) Data processing method and framework based on micro front end
CN111178782B (en) Micro-service architecture of process industrial data operation platform
CN104331366A (en) Test case design efficiency promotion method and system
CN110908658B (en) Micro-service and micro-application system, data processing method and device
CN103077024B (en) A kind of device and method supporting the on-demand customization of SaaS application flow and operation
CN106021093A (en) Test case reuse method and system
CN105068794B (en) A kind of implementation method for supporting that Web page is locally researched and developed
CN102819488B (en) Test processes device and test processing method
CN106354876A (en) Data processing system and method
CN104899134B (en) Domain name registration service device automatization test system and method
CN110019312A (en) Read and write data separating dispatching method, device, equipment and medium
CN104881746A (en) Platform-as-a-service Paas platform architecture in management information system
CN111813503A (en) Micro-service application open system based on container cloud
CN104967532B (en) TOC technologies operational system and application process
CN102843342A (en) Method and system for dynamically upgrading resource
CN104978269A (en) Automatic testing method
CN111913721B (en) Automatic deployment method, device, equipment and storage medium
CN102075527A (en) Internet data communication system and communication method thereof
CN105701605A (en) Waveform list management module applied to integrated communication navigation identification system
CN102054119A (en) Failure auxiliary analysis processing method and device thereof in electric power emergency command system
WO2021043066A1 (en) Communication method and apparatus for multiple management domains
CN109359794A (en) Business access method, device, electronic equipment and computer readable storage medium
Gambi et al. Poster: Improving cloud-based continuous integration environments
CN105871659A (en) Monitoring method and device of newly added server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant after: Tianyuan Communication Information System Co., Ltd.

Address before: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant before: Langchao Communication Information System Co., Ltd.

GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 250100 S06 tower, 1036, Chao Lu Road, hi tech Zone, Ji'nan, Shandong.

Patentee after: INSPUR COMMUNICATION AND INFORMATION SYSTEM Co.,Ltd.

Address before: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Patentee before: INSPUR TIANYUAN COMMUNICATION INFORMATION SYSTEM Co.,Ltd.