CN110610352B - Flow processing method and device, electronic equipment and computer readable storage medium - Google Patents

Flow processing method and device, electronic equipment and computer readable storage medium Download PDF

Info

Publication number
CN110610352B
CN110610352B CN201910870207.7A CN201910870207A CN110610352B CN 110610352 B CN110610352 B CN 110610352B CN 201910870207 A CN201910870207 A CN 201910870207A CN 110610352 B CN110610352 B CN 110610352B
Authority
CN
China
Prior art keywords
information
flow
request
preset information
preset
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
CN201910870207.7A
Other languages
Chinese (zh)
Other versions
CN110610352A (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.)
China Tower Co Ltd
Original Assignee
China Tower 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 China Tower Co Ltd filed Critical China Tower Co Ltd
Priority to CN201910870207.7A priority Critical patent/CN110610352B/en
Publication of CN110610352A publication Critical patent/CN110610352A/en
Application granted granted Critical
Publication of CN110610352B publication Critical patent/CN110610352B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a flow processing method, a device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring a flow request; under the condition that the flow request contains preset information, calling jump information corresponding to the preset information from a rule base through a rule engine; controlling the flow request to jump to a flow node corresponding to the jump information; the rule base at least comprises a corresponding relation between preset information and skip information. The flow processing method, the device, the electronic equipment and the computer readable storage medium provided by the embodiment of the application can solve the problems that the flow management cost is increased and the requirement of changing the processing flow cannot be responded in time in the prior art.

Description

Flow processing method and device, electronic equipment and computer readable storage medium
Technical Field
The present application relates to the field of information processing, and in particular, to a flow processing method, a device, an electronic apparatus, and a computer readable storage medium.
Background
At present, in a process management application, different processing flows may be triggered for different process matters, so that at the beginning of developing the process management application, different processing flows are set for different process matters, and the corresponding relationship between the process matters and the processing flows is realized by writing codes. However, when the processing flow changes, the whole flow management application needs to be updated or a flow management application needs to be redeveloped, so that the flow management cost is increased, and the requirement of changing the processing flow cannot be responded in time.
Disclosure of Invention
The embodiment of the application provides a flow processing method, a device, electronic equipment and a computer readable storage medium, which are used for solving the problems that the flow management cost is increased and the requirement of changing the processing flow cannot be responded in time in the prior art.
In a first aspect, an embodiment of the present application provides a flow processing method, where the method includes:
acquiring a flow request;
under the condition that the flow request contains preset information, calling jump information corresponding to the preset information from a rule base through a rule engine;
controlling the flow request to jump to a flow node corresponding to the jump information;
the rule base at least comprises a corresponding relation between preset information and skip information.
In a second aspect, an embodiment of the present application further provides a flow processing apparatus, where the apparatus includes:
the acquisition module is used for acquiring the flow request;
the calling module is used for calling the jump information corresponding to the preset information from the rule base through the rule engine under the condition that the flow request contains the preset information;
the first control module is used for controlling the flow request to jump to a flow node corresponding to the jump information;
the rule base at least comprises a corresponding relation between preset information and skip information.
In a third aspect, an embodiment of the present application further provides an electronic device, including: a memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor performs the steps in the flow processing method as described above.
In a fourth aspect, embodiments of the present application further provide a computer readable storage medium having a computer program stored thereon, the computer program when executed by a processor implementing the steps in a flow processing method as described above.
In the embodiment of the application, when a flow request is acquired, under the condition that the flow request contains preset information, the jump information corresponding to the preset information is called from a rule base through a rule engine, and the flow request is controlled to jump to a flow node corresponding to the jump information, so that the flow request is caused to jump to the corresponding flow node according to the corresponding relation between the preset information and the jump information which are pre-stored in the rule base. When a process flow corresponding to a certain flow request needs to be changed, the corresponding relation between preset information and skip information in the rule base is only required to be changed, so that the cost of flow management is reduced, and the response speed of flow change is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments of the present application will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort to a person of ordinary skill in the art.
FIG. 1 is a flow chart of a flow processing method provided in an embodiment of the present application;
FIG. 2 is a flow chart of a process by which a rule engine retrieves skip information corresponding to the preset information from a rule base;
FIG. 3 is a block diagram of a flow processing apparatus according to an embodiment of the present application;
fig. 4 is a block diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The flow processing method provided by the embodiment of the application can be applied to various flow management situations, such as approval flow, leave-leave flow and the like.
Referring to fig. 1, a flow processing method provided by an embodiment of the present application includes the following steps:
step 101, obtaining a flow request;
the flow request can be a standing application, a fund application, a leave application, a red scheme application and the like which are output by a user in the flow management software. The flow request may include information such as applicant, application amount, and feasibility scheme.
Step 102, under the condition that the flow request contains preset information, calling the jump information corresponding to the preset information from a rule base through a rule engine;
the preset information can be item type, target amount, number of days for leave, amount of applied funds, and the jump information can be a department or a person responsible for processing the process. The rule base at least comprises a corresponding relation between preset information and skip information, the corresponding relation between the preset information and skip information can be a relation between the number of leave-out days and corresponding approvers, for example, an approver node A corresponding to 2 days of leave-out is a approver node B corresponding to more than 2 days of leave-out days, and the weight of the node B is higher than that of the node A. The rule engine is developed by an inference engine and is a component embedded in an application program, which implements the separation of business decisions from application code and the writing of business decisions using predefined semantic modules. And receiving data input, interpreting the business rule, and making a business decision according to the business rule. The rule base may be a data container or database for storing data. To further explain the above specific process of step 102, the following illustrates the processing of step 102, for example, the flow request is a standing application, the preset information is a target size, and the information stored in the rule base about the target size is: the corresponding jump information with the target amount below 10 ten thousand yuan is node C, and the corresponding jump information with the target amount above 10 ten thousand yuan is node D, wherein the weight of the node D is higher than that of the node C; therefore, when the user inputs the standing application and the target is 8 ten thousand yuan, the rule engine should take the fetched jump information as the node C, that is, the rule engine determines the processing artificial node C for processing the standing application according to the size of the target.
Step 103, the control flow requests to jump to the flow node corresponding to the jump information.
After determining the handler or department corresponding to the processing the acquired flow request through the above step 102, the flow request is skipped to the determined handler or department, so that the corresponding handler or department processes the flow request in time.
Specifically, when a flow request is obtained, under the condition that the flow request contains preset information, a rule engine is used for calling the jump information corresponding to the preset information from a rule base, and the flow request is controlled to jump to a flow node corresponding to the jump information, so that the flow request is caused to jump to the corresponding flow node according to the corresponding relation between the preset information and the jump information which are pre-stored in the rule base. When a process flow corresponding to a certain flow request needs to be changed, the corresponding relation between preset information and skip information in the rule base is only required to be changed, so that the cost of flow management is reduced, and the response speed of flow change is improved.
Optionally, determining, by the rule engine, a flow node of the flow request according to the preset information includes:
under the condition that the flow request flows to the jumping node and the flow request contains preset information, the jumping information corresponding to the preset information is called from the rule base through the rule engine;
the jump node is a process node corresponding to at least two next nodes, that is, when the process request flows to the jump node, according to the specific content of the process request, the individuals or departments for processing the process request may be different, for example, when the process request is to complete the application of funds required by the project, the application funds are approved by the node E in less than 10 ten thousand yuan, the application amount is approved by the node F in 10 to 100 ten thousand yuan, the application amount is approved by the node G in more than 100 ten thousand yuan, wherein the authority of the node F is higher than that of the node E, and the authority of the node G is higher than that of the node F.
Optionally, referring to fig. 2, in the case that the flow request includes at least two pieces of preset information, retrieving, by the rule engine, jump information corresponding to the preset information from the rule base includes:
step 1021, selecting preset information with highest priority from at least two preset information items through a rule engine;
when the flow request includes more than two pieces of preset information, the priority ordering can be performed on the more than two pieces of preset information through priority rules stored in a rule base in advance, so as to obtain preset information with highest priority, for example, the flow request includes at least two pieces of preset information as follows: the target amount, the client level and the item type can be preset with priority rules as follows: the priority of the client level is higher than the priority of the target size, the priority of the target size is higher than the priority of the item type, more specifically, for example, the flow request comprises a client level 1 client, the target size is 1000 yuan, the preset information of the highest priority acquired by the rule engine is a level 1 client, and the department which correspondingly calls and processes the level 1 client processes the flow.
Step 1022, retrieving the jump information corresponding to the preset information with the highest priority from the rule base.
After determining the handler or department corresponding to the obtained flow request in step 1021, the flow request is skipped to the determined handler or department, so that the corresponding handler or department can process the flow request in time.
Specifically, in this embodiment, by sorting the priority of the preset information, when an event occurs in the process of flow management and can be managed by multiple departments, the most relevant department to the event is preferentially given to process the event, so that the accuracy of flow circulation is ensured.
Optionally, before acquiring the flow request, the method further comprises:
receiving a modification instruction to a rule base;
and modifying the corresponding relation between the preset information and the skip information in the rule base according to the modification instruction.
Specifically, the modification instruction may be a deletion, addition and modification instruction of preset information and/or skip information, which are input by a user at an administrator interface of the flow management application, or a modification instruction of a priority order, that is, the administrator may add a correspondence between the preset information and skip information to the administrator interface to enter a rule base, may delete a correspondence between preset information and skip information stored in the rule base, and may modify a correspondence between preset information and skip information stored in the rule base, and when a process flow corresponding to a certain flow request needs to be changed, the modification instruction may be implemented only by inputting a new process flow through the administrator interface, thereby reducing cost of flow management and improving response speed of flow change.
Optionally, the method further comprises: and determining whether the flow request contains preset information or not through a rule engine.
Specifically, the flow request includes a plurality of pieces of request information, and the determining, by the rule engine, whether the flow request includes preset information may be:
classifying the plurality of pieces of request information through a rule engine, and filling the plurality of pieces of request information into a preset information classification table according to types respectively;
judging whether a preset position in the information classification table is filled with request information;
if the preset position in the information classification table is filled with the request information, determining that the flow request contains the preset information.
Wherein, classifying the plurality of pieces of request information may be classified according to the following types: applicant information, request event information, amount information, emergency information, and the like. The method has the advantages that the corresponding information classification table can be preset for different flow requests, when a user inputs the flow information of a certain flow request, the rule engine correspondingly fills the classified request information into the table, on one hand, whether the plurality of pieces of request information contain preset information can be conveniently determined, on the other hand, a subsequent processor can conveniently and clearly know the flow request and correspondingly process the flow request, and the flow processing efficiency is improved.
Optionally, in the case that the flow request does not include the preset information, the control flow request jumps to a preset flow node.
When the flow request input by the user does not include the preset information, the flow request of the user can be skipped to the flow department, the flow personnel director judges the processor or the department of the flow request, or the flow request can be skipped to the comprehensive department, and the comprehensive department processes the flow request, which is not limited.
Referring to fig. 3, an embodiment of the present application further provides a flow processing apparatus 300, where the apparatus includes:
an obtaining module 301, configured to obtain a flow request;
the retrieving module 302 is configured to retrieve, by using the rule engine, jump information corresponding to the preset information from the rule base when the flow request includes the preset information;
a first control module 303, configured to control the flow request to jump to a flow node corresponding to the jump information;
the rule base at least comprises a corresponding relation between preset information and skip information.
Optionally, the invoking module:
the method is particularly used for calling the jump information corresponding to the preset information from the rule base through the rule engine under the condition that the flow request flows to the jump node and the flow request contains the preset information;
the jump node is a flow node corresponding to at least two next nodes.
Optionally, the invoking module includes:
the first determining submodule is used for selecting preset information with highest priority from at least two preset information through the rule engine under the condition that the flow request contains at least two preset information;
and the calling sub-module is used for calling the jump information corresponding to the preset information with the highest priority from the rule base.
Optionally, the apparatus further comprises:
the receiving module is used for receiving a modification instruction to the rule base;
and the modification module is used for modifying the corresponding relation between the preset information and the jump information in the rule base according to the modification instruction.
Optionally, the apparatus further comprises:
and the judging module is used for determining whether the flow request contains preset information or not through the rule engine.
Optionally, the flow request includes a plurality of pieces of request information, and the judging module includes:
the classifying sub-module is used for classifying the plurality of pieces of request information through the rule engine and filling the plurality of pieces of request information into a preset information classifying table according to types respectively;
the judging sub-module is used for judging whether the preset position in the information classification table is filled with the request information;
and the second determining submodule is used for determining that the flow request contains preset information if the preset position in the information classification table is filled with the request information.
Optionally, the apparatus further comprises:
and the second control module is used for controlling the flow request to jump to a preset flow node under the condition that the flow request does not contain preset information.
The flow processing device provided in the embodiment of the present application can implement each process implemented by the device in the method embodiment of fig. 1 to fig. 2, and in order to avoid repetition, a description is omitted here.
Referring to fig. 4, fig. 4 is a block diagram of another electronic device according to an embodiment of the present application, and as shown in fig. 4, an electronic device 1300 includes: at least one processor 1301, a memory 1302, at least one network interface 1304 and a user interface 1303, and a flow handler stored on the memory 1302 and executable on the processor 1301, which when executed by the processor 1301 implements the steps of the flow handling method described above. The various components in the electronic device 1300 are coupled together by a bus system 1305. It is appreciated that the bus system 1305 is used to implement connected communications between these components. The bus system 1305 includes a power bus, a control bus, and a status signal bus in addition to the data bus. The various buses are labeled in fig. 4 as bus system 1305 for clarity of illustration.
The user interface 1303 may include, among other things, a display, a keyboard, or a pointing device (e.g., a mouse, track ball, touch pad, or touch screen, etc.).
It will be appreciated that the memory 1302 in embodiments of the application can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable EPROM (EEPROM), or a flash Memory. The volatile memory may be random access memory (Random Access Memory, RAM) which acts as an external cache. By way of example, and not limitation, many forms of RAM are available, such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (Double Data Rate SDRAM), enhanced SDRAM (ESDRAM), synchronous DRAM (SLDRAM), and Direct RAM (DRRAM). The memory 1302 of the systems and methods described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
In some implementations, the memory 1302 stores the following elements, executable modules or data structures, or a subset thereof, or an extended set thereof: an operating system 13021 and application programs 13022.
The operating system 13021 contains various system programs, such as a framework layer, a core library layer, a driver layer, etc., for implementing various basic services and processing hardware-based tasks. The application programs 13022 include various application programs such as a Media Player (Media Player), a Browser (Browser), and the like for realizing various application services. The program for implementing the method of the embodiment of the present application may be contained in the application program 13022.
In the embodiment of the present application, by calling the program or the instruction stored in the memory 1302, specifically, the program or the instruction stored in the application program 13022, the computer program when executed by the processor 1301 may further implement the following steps:
acquiring a flow request;
under the condition that the flow request contains preset information, calling jump information corresponding to the preset information from a rule base through a rule engine;
the control flow request jumps to the flow node corresponding to the jump information;
the rule base at least comprises a corresponding relation between preset information and skip information.
The method disclosed in the above embodiment of the present application may be applied to the processor 1301 or implemented by the processor 1301. Processor 1301 may be an integrated circuit chip with signal processing capabilities. In implementation, the steps of the method described above may be performed by integrated logic circuitry in hardware in processor 1301 or instructions in software. The processor 1301 may be a general purpose processor, a digital signal processor (Digital Signal Processor, DSP), an application specific integrated CircUIt (Application Specific Integrated CircUIt it, ASIC), an off-the-shelf programmable gate array (Field Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The disclosed methods, steps, and logic blocks in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be embodied directly in the execution of a hardware decoding processor, or in the execution of a combination of hardware and software modules in a decoding processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. Which is located in a memory 1302, and a processor 1301 reads information in the memory 1302, which in combination with its hardware performs the steps of the method described above.
It is to be understood that the embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or a combination thereof. For a hardware implementation, the processing units may be implemented within one or more application specific integrated CircUIts (Application Specific Integrated CircUIts, ASICs), digital signal processors (Digital Signal Processing, DSPs), digital signal processing devices (DSP devices, DSPDs), programmable logic devices (Programmable Logic Device, PLDs), field programmable gate arrays (Field-Programmable Gate Array, FPGAs), general purpose processors, controllers, micro-controllers, microprocessors, other electronic units for performing the functions of the application, or a combination thereof.
For a software implementation, the techniques herein may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions herein. The software codes may be stored in a memory and executed by a processor. The memory may be implemented within the processor or external to the processor.
Optionally, the computer program may further implement the following steps when executed by the processor:
determining, by the rule engine, a flow node of the flow request according to preset information, including:
under the condition that the flow request flows to the jumping node and the flow request contains preset information, the jumping information corresponding to the preset information is called from the rule base through the rule engine;
the jump node is a flow node corresponding to at least two next nodes.
Optionally, when the flow request includes at least two pieces of preset information, retrieving, by the rule engine, skip information corresponding to the preset information from the rule base, including:
selecting preset information with highest priority from at least two preset information items through a rule engine;
and calling the jump information corresponding to the preset information with the highest priority from the rule base.
Optionally, before acquiring the flow request, the method further includes:
receiving a modification instruction to a rule base;
and modifying the corresponding relation between the preset information and the skip information in the rule base according to the modification instruction.
Optionally, the method further comprises: and determining whether the flow request contains preset information or not through a rule engine.
Optionally, the flow request includes a plurality of pieces of request information, and determining, by the rule engine, whether the flow request includes preset information includes:
classifying the plurality of pieces of request information through a rule engine, and filling the plurality of pieces of request information into a preset information classification table according to types respectively;
judging whether a preset position in the information classification table is filled with request information;
if the preset position in the information classification table is filled with the request information, determining that the flow request contains the preset information.
Optionally, the method further comprises: and under the condition that the flow request does not contain preset information, the control flow request jumps to a preset flow node.
The electronic device 1300 can implement each process implemented by the receiving terminal in the foregoing embodiment, and in order to avoid repetition, a description is omitted here. By adopting the method provided by the embodiment of the application, when the processing flow corresponding to a certain flow request needs to be changed, the corresponding relation between the preset information and the jump information in the rule base is only required to be changed, so that the cost of flow management is reduced, and the response speed of flow change is improved.
The embodiment of the application also provides a computer readable storage medium, wherein the computer readable storage medium stores a flow processing program, and the flow processing program realizes the steps of the flow processing method when being executed by a processor.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, and are not repeated herein.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of elements is merely a logical functional division, and there may be additional divisions of actual implementation, e.g., multiple elements or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present application.
In addition, each functional unit in the embodiments of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: a usb disk, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk, etc.
The foregoing is merely illustrative embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily think about variations or substitutions within the technical scope of the present application, and the application should be covered. Therefore, the protection scope of the application is subject to the protection scope of the claims.

Claims (12)

1. A flow processing method, the method comprising:
receiving a modification instruction to a rule base;
modifying the corresponding relation between preset information and jump information in the rule base according to the modification instruction; wherein, the rule base at least comprises the corresponding relation between preset information and jump information; when a process flow corresponding to a certain flow request needs to be changed, changing the corresponding relation between preset information and skip information in a rule base;
acquiring a flow request;
under the condition that the flow request contains preset information, calling jump information corresponding to the preset information from a rule base through a rule engine;
controlling the flow request to jump to a flow node corresponding to the jump information;
and under the condition that the flow request contains at least two pieces of preset information, the step of calling the jump information corresponding to the preset information from a rule base through a rule engine comprises the following steps:
selecting preset information with highest priority from the at least two preset information by the rule engine;
and calling the jump information corresponding to the preset information with the highest priority from the rule base.
2. The method of claim 1, wherein the determining, by a rules engine, a flow node of the flow request according to the preset information, comprises:
under the condition that the flow request flows to a jumping node and the flow request contains preset information, the jumping information corresponding to the preset information is called from a rule base through a rule engine;
the jump node is a flow node corresponding to at least two next nodes.
3. The method according to claim 1, wherein the method further comprises:
and determining whether the flow request contains the preset information or not through the rule engine.
4. A method according to claim 3, wherein the flow request includes a plurality of pieces of request information, and the determining, by the rules engine, whether the flow request includes the preset information includes:
classifying a plurality of pieces of request information through the rule engine, and filling the plurality of pieces of request information into a preset information classification table according to types respectively;
judging whether the request information is filled in a preset position in the information classification table;
and if the preset position in the information classification table is filled in the request information, determining that the flow request contains preset information.
5. The method according to claim 1, wherein the method further comprises:
and under the condition that the flow request does not contain preset information, controlling the flow request to jump to a preset flow node.
6. A flow processing apparatus, the apparatus comprising:
the receiving module is used for receiving a modification instruction to the rule base;
the modification module is used for modifying the corresponding relation between the preset information and the jump information in the rule base according to the modification instruction; wherein, the rule base at least comprises the corresponding relation between preset information and jump information; when a process flow corresponding to a certain flow request needs to be changed, changing the corresponding relation between preset information and skip information in a rule base;
the acquisition module is used for acquiring the flow request;
the calling module is used for calling the jump information corresponding to the preset information from the rule base through the rule engine under the condition that the flow request contains the preset information;
the first control module is used for controlling the flow request to jump to a flow node corresponding to the jump information;
the calling module comprises:
the first determining submodule is used for selecting preset information with highest priority from at least two preset information by the rule engine under the condition that the flow request contains the at least two preset information;
and the calling sub-module is used for calling the jump information corresponding to the preset information with the highest priority from the rule base.
7. The apparatus of claim 6, wherein the means for retrieving:
the method is particularly used for calling the jump information corresponding to the preset information from a rule base through a rule engine under the condition that the flow request flows to the jump node and the flow request contains the preset information;
the jump node is a flow node corresponding to at least two next nodes.
8. The apparatus of claim 6, wherein the apparatus further comprises:
and the judging module is used for determining whether the flow request contains the preset information or not through the rule engine.
9. The apparatus of claim 8, wherein the flow request includes a plurality of pieces of request information, and wherein the determining module includes:
the classifying sub-module is used for classifying the plurality of pieces of request information through the rule engine and filling the plurality of pieces of request information into a preset information classifying table according to types respectively;
the judging sub-module is used for judging whether the preset position in the information classification table is filled with the request information;
and the second determining submodule is used for determining that the flow request contains preset information if the preset position in the information classification table is filled with the request information.
10. The apparatus of claim 6, wherein the apparatus further comprises:
and the second control module is used for controlling the flow request to jump to a preset flow node under the condition that the flow request does not contain preset information.
11. An electronic device, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the flow processing method according to any one of claims 1 to 5.
12. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the steps of the flow processing method according to any one of claims 1 to 5.
CN201910870207.7A 2019-09-16 2019-09-16 Flow processing method and device, electronic equipment and computer readable storage medium Active CN110610352B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910870207.7A CN110610352B (en) 2019-09-16 2019-09-16 Flow processing method and device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910870207.7A CN110610352B (en) 2019-09-16 2019-09-16 Flow processing method and device, electronic equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN110610352A CN110610352A (en) 2019-12-24
CN110610352B true CN110610352B (en) 2023-09-19

Family

ID=68891247

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910870207.7A Active CN110610352B (en) 2019-09-16 2019-09-16 Flow processing method and device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110610352B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274202B (en) * 2020-01-15 2023-07-14 深圳市中农网有限公司 Electronic contract generation method, device, computer equipment and storage medium
CN112351059B (en) * 2020-07-30 2021-09-10 中兴通讯股份有限公司 Request processing method and device, electronic equipment and computer-readable storage medium
CN112231011B (en) * 2020-10-09 2024-05-10 北京锐安科技有限公司 Activiti-based flow chart adjustment method and device, electronic equipment and storage medium
CN112613275A (en) * 2020-12-24 2021-04-06 金蝶软件(中国)有限公司 Receipt generation method and device, computer equipment and storage medium
CN112884566B (en) * 2021-01-26 2023-05-26 中国建设银行股份有限公司 Method and system for driving business logic through flow engine
CN113760198B (en) * 2021-11-04 2022-03-04 浙江华云信息科技有限公司 Fusion processing method and device suitable for middle stage rule engine and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353957A (en) * 2013-06-19 2013-10-16 浙江中烟工业有限责任公司 Realization method of human-centered cooperative workflow system and apparatus thereof
CN105046408A (en) * 2015-06-25 2015-11-11 国网山东省电力公司 Configurable workflow realization method and system
CN107864193B (en) * 2017-10-26 2020-06-30 阿里巴巴集团控股有限公司 Business processing method, device, system and service equipment

Also Published As

Publication number Publication date
CN110610352A (en) 2019-12-24

Similar Documents

Publication Publication Date Title
CN110610352B (en) Flow processing method and device, electronic equipment and computer readable storage medium
US20170061156A1 (en) Personal information anonymization method, recording medium, and information processing apparatus
CN109284321B (en) Data loading method, device, computing equipment and computer readable storage medium
CN109522751B (en) Access right control method and device, electronic equipment and computer readable medium
US20140173408A1 (en) Identity based automated form filling
CN112672184A (en) Video auditing and publishing method
US11606330B2 (en) Domain name determination
US9588760B1 (en) Software application development feature and defect selection
CN111966334A (en) Service processing method, device and equipment
JP5264813B2 (en) Evaluation apparatus, evaluation method, and evaluation program
US9934292B2 (en) Dynamic presentation of a results set by a form-based software application
CN113408254A (en) Page form information filling method, device, equipment and readable medium
CN112328347A (en) Application rule configuration method and device and page processing method
US10977333B2 (en) Link corrections by cognitive analysis of web resources
CN114780497B (en) Batch file processing method, apparatus, computer device, medium, and program product
CN116468062A (en) Page display method and device based on graphic code
US11394677B2 (en) Systems and methods for screening electronic communications
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN114911479A (en) Interface generation method, device, equipment and storage medium based on configuration
US10754622B2 (en) Extracting mobile application workflow from design files
US20170091184A1 (en) Automated hybrid constraint database manager
CN111737964A (en) Form dynamic processing method, equipment and medium
US11593511B2 (en) Dynamically identifying and redacting data from diagnostic operations via runtime monitoring of data sources
Harper A hybrid systems approach using real-time data and computer simulation: a research framework and its implementation in the context of urgent and emergency care
CN117972664A (en) Authority management method and device for page element and electronic equipment

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 101, floors 1-3, building 14, North District, yard 9, dongran North Street, Haidian District, Beijing 100029

Applicant after: CHINA TOWER Co.,Ltd.

Address before: 100142 19th floor, 73 Fucheng Road, Haidian District, Beijing

Applicant before: CHINA TOWER Co.,Ltd.

GR01 Patent grant
GR01 Patent grant