CN113077139A - Process configuration method, device, equipment and computer readable storage medium - Google Patents

Process configuration method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN113077139A
CN113077139A CN202110344442.8A CN202110344442A CN113077139A CN 113077139 A CN113077139 A CN 113077139A CN 202110344442 A CN202110344442 A CN 202110344442A CN 113077139 A CN113077139 A CN 113077139A
Authority
CN
China
Prior art keywords
flow
node
configuration
changed
state
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110344442.8A
Other languages
Chinese (zh)
Inventor
鲁大辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Zhilai Science and Technology Co Ltd
Original Assignee
Shenzhen Zhilai Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Zhilai Science and Technology Co Ltd filed Critical Shenzhen Zhilai Science and Technology Co Ltd
Priority to CN202110344442.8A priority Critical patent/CN113077139A/en
Publication of CN113077139A publication Critical patent/CN113077139A/en
Pending legal-status Critical Current

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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Operations Research (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a process configuration method, a device, equipment and a computer readable storage medium, wherein the process configuration method comprises the following steps: when a flow configuration instruction is received, generating corresponding flow configuration operation based on a preset flow configuration interface; acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences; and based on the process configuration information, sequentially importing process nodes to generate a corresponding business process. The invention improves the flexibility of the process management and improves the efficiency of the process management.

Description

Process configuration method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for process configuration.
Background
With the rapid development of science and technology and the improvement of the living standard of people, the business volume of companies is continuously increased, and various business processes are more and more complicated. For the traditional manual process, such huge process management requirements cannot be met. Therefore, most companies employ process management systems to handle daily business processes.
At present, the service flow used by the flow management system is fixed, and in the use process of the flow management system, the flow node of the service flow cannot be changed, for example, the flow node is inserted or deleted, so that the flexibility of flow management is reduced. If the business process needs to be changed, all relevant codes need to be changed, tested and redeployed due to the fact that the program is implemented and the business logic of the process is bound together, and time, labor and errors are prone to occurring. Meanwhile, if a plurality of flows are required, a large amount of codes need to be developed repeatedly, the labor development cost is high, most of the flows belong to different systems, and great inconvenience is brought to the unified management of the flows, so that the efficiency of the flow management is reduced.
In summary, how to improve the flexibility of the process management and how to improve the efficiency of the process management are problems that need to be solved urgently at present.
Disclosure of Invention
The invention mainly aims to provide a flow configuration method, a flow configuration device, a flow configuration equipment and a computer readable storage medium, aiming at improving the flexibility of flow management and improving the efficiency of flow management.
In order to achieve the above object, the present invention provides a process configuration method, including the steps of:
when a flow configuration instruction is received, generating corresponding flow configuration operation based on a preset flow configuration interface;
acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences;
and based on the process configuration information, sequentially importing process nodes to generate a corresponding business process.
Optionally, the process configuration method further includes:
when a flow change instruction is received, changing the flow state of the business flow into an abnormal state;
acquiring a changed flow node based on the flow change instruction, and judging whether a change requirement is met based on the changed flow node;
and if the change requirement is met, changing the business process based on the process change instruction, and changing the process state of the changed business process into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
Optionally, before the step of changing the flow state of the business flow to the abnormal state when the flow change instruction is received, the method further includes:
acquiring a process state of the service process and a current process node;
determining whether the business process needs to be changed or not based on the process state and the current process node;
if the business process needs to be changed, determining a changed process node based on the process state and the current process node;
and generating a flow change instruction based on the changed flow node.
Optionally, after the step of obtaining a changed flow node based on the flow change instruction and determining whether a change requirement is met based on the changed flow node, the method further includes:
if the change requirement is not met, acquiring a process configuration template corresponding to the service process for performing process change configuration operation;
receiving the process change configuration operation, and acquiring changed process configuration information based on the process change configuration operation;
and based on the changed flow configuration information, sequentially importing flow nodes, generating a changed business flow, and changing the flow state of the changed business flow into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
Optionally, the step of obtaining a changed flow node based on the flow change instruction, and determining whether a change requirement is met based on the changed flow node includes:
acquiring a flow node to be inserted based on the flow change instruction, wherein the flow change instruction is a node insertion instruction;
acquiring a process configuration template corresponding to the service process, and judging whether the process configuration template comprises the to-be-inserted process node;
if the flow configuration template comprises the flow node to be inserted, judging that a change requirement is met;
if the flow configuration template does not comprise the flow node to be inserted, judging that the change requirement is not met; or the like, or, alternatively,
acquiring a flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction;
judging whether the service process comprises the process node to be deleted or not;
if the business process comprises the process node to be deleted, judging that a change requirement is met;
and if the service process does not comprise the process node to be deleted, judging that the change requirement is not met.
Optionally, the process configuration information further includes a process configuration code, and the step of obtaining the process configuration template corresponding to the service process includes:
acquiring the process configuration code;
and acquiring a process configuration template corresponding to the service process based on the process configuration code.
Optionally, the process configuration method further includes:
acquiring a current process node based on the service process so as to register the current process node;
receiving the registration operation and executing the registration operation;
determining a process node state of the current process node based on the registration operation;
and if the flow node state is the completion state, switching the current execution node to the next node of the current flow node.
In addition, to achieve the above object, the present invention further provides a process configuration apparatus, including:
the flow configuration module is used for generating corresponding flow configuration operation based on a preset flow configuration interface when a flow configuration instruction is received;
the information acquisition module is used for acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences;
and the flow generation module is used for sequentially importing flow nodes based on the flow configuration information and generating corresponding business flows.
In addition, to achieve the above object, the present invention further provides a process configuration device, including: the system comprises a memory, a processor and a process configuration program stored on the memory and capable of running on the processor, wherein the process configuration program realizes the steps of the process configuration method when being executed by the processor.
In addition, to achieve the above object, the present invention also provides a computer readable storage medium, which stores thereon a flow configuration program, which when executed by a processor, implements the steps of the flow configuration method as described above.
The invention provides a process configuration method, a device, equipment and a computer readable storage medium, wherein when a process configuration instruction is received, corresponding process configuration operation is generated based on a preset process configuration interface; acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences; and based on the process configuration information, sequentially importing the process nodes to generate a corresponding business process. Through the mode, the invention can freely configure the process nodes through the process configuration page, namely, the process configuration can be carried out by self-definition, and the business process can be changed through the process configuration page after the business process is generated, thereby improving the flexibility of process management. Meanwhile, different process configuration information can be determined based on different process configuration operations, so that different business process requirements can be realized on one system, the unified management of the processes is further realized, codes do not need to be repeatedly developed, and the efficiency of process management is further improved. Therefore, the invention improves the flexibility of the process management and improves the efficiency of the process management.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart diagram illustrating a first embodiment of a flow configuration method according to the present invention;
FIG. 3 is a schematic flow chart diagram illustrating a second embodiment of a flow configuration method according to the present invention;
fig. 4 is a functional block diagram of a first embodiment of a process configuration apparatus according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal in the embodiment of the present invention is a process configuration device, and the process configuration device may be a terminal device having a processing function, such as a PC (personal computer), a microcomputer, a notebook computer, a server, and a mobile phone.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU (Central Processing Unit), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a flow configuration program.
In the terminal shown in fig. 1, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005 and perform the following operations:
when a flow configuration instruction is received, generating corresponding flow configuration operation based on a preset flow configuration interface;
acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences;
and based on the process configuration information, sequentially importing process nodes to generate a corresponding business process.
Further, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005, and further perform the following operations:
when a flow change instruction is received, changing the flow state of the business flow into an abnormal state;
acquiring a changed flow node based on the flow change instruction, and judging whether a change requirement is met based on the changed flow node;
and if the change requirement is met, changing the business process based on the process change instruction, and changing the process state of the changed business process into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
Further, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005, and further perform the following operations:
acquiring a process state of the service process and a current process node;
determining whether the business process needs to be changed or not based on the process state and the current process node;
if the business process needs to be changed, determining a changed process node based on the process state and the current process node;
and generating a flow change instruction based on the changed flow node.
Further, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005, and further perform the following operations:
if the change requirement is not met, acquiring a process configuration template corresponding to the service process for performing process change configuration operation;
receiving the process change configuration operation, and acquiring changed process configuration information based on the process change configuration operation;
and based on the changed flow configuration information, sequentially importing flow nodes, generating a changed business flow, and changing the flow state of the changed business flow into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
Further, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005, and further perform the following operations:
acquiring a flow node to be inserted based on the flow change instruction, wherein the flow change instruction is a node insertion instruction;
acquiring a process configuration template corresponding to the service process, and judging whether the process configuration template comprises the to-be-inserted process node;
if the flow configuration template comprises the flow node to be inserted, judging that a change requirement is met;
if the flow configuration template does not comprise the flow node to be inserted, judging that the change requirement is not met; or the like, or, alternatively,
acquiring a flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction;
judging whether the service process comprises the process node to be deleted or not;
if the business process comprises the process node to be deleted, judging that a change requirement is met;
and if the service process does not comprise the process node to be deleted, judging that the change requirement is not met.
Further, the process configuration information further includes a process configuration code, and the processor 1001 may be configured to call the process configuration program stored in the memory 1005, and further perform the following operations:
acquiring the process configuration code;
and acquiring a process configuration template corresponding to the service process based on the process configuration code.
Further, the processor 1001 may be configured to call the flow configuration program stored in the memory 1005, and further perform the following operations:
acquiring a current process node based on the service process so as to register the current process node;
receiving the registration operation and executing the registration operation;
determining a process node state of the current process node based on the registration operation;
and if the flow node state is the completion state, switching the current execution node to the next node of the current flow node.
Based on the above hardware structure, embodiments of the process configuration method of the present invention are provided.
The invention provides a flow configuration method.
Referring to fig. 2, fig. 2 is a flowchart illustrating a flow configuration method according to a first embodiment of the present invention.
In this embodiment, the flow configuration method includes:
step S10, when a flow configuration instruction is received, generating a corresponding flow configuration operation based on a preset flow configuration interface;
in this embodiment, when a flow configuration instruction is received, a corresponding flow configuration operation is generated based on a preset flow configuration interface, where the flow configuration interface is used for performing the flow configuration operation, so that a flow configuration worker can complete a custom flow configuration. The process configuration instruction is an instruction that needs to be triggered to start a process configuration operation, and is used for a process configuration worker to trigger the process configuration instruction to start the process configuration operation, for example, an option is provided on an operation interface for the process configuration worker to trigger the process configuration instruction, or a button is provided on equipment for the process configuration worker to trigger the process configuration instruction, that is, when the process configuration worker needs to configure a service process by user definition, the process configuration worker can enter the process configuration interface by triggering the process configuration instruction, so as to complete the process configuration operation based on the process configuration interface.
The process configuration interface is a visual interface for performing process configuration operation, and a process configuration worker can set configuration information such as a process configuration code, a process configuration name, a process node name, a process state, a process sequence, a process node state and the like on the interface.
It should be noted that the process configuration code may be any character or character string, the process configuration code has uniqueness, and is used to uniquely identify the business process, and subsequently, the corresponding process configuration information may be matched through the process configuration code to sequentially import the corresponding process nodes and generate the corresponding business process, so that process managers, such as after-sales personnel, perform registration operations according to the process nodes in the business process to perform management operations on the entire business process. The process configuration name is a configuration name of the whole business process, and corresponds to the process configuration codes one by one. The process node name is the name of a certain node in the business process and is used for representing business requirements, such as the names of exploration, civil engineering, power connection, logistics delivery, receiving, installation, acceptance and the like. The process state is a state of the whole business process, such as an abnormal state, a pending state, a completed state, an initial state, and the like, and is used to represent an execution state of the business process. The process sequence is an execution sequence of each process node, i.e., a sequence before and after the step execution, for example, an execution sequence of exploration, civil engineering, power connection, logistics delivery, receiving, installation, and acceptance. The process node status is status information of each process node, such as an executing status, a completing status, an initial status, a suspending status, etc., which is used to indicate the executing status of the process node. In addition, the process configuration code and the process configuration name may be configured according to a service scenario and/or a naming rule, for example, in a service scenario of maintaining and installing the cabinet, the process configuration code may be a, and the process configuration name may be a subscription process configuration. Further, the process node name may also be configured according to a service scenario and/or a naming rule, for example, in a service scenario of maintaining and installing the cabinet, the process node name may be a node name for exploration, civil engineering, power connection, logistics delivery, receipt, installation, acceptance, and the like.
In addition, it should be noted that, before a business process is introduced into the system, process configuration needs to be performed in advance. For example, before order import, an order flow configuration is configured first, so that when an order is imported, a corresponding service flow is matched through a flow configuration code in the order flow configuration, so that a flow manager, such as an after-sales person, performs a registration operation on each flow node of the order in sequence. Therefore, the flow configuration personnel can trigger the flow configuration instruction to complete the flow configuration in advance. It is understood that the authority of the process configuration personnel is higher than that of the process management personnel.
In one embodiment, the process configuration personnel may trigger different process configuration instructions, that is, based on the process configuration instructions, the process configuration type may be determined. Different process configuration types correspond to different process configuration interfaces, and corresponding process configuration templates are different. It can be understood that different business requirements and different process configuration types may be different, and therefore, the present embodiment can satisfy different business requirements, thereby improving flexibility of process management.
Step S20, acquiring flow configuration information based on the flow configuration operation, where the flow configuration information includes a flow node name and a flow sequence;
in this embodiment, after the flow configuration operation is completed based on the flow configuration interface, the flow configuration operation generated by the flow configuration interface is received, and the flow configuration information is obtained based on the flow configuration operation, where the flow configuration information includes a flow node name and a flow sequence. The process configuration information may also include configuration information such as a process configuration code, a process configuration name, a process state, a process node state, and the like, and specific content of the process configuration information may refer to the above description, which is not repeated here.
It should be noted that, when a process configuration worker performs a process configuration operation on a process configuration interface, if the process configuration operation is to sequentially input process node names, the process node names and the process sequence thereof may be obtained based on the process configuration operation; if the process configuration operation is to input a process configuration code according to the service scene and/or the naming rule, the process configuration code can be obtained based on the process configuration operation; if the process configuration operation is to input a process configuration name according to the service scene and/or the naming rule, the process configuration name can be obtained based on the process configuration operation; if the flow configuration operation is the flow state of the input whole flow, the flow state can be obtained based on the flow configuration operation; if the process configuration operation is to input the process node state for each process node, each process node state can be obtained based on the process configuration operation.
It can be understood that a process configuration template may be set to store the process configuration information, and when the business process is subsequently changed, the process configuration template is directly changed. The process configuration template is also used for matching the corresponding process configuration template through the process configuration codes when the business process is imported into the system, so as to import the process nodes in sequence based on the process configuration template and carry out registration operation.
And step S30, based on the flow configuration information, importing flow nodes in sequence and generating corresponding business flows.
In this embodiment, based on the flow configuration information, flow nodes are sequentially imported, and corresponding business flows are generated for performing registration operations based on the business flows and performing change operations of the business flows, thereby implementing management of the business flows.
Specifically, based on the process node name and the process sequence in the process configuration information, the process node name is sequentially imported into the corresponding node position, so that each process node meets the process sequence, and thus a business process with the process sequence is generated. Through the service flow, the steps required to be executed by each node in the whole service flow can be known. For example, if the process node name and the process sequence included in the process configuration information are survey, civil engineering, power connection, logistics delivery, receipt, installation, and acceptance, the execution sequence of the business process is survey, civil engineering, power connection, logistics delivery, receipt, installation, and acceptance. Therefore, the business process includes the name of the process node and the process sequence.
Of course, the service process may also include information such as a process configuration code, a process configuration name, a process state, a process node state, and the like, and specific contents may refer to the above description, which is not repeated here.
In an embodiment, if a corresponding flow number is imported, for example, in an order service scenario, if a corresponding order number is imported, a corresponding flow configuration code is determined based on the order number, and then, based on the flow configuration code, corresponding flow configuration information is matched, so as to sequentially import flow nodes based on the flow configuration information, and generate a corresponding service flow.
The embodiment of the invention provides a flow configuration method, which comprises the steps of generating corresponding flow configuration operation based on a preset flow configuration interface when a flow configuration instruction is received; acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences; and based on the process configuration information, sequentially importing the process nodes to generate a corresponding business process. Through the above manner, the embodiment of the invention can freely configure the process nodes through the process configuration page, i.e. the process configuration can be performed by user-definition, and after the business process is generated, the business process can be changed through the process configuration page, thereby improving the flexibility of process management. Meanwhile, different process configuration information can be determined based on different process configuration operations, so that different business process requirements can be realized on one system, the unified management of the processes is further realized, codes do not need to be repeatedly developed, and the efficiency of process management is further improved. Therefore, the embodiment of the invention improves the flexibility of flow management and improves the efficiency of flow management.
Further, based on the first embodiment, a second embodiment of the flow configuration method of the present invention is provided.
Referring to fig. 3, fig. 3 is a flowchart illustrating a flow configuration method according to a second embodiment of the present invention.
In this embodiment, the flow configuration method further includes:
step S40, when a flow change instruction is received, changing the flow state of the business flow into an abnormal state;
in this embodiment, when a flow change instruction is received, the flow state of the business flow is changed to an abnormal state. The flow changing instruction comprises a node inserting instruction, a node deleting instruction, a flow node state changing instruction and the like.
It should be noted that when the flow state of the service flow is an abnormal state, the service flow is suspended, that is, the flow manager cannot operate each flow node of the service flow any more, so as to avoid some unnecessary risks and greatly improve the accuracy of flow management. For example, after an order is imported and a corresponding business process is generated, when a process node is inserted halfway, the order state is changed into an abnormal state to avoid risks.
In an embodiment, the process change instruction may be triggered autonomously by a process configuration staff, and at this time, the changed process node may be determined by the process configuration staff, for example, if the process change instruction is a node insertion instruction, the process node to be inserted may be generated by the process configuration staff. Or, the changed flow node may be autonomously generated by the system according to the change position of the flow change instruction, for example, the flow change instruction is a node insertion instruction, and if the node insertion instruction indicates to be inserted after the second flow node, the corresponding flow node to be inserted is autonomously generated to be inserted after the second flow node according to the service information of the second flow node. That is, the corresponding changed flow node may be acquired based on the flow change instruction.
In another embodiment, the flow change instruction may be generated according to the flow state of the service flow and the current flow node, and the corresponding changed flow node may also be generated according to the flow state of the service flow and the current flow node.
Specifically, before the step S40, the flow configuration method further includes:
step A, acquiring a process state of the business process and a current process node;
first, a flow state of a business flow and a current flow node are obtained. The process state of the business process is a state of the whole business process, such as an abnormal state, a to-be-processed state, a completed state, an initial state, and the like, and is used for representing an execution state of the business process. The current flow node is a current execution node, that is, the current service step is executed to the flow node.
Step B, determining whether the business process needs to be changed or not based on the process state and the current process node;
after the flow state of the business flow and the current flow node are obtained, whether the business flow needs to be changed or not is determined based on the flow state and the current flow node. For example, when the flow state of the business flow is the completion state, the business flow does not need to be changed; the process nodes before the current process node do not need to be changed.
It can be understood that different process states and different current process nodes correspond to different service change requirements, and specific contents corresponding to the service change requirements may be set according to actual situations, which is not specifically limited herein.
Step C, if the business process needs to be changed, determining changed process nodes based on the process state and the current process nodes;
then, if the business process needs to be changed, the changed process node is determined based on the process state and the current process node. For example, in an original business process of exploration, civil engineering, power connection, logistics delivery, receipt, installation and acceptance, if a current process node is an exploration node, a newly added excavated process node is added to the exploration node, that is, an altered process node is excavation.
It can be understood that different process states and different current process nodes correspond to different service change requirements, and specific contents corresponding to the changed process nodes can be set according to actual situations, and are not specifically limited herein.
And D, generating a flow change instruction based on the changed flow node.
And finally, generating a flow change instruction based on the changed flow nodes, so that the flow change instruction has the changed flow nodes, and obtaining the changed flow nodes based on the flow change instruction subsequently.
Step S50, acquiring changed flow nodes based on the flow changing instruction, and judging whether the changed flow nodes meet the changing requirement or not based on the changed flow nodes;
in this embodiment, the changed flow node is acquired based on the flow change instruction, and whether the change requirement is satisfied is determined based on the changed flow node. If the change requirement is met, the flow configuration template corresponding to the business flow meets the requirement; if the change requirement is not met, the flow configuration template corresponding to the business flow does not meet the requirement, and further flow configuration needs to be carried out based on the flow configuration template so as to meet the change requirement.
It should be noted that, if the flow change instruction is a node insertion instruction, the changed flow node is a flow node to be inserted, that is, a newly added service node; if the flow changing instruction is a node deleting instruction, the changed flow node is a flow node to be deleted; and if the flow change instruction is the flow node state change instruction, the changed flow node is the flow node of which the flow node state needs to be changed.
Specifically, step S50 includes:
step a51, acquiring a flow node to be inserted based on the flow change instruction, wherein the flow change instruction is a node insertion instruction;
in this embodiment, a flow change instruction is obtained based on a flow node to be inserted, where the flow change instruction is a node insertion instruction. The to-be-inserted flow node is a flow node to be inserted into the business process, that is, a newly added business node, and for example, in an original business process of exploration, civil engineering, power connection, logistics delivery, receipt, installation and acceptance, a newly added excavated flow node is added between the exploration and the civil engineering.
It should be noted that the node insertion instruction has a to-be-inserted flow node, and the to-be-inserted flow node may be set by a flow configuration person, or may be determined by the system according to information such as a flow state of the business flow and a current flow node.
A52, acquiring a process configuration template corresponding to the business process, and judging whether the process configuration template includes the to-be-inserted process node;
step a53, if the flow configuration template includes the flow node to be inserted, determining that the change requirement is met;
step a54, if the flow configuration template does not include the flow node to be inserted, determining that the change requirement is not satisfied;
in this embodiment, a flow configuration template corresponding to a business flow is obtained, and whether the flow configuration template includes the to-be-inserted flow node is determined to determine whether the change requirement is met, specifically, if the flow configuration template includes the to-be-inserted flow node, it is determined that the change requirement is met; and if the flow configuration template does not comprise the flow node to be inserted, judging that the change requirement is not met.
The process configuration template is used for storing process configuration information of previous process configuration operation, and the process configuration information comprises information such as process configuration codes, process configuration names, process node names, process states, process sequences and process node states.
Step a55, acquiring a flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction;
or acquiring the flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction. The flow node to be deleted is a flow node to be deleted of the service flow, that is, a deleted service node, and for example, a flow node to be received is deleted in an original service flow of exploration, civil engineering, power connection, logistics delivery, receipt, installation, and acceptance.
It should be noted that the node deletion instruction has a to-be-deleted flow node, and the to-be-deleted flow node may be set by a flow configuration person, or may be determined by the system according to information such as a flow state of the business flow and a current flow node.
Step a56, judging whether the service flow includes the flow node to be deleted;
step a57, if the business process includes the process node to be deleted, determining that the change requirement is met;
step a58, if the business process does not include the process node to be deleted, determining that the change requirement is not satisfied.
In this embodiment, it is determined whether the service flow includes the flow node to be deleted to determine whether the change requirement is satisfied, specifically, if the service flow includes the flow node to be deleted, it is determined that the change requirement is satisfied; and if the service process does not comprise the process node to be deleted, judging that the change requirement is not met.
Specifically, a process configuration template corresponding to the service process is obtained, and whether the process configuration template includes the process node to be deleted is judged. The process configuration template is used for storing process configuration information of previous process configuration operation, and the process configuration information comprises information such as process configuration codes, process configuration names, process node names, process states, process sequences and process node states.
And step S60, if the change requirement is satisfied, changing the business process based on the process change instruction, and changing the process state of the changed business process into a pending state, wherein the pending state is used for indicating to perform registration operation.
In this embodiment, if the change request is satisfied, the business process is changed based on the process change instruction, and the process state of the changed business process is changed to a pending state, where the pending state is used to instruct to perform a registration operation. If the change request is satisfied, the business process may be directly changed based on the process change instruction. For example, if the change requirement of node insertion is met, the flow node to be inserted may be directly inserted into the business flow.
In addition, it should be noted that, when a flow change instruction is received, the flow state of the business flow is changed to an abnormal state, and at this time, the flow manager cannot operate the business flow. Therefore, after the business process change is completed, the changed business process flow state is changed into a pending state to prompt a process manager that the registration operation can be performed. For a specific registration operation execution flow, reference may be made to the following third embodiment, which is not described in detail herein.
Step S70, if the change requirement is not satisfied, acquiring a process configuration template corresponding to the business process for performing a process change configuration operation;
in this embodiment, if the changed flow node does not satisfy the change requirement, a flow configuration template corresponding to the business flow is obtained for performing a flow change configuration operation. The process configuration template is used for storing process configuration information of previous process configuration operation, and the process configuration information comprises information such as process configuration codes, process configuration names, process node names, process states, process sequences and process node states. Here, the flow configuration template is also used for storing the flow configuration information of the currently performed flow change configuration operation.
The flow configuration personnel can perform flow change configuration operations such as adding or deleting a flow node name, changing a flow state, changing a flow node state, and the like on the flow configuration template.
Step S80, receiving the flow change configuration operation, and acquiring changed flow configuration information based on the flow change configuration operation;
in the present embodiment, a flow change configuration operation is received, and changed flow configuration information is acquired based on the flow change configuration operation. The changed flow configuration information includes configuration information such as a flow node name, a flow sequence, a flow configuration code, a flow configuration name, a flow state, a flow node state, and the like.
It should be noted that, when a process configuration worker performs a process change configuration operation on a process configuration interface, if the process change configuration operation is to add a process node name, the process node name of the process node to be inserted and a process sequence thereof can be obtained based on the process change configuration operation; if the process change configuration operation is deleting the process node name, acquiring the process node name of the changed service scene and the current new process sequence based on the process change configuration operation; if the process change configuration operation is to change the process node state for a certain process node, the process node state of the changed process node can be obtained based on the process change configuration operation.
In addition, the flow configuration template is used for matching the corresponding flow configuration template through the flow configuration code when the business flow is imported into the system, so as to import the flow nodes in sequence based on the flow configuration template and perform registration operation. It can be understood that some unnecessary risks can be avoided by matching the flow configuration code with the flow configuration template, thereby further improving the accuracy of flow management.
Step S90, based on the changed flow configuration information, sequentially importing flow nodes, generating a changed business flow, and changing the flow state of the changed business flow into a pending state, where the pending state is used to instruct to perform a registration operation.
In this embodiment, based on the changed flow configuration information, flow nodes are sequentially imported, a changed business flow is generated, and a flow state of the changed business flow is changed into a pending state, where the pending state is used to indicate that a registration operation is performed.
Specifically, based on the process node name and the process sequence in the changed process configuration information, the process node name is sequentially imported into the corresponding node position, so that each process node satisfies the process sequence, thereby generating a business process with the process sequence. Through the changed service flow, the steps required to be executed by each node in the whole service flow can be known. For example, if the process node name and the process sequence included in the changed process configuration information are investigation, civil engineering, power connection, logistics delivery, receipt, installation, and acceptance, the execution sequence of the business process is investigation, civil engineering, power connection, logistics delivery, receipt, installation, and acceptance. Therefore, the changed business process includes the name of the process node and the process sequence.
In addition, it should be noted that, when a flow change instruction is received, the flow state of the business flow is changed to an abnormal state, and at this time, the flow manager cannot operate the business flow. Therefore, after the business process change is completed, the changed business process flow state is changed into a pending state to prompt a process manager that the registration operation can be performed. For a specific registration operation execution flow, reference may be made to the following third embodiment, which is not described in detail herein.
Further, in the step S70 or the step a52, the obtaining of the process configuration template corresponding to the business process includes:
step a1, acquiring the flow configuration code;
step a2, based on the process configuration code, obtaining a process configuration template corresponding to the business process.
In this embodiment, the process configuration information includes a process configuration code, and the corresponding process configuration template can be matched by obtaining the process configuration code in the process configuration information corresponding to the service process.
It can be understood that some unnecessary risks can be avoided by matching the flow configuration code with the flow configuration template, thereby further improving the accuracy of flow management.
In this embodiment, the business process may be changed in the middle of the execution process of the business process, and compared with the case where the business process cannot be changed in the middle after the business process is determined, the flexibility of the process management may be further improved.
Further, based on the first or second embodiment, a third embodiment of the flow configuration method of the present invention is provided.
In this embodiment, the flow configuration method further includes:
step E, acquiring a current process node based on the service process so as to register the current process node;
in this embodiment, based on the service flow, the current flow node is obtained for performing registration operation on the current flow node. And the current process node is the current execution node of the business process.
It should be noted that, when a process manager selects a service process to register, the current process node that is registered for the first time is the first process node of the service process, and the subsequent current process nodes are sequentially replaced by the second process node and the third process node until the last process node, so that the registration operation is sequentially performed according to the process sequence configured by the service process, thereby preventing the registration operation from being performed across the sequence, and further improving the accuracy of the process management.
In one embodiment, process management personnel may perform registration operations via an applet. For example, after-sales personnel select an order to be registered through an after-sales applet, and then perform registration operations in sequence according to a configured flow configuration template to ensure that a server obtains a registration instruction and analyzes the registration instruction to obtain registration information and a flow node.
Step F, receiving the registration operation and executing the registration operation;
in the present embodiment, the registration operation is received, and is executed. The registration operation may be an operation of changing the state of the process node, adding remark information, adding the execution status of the process node, and the like. For example, if the process manager knows that the process node is completed, the process manager changes the state of the process node to a completed state to complete the registration of the process node.
Step G, determining the process node state of the current process node based on the registration operation;
and step H, if the flow node state is the completion state, switching the current execution node to the next node of the current flow node.
In the present embodiment, based on the registration operation, the flow node state of the current flow node is determined. It should be noted that, when the current process node is registered, the state of the current process node may change, and if the state of the current process node is the completion state, the current execution node is switched to the next node of the current process node until the current process node is the last process node, so that the process manager can sequentially register each process node.
In an embodiment, after the registration operation is performed on the current process node, the process node state of the current process node may be changed to the completion state, so that after one process node is registered, the next process node is automatically switched to perform the registration operation, thereby quickly completing the registration operation on each process node.
In this embodiment, registration operations are sequentially performed on each flow node of the business flow, and the registration operations are prevented from being performed across sequences, thereby further improving the accuracy of flow management. Meanwhile, if the flow node state is the completion state, the next node is automatically switched to carry out the registration operation, and the efficiency of flow management can be further improved.
The invention also provides a flow configuration device.
Referring to fig. 4, fig. 4 is a functional block diagram of a first embodiment of a flow configuration device according to the present invention.
In this embodiment, the flow configuration apparatus includes:
the flow configuration module 10 is configured to generate a corresponding flow configuration operation based on a preset flow configuration interface when receiving a flow configuration instruction;
an information obtaining module 20, configured to obtain process configuration information based on the process configuration operation, where the process configuration information includes a process node name and a process sequence;
and a flow generation module 30, configured to sequentially import flow nodes based on the flow configuration information, and generate a corresponding service flow.
Each virtual function module of the flow configuration apparatus is stored in the memory 1005 of the flow configuration device shown in fig. 1, and is used for implementing all functions of the flow configuration program; when executed by the processor 1001, the modules may implement a flow configuration function.
Further, the process configuration device further includes:
the state changing module is used for changing the flow state of the business flow into an abnormal state when a flow changing instruction is received;
the change judging module is used for acquiring changed process nodes based on the process change instruction and judging whether the change requirements are met based on the changed process nodes;
and the flow change module is used for changing the business flow based on the flow change instruction and changing the flow state of the changed business flow into a to-be-processed state if the change requirement is met, wherein the to-be-processed state is used for indicating to perform registration operation.
Further, the process configuration device further includes:
the flow acquisition module is used for acquiring the flow state of the business flow and the current flow node;
a change determining module, configured to determine whether the service process needs to be changed based on the process state and the current process node;
a node determination module, configured to determine a changed flow node based on the flow state and the current flow node if the service flow needs to be changed;
and the instruction generating module is used for generating a flow changing instruction based on the changed flow node.
Further, the process configuration device further includes:
the template acquisition module is used for acquiring a process configuration template corresponding to the business process if the change requirement is not met so as to carry out process change configuration operation;
the operation receiving module is used for receiving the process change configuration operation and acquiring changed process configuration information based on the process change configuration operation;
and the node importing module is used for sequentially importing the process nodes based on the changed process configuration information, generating a changed business process, and changing the process state of the changed business process into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
Further, the change determination module includes:
a node obtaining unit, configured to obtain a flow node to be inserted based on the flow change instruction, where the flow change instruction is a node insertion instruction;
a template obtaining unit, configured to obtain a flow configuration template corresponding to the service flow, and determine whether the flow configuration template includes the flow node to be inserted; if the flow configuration template comprises the flow node to be inserted, judging that a change requirement is met; if the flow configuration template does not comprise the flow node to be inserted, judging that the change requirement is not met; or the like, or, alternatively,
the node acquisition unit is further used for acquiring a flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction;
a flow judgment unit, configured to judge whether the service flow includes the flow node to be deleted; if the business process comprises the process node to be deleted, judging that a change requirement is met; and if the service process does not comprise the process node to be deleted, judging that the change requirement is not met.
Further, the process configuration information further includes a process configuration code, and the template obtaining module is further configured to obtain the process configuration code; and acquiring a process configuration template corresponding to the service process based on the process configuration code.
Further, the process configuration information further includes a process configuration code, and the template obtaining unit is further configured to obtain the process configuration code; and acquiring a process configuration template corresponding to the service process based on the process configuration code.
Further, the process configuration device further includes:
a node obtaining module, configured to obtain a current flow node based on the service flow, so as to perform a registration operation on the current flow node;
the operation execution module is used for receiving the registration operation and executing the registration operation;
a state determination module, configured to determine a process node state of the current process node based on the registration operation;
and the node switching module is used for switching the current execution node to the next node of the current process node if the process node state is the completion state.
The function implementation of each module in the process configuration apparatus corresponds to each step in the process configuration method embodiment, and the function and implementation process thereof are not described in detail here.
The present invention also provides a computer-readable storage medium having stored thereon a process configuration program which, when executed by a processor, implements the steps of the process configuration method as described in any one of the above embodiments.
The specific embodiment of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the process configuration method described above, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A process configuration method, characterized in that the process configuration method comprises the steps of:
when a flow configuration instruction is received, generating corresponding flow configuration operation based on a preset flow configuration interface;
acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences;
and based on the process configuration information, sequentially importing process nodes to generate a corresponding business process.
2. The process configuration method of claim 1, wherein said process configuration method further comprises:
when a flow change instruction is received, changing the flow state of the business flow into an abnormal state;
acquiring a changed flow node based on the flow change instruction, and judging whether a change requirement is met based on the changed flow node;
and if the change requirement is met, changing the business process based on the process change instruction, and changing the process state of the changed business process into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
3. The process configuration method according to claim 2, wherein before the step of changing the process state of the business process to the abnormal state when the process change instruction is received, the method further comprises:
acquiring a process state of the service process and a current process node;
determining whether the business process needs to be changed or not based on the process state and the current process node;
if the business process needs to be changed, determining a changed process node based on the process state and the current process node;
and generating a flow change instruction based on the changed flow node.
4. The process configuration method according to claim 2, wherein after the step of obtaining the changed process node based on the process change instruction and determining whether the change requirement is satisfied based on the changed process node, the method further comprises:
if the change requirement is not met, acquiring a process configuration template corresponding to the service process for performing process change configuration operation;
receiving the process change configuration operation, and acquiring changed process configuration information based on the process change configuration operation;
and based on the changed flow configuration information, sequentially importing flow nodes, generating a changed business flow, and changing the flow state of the changed business flow into a to-be-processed state, wherein the to-be-processed state is used for indicating to perform registration operation.
5. The process configuration method according to claim 2, wherein the step of obtaining the changed process node based on the process change instruction and determining whether the change requirement is satisfied based on the changed process node comprises:
acquiring a flow node to be inserted based on the flow change instruction, wherein the flow change instruction is a node insertion instruction;
acquiring a process configuration template corresponding to the service process, and judging whether the process configuration template comprises the to-be-inserted process node;
if the flow configuration template comprises the flow node to be inserted, judging that a change requirement is met;
if the flow configuration template does not comprise the flow node to be inserted, judging that the change requirement is not met; or the like, or, alternatively,
acquiring a flow node to be deleted based on the flow change instruction, wherein the flow change instruction is a node deletion instruction;
judging whether the service process comprises the process node to be deleted or not;
if the business process comprises the process node to be deleted, judging that a change requirement is met;
and if the service process does not comprise the process node to be deleted, judging that the change requirement is not met.
6. The process configuration method according to any one of claims 4 and 5, wherein the process configuration information further includes a process configuration code, and the step of obtaining the process configuration template corresponding to the business process includes:
acquiring the process configuration code;
and acquiring a process configuration template corresponding to the service process based on the process configuration code.
7. The process configuration method according to any one of claims 1 to 5, characterized in that the process configuration method further comprises:
acquiring a current process node based on the service process so as to register the current process node;
receiving the registration operation and executing the registration operation;
determining a process node state of the current process node based on the registration operation;
and if the flow node state is the completion state, switching the current execution node to the next node of the current flow node.
8. A process configuration apparatus, comprising:
the flow configuration module is used for generating corresponding flow configuration operation based on a preset flow configuration interface when a flow configuration instruction is received;
the information acquisition module is used for acquiring process configuration information based on the process configuration operation, wherein the process configuration information comprises process node names and process sequences;
and the flow generation module is used for sequentially importing flow nodes based on the flow configuration information and generating corresponding business flows.
9. A process configuration device, characterized in that the process configuration device comprises: a memory, a processor, and a process configuration program stored on the memory and executable on the processor, the process configuration program when executed by the processor implementing the steps of the process configuration method of any of claims 1 to 7.
10. A computer-readable storage medium, having a process configuration program stored thereon, which when executed by a processor implements the steps of the process configuration method of any one of claims 1 to 7.
CN202110344442.8A 2021-03-30 2021-03-30 Process configuration method, device, equipment and computer readable storage medium Pending CN113077139A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110344442.8A CN113077139A (en) 2021-03-30 2021-03-30 Process configuration method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110344442.8A CN113077139A (en) 2021-03-30 2021-03-30 Process configuration method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113077139A true CN113077139A (en) 2021-07-06

Family

ID=76611726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110344442.8A Pending CN113077139A (en) 2021-03-30 2021-03-30 Process configuration method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113077139A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template
CN113743731A (en) * 2021-08-05 2021-12-03 核动力运行研究所 Production management method and device for nuclear power plant

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030636A (en) * 1997-11-19 2004-01-29 Fujitsu Ltd Work flow management system and computer readable storage medium
JP2004318557A (en) * 2003-04-17 2004-11-11 Fuji Xerox Co Ltd Support device for operation process design
CN1870028A (en) * 2005-05-26 2006-11-29 株式会社理光 Work flow system, work flow processing method and work flow processing program
CN101169716A (en) * 2007-11-30 2008-04-30 清华大学 Emulated procedure information modeling and maintenance method based on product structural tree
CN102810184A (en) * 2011-06-01 2012-12-05 金蝶软件(中国)有限公司 Method and device for dynamically executing workflow and enterprise system
CN104091222A (en) * 2014-05-08 2014-10-08 武大吉奥信息技术有限公司 Workflow engine supporting multimode driving
CN105046438A (en) * 2015-07-31 2015-11-11 长威信息科技发展股份有限公司 Customized process configuration office system based on visible process configuration
CN107450919A (en) * 2017-07-25 2017-12-08 上海壹账通金融科技有限公司 BPM method, equipment and computer-readable recording medium
CN107886238A (en) * 2017-11-09 2018-04-06 金航数码科技有限责任公司 A kind of business process management system and method based on mass data analysis
CN109034603A (en) * 2018-07-20 2018-12-18 深圳前海微众银行股份有限公司 Service flow execution method, equipment and computer readable storage medium
CN109034662A (en) * 2018-08-31 2018-12-18 东北大学 A kind of production target Visualized Monitoring System and method based on process flow
CN109324791A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 Finance self-help terminal traffic process development approach, device and terminal device
CN109740834A (en) * 2018-11-13 2019-05-10 平安科技(深圳)有限公司 Workflow engine control method, device, computer equipment and storage medium
CN110599103A (en) * 2019-09-18 2019-12-20 工业云制造(四川)创新中心有限公司 Production management subsystem based on intelligent manufacturing MES system
CN111626607A (en) * 2020-05-26 2020-09-04 深圳易伙科技有限责任公司 Workflow personalized setting method and device based on SaaS and storage medium
CN111880837A (en) * 2020-07-21 2020-11-03 上海伯俊软件科技有限公司 Business process engine system supporting dynamic expansion and visual configuration
CN112561386A (en) * 2020-12-24 2021-03-26 建信金融科技有限责任公司 Method, device and equipment for acquiring business process

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030636A (en) * 1997-11-19 2004-01-29 Fujitsu Ltd Work flow management system and computer readable storage medium
JP2004318557A (en) * 2003-04-17 2004-11-11 Fuji Xerox Co Ltd Support device for operation process design
CN1870028A (en) * 2005-05-26 2006-11-29 株式会社理光 Work flow system, work flow processing method and work flow processing program
CN101169716A (en) * 2007-11-30 2008-04-30 清华大学 Emulated procedure information modeling and maintenance method based on product structural tree
CN102810184A (en) * 2011-06-01 2012-12-05 金蝶软件(中国)有限公司 Method and device for dynamically executing workflow and enterprise system
CN104091222A (en) * 2014-05-08 2014-10-08 武大吉奥信息技术有限公司 Workflow engine supporting multimode driving
CN105046438A (en) * 2015-07-31 2015-11-11 长威信息科技发展股份有限公司 Customized process configuration office system based on visible process configuration
CN107450919A (en) * 2017-07-25 2017-12-08 上海壹账通金融科技有限公司 BPM method, equipment and computer-readable recording medium
CN109324791A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 Finance self-help terminal traffic process development approach, device and terminal device
CN107886238A (en) * 2017-11-09 2018-04-06 金航数码科技有限责任公司 A kind of business process management system and method based on mass data analysis
CN109034603A (en) * 2018-07-20 2018-12-18 深圳前海微众银行股份有限公司 Service flow execution method, equipment and computer readable storage medium
CN109034662A (en) * 2018-08-31 2018-12-18 东北大学 A kind of production target Visualized Monitoring System and method based on process flow
CN109740834A (en) * 2018-11-13 2019-05-10 平安科技(深圳)有限公司 Workflow engine control method, device, computer equipment and storage medium
CN110599103A (en) * 2019-09-18 2019-12-20 工业云制造(四川)创新中心有限公司 Production management subsystem based on intelligent manufacturing MES system
CN111626607A (en) * 2020-05-26 2020-09-04 深圳易伙科技有限责任公司 Workflow personalized setting method and device based on SaaS and storage medium
CN111880837A (en) * 2020-07-21 2020-11-03 上海伯俊软件科技有限公司 Business process engine system supporting dynamic expansion and visual configuration
CN112561386A (en) * 2020-12-24 2021-03-26 建信金融科技有限责任公司 Method, device and equipment for acquiring business process

Non-Patent Citations (8)

* Cited by examiner, † Cited by third party
Title
刘明;秦飞;方木云;: "柔性工作流应用建模", 微计算机信息, no. 36 *
刘清华;李璐璐;万立;熊体凡;: "工作流的动态变更处理方法", 计算机辅助设计与图形学学报, no. 02 *
孙瑞志, 周建涛, 史美林, 毛枫华, 张宁: "一个支持动态变化的工作流管理系统", 小型微型计算机系统, no. 06 *
李竞杰;王维平;杨峰;: "柔性工作流理论方法综述", 计算机集成制造系统, no. 08 *
杨书新;王坚;马福民;: "工作流管理系统的流程柔性动态变更研究", 计算机应用, no. 11 *
杨雁莹;: "一种支持柔性的工作流过程元模型", 中国科技信息, no. 16 *
汪倍贝;: "柔性工作流在OA系统的应用研究", 计算机光盘软件与应用, no. 02 *
王智宇;翟广华;: "工作流技术在广电BOSS系统中的应用", 电视技术, no. 08 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template
CN113743731A (en) * 2021-08-05 2021-12-03 核动力运行研究所 Production management method and device for nuclear power plant

Similar Documents

Publication Publication Date Title
CN107730196B (en) Project progress management method and terminal equipment
CN108984388B (en) Method and terminal equipment for generating automatic test case
CN110738389A (en) Workflow processing method and device, computer equipment and storage medium
CN113077139A (en) Process configuration method, device, equipment and computer readable storage medium
CN109726108B (en) Front-end code testing method, device, system and medium based on analog data
CN108039173B (en) Voice information input method, mobile terminal, system and readable storage medium
CN111736818A (en) Application creation method and device based on container cloud, electronic equipment and storage medium
CN110059472A (en) Menu authority configuring method, device, equipment and readable storage medium storing program for executing
CN113296772A (en) Page configuration method and device, computer equipment and readable storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN112631751A (en) Task scheduling method and device, computer equipment and storage medium
CN114090365A (en) Method, device and equipment for performing function test by using dynamic link library
CN112364187B (en) Automobile accessory database building method, device and equipment based on big data
CN111125205B (en) Signboard data display method, terminal and storage medium
CN111061637A (en) Interface test method, interface test device and storage medium
CN111078562A (en) Interface test method, terminal device and computer readable storage medium
CN115509668A (en) Method, device and equipment for constructing front-end page analytic framework and storage medium
CN114840190A (en) Code generation method and device, computer equipment and storage medium
CN108762736B (en) Project branch management method, device and equipment and computer readable storage medium
CN111209324B (en) Method and device for storing data, storage medium and electronic equipment
CN111078518A (en) Data acquisition method, terminal device and computer-readable storage medium
CN117112654B (en) City data display method, device, computer equipment and storage medium
CN109636202B (en) Calculation method and device for per-person efficiency parameter and storage medium
CN114254027A (en) Data processing method, device, equipment and storage medium
CN115904356A (en) Application program generation method and device, storage medium and computer 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