CN108647883B - Business approval method, device, equipment and medium - Google Patents

Business approval method, device, equipment and medium Download PDF

Info

Publication number
CN108647883B
CN108647883B CN201810442312.6A CN201810442312A CN108647883B CN 108647883 B CN108647883 B CN 108647883B CN 201810442312 A CN201810442312 A CN 201810442312A CN 108647883 B CN108647883 B CN 108647883B
Authority
CN
China
Prior art keywords
rule
business
target
approval
business rules
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
CN201810442312.6A
Other languages
Chinese (zh)
Other versions
CN108647883A (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.)
Kunshan Cvic Se Co ltd
Original Assignee
Kunshan Cvic Se Co ltd
CVIC Software Engineering 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 Kunshan Cvic Se Co ltd, CVIC Software Engineering Co Ltd filed Critical Kunshan Cvic Se Co ltd
Priority to CN201810442312.6A priority Critical patent/CN108647883B/en
Publication of CN108647883A publication Critical patent/CN108647883A/en
Application granted granted Critical
Publication of CN108647883B publication Critical patent/CN108647883B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Abstract

The invention discloses a method, a device, equipment and a medium for examining and approving services, wherein the method comprises the following steps: setting a process execution logic containing process nodes according to the approval process; editing the business rules corresponding to the flow nodes, and writing the business rules into a rule engine; wherein, the source code of each business rule does not contain parameters; acquiring rule parameters corresponding to all the business rules according to the approval requirements; based on the process execution logic, sequentially selecting and executing a target business rule corresponding to the target process node in a rule engine to realize business approval; the target business rule is executed by taking the target rule parameter corresponding to the target business rule as the input parameter of the target business rule. The method reduces the difficulty of later maintenance of the source code of the business rule and improves the universality of the business rule. In addition, the invention also provides a device, equipment and a medium for examining and approving the service, and the beneficial effects are as above.

Description

Business approval method, device, equipment and medium
Technical Field
The present invention relates to the field of business approval, and in particular, to a business approval method, apparatus, device, and medium.
Background
In order to improve the management level of an enterprise, business approval is usually required inside the enterprise to ensure that each business in the enterprise can meet corresponding standards, and further ensure the normal operation of each business in the enterprise.
Under the current situation, the method usually adopted is to write the approval process into the source code, write the relevant parameters into the source code, and then implement the approval process of the business by executing the source code, but this hard coding method results in a high coupling degree between the source code and the relevant parameters, so the difficulty of later modification and maintenance is high, and the source code of each approval process is only suitable for the business approval of the scene corresponding to a certain relevant parameter, so under the currently adopted business approval method, the universality of each source code is poor, and the method is difficult to adapt to the increasingly abundant business approval processes of the enterprise.
Therefore, the technical staff in the field needs to solve the problem of providing a business approval method to reduce the difficulty of performing later maintenance on the source code and improve the universality of the source code, so that the method is suitable for increasingly abundant business approval processes of enterprises.
Disclosure of Invention
The invention aims to provide a business approval method, a business approval device, business approval equipment and a business approval medium, so that the difficulty of later maintenance of a source code is reduced, the universality of the source code is improved, and the business approval method, the business approval device and the business approval medium are further suitable for increasingly rich business approval processes of enterprises.
In order to solve the technical problem, the invention provides a service approval method, which comprises the following steps:
setting a process execution logic containing process nodes according to the approval process;
editing the business rules corresponding to the flow nodes, and writing the business rules into a rule engine; wherein, the source code of each business rule does not contain parameters;
acquiring rule parameters corresponding to all the business rules according to the approval requirements;
based on the process execution logic, sequentially selecting and executing a target business rule corresponding to the target process node in a rule engine to realize business approval; and the target rule parameters corresponding to the target business rules are used as the input parameters of the target business rules, so that the execution of the target business rules is realized.
Preferably, the flow nodes are branch flow nodes;
correspondingly, before the target business rule corresponding to the target process node is selected and executed in the rule engine in sequence based on the process execution logic, the method further comprises the following steps:
setting branch judgment conditions corresponding to all business rules;
correspondingly, based on the process execution logic, the steps of sequentially selecting and executing the target business rule corresponding to the target process node in the rule engine specifically include:
and based on the flow execution logic, sequentially selecting target flow nodes under the target branches according to the branch judgment conditions corresponding to the current business rules, and executing the target business rules corresponding to the target flow nodes.
Preferably, the method further comprises:
and setting the category of each business rule, classifying the business rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding business rule through the directory tree.
Preferably, based on the process execution logic, selecting and executing the target service rule corresponding to the target process node in the rule engine in sequence specifically includes:
and sequentially selecting and executing the target business rules in the rule engine through the workflow engine based on the flow execution logic.
Preferably, the workflow engine is specifically an Inforsuite Flow workflow engine.
Preferably, the acquiring of the rule parameters corresponding to each business rule according to the approval requirement specifically includes:
and acquiring each rule parameter in a data table preset in a database according to the approval requirement.
In addition, the invention also provides a business approval device, which comprises:
the logic generation module is used for setting a process execution logic containing process nodes according to the approval process;
the rule editing module is used for editing the business rules corresponding to the flow nodes and writing the business rules into the rule engine; wherein, the source code of each business rule does not contain parameters;
the parameter acquisition module is used for acquiring rule parameters corresponding to all the business rules according to the approval requirements;
the approval execution module is used for sequentially selecting and executing a target business rule corresponding to the target flow node in the rule engine based on the flow execution logic so as to realize business approval; the target business rule is executed by taking the target rule parameter corresponding to the target business rule as the input parameter of the target business rule.
Preferably, the apparatus further comprises:
and the rule classification module is used for setting the category of each service rule, classifying the service rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding service rule through the directory tree.
In addition, the invention also provides a service approval device, which comprises:
a memory for storing a computer program;
a processor for implementing the steps of the business approval method as described above when executing the computer program.
Furthermore, the present invention also provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the business approval method as described above.
According to the business approval method provided by the invention, the process execution logic containing the process nodes is set according to the approval process, and then the business rules corresponding to the process nodes are edited and written into the rule engine. And then after the rule parameters corresponding to the business rules are obtained, the business rules in the rule engine are called based on the flow execution logic, the corresponding rule parameters are used as input parameters to realize the execution of the business rules, and further, the business examination and approval are realized. In the method, the source code of the business rule does not contain parameters and is independent from the rule parameters, so that the difficulty of later maintenance of the source code of the business rule is reduced. In addition, the same business rule can execute business approval conforming to different scenes according to different rule parameters, so that the universality of the source code of the business rule is improved, and the method is further suitable for increasingly abundant business approval processes of enterprises. In addition, the invention also provides a device, equipment and a medium for examining and approving the service, and the beneficial effects are as above.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a service approval method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a branch flow node;
fig. 3 is a structural diagram of a service approval apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
The core of the invention is to provide a business approval method to reduce the difficulty of later maintenance of the source code and improve the universality of the source code, thereby being suitable for increasingly abundant business approval processes of enterprises. The other core of the invention is to provide a business approval device, equipment and medium.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Example one
Fig. 1 is a flowchart of a service approval method according to an embodiment of the present invention. Referring to fig. 1, the specific steps of the business approval method include:
step S10: and setting a process execution logic containing process nodes according to the approval process.
It should be noted that the process execution logic set in this step is equivalent to the execution logic of the approval process, and since the overall logic of the approval process is often composed of a plurality of different processes or a plurality of stages, the process nodes included in the process execution logic represent the boundary points between the different processes or stages, that is, in the process execution logic, each process node corresponds to different execution contents, and the process execution logic is configured by establishing a serial execution relationship between the process nodes. For example, in an approval process, the process execution logic is specifically that after approval by the group leader, the business application is submitted to approval by the manager of the department, and after approval by the manager of the department, the business application is submitted to audit by the financial department. In the above flow execution logic, the group leader, the department manager, and the finance department may all be regarded as flow nodes, and the approval flows are executed according to the serial order of the flow nodes. Since the approval processes of each enterprise are different, the specific execution content of the process execution logic, the number of process nodes and the planning are not limited.
Step S11: and editing the business rules corresponding to the flow nodes, and writing the business rules into the rule engine.
Wherein, the source code of each business rule contains no parameter.
It should be noted that the business rules refer to the definition and description of the business, and may be understood as the definition and description of the approval enforcement content. Since the essence of the execution of the process execution logic is the concatenation of the execution contents corresponding to the process nodes, the business rules corresponding to the process nodes need to be edited in this step, and then the business rules are written into the rule engine. It should be emphasized that the source code of the business rule does not include parameters, so as to ensure the universality and maintainability of the source code. In addition, the rule engine is a component embedded in the application program, so that the business rules are separated from the application program codes, the maintainability and reusability of the business rules, namely the core logic codes, can be improved, and the maintenance and expansion cost of the business rules is further reduced. The rule engine may be specifically a Drools rule engine, and since the Drools rule engine has an open source characteristic, the usage cost can be relatively saved.
Step S12: and acquiring rule parameters corresponding to the business rules according to the approval requirements.
It can be understood that the execution of the business rule requires the corresponding rule parameter as a support, and based on different rule parameters, the execution content of the business rule is different, so that the rule parameter corresponding to the business rule needs to be obtained according to the approval requirement in this step. The mode of acquiring the rule parameters can be specifically that a user inputs parameter contents corresponding to different rule parameter names under a configuration interface of each business rule in a webpage, and then the parameter contents are acquired at the back end of the webpage to serve as the rule parameters; the rule parameters corresponding to the business rules may also be obtained by reading the content of the configuration file preset by the user, which is not specifically limited herein.
Step S13: and based on the process execution logic, sequentially selecting and executing the target business rules corresponding to the target process nodes in the rule engine so as to realize business approval.
The target business rule is executed by taking the target rule parameter corresponding to the target business rule as the input parameter of the target business rule.
It can be understood that, in this step, the target business rules corresponding to the target process nodes are sequentially executed according to the process execution logic, and before execution, the target rule parameters corresponding to the target business rules need to be used as the input parameters of the target business rules, so as to complete execution of each target business rule, and the process nodes are driven to progress by executing the target business rules corresponding to the target process nodes, so as to gradually complete the overall process execution logic, thereby realizing business approval.
According to the business approval method provided by the invention, the process execution logic containing the process nodes is set according to the approval process, and then the business rules corresponding to the process nodes are edited and written into the rule engine. And then after the rule parameters corresponding to the business rules are obtained, the business rules in the rule engine are called based on the process execution logic, and the corresponding rule parameters are used as input parameters to realize the execution of the business rules, so that the business examination and approval are realized. In the method, the source code of the business rule does not contain parameters and is independent from the rule parameters, so that the difficulty of later maintenance of the source code of the business rule is reduced. In addition, the same business rule can execute business approval conforming to different scenes according to different rule parameters, so that the universality of the source code of the business rule is improved, and the method is further suitable for increasingly abundant business approval processes of enterprises.
Example two
On the basis of the above examples, the present invention also provides a series of preferred embodiments as follows.
As a preferred embodiment, the flow node is specifically a branch flow node;
correspondingly, before the target business rule corresponding to the target process node is selected and executed in the rule engine in sequence based on the process execution logic, the method further comprises the following steps:
setting branch judgment conditions corresponding to all business rules;
correspondingly, based on the process execution logic, the steps of sequentially selecting and executing the target business rule corresponding to the target process node in the rule engine specifically include:
and based on the flow execution logic, sequentially selecting target flow nodes under the target branches according to the branch judgment conditions corresponding to the current business rules, and executing the target business rules corresponding to the target flow nodes.
It should be noted that a branch flow node is a flow node having a branch flow trend, for convenience of understanding, please refer to the content shown in fig. 2, fig. 2 is a schematic diagram of the branch flow node, and A, B, C, D nodes in the diagram are all flow nodes, where a node B is a branch flow node and has a branch trend, so that after a service rule corresponding to the node B is executed, a next flow node to be executed needs to be selected according to a specific situation, and therefore in this embodiment, a branch determination condition corresponding to each service rule needs to be set, and the branch determination condition is used to determine the trend of the next flow node according to a service rule execution result of the current branch flow node. Therefore, when the flow node is specifically a branch flow node, the target branch needs to be selected in sequence according to the branch decision condition corresponding to the current service rule based on the flow execution logic, and then the service rule corresponding to the flow node under the target branch is executed. It should be emphasized that the illustration of the branch flow node provided in fig. 2 is only for explaining the nature of the branch flow node, but the number of branches of the branch flow node is not limited to two, and the specific number of branches should be determined according to the actual situation.
Further, as a preferred embodiment, the method further comprises:
and setting the category of each business rule, classifying the business rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding business rule through the directory tree.
It should be noted that, in consideration of the practical application scenario, the user may need to perform systematic management on the business rules to improve the utilization efficiency. Therefore, the categories of the business rules can be set, the business rules with the same category are classified and a directory tree is generated, and then a user can search the business rules belonging to the same category according to the directory tree system, so that the management efficiency of the business rules is improved. Furthermore, a mapping relation can be established between each leaf node in the directory tree and the configuration interface corresponding to the service rule, and then a user can enter the configuration interface corresponding to the service rule by clicking the leaf node in the directory tree and complete the configuration of the service rule, so that the overall operation efficiency and the user experience are improved.
In addition, as a preferred embodiment, based on the process execution logic, the step of sequentially selecting and executing the target business rule corresponding to the target process node in the rule engine specifically includes:
and sequentially selecting and executing the target business rules in the rule engine through the workflow engine based on the flow execution logic.
It should be noted that, the workflow engine is usually packaged with important functions such as process node management, flow direction management, process sample management, and the like, and is a guarantee for smoothly executing the process execution logic, so that the workflow engine is adopted to select and execute the target business rules in the rule engine in sequence based on the process execution logic, and the stability of business rule execution can be relatively improved. It should be noted that, in this embodiment, the workflow engine needs to monitor the flow node to determine the flow node where the current approval flow is located, and call and execute the corresponding business rule in the rule engine according to the flow node, so that the business approval is executed according to the flow execution logic through the interaction between the workflow engine and the rule engine.
On the basis of the above embodiment, as a preferred embodiment, the workflow engine is specifically an InforSuite Flow workflow engine.
It should be noted that, because the InforSuite Flow workflow engine is a workflow engine middleware provided for an enterprise, the InforSuite Flow workflow engine is more suitable for business approval requirements in the enterprise and has higher availability.
In addition, as a preferred embodiment, the acquiring of the rule parameter corresponding to each business rule according to the approval requirement specifically includes:
and acquiring each rule parameter in a data table preset in a database according to the approval requirement.
Considering that the content complexity of the rule parameter is high, the condition that a user inputs the rule parameter by people possibly to cause an input error, and further the business rule cannot be executed normally, the rule parameter can be preset in a data table of a database, and further the user can obtain the determined value in the field only by specifying the database address, the table in the database and a specific field in the table to be used as the rule parameter. The method and the device relatively improve the accuracy of the rule parameters.
EXAMPLE III
In the foregoing, the embodiment of the service approval method is described in detail, and the invention further provides a service approval apparatus corresponding to the method.
Fig. 3 is a structural diagram of a service approval apparatus according to an embodiment of the present invention. The business approval device provided by the embodiment of the invention comprises:
and the logic generation module 10 is configured to set a process execution logic including process nodes according to the approval process.
The rule editing module 11 is configured to edit the service rules corresponding to the flow nodes, and write the service rules into the rule engine; wherein, the source code of each business rule contains no parameter.
And the parameter obtaining module 12 is configured to obtain rule parameters corresponding to each business rule according to the approval requirement.
The approval execution module 13 is configured to select and execute a target business rule corresponding to a target process node in the rule engine in sequence based on the process execution logic, so as to implement business approval; the target business rule is executed by taking the target rule parameter corresponding to the target business rule as the input parameter of the target business rule.
The business approval device provided by the invention sets the process execution logic containing the process nodes according to the approval process, further edits the business rules corresponding to the process nodes, and writes the business rules into the rule engine. And then after the rule parameters corresponding to the business rules are obtained, the business rules in the rule engine are called based on the process execution logic, and the corresponding rule parameters are used as input parameters to realize the execution of the business rules, so that the business examination and approval are realized. In the device, the source code of the business rule does not contain parameters and is independent from the rule parameters, so that the difficulty of later maintenance of the source code of the business rule is reduced. In addition, the same business rule can execute business approval conforming to different scenes according to different rule parameters, so that the universality of the source code of the business rule is improved, and the method is further suitable for increasingly abundant business approval processes of enterprises.
On the basis of the third embodiment, the apparatus further includes:
and the rule classification module is used for setting the category of each service rule, classifying the service rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding service rule through the directory tree.
Example four
The invention also provides a business examination and approval device, which is characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the business approval method as described above when executing the computer program.
The business approval device provided by the invention sets the process execution logic containing the process nodes according to the approval process, further edits the business rules corresponding to the process nodes, and writes the business rules into the rule engine. And then after the rule parameters corresponding to the business rules are obtained, the business rules in the rule engine are called based on the process execution logic, and the corresponding rule parameters are used as input parameters to realize the execution of the business rules, so that the business examination and approval are realized. In the equipment, the source code of the business rule does not contain parameters and is independent from the rule parameters, so that the difficulty of later maintenance of the source code of the business rule is reduced. In addition, the same business rule can execute business approval conforming to different scenes according to different rule parameters, so that the universality of the source code of the business rule is improved, and the method is further suitable for increasingly abundant business approval processes of enterprises.
The present invention also provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the business approval method as described above.
The computer-readable storage medium for business approval provided by the invention sets the process execution logic containing the process nodes according to the approval process, further edits the business rules corresponding to the process nodes, and writes the business rules into the rule engine. And then after the rule parameters corresponding to the business rules are obtained, the business rules in the rule engine are called based on the process execution logic, and the corresponding rule parameters are used as input parameters to realize the execution of the business rules, so that the business examination and approval are realized. In the computer-readable storage medium, the source code of the business rule does not contain parameters and is independent from the rule parameters, so that the difficulty of performing post-maintenance on the source code of the business rule is reduced. In addition, the same business rule can execute business approval conforming to different scenes according to different rule parameters, so that the universality of the source code of the business rule is improved, and the method is further suitable for increasingly abundant business approval processes of enterprises.
The service approval method, device, equipment and medium provided by the invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed in the embodiment corresponds to the method disclosed in the embodiment, so that the description is simple, and the relevant points can be referred to the description of the method part. It should be noted that, for those skilled in the art, without departing from the principle of the present invention, it is possible to make various improvements and modifications to the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (7)

1. A business approval method is characterized by comprising the following steps:
setting a process execution logic containing process nodes according to the approval process;
editing the business rules corresponding to the flow nodes, and writing the business rules into a rule engine; wherein the source code of each business rule does not contain parameters;
acquiring rule parameters corresponding to the business rules according to approval requirements;
based on the process execution logic, sequentially selecting and executing a target business rule corresponding to a target process node in the rule engine to realize business approval; the method comprises the following steps of executing a target business rule by taking a target rule parameter corresponding to the target business rule as an input parameter of the target business rule;
wherein, still include: setting the category of each business rule, classifying the business rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding business rule through the directory tree;
the flow nodes are specifically branch flow nodes;
correspondingly, before the target business rule corresponding to the target process node is selected and executed in the rule engine in sequence based on the process execution logic, the method further comprises the following steps:
setting branch judgment conditions corresponding to the business rules;
correspondingly, the step of sequentially selecting and executing the target business rule corresponding to the target process node in the rule engine based on the process execution logic specifically includes:
and based on the flow execution logic, sequentially selecting the target flow nodes under the target branches according to the branch judgment conditions corresponding to the current business rules, and executing the target business rules corresponding to the target flow nodes.
2. The method according to claim 1, wherein the sequentially selecting and executing the target business rules corresponding to the target process nodes in the rule engine based on the process execution logic specifically comprises:
and sequentially selecting and executing the target business rule in the rule engine through a workflow engine based on the process execution logic.
3. The method of claim 2, wherein the workflow engine is specifically an Inforsuite Flow workflow engine.
4. The method according to any one of claims 1 to 3, wherein the obtaining of the rule parameter corresponding to each business rule according to the approval requirement specifically includes:
and acquiring each rule parameter in a data table preset in a database according to the approval requirement.
5. A business approval apparatus, comprising:
the logic generation module is used for setting flow execution logic containing flow nodes according to the approval flow;
the rule editing module is used for editing the business rules corresponding to the flow nodes and writing the business rules into a rule engine; wherein the source code of each business rule does not contain parameters;
the parameter acquisition module is used for acquiring rule parameters corresponding to the business rules according to approval requirements;
the approval execution module is used for sequentially selecting and executing a target business rule corresponding to a target process node in the rule engine based on the process execution logic so as to realize business approval; the method comprises the following steps that target rule parameters corresponding to target business rules are used as input parameters of the target business rules, and the target business rules are executed;
the rule classification module is used for setting the category of each business rule, classifying the business rules with the same category and correspondingly generating a directory tree so that a user can select the corresponding business rule through the directory tree;
wherein the flow nodes are branch flow nodes;
correspondingly, before the selecting and executing the target business rule corresponding to the target process node in the rule engine in sequence based on the process execution logic, the method further includes:
setting branch judgment conditions corresponding to the business rules;
correspondingly, the step of sequentially selecting and executing the target business rule corresponding to the target process node in the rule engine based on the process execution logic specifically includes:
and based on the flow execution logic, sequentially selecting the target flow nodes under the target branches according to the branch judgment conditions corresponding to the current business rules, and executing the target business rules corresponding to the target flow nodes.
6. A business approval apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the business approval method of any one of claims 1 to 4 when said computer program is executed.
7. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the business approval method of any one of claims 1 to 4.
CN201810442312.6A 2018-05-10 2018-05-10 Business approval method, device, equipment and medium Active CN108647883B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810442312.6A CN108647883B (en) 2018-05-10 2018-05-10 Business approval method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810442312.6A CN108647883B (en) 2018-05-10 2018-05-10 Business approval method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN108647883A CN108647883A (en) 2018-10-12
CN108647883B true CN108647883B (en) 2022-07-12

Family

ID=63754170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810442312.6A Active CN108647883B (en) 2018-05-10 2018-05-10 Business approval method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN108647883B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543959A (en) * 2018-11-01 2019-03-29 平安科技(深圳)有限公司 Examine chain generation method, device, computer equipment and storage medium
CN109636317B (en) * 2018-11-23 2023-06-30 山东中创软件工程股份有限公司 Service control method, device, system and storage medium
CN110020885A (en) * 2018-12-25 2019-07-16 阿里巴巴集团控股有限公司 A kind of participation execution method and apparatus of business activity
CN112068815B (en) * 2019-06-11 2022-03-29 华为技术有限公司 Method and device for processing business rules
CN111143624B (en) * 2019-08-28 2022-03-22 珠海市测绘院 Land approval surveying and mapping data-oriented adaptive calculation rule base matching method and system
CN110659018B (en) * 2019-09-20 2023-09-19 中国银行股份有限公司 Method and device for realizing flow engine
CN111198748A (en) * 2019-12-31 2020-05-26 航天信息股份有限公司企业服务分公司 Automatic approval method for business document process, electronic equipment, storage medium and system
CN111695827B (en) * 2020-06-17 2024-04-16 北京同邦卓益科技有限公司 Business process management method and device, electronic equipment and storage medium
CN111984632B (en) * 2020-09-07 2024-04-16 中国银行股份有限公司 Data item approval device and method
CN112230890B (en) * 2020-09-11 2023-09-12 重庆誉存大数据科技有限公司 Rule configuration method and device and result reliability judging method thereof
CN112394922B (en) * 2020-12-02 2022-02-22 成都新希望金融信息有限公司 Decision configuration method, business decision method and decision engine system
CN112860744A (en) * 2021-01-29 2021-05-28 北京电解智科技有限公司 Business process processing method and device
CN113222536A (en) * 2021-04-30 2021-08-06 中核武汉核电运行技术股份有限公司 Management flow control method and device
CN113362038A (en) * 2021-06-30 2021-09-07 武汉众邦银行股份有限公司 Examination and approval authorization method and device based on parameterized rule set configuration

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833714A (en) * 2010-06-12 2010-09-15 山东中创软件工程股份有限公司 Method, device and system for controlling power of examination and approval
CN102542382A (en) * 2010-12-14 2012-07-04 中国移动通信集团贵州有限公司 Method and device for managing business rule
CN102999816A (en) * 2012-12-05 2013-03-27 福建邮科通信技术有限公司 Workflow engine capable of being personalized in business process customization
CN105787630A (en) * 2014-12-26 2016-07-20 远光软件股份有限公司 Diversified business flow creating method
CN107967601A (en) * 2017-12-21 2018-04-27 小花互联网金融服务(深圳)有限公司 A kind of automation approval process system based on configuration and self decision-making

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8140362B2 (en) * 2005-08-30 2012-03-20 International Business Machines Corporation Automatically processing dynamic business rules in a content management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833714A (en) * 2010-06-12 2010-09-15 山东中创软件工程股份有限公司 Method, device and system for controlling power of examination and approval
CN102542382A (en) * 2010-12-14 2012-07-04 中国移动通信集团贵州有限公司 Method and device for managing business rule
CN102999816A (en) * 2012-12-05 2013-03-27 福建邮科通信技术有限公司 Workflow engine capable of being personalized in business process customization
CN105787630A (en) * 2014-12-26 2016-07-20 远光软件股份有限公司 Diversified business flow creating method
CN107967601A (en) * 2017-12-21 2018-04-27 小花互联网金融服务(深圳)有限公司 A kind of automation approval process system based on configuration and self decision-making

Also Published As

Publication number Publication date
CN108647883A (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN108647883B (en) Business approval method, device, equipment and medium
US11762920B2 (en) Composite index on hierarchical nodes in the hierarchical data model within a case model
CN102542382A (en) Method and device for managing business rule
CN110597730B (en) Automatic test case generation method and system based on scene method
CN110990274B (en) Data processing method, device and system for generating test cases
CN113298503A (en) Government affair-oriented workflow management system and database and table dividing method thereof
CN112651218A (en) Automatic generation method and management method of bidding document, medium and computer
CN108845942A (en) Product feature management method, device, system and storage medium
CN111208995A (en) Method, system, device and storage medium for automatically generating IBM host job
CN106789200A (en) A kind of method of the self-defined automatic deployment of cloud platform
CN106294185A (en) Automated test frames based on five layers of framework and method
CN110232028A (en) A kind of test exemple automation operation method and system
US20070067254A1 (en) Business model data management
CN106021359A (en) CAD file modification method and device
CN112988123A (en) DDD-oriented software design method and system
CN112256555A (en) Automatic test case management system and test case execution state conversion method
CN107844639B (en) Project standard structure automatic generation method and system
CN113672674A (en) Method, electronic device and storage medium for automatically arranging service flow
Johannsen et al. Supporting knowledge elicitation and analysis for business process improvement through a modeling tool
US20050268291A1 (en) Specifying user interface interactions for controls in a data driven system
CN110517010A (en) A kind of data processing method, system and storage medium
CN113656010B (en) Method, system, equipment and medium for automatically creating code warehouse by micro service
CN116860227B (en) Data development system and method based on big data ETL script arrangement
CN117094284B (en) Method for generating capability description file of intelligent equipment of transformer substation
CN115934684B (en) Multi-source database data migration method and device, 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20181205

Address after: 250014 No. 41-1 Qianfo Shandong Road, Jinan City, Shandong Province

Applicant after: SHANDONG CVIC SOFTWARE ENGINEERING Co.,Ltd.

Applicant after: KUNSHAN CVIC SE Co.,Ltd.

Address before: 250014 No. 41-1 Qianfo Shandong Road, Lixia District, Jinan City, Shandong Province

Applicant before: SHANDONG CVIC SOFTWARE ENGINEERING Co.,Ltd.

GR01 Patent grant
GR01 Patent grant