CN112130823A - Platform development method and device, computer equipment and storage medium - Google Patents

Platform development method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112130823A
CN112130823A CN202011053931.XA CN202011053931A CN112130823A CN 112130823 A CN112130823 A CN 112130823A CN 202011053931 A CN202011053931 A CN 202011053931A CN 112130823 A CN112130823 A CN 112130823A
Authority
CN
China
Prior art keywords
flow
node
platform
module
flow module
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
CN202011053931.XA
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.)
Guangdong Kunlun Information Technology Co ltd
Original Assignee
Guangdong Kunlun Information Technology 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 Guangdong Kunlun Information Technology Co ltd filed Critical Guangdong Kunlun Information Technology Co ltd
Priority to CN202011053931.XA priority Critical patent/CN112130823A/en
Publication of CN112130823A publication Critical patent/CN112130823A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a platform development method, which comprises the following steps: the workflow engine generates a flow instruction according to the workflow request; generating a corresponding platform flow module according to the flow instruction; configuring each node of the flow module and setting authority conditions; the method directly adopts the workflow engine to receive the request to generate the flow instruction, generates the platform flow module according to the flow instruction, configures and sets the corresponding authority conditions for each node of the module, and has the advantages of simple and quick method for establishing each functional module of the platform, low establishing difficulty and low cost.

Description

Platform development method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of platform development technologies, and in particular, to a platform development method and apparatus, a computer device, and a storage medium.
Background
The intelligent enterprise management platform has the greatest characteristic that a series of traditional independent OA office, CRM (customer relationship management) systems, financial systems, purchase, sale and storage systems and the like are integrated together, and meanwhile, enterprise energy consumption management and asset visual management can be selectively integrated in the platform, so that the enterprise really achieves one set of system and comprehensive coverage. The existing enterprise operation management platforms are various, the establishment methods are also various, and different enterprises need to adopt different methods to specially establish corresponding enterprise operation management systems, so that the enterprise operation management systems are difficult to establish, high in establishment cost and complex to establish.
Disclosure of Invention
The invention aims to provide a platform development method, a platform development device, computer equipment and a storage medium, and aims to solve the problems of high difficulty, high cost and complex establishment of a platform module in the prior art.
The technical purpose of the invention is realized by the following technical scheme:
a method of platform development, the method comprising the steps of:
the workflow engine generates a flow instruction according to the workflow request;
generating a corresponding platform flow module according to the flow instruction;
and configuring each node of the flow module and setting authority conditions.
In one embodiment, the generating, by the workflow engine according to the workflow request, the flow instruction specifically includes:
and the workflow engine downloads and reads the corresponding flow configuration file from the network server according to the workflow request, and analyzes the flow definition model in the flow configuration file, so as to generate a flow instruction executed by the flow execution controller.
In one embodiment, the step of generating the corresponding flow module according to the flow instruction specifically includes:
loading the business object of the current flow module node according to the flow instruction, and executing the initialization logic of the current flow module node;
after the service operation corresponding to the current flow module node is finished, calculating the result data of the service operation according to the operation logic expression of the current flow module node;
judging the skipping condition of the current flow module node, and if the current flow module node is a flow ending node, ending the flow; if the next flow module node is matched, determining the next flow module node as the current flow module node, and continuing to load the service object of the current flow module node and the subsequent steps; therefore, the flow modules are obtained by combining the nodes of the flow modules and the corresponding sequence.
In one embodiment, the configuring and setting the permission conditions for each node of the flow module specifically includes:
according to the functions of the flow module and the functions of each node of the corresponding flow module, parameter configuration is carried out on each node; and setting authority conditions for each node, including the identity of the allowed access node and the setting of the corresponding account password.
In one embodiment, after configuring each node of the flow module and setting the permission condition, the method further includes:
and (4) entering each node of the flow module, triggering the authority condition, and setting work and tasks.
In one embodiment, before the workflow engine generates the flow instruction according to the workflow request, the method further includes:
configuring a platform assembly on line, wherein the platform assembly comprises a plurality of platform flow modules.
In one embodiment, the online configuration platform component specifically includes:
and downloading and reading the corresponding component configuration file from the network server, and importing the component configuration file into the component toolkit to obtain the platform component.
A platform development apparatus comprising:
and the component configuration module is used for configuring the platform components on line.
The generation module is used for generating a flow instruction according to the workflow request through the workflow engine; generating a corresponding platform flow module according to the flow instruction;
and the setting module is used for configuring each node of the flow module and setting authority conditions.
A computing device, the computing apparatus comprising: a memory, a processor, and a computing program stored on the memory and executable on the processor, the computing program configured to implement the steps of one of the platform development methods as described above.
A computer-readable storage medium, on which a computer method program is stored, which, when executed by a processor, implements the steps of a platform development method as described above.
The invention has the beneficial effects that: the method directly adopts the workflow engine to receive the request to generate the flow instruction, generates the platform flow module according to the flow instruction, configures and sets the corresponding authority conditions for each node of the module, and has the advantages of simple and quick method for establishing each functional module of the platform, low establishing difficulty and low cost.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a schematic diagram of steps of a platform development method, apparatus, computer device and storage medium.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Referring to fig. 1, a platform development method of the present invention is shown, which includes the following steps:
a method of platform development, the method comprising the steps of:
100. configuring a platform assembly on line, wherein the platform assembly comprises a plurality of platform flow modules.
And based on the platform architecture, downloading and reading the corresponding component configuration file from the network server, and importing the component configuration file into a component toolkit to obtain the platform component.
In the embodiment of the invention, the platform component comprises a plurality of components such as a multi-account set management component, a company management component, a multi-layer organization structure component, a post management component, a staff management component, a function role management component, a data role management component, a permission allocation management component, an import template configuration component, a report management component, a menu function management component, a system code table management component, a file center component, a personal center component and an identity delegation component, and the component configuration files corresponding to the components are downloaded based on an MVC architecture and imported into a component toolkit to generate the components.
200. The workflow engine generates a flow instruction according to the workflow request;
and the workflow engine downloads and reads the corresponding flow configuration file from the network server according to the workflow request, and analyzes the flow definition model in the flow configuration file, so as to generate a flow instruction executed by the flow execution controller.
In the embodiment of the invention, the workflow engine is realized based on an Activiti technology, and the flow configuration file is an extensible markup language (XML) file. The workflow engine needs to read the process definition model in the process configuration file, that is, load the configuration file, the configuration file is generally stored on the Web server, and the configuration file needs to be downloaded to the client by the workflow engine.
That is, the specific implementation of reading the flow configuration file may include: and downloading and reading the corresponding process configuration file from the network server according to the workflow request.
In a specific implementation, the process parser may be implemented to read the process configuration file and parse the process definition model in the process configuration file to generate the process instructions executed by the process execution controller.
In the process of parsing, the flow parser generates a series of objects, for example, common variables and logical operation expressions defined in the flow are all converted into memory objects, and these memory objects can be intuitively regarded as flow instructions, because they all implement a specific interface method, which can be invoked and executed by a flow controller in the workflow engine.
300. Generating a corresponding platform flow module according to the flow instruction;
301. loading the business object of the current flow module node according to the flow instruction, and executing the initialization logic of the current flow module node;
302. after the service operation corresponding to the current flow module node is finished, calculating the result data of the service operation according to the operation logic expression of the current flow module node;
303. judging the skipping condition of the current flow module node, and if the current flow module node is a flow ending node, ending the flow; if the next flow module node is matched, determining the next flow module node as the current flow module node, and continuing to load the service object of the current flow module node and the subsequent steps; therefore, the flow modules are obtained by combining the nodes of the flow modules and the corresponding sequence.
In the embodiment of the invention, the platform flow module comprises the flow module consisting of each flow operation step and node of the platform assembly. For example, in an employee management component, a plurality of flow modules are included: the system comprises a plurality of process modules such as an employee information storage process module, an employee attendance process module, an employee transaction application process module and the like.
400. And configuring each node of the flow module and setting authority conditions.
According to the functions of the flow module and the functions of each node of the corresponding flow module, parameter configuration is carried out on each node; and setting authority conditions for each node, including the identity of the allowed access node and the setting of the corresponding account password.
In the embodiment of the invention, parameter configuration is carried out on each node of each flow module, and the parameter configuration carries out time configuration, item configuration and the like aiming at different nodes; meanwhile, identity authority of each node is set, and a login account password is set; for example, the employee attendance flow module may include a plurality of nodes: the method comprises the steps of filling in a plurality of nodes of a leave filling request sheet, department leader approval, personnel approval, adjustment application, sales and the like, wherein parameter configuration in the leave filling request sheet comprises configuration of a plurality of parameters of a leave filling request sheet, a reason, time, an approver and the like, the identity authority of the leave filling request sheet is a whole company employee, the identity authority of the department leader approval is a department leader, the identity authority of the personnel approval is all employees of a personnel department, the identity authority of the adjustment application is a whole company employee, the identity authority of the sales is all employees of the personnel department, and after entering each node to carry out work flow processing, corresponding account passwords are logged in for flow processing.
500. And (4) entering each node of the flow module, triggering the authority condition, and setting work and tasks.
In the embodiment of the invention, the identity authority set by the node is provided, the corresponding node is accessed, and the login account password triggers the authority condition, so that the work setting, the process setting or the task setting can be carried out on the current node.
In the embodiment of the invention, the platform adopts an MVC (model view controller) architecture, the model adopts a request-driven type lightweight Web framework SpringMVC, the APP and the WeChat end application are developed by a Restful style interface, and a flexible and strict data verification, formatting and data binding mechanism is realized. The platform integrates a Spring framework, and integrates an authority control framework Shiro, a workflow engine Activiti, a data source connection pool Druid, a printing report engine Jasperreports, a timing task scheduler Quartz and a cache framework Ehcache on the basis of Spring.
In the embodiment of the invention, the front end design of the platform adopts Bootstrap + JQueryEasyUI, and the front end design of the platform is adaptive to the sizes of various terminal screens.
In the embodiment of the invention, JDK supports more than 7.X version, and the database supports Oracle, SQL Server and MySQL.
In the embodiment of the invention, the development platform is a light-weight enterprise process service development platform based on J2EE open source, and developers are liberated from the traditional process management service development by combining an online process designer, an online service form design tool and a code logic generator based on code reuse, component reuse, service logic reuse and assembly reuse, so that more efforts are focused on solving the service data processing of customers.
Wherein, general components and service modules are integrated, such as a personnel organization system module and a personnel authority management module (including a function menu authority module and a data authority module); corresponding codes of each component and module are imported into a code generator, business codes of each layer such as Entity, DAO, Service, Controller, View and the like can be automatically generated according to a table structure, and after each component and module are generated, Excel data import can be adopted to configure the component and the module.
In the embodiment of the invention, in order to realize the efficient service management of the development platform, the development platform can be used at various terminals, can be used at a PC (personal computer) end or a mobile end, the mobile end can log in the platform through software or a webpage, and the mobile end can log in the platform through an APP (application), a WeChat public number, a WeChat applet and the like.
In the embodiment of the invention, users of the development platform comprise managers and common users, the managers can operate a whole set of IT management tools, including process management, monitoring, optimization, reconstruction and the like, the business processes of enterprises are effectively combed and simplified, and the operation efficiency of the enterprises is effectively improved; a manager or a common user can enter each component or module of the platform to operate according to requirements, wherein the components or modules comprise a process version variable, a process node form setting, a form permission setting, a process task notification, an urging, an agency, a transfer, a parallel countersigning, a serial countersigning, a complementary countersigning, a sub-process, a synchronous task, a multi-instance task, a manual task, a message task, a mail task and the like, and the process requirements of task multi-level distribution and summarization, task recall, task layer-by-layer refund, task free skip, node task dynamic addition and the like are provided; the change on the process business can effectively reduce the change cost of the system process so as to meet the constantly changing business process requirements of enterprises.
The development platform of the invention is a software development tool and an enterprise IT architecture platform which integrate multiple functions of business process management, development, integration, business analysis, reconstruction and the like.
The development platform of the invention can not only combine the complex form of the on-line design, but also combine the functional forms of other modules of the system or other systems to carry out the work of the business approval on the process management, which greatly facilitates the work of the business process of carrying out the process development in all the systems, simplifies the method of code fixing of the traditional development process business, and really liberates the process business designers and the system developers from the process business.
The development platform is an innovative key of enterprise management business, can help users to more scientifically and effectively manage each link of enterprise business, and can obviously realize efficient operation of business. Meanwhile, due to the openness of the architecture, the method and the system adopt the technology and the flow standard which are openness in the industry, so that the method and the system can become a flow basic platform and a development platform of an enterprise SOA architecture, more and more enterprises prefer to adopt an open-source platform to solve the requirement of an internal informatization platform, and the development platform allows more platform systems to be accessed and expands more functions so as to meet different personalized requirements of more enterprises and meet the final use requirement of a client to the maximum extent.
In order to achieve the above object, the present invention also discloses a platform development apparatus, comprising:
and the component configuration module is used for configuring the platform components on line.
And based on the platform architecture, downloading and reading the corresponding component configuration file from the network server, and importing the component configuration file into a component toolkit to obtain the platform component.
In the embodiment of the invention, the platform component comprises a plurality of components such as a multi-account set management component, a company management component, a multi-layer organization structure component, a post management component, a staff management component, a function role management component, a data role management component, a permission allocation management component, an import template configuration component, a report management component, a menu function management component, a system code table management component, a file center component, a personal center component and an identity delegation component, and the component configuration files corresponding to the components are downloaded based on an MVC architecture and imported into a component toolkit to generate the components.
The generation module is used for generating a flow instruction according to the workflow request through the workflow engine; generating a corresponding platform flow module according to the flow instruction;
and the workflow engine downloads and reads the corresponding flow configuration file from the network server according to the workflow request, and analyzes the flow definition model in the flow configuration file, so as to generate a flow instruction executed by the flow execution controller.
In the embodiment of the invention, the workflow engine is realized based on an Activiti technology, and the flow configuration file is an extensible markup language (XML) file. The workflow engine needs to read the process definition model in the process configuration file, that is, load the configuration file, the configuration file is generally stored on the Web server, and the configuration file needs to be downloaded to the client by the workflow engine.
That is, the specific implementation of reading the flow configuration file may include: and downloading and reading the corresponding process configuration file from the network server according to the workflow request.
In a specific implementation, the process parser may be implemented to read the process configuration file and parse the process definition model in the process configuration file to generate the process instructions executed by the process execution controller.
In the process of parsing, the flow parser generates a series of objects, for example, common variables and logical operation expressions defined in the flow are all converted into memory objects, and these memory objects can be intuitively regarded as flow instructions, because they all implement a specific interface method, which can be invoked and executed by a flow controller in the workflow engine.
Specifically, the step of generating the corresponding platform flow module according to the flow instruction includes the following steps:
loading the business object of the current flow module node according to the flow instruction, and executing the initialization logic of the current flow module node;
after the service operation corresponding to the current flow module node is finished, calculating the result data of the service operation according to the operation logic expression of the current flow module node;
judging the skipping condition of the current flow module node, and if the current flow module node is a flow ending node, ending the flow; if the next flow module node is matched, determining the next flow module node as the current flow module node, and continuing to load the service object of the current flow module node and the subsequent steps; therefore, the flow modules are obtained by combining the nodes of the flow modules and the corresponding sequence.
In the embodiment of the invention, the platform flow module comprises the flow module consisting of each flow operation step and node of the platform assembly. For example, in an employee management component, a plurality of flow modules are included: the system comprises a plurality of process modules such as an employee information storage process module, an employee attendance process module, an employee transaction application process module and the like.
And the setting module is used for configuring each node of the flow module and setting authority conditions.
According to the functions of the flow module and the functions of each node of the corresponding flow module, parameter configuration is carried out on each node; and setting authority conditions for each node, including the identity of the allowed access node and the setting of the corresponding account password.
In the embodiment of the invention, parameter configuration is carried out on each node of each flow module, and the parameter configuration carries out time configuration, item configuration and the like aiming at different nodes; meanwhile, identity authority of each node is set, and a login account password is set; for example, the employee attendance flow module may include a plurality of nodes: the method comprises the steps of filling in a plurality of nodes of a leave filling request sheet, department leader approval, personnel approval, adjustment application, sales and the like, wherein parameter configuration in the leave filling request sheet comprises configuration of a plurality of parameters of a leave filling request sheet, a reason, time, an approver and the like, the identity authority of the leave filling request sheet is a whole company employee, the identity authority of the department leader approval is a department leader, the identity authority of the personnel approval is all employees of a personnel department, the identity authority of the adjustment application is a whole company employee, the identity authority of the sales is all employees of the personnel department, and after entering each node to carry out work flow processing, corresponding account passwords are logged in for flow processing.
In the embodiment of the invention, the identity authority set by the node is provided, the corresponding node is accessed, and the login account password triggers the authority condition, so that the work setting, the process setting or the task setting can be carried out on the current node.
A computing device, the computing apparatus comprising: a memory, a processor, and a computing program stored on the memory and executable on the processor, the computing program configured to implement the steps of one of the platform development methods as described above.
A computer-readable storage medium, on which a computer method program is stored, which, when executed by a processor, implements the steps of a platform development method as described above.
The method directly adopts the workflow engine to receive the request to generate the flow instruction, generates the platform flow module according to the flow instruction, configures and sets the corresponding authority conditions for each node of the module, and has the advantages of simple and quick method for establishing each functional module of the platform, low establishing difficulty and low cost.
A computing device, the computing apparatus comprising: a memory, a processor, and a computing program stored on the memory and executable on the processor, the computing program configured to implement the steps of one of the platform development methods as described above.
The invention also proposes a computer-readable storage medium, on which a computer method program is stored, which, when being executed by a processor, carries out the steps of a platform development method as described above.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.

Claims (10)

1. A platform development method is characterized in that: the method comprises the following steps:
the workflow engine generates a flow instruction according to the workflow request;
generating a corresponding platform flow module according to the flow instruction;
and configuring each node of the flow module and setting authority conditions.
2. The platform development method according to claim 1, wherein: the workflow engine generates a flow instruction according to the workflow request, specifically as follows:
and the workflow engine downloads and reads the corresponding flow configuration file from the network server according to the workflow request, and analyzes the flow definition model in the flow configuration file, so as to generate a flow instruction executed by the flow execution controller.
3. The platform development method according to claim 1, wherein: the generating of the corresponding flow module according to the flow instruction specifically includes:
loading the business object of the current flow module node according to the flow instruction, and executing the initialization logic of the current flow module node;
after the service operation corresponding to the current flow module node is finished, calculating the result data of the service operation according to the operation logic expression of the current flow module node;
judging the skipping condition of the current flow module node, and if the current flow module node is a flow ending node, ending the flow; if the next flow module node is matched, determining the next flow module node as the current flow module node, and continuing to load the service object of the current flow module node and the subsequent steps; therefore, the flow modules are obtained by combining the nodes of the flow modules and the corresponding sequence.
4. The platform development method according to claim 1, wherein: the configuring and setting authority conditions for each node of the flow module specifically include:
according to the functions of the flow module and the functions of each node of the corresponding flow module, parameter configuration is carried out on each node; and setting authority conditions for each node, including the identity of the allowed access node and the setting of the corresponding account password.
5. The platform development method according to claim 1, wherein: after configuring each node of the flow module and setting the authority condition, the method further comprises the following steps:
and (4) entering each node of the flow module, triggering the authority condition, and setting work and tasks.
6. The platform development method according to claim 1, wherein: before the workflow engine generates the flow instruction according to the workflow request, the method further includes:
configuring a platform assembly on line, wherein the platform assembly comprises a plurality of platform flow modules.
7. The platform development method according to claim 6, wherein: the online configuration platform assembly specifically comprises:
and downloading and reading the corresponding component configuration file from the network server, and importing the component configuration file into the component toolkit to obtain the platform component.
8. A platform development apparatus, characterized in that: the method comprises the following steps:
the component configuration module is used for configuring the platform components on line;
the generation module is used for generating a flow instruction according to the workflow request through the workflow engine; generating a corresponding platform flow module according to the flow instruction;
and the setting module is used for configuring each node of the flow module and setting authority conditions.
9. A computing device, wherein the computing device comprises: memory, a processor and a computing program stored on the memory and executable on the processor, the computing program being configured to implement the steps of a platform development method according to any of claims 1 to 7.
10. A computer-readable storage medium, having stored thereon a computer method program which, when executed by a processor, carries out the steps of a platform development method according to any one of claims 1 to 7.
CN202011053931.XA 2020-09-30 2020-09-30 Platform development method and device, computer equipment and storage medium Pending CN112130823A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011053931.XA CN112130823A (en) 2020-09-30 2020-09-30 Platform development method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011053931.XA CN112130823A (en) 2020-09-30 2020-09-30 Platform development method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112130823A true CN112130823A (en) 2020-12-25

Family

ID=73844813

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011053931.XA Pending CN112130823A (en) 2020-09-30 2020-09-30 Platform development method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112130823A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905270A (en) * 2021-02-19 2021-06-04 北京百度网讯科技有限公司 Workflow implementation method, device, platform, electronic equipment and storage medium
CN113487217A (en) * 2021-07-22 2021-10-08 重庆泛普软件有限公司 Form modeling based enterprise management system and management implementation method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617066A (en) * 2013-12-16 2014-03-05 中国农业银行股份有限公司 Workflow engine and implementation method thereof
CN108460511A (en) * 2017-12-29 2018-08-28 陈菡 A kind of workflow engine system and its implementation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617066A (en) * 2013-12-16 2014-03-05 中国农业银行股份有限公司 Workflow engine and implementation method thereof
CN108460511A (en) * 2017-12-29 2018-08-28 陈菡 A kind of workflow engine system and its implementation

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905270A (en) * 2021-02-19 2021-06-04 北京百度网讯科技有限公司 Workflow implementation method, device, platform, electronic equipment and storage medium
CN112905270B (en) * 2021-02-19 2024-05-07 北京百度网讯科技有限公司 Workflow realization method, device, platform, electronic equipment and storage medium
CN113487217A (en) * 2021-07-22 2021-10-08 重庆泛普软件有限公司 Form modeling based enterprise management system and management implementation method
CN113487217B (en) * 2021-07-22 2023-09-26 重庆泛普软件有限公司 Enterprise management system based on form modeling and management implementation method

Similar Documents

Publication Publication Date Title
CN107370786B (en) General information management system based on micro-service architecture
CN103559118B (en) A kind of method for auditing safely based on AOP and annotating information system
RU2488166C2 (en) Service-oriented conveyor-based architecture
CN102684903B (en) A kind of management platform, system and method realizing the access of cloud storage multiple resource node
US7991631B2 (en) Managing a multi-supplier environment
CN111459821B (en) Software automation unit test method based on TestNG
CN109670297B (en) Method and device for opening service permission, storage medium and electronic equipment
CN105095970B (en) The execution method and system of third-party application
US20120246122A1 (en) Integrating data-handling policies into a workflow model
KR102237877B1 (en) Intelligent software auto development system with real-time collaboration support and method thereof
CN112130823A (en) Platform development method and device, computer equipment and storage medium
CN110825457A (en) Method and device for processing business in business engine, storage medium and electronic equipment
Olumofin et al. A holistic architecture assessment method for software product lines
CN106600226A (en) Method and device used for optimizing flow management system
CA2638470C (en) Message sequence management of enterprise based correlated events
US20240143909A1 (en) System and Method for Electronic Document Interaction with External Resources
CN109978512A (en) The control method of project management system, electronic equipment, storage medium
CN102567517A (en) Device and method for issuing data of database
CN111311200B (en) Management method and device for guest consultation work order platform
CN111145004B (en) Intelligent financial auditing platform based on editable workflow
CN112418796A (en) Sub-process node activation method and device, electronic equipment and storage medium
Zhang et al. Financial System Design for High-Tech Enterprise Based on Cloud Service and Task Scheduling Algorithm
Pan et al. RETRACTED ARTICLE: Research on process customization technology for intelligent transportation cloud service platform
CN110060128B (en) Data management method and system
CN116521686B (en) Dynamic data table processing method, device, computer 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