CN105760180B - A kind of workflow engine expands and develops method - Google Patents

A kind of workflow engine expands and develops method Download PDF

Info

Publication number
CN105760180B
CN105760180B CN201610167716.XA CN201610167716A CN105760180B CN 105760180 B CN105760180 B CN 105760180B CN 201610167716 A CN201610167716 A CN 201610167716A CN 105760180 B CN105760180 B CN 105760180B
Authority
CN
China
Prior art keywords
flow
binding
nodes
business
node
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.)
Active
Application number
CN201610167716.XA
Other languages
Chinese (zh)
Other versions
CN105760180A (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 Tianyuan 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 Tianyuan Communication Information System Co Ltd filed Critical Inspur Tianyuan 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

What the present invention provided a kind of workflow engine expands and develops method, belongs to mobile operator comprehensive resources management domain, can quickly develop desired operation flow by this method.This method supports under B/S framework, by the way that the various pieces of developing business processes are standardized and componentization, the Dynamic Customization for realizing the parts such as operation flow link list, WEB service, processing role, general utility functions, simplifies the exploitation and maintenance of practical 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,
① analyzes the flow chart based on XPDL or BPEL standard, extracts the basic elements (start node, end node, service node, line) related to the architecture, and stores them in the corresponding table.
② creating form library for the forms of the service nodes, maintaining the configuration of the forms, and supporting flexible binding with the process service nodes.
③ creates role libraries for the business node's personnel, maintains dynamic configuration of roles and personnel, and supports flexible binding with process business nodes.
④ creating WEB service library for the personnel of the business node, maintaining the configuration of WEB service interface between modules and between systems, including the configuration management of address, method, input and output, and supporting flexible binding with the flow business node.
⑤ for each service node, the corresponding generic function is configured to be enabled or disabled.
⑥, the above elements are integrated by a uniform structure, and the development can be realized quickly 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:
①, basic elements (start node, end node, service node and line) related to the architecture are analyzed based on the flow chart of XPDL or BPEL standard and stored in a corresponding table.
② for each business node, a form is developed and maintained in a form library, and then bound to the process business node.
③ for each business node, develop roles and maintain them in the role library, configure the role and personnel associations, and then bind roles to process business nodes.
④ for each business node, develop and configure WEB services into a WEB services library, and then bind the WEB services with the process business node.
⑤ for each service node, the corresponding generic function is configured to be enabled or disabled.
⑥, a fixed standardized method is developed, embedded in the whole architecture, and released to the 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 CN105760180A (en) 2016-07-13
CN105760180B true 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)

Families Citing this family (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
CN107203626B (en) * 2017-05-27 2021-07-13 网宿科技股份有限公司 Business process management method and system
CN107451258A (en) * 2017-07-31 2017-12-08 浪潮天元通信信息系统有限公司 The method and device that a kind of operation flow is quickly realized
CN108334346B (en) * 2017-08-18 2021-03-12 深圳怡化电脑股份有限公司 Method and device for developing service control process
CN108427550B (en) * 2018-02-13 2021-09-03 深圳太极云软技术有限公司 Web service generation method, device and equipment
CN109034738A (en) * 2018-07-18 2018-12-18 深圳时代建筑科技有限公司 A kind of online approval system of prefabricated stream customizedization
CN108984176B (en) * 2018-07-18 2021-10-01 深圳时代建筑科技有限公司 High-definition desktop development system
CN110221819B (en) * 2019-04-22 2022-12-16 凯通科技股份有限公司 Modularized extension method of process engine, electronic equipment and storage medium
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的工作流引擎的设计与实现";金鑫 等;《计算机工程》;20071205(第23期);第71-74页 *

Also Published As

Publication number Publication date
CN105760180A (en) 2016-07-13

Similar Documents

Publication Publication Date Title
CN105760180B (en) A kind of workflow engine expands and develops method
CN112988153B (en) Data processing method and frame based on micro front end
Kazanavičius et al. Migrating legacy software to microservices architecture
CN109933522B (en) Test method, test system and storage medium for automatic case
CN108737168B (en) Container-based micro-service architecture application automatic construction method
CN103077024B (en) A kind of device and method supporting the on-demand customization of SaaS application flow and operation
CN104331366A (en) Test case design efficiency promotion method and system
Hubaux et al. Formal modelling of feature configuration workflows
CN105335293A (en) Automatic testing system and method based on parallel ports
CN101442555B (en) Artificial resource proxy service system facing HLA
CN106021093A (en) Test case reuse method and system
CN110891094A (en) Terminal software supporting platform based on middle platform
CN105068794A (en) Realization method for supporting local research and development of Web page
CN108132878A (en) The dispatching method and system of a kind of test environment
CN107133175A (en) A kind of software test platform based on cloud computing
CN109639818A (en) Service discovery method, device, server and storage medium under a kind of cloud environment
CN104899134A (en) Automatic domain name registration server testing system and method
CN103473034A (en) Method and device for dynamically publishing Web service
CN114896108A (en) Test verification system
Düllmann et al. CASPA: A platform for comparability of architecture-based software performance engineering approaches
CN111913721B (en) Automatic deployment method, device, equipment and storage medium
Grefen et al. Supporting hybrid manufacturing: bringing process and human/robot control to the cloud (short paper)
CN102843342A (en) Method and system for dynamically upgrading resource
CN101495987B (en) Node-to-node communication pipelines
CN107124292B (en) Method for dynamically generating incidence relation of information system operation modes

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

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.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
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.

CP03 Change of name, title or address