CN107203626B - Business process management method and system - Google Patents

Business process management method and system Download PDF

Info

Publication number
CN107203626B
CN107203626B CN201710388802.8A CN201710388802A CN107203626B CN 107203626 B CN107203626 B CN 107203626B CN 201710388802 A CN201710388802 A CN 201710388802A CN 107203626 B CN107203626 B CN 107203626B
Authority
CN
China
Prior art keywords
information
flow
business
module
hook
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.)
Expired - Fee Related
Application number
CN201710388802.8A
Other languages
Chinese (zh)
Other versions
CN107203626A (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.)
Wangsu Science and Technology Co Ltd
Original Assignee
Wangsu 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 Wangsu Science and Technology Co Ltd filed Critical Wangsu Science and Technology Co Ltd
Priority to CN201710388802.8A priority Critical patent/CN107203626B/en
Publication of CN107203626A publication Critical patent/CN107203626A/en
Application granted granted Critical
Publication of CN107203626B publication Critical patent/CN107203626B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • 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

Abstract

The invention discloses a business process management method and a system, comprising setting a basic information model of a business model on a display interface; visually defining a process and a form thereof, and associating the business model with the process; analyzing the process and the form thereof to obtain process information; and reading the process information by the workflow engine, and circulating the process according to the business model and the process information. Therefore, the business model, the flow and the form are customized, the business model is independent of the business form and the business flow, and the one set of business model is suitable for multiple sets of business flows and has better compatibility and customizability.

Description

Business process management method and system
Technical Field
The present invention relates to the field of business process technologies, and in particular, to a business process management method and system.
Background
With the continuous development of global networking and informatization, work needs to be decomposed into well-defined tasks and roles, the tasks are executed and monitored according to certain processes and rules, and a business process management system can well complete the work. The business process management system is an automatic operation process, and is characterized in that participants take actions on files, information and tasks according to rules and transmit the actions among the participants, so that enterprises are helped to carry out process management, the process operation time is shortened, the customer requirements are quickly reflected, the flexible control circulation requirements are met, the progress of work is effectively monitored, the internal information communication transmission efficiency is enhanced, the management cost is effectively reduced, and the work efficiency and the competitiveness of the enterprises are improved.
However, if the user needs to change the process later, the existing business process management system cannot ensure the compatibility of the new process and the old process, and the process upgrading has a barrier; and the flow node function of the existing business flow management system is relatively single, and various special customization requirements cannot be met. The prior art therefore has drawbacks and needs to be improved and developed.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and a system for managing a business process. The technical scheme is as follows:
in one aspect, a method for business process management includes:
setting a basic information model of a business model on a display interface;
visually defining a process and a form thereof, and associating the business model with the process;
analyzing the process and the form thereof to obtain process information;
and reading the process information by the workflow engine, and circulating the process according to the business model and the process information.
Further, the step of reading the process information by the workflow engine and circulating the process according to the business model and the process information includes:
the workflow engine reads the flow information and acquires flow hooks through the flow information, wherein the flow hooks comprise a thread initialization hook, a thread circulation hook and a thread storage hook;
processing the flow hook to generate a circulation thread and form data thereof;
and processing the next process node until the process is finished.
Further, before the step and the associating the business model and the process, the method further comprises:
and when the associated preset service model exists in the process, replacing the preset service model with the set service model.
Further, the step of reading the process information and circulating the business process according to the business model and the process information by the workflow engine specifically includes:
triggering a workflow engine to start executing a process;
when the flow is a child process, recording the process number and the thread number of a parent process, and transmitting the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process;
reading information of a first node of the process, and performing thread initialization;
the workflow engine analyzes the initialized hook information according to the information of the first node, associates the process with the service model and the role information, and displays the information on a form;
setting form information through a visual display interface, and reading the form information by a workflow engine;
the workflow engine carries out node circulation and expands the process according to the hook information of the node called by the user;
and reading the information of the next node to perform process circulation until the last node.
Further, after the step of reading the information of the next node and performing process flow until the last node, the method includes:
when the process has a parent process, continuing to execute the circulation of the parent process according to the recorded process number and the process number of the parent process until the process is finished;
and when the process has no parent process, ending the process.
Further, the visually defining a process and a form thereof, and associating the business model with the process specifically include:
starting a flow form self-defining module, associating the service model with the flow, and setting parameter information;
when the process is a new process, reading the parameter information by a workflow engine, wherein the parameter information comprises role information, business model hook information and business model form information of a role definition module; when the flow is not a new flow, the workflow engine reads the parameter information of the old flow;
and drawing a flow, defining a form, defining a role and defining node information according to the parameter information.
In another aspect, a business process management system includes:
the business model self-defining module is used for setting a basic information model of the business model on a display interface;
the flow form definition module is used for visually defining a flow and a form thereof and associating the business model with the flow;
the flow information generating module is used for analyzing the flow and the form thereof to obtain flow information;
and the workflow engine is used for reading the process information and circulating the process according to the business model and the process information.
Further, the workflow engine includes:
the flow information reading module is used for reading the flow information and acquiring a flow hook through the flow information, wherein the flow hook comprises a thread initialization hook, a thread circulation hook and a thread storage hook;
the data generation module is used for processing the flow hook so as to generate a circulation thread and form data thereof;
and the flow module is used for processing flow node flow until the flow is finished.
Further, the flow form definition module is further configured to:
and when the associated preset service model exists in the process, replacing the preset service model with the set service model.
Further, the workflow engine includes:
the triggering module is used for triggering the workflow engine to start executing a business process;
the judging module is used for recording the process number and the thread number of the parent process when the flow is the child process, and transmitting the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process;
the thread initialization module is used for reading the information of the first node of the process and performing thread initialization;
the initialized hook information generating module is used for analyzing the initialized hook information according to the information of the first node, associating the process with the service model information and the role information and displaying the process on a form;
the form information reading module is used for setting form information through a visual display interface and reading the form information;
the node circulation module is used for carrying out node circulation and expanding the flow according to the hook information of the node called by the user;
and the process flow module is used for reading the information of the next node to perform process flow until the last node.
Further, the judging module is further configured to, when the process has a parent process, continue to execute the circulation of the parent process according to the recorded process number and the recorded process number of the parent process until the process is ended; when there is no parent process, then the process ends.
Further, the flow form definition module includes:
the parameter setting module is used for starting a form flow self-defining module, associating the business model with the flow and setting parameter information, wherein the parameter information comprises role information, business model hook information and business model form information of the role definition module;
the flow drawing module is used for drawing a flow according to the parameter information;
the form definition module is used for defining a form according to the parameter information;
and the role definition module is used for defining roles according to the parameter information.
The business process management method and the system set the basic information model of the business model on the display interface; visually defining a process and a form thereof, and associating the business model with the process; analyzing the process and the form thereof to obtain process information; and reading the process information by the workflow engine, and circulating the process according to the business model and the process information. Therefore, the business model, the flow and the form are customized, the business model is independent of the business form and the business flow, one set of business model is suitable for a plurality of sets of business flows, the compatibility of old flows and process upgrading is good, the business model is independent of the business flow, non-research and development personnel can define and modify the flow by themselves, and the customization requirement can be met.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow chart of a business process management method according to a first embodiment of the present invention;
fig. 2 is a detailed flowchart of step S104 of the business process management method in the first embodiment;
fig. 3 is another specific flowchart of step S104 of the business process management method in the first embodiment;
fig. 4 is a detailed flowchart of step S102 of the business process management method in the first embodiment;
FIG. 5 is a block diagram of a business process management system according to a second embodiment of the present invention;
FIG. 6 is a block diagram illustrating a workflow engine of a business process management system according to a second embodiment of the present invention;
fig. 7 is a specific structural block diagram of a flow form definition module of a business flow management system according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Example one
As shown in fig. 1, the method for managing a business process according to the embodiment of the present invention includes:
step S101: and setting a basic information model of the business model on a display interface.
Specifically, basic information of the business model is set on a display interface through a business model self-defining module, and the basic information model comprises set business model types, such as attendance types or system alarm types, a plurality of processes included by the business, information of roles in the processes and the like.
Step S102: and visually defining a process and a form thereof, and associating the business model with the process.
Specifically, the process and the form thereof are visually defined, the business model is associated with the process, so that a user has a corresponding process after selecting the business model, and the process and the form thereof are visually defined, so that the user can conveniently and simply set and define the process and the form thereof, and can operate without programming basis.
Before the step and the association of the business model and the process, the method further comprises the following steps: and when the associated preset service model exists in the process, replacing the preset service model with the set service model, so as to avoid the condition that the preset service model is wrong and the preset service model cannot be associated with the visually defined process.
Step S103: and analyzing the process and the form thereof to obtain process information.
The process information may include node data, role data, process flow control data, and the like required by the process.
Step S104: and reading the process information by the workflow engine, and circulating the process according to the business model and the process information.
The workflow engine is a part of the application system, provides core solutions for determining information transfer routing, content levels and the like according to different roles, division and conditions and having a determining function on each application system, and comprises important functions of node management, flow direction management, process sample management and the like of a process.
The business process management method of the embodiment of the invention self-defines the business model, the flow and the form, and the business model is independent of the business form and the business flow, so that one set of business model can be suitable for a plurality of sets of business flows, has better compatibility with the old flow and the flow upgrade, is independent of the business flow, can self-define and modify the flow by non-research and development personnel, and can meet the customization requirement.
In an embodiment, referring to fig. 2, the step of reading the flow information by the workflow engine of step S104 in the embodiment corresponding to fig. 1, and performing flow circulation according to the business model and the flow information may specifically include:
step S105: and reading the flow information by the workflow engine, and acquiring a flow hook through the flow information, wherein the flow hook comprises a thread initialization hook, a thread circulation hook and a thread storage hook.
Step S106: and processing the flow hook, thereby generating a circulation thread and form data thereof.
Step S107: and processing the next process node until the process is finished.
Specifically, the process may include a plurality of process nodes, and the process is terminated after all the process nodes are processed.
The service flow management method of the invention carries out node circulation through the workflow engine, expands the flow according to the hook information of the node called by the user, can carry out self-defined expansion on the flow, improves the user experience, and the flow circulation adopts the mode of calling the flow hook, has no influence on the old service system and the code, and the old service system can be conveniently changed into the service flow management mode in the embodiment.
In another embodiment, as shown in fig. 3, step S104 of fig. 1 corresponds to the embodiment: the reading of the process information by the workflow engine, and the performing of the business process according to the business model and the process information may specifically include:
step S201: triggering a workflow engine to start executing a process;
step S202: when the flow is a child process, recording the process number and the thread number of a parent process, and transmitting the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process.
Step S203: reading information of a first node of the process, and performing thread initialization;
step S204: the workflow engine analyzes the initialized hook information according to the information of the first node, associates the process with the service model and the role information and displays the process on a form;
step S205: setting form information through a visual display interface, and reading the form information by a workflow engine;
step S206: the workflow engine carries out node circulation and expands the process according to the hook information of the node called by the user;
step S207: reading the information of the next node to perform process circulation until the last node;
step S208: when the process has a parent process, continuing to execute the circulation of the parent process according to the recorded process number and the process number of the parent process until the process is finished;
step S209: and when the process has no parent process, ending the process.
The business process management method strengthens the correlation among the processes through the mutual correlation of the parent processes and the child processes, and the process engine can completely record the process flow situation and the operation records of each process node, thereby avoiding the loss of the historical data of the process flow.
In one embodiment, as shown in fig. 4, step S102 in fig. 1 corresponds to the embodiment: the visually defining a process and a form thereof, and associating the business model with the process may specifically include:
step S301: starting a flow form self-defining module, associating the service model with the flow, and setting parameter information;
step S302: when the process is a new process, reading the parameter information by a workflow engine, wherein the parameter information comprises role information, business model hook information and business model form information of a role definition module; when the flow is not a new flow, the workflow engine reads the parameter information of the old flow;
step S303: and drawing a flow, defining a form, defining a role and defining node information according to the parameter information.
The flow definition in the embodiment of the invention takes roles as guidance, realizes the combination of the flow definition and the form definition, and improves the user experience.
According to the embodiment of the invention, whether the flow is a new flow is judged, so that the addition of the newly added flow is realized, and the user experience is improved.
The method for adding the flow to the user comprises the following steps:
step S401: opening a visual form, and drawing the form by associating the business model;
step S402: setting role information of a process;
step S403: drawing a flow chart guided by the role according to the role information;
step S404: defining form information of the process nodes and defining user-defined extension information of the process nodes;
step S405: and finishing the drawing of the flow, generating and storing information data operated by the workflow engine.
In the service process management of the implementation, a user sets role information of a process in a visual form; drawing a flow chart guided by the role according to the role information; form information of the process nodes is defined, and user-defined expansion information of the process nodes is defined, so that a newly added process is visually realized, and user experience is improved.
The method for changing the flow by the user comprises the following steps:
step S501: opening a visual form, and drawing the form by associating the business model;
step S502: reading definition information of an old process by a workflow engine and displaying the definition information on a display interface;
step S503: modifying the definition information of the process on a display interface by a user;
step S504: and generating and storing new flow and form data.
In the service process management method, the user generates a new process by visually modifying the definition information of the process, and the user experience is improved.
Example two
As shown in fig. 5, an embodiment of the present invention further provides a business process management system 10, which includes a business model self-defining module 11, a process form defining module 13, a process information generating module 14, and a workflow engine 15, where the process information generating module and the workflow engine can perform information circulation with each other, where:
the business model self-defining module 11 is used for setting a basic information model of the business model on a display interface;
specifically, basic information of the business model is set on a display interface through a business model self-defining module, and the basic information model comprises set business model types, such as attendance types or system alarm types, a plurality of processes included by the business, information of roles in the processes and the like.
The flow form definition module 13 is used for visually defining a flow and a form thereof and associating the business model with the flow;
specifically, the process and the form thereof are visually defined, the business model is associated with the process, so that a user has a corresponding process after selecting the business model, and the process and the form thereof are visually defined, so that the user can conveniently and simply set and define the process and the form thereof, and can operate without programming basis.
Before the step and the association of the business model and the process, the method further comprises the following steps: and when the associated preset service model exists in the process, replacing the preset service model with the set service model, so as to avoid the condition that the preset service model is wrong and the preset service model cannot be associated with the visually defined process.
A flow information generating module 14, configured to analyze the flow and the form thereof to obtain flow information;
the process information may include node data, role data, process flow control data, and the like required by the process.
And the workflow engine 15 is configured to read the process information, and perform flow circulation according to the service model and the process information.
The workflow engine is a part of the application system, provides core solutions for determining information transfer routing, content levels and the like according to different roles, division and conditions and having a determining function on each application system, and comprises important functions of node management, flow direction management, process sample management and the like of a process.
The business process management system of the embodiment of the invention self-defines the business model, the flow and the form, and the business model is independent of the business form and the business flow, so that one set of business model can be suitable for a plurality of sets of business flows, has better compatibility with the old flow and the flow upgrade, is independent of the business flow, can self-define and modify the flow by non-research and development personnel, and can meet the customization requirement.
Continuing to refer to FIG. 5, in one embodiment, the workflow engine 15 may include:
and the flow information reading module 151 is configured to read the flow information by the workflow engine, and obtain a flow hook through the flow information, where the flow hook includes a thread initialization hook, a thread circulation hook, and a thread storage hook.
And the data generation module 152 is configured to perform hook processing on the flow, so as to generate a circulation thread and form data thereof.
And the flow module 153 is configured to process flow node flow until the flow is finished.
Specifically, the process may include a plurality of process nodes, and the process is terminated after all the process nodes are processed. The service flow management system carries out node circulation through the workflow engine, expands the flow according to the hook information of the node called by the user, can carry out custom expansion on the flow, provides user experience, adopts a flow hook calling mode for flow circulation, has no influence on an old service system and codes, and can be conveniently changed into a service flow management mode in the embodiment.
Referring to fig. 6, in another embodiment, the workflow engine 15 may include:
the triggering module 21 is used for triggering the workflow engine to start executing a process;
the judging module 22 is configured to record the process number and the thread number of the parent process when the flow is the child process, and transmit the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process.
A thread initialization module 23, configured to read information of a first node of the process, and perform thread initialization;
the initialized hook information generating module 24 is used for analyzing the initialized hook information by the workflow engine according to the information of the first node, associating the process with the business model information and the role information, and displaying the business model information and the role information on a form;
the form information reading module 25 is used for setting form information through a visual display interface, and a workflow engine reads the form information;
the node circulation module 26 is used for the workflow engine to circulate nodes and expand the flow according to the hook information of the nodes called by the user;
a process flow module 27, configured to read information of a next node to perform process flow until a last node;
further, the determining module 22 is further configured to:
when the process has a parent process, continuing to execute the circulation of the parent process according to the recorded process number and the process number of the parent process until the process is finished; when there is no parent process, then the process ends.
The business process management system strengthens the correlation among the processes through the mutual correlation of the parent processes and the child processes, and the process engine can completely record the process flow situation and the operation records of each process node, thereby avoiding the loss of the historical data of the process flow.
Referring to fig. 7, in an embodiment, the flow form definition module 13 includes:
the parameter setting module 31 is configured to start a form flow self-defining module, associate the service model with the flow, and set parameter information, where the parameter information includes role information of a role definition module, service model hook information, and service model form information;
the flow drawing module 32 is used for drawing a flow according to the parameter information;
the form definition module 33 is used for defining a form according to the parameter information;
and the role definition module 34 is used for defining roles according to the parameter information.
According to the business process management system provided by the embodiment of the invention, the process definition takes roles as guidance, the combination of the process definition and the form definition is realized, and the user experience is improved.
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.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A business process management method is characterized by comprising the following steps:
setting a basic information model of a business model on a display interface;
visually defining a process and a form thereof, and associating the business model with the process;
analyzing the process and the form thereof to obtain process information;
the workflow engine reads the process information and carries out flow circulation according to the business model and the process information, and the steps specifically comprise:
triggering a workflow engine to start executing a process;
when the flow is a child process, recording the process number and the thread number of a parent process, and transmitting the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process;
reading information of a first node of the process, and performing thread initialization;
the workflow engine analyzes the initialized hook information according to the information of the first node, associates the process with the service model and the role information, and displays the information on a form;
setting form information through a visual display interface, and reading the form information by a workflow engine;
the workflow engine carries out node circulation and expands the process according to the hook information of the node called by the user;
and reading the information of the next node to perform process circulation until the last node.
2. The business process management method of claim 1, wherein the step of the workflow engine reading the process information and performing a flow of the process according to the business model and the process information comprises:
the workflow engine reads the flow information and acquires flow hooks through the flow information, wherein the flow hooks comprise a thread initialization hook, a thread circulation hook and a thread storage hook;
processing the flow hook to generate a circulation thread and form data thereof;
and processing the next process node until the process is finished.
3. The business process management method of claim 1, further comprising, prior to said step and associating said business model with said process:
and when the associated preset service model exists in the process, replacing the preset service model with the set service model.
4. The business process management method of claim 1, wherein the step of reading the information of the next node for process flow until the last node is followed by:
when the process has a parent process, continuing to execute the circulation of the parent process according to the recorded process number and the process number of the parent process until the process is finished;
and when the process has no parent process, ending the process.
5. The business process management method of claim 1, wherein the step of visually defining the process and its form and associating the business model with the process specifically comprises:
starting a flow form self-defining module, associating the service model with the flow, and setting parameter information;
when the process is a new process, reading the parameter information by a workflow engine, wherein the parameter information comprises role information, business model hook information and business model form information of a role definition module; when the flow is not a new flow, the workflow engine reads the parameter information of the old flow;
and drawing a flow, defining a form, defining a role and defining node information according to the parameter information.
6. A business process management system, comprising:
the business model self-defining module is used for setting a basic information model of the business model on a display interface;
the flow form definition module is used for visually defining a flow and a form thereof and associating the business model with the flow;
the flow information generating module is used for analyzing the flow and the form thereof to obtain flow information;
the workflow engine is used for reading the process information and circulating the process according to the business model and the process information; the workflow engine includes:
the triggering module is used for triggering the workflow engine to start executing a business process;
the judging module is used for recording the process number and the thread number of the parent process when the flow is the child process, and transmitting the process number and the thread number of the current process to the parent process for recording; or when the flow is a non-child process, recording the process number and the thread number of the parent process;
the thread initialization module is used for reading the information of the first node of the process and performing thread initialization;
the initialized hook information generating module is used for analyzing the initialized hook information according to the information of the first node, associating the process with the service model information and the role information and displaying the process on a form;
the form information reading module is used for setting form information through a visual display interface and reading the form information;
the node circulation module is used for carrying out node circulation and expanding the flow according to the hook information of the node called by the user;
and the process flow module is used for reading the information of the next node to perform process flow until the last node.
7. The business process management system of claim 6 wherein said workflow engine comprises:
the flow information reading module is used for reading the flow information and acquiring a flow hook through the flow information, wherein the flow hook comprises a thread initialization hook, a thread circulation hook and a thread storage hook;
the data generation module is used for processing the flow hook so as to generate a circulation thread and form data thereof;
and the flow module is used for processing flow node flow until the flow is finished.
8. The business process management system of claim 6 wherein the process form definition module is further configured to:
and when the associated preset service model exists in the process, replacing the preset service model with the set service model.
9. The business process management system of claim 6, wherein the determining module is further configured to, when the process has a parent process, continue to execute the flow of the parent process until the process is ended according to the recorded process number and process number of the parent process; when there is no parent process, then the process ends.
10. The business process management system of claim 6 wherein the process form definition module comprises:
the parameter setting module is used for starting a form flow self-defining module, associating the business model with the flow and setting parameter information, wherein the parameter information comprises role information, business model hook information and business model form information of the role definition module;
the flow drawing module is used for drawing a flow according to the parameter information;
the form definition module is used for defining a form according to the parameter information;
and the role definition module is used for defining roles according to the parameter information.
CN201710388802.8A 2017-05-27 2017-05-27 Business process management method and system Expired - Fee Related CN107203626B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710388802.8A CN107203626B (en) 2017-05-27 2017-05-27 Business process management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710388802.8A CN107203626B (en) 2017-05-27 2017-05-27 Business process management method and system

Publications (2)

Publication Number Publication Date
CN107203626A CN107203626A (en) 2017-09-26
CN107203626B true CN107203626B (en) 2021-07-13

Family

ID=59906339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710388802.8A Expired - Fee Related CN107203626B (en) 2017-05-27 2017-05-27 Business process management method and system

Country Status (1)

Country Link
CN (1) CN107203626B (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108197227A (en) * 2017-12-29 2018-06-22 北京致远互联软件股份有限公司 List management method, storage medium and equipment based on data linkage
CN110032717B (en) * 2018-01-12 2022-03-08 北京立思辰计算机技术有限公司 One-stop process business standardization design method
CN108920474A (en) * 2018-02-28 2018-11-30 大连智能创世科技有限公司 A kind of service flow management method and system based on Flowable
CN108665239B (en) * 2018-05-08 2024-01-16 印嘉商用科技(深圳)有限公司 Workflow processing method, workflow processing device, computer equipment and storage medium
JP6644202B1 (en) * 2018-06-21 2020-02-12 三菱電機株式会社 Data processing device, data processing system, data processing method, and program
CN108876309B (en) * 2018-07-04 2021-06-04 东软集团股份有限公司 Starting method and device of flow form, storage medium and electronic equipment
CN109118065B (en) * 2018-07-26 2022-02-08 深圳市小赢信息技术有限责任公司 Interactive workflow system and operation method thereof
CN109669687A (en) * 2018-09-26 2019-04-23 深圳壹账通智能科技有限公司 Regular method for stream processing, device, terminal device and storage medium
CN109472496A (en) * 2018-11-14 2019-03-15 江苏中威科技软件系统有限公司 Workflow construction method and device based on visualization guidance and automatic Verification
JP6808094B1 (en) * 2019-06-13 2021-01-06 三菱電機株式会社 Data processing equipment, data processing methods and programs
CN112181402B (en) * 2020-09-14 2022-03-18 珠海格力电器股份有限公司 Business processing method and device of business system, storage medium and electronic equipment
CN112365199A (en) * 2020-12-10 2021-02-12 深圳迅策科技有限公司 Financial business dynamic flow processing method, system and device
CN112668295B (en) * 2021-01-15 2023-06-27 云南电网有限责任公司迪庆供电局 Management system and method based on custom form and active workflow
CN113094125B (en) * 2021-04-21 2023-12-22 上海弹业信息科技有限公司 Business process processing method, device, server and storage medium
CN113592332B (en) * 2021-08-06 2024-03-05 时代云英(深圳)科技有限公司 Low-code service system and method based on custom configuration
CN113657750A (en) * 2021-08-16 2021-11-16 中通服网络信息技术有限公司 User-defined visual process engine
CN113657753A (en) * 2021-08-17 2021-11-16 浙江海心智惠科技有限公司 Work engine for scoring work orders for employee performance accounting
CN113849244B (en) * 2021-09-13 2024-01-12 广州咨元信息科技有限公司 Configuration method for realizing custom service scene based on orchestration engine
CN115426239A (en) * 2022-06-09 2022-12-02 北京邮电大学 Business support information processing mode and low code development system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101944167A (en) * 2010-09-29 2011-01-12 中国科学院计算技术研究所 Method and system for identifying malicious program
CN105574406A (en) * 2015-12-23 2016-05-11 北京奇虎科技有限公司 Progress monitoring method and device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030097457A1 (en) * 2001-08-08 2003-05-22 Amitabh Saran Scalable multiprocessor architecture for business computer platforms
CN102486730A (en) * 2010-12-06 2012-06-06 上海协讯软件有限公司 Workflow realization method and workflow system capable of customizing flow in user-defined manner
CN103577165A (en) * 2012-07-20 2014-02-12 杭州勒卡斯广告策划有限公司 Form generation method and form generator
CN103577940A (en) * 2013-11-21 2014-02-12 华迪计算机集团有限公司 Method and device for diagnosing service model
CN104091222B (en) * 2014-05-08 2017-07-04 武大吉奥信息技术有限公司 A kind of workflow engine for supporting multi-mode to drive
GB2536402A (en) * 2014-11-14 2016-09-21 Mastercard International Inc Workflow integration
CN105760180B (en) * 2016-03-23 2019-01-25 浪潮天元通信信息系统有限公司 A kind of workflow engine expands and develops method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101944167A (en) * 2010-09-29 2011-01-12 中国科学院计算技术研究所 Method and system for identifying malicious program
CN105574406A (en) * 2015-12-23 2016-05-11 北京奇虎科技有限公司 Progress monitoring method and device

Also Published As

Publication number Publication date
CN107203626A (en) 2017-09-26

Similar Documents

Publication Publication Date Title
CN107203626B (en) Business process management method and system
CN106354645B (en) Test method and test platform based on background system service or interface
EP3798816B1 (en) System and method for smart selection and building of industrial automation control systems from industrial automation control libraries and objects
CN105426244B (en) Application process management method and application process managing device
CN111212388B (en) Method, system and electronic equipment for batch short message sending management
CN108363684A (en) List creation method, device and server
CN109754072B (en) Processing method of network offline model, artificial intelligence processing device and related products
CN106779162A (en) A kind of business events flow path flexible configuration and automatic optimization method and system
CN104092748A (en) Method and device for APP operation control
KR20200046769A (en) Method for providing business process management system based on automatic report generation
CN112906206A (en) Digital twin model construction method and device
CN111143039A (en) Virtual machine scheduling method and device and computer storage medium
CN110362306A (en) Customizing method, model generating method and the device of graphical algorithm assembly
CN113094125B (en) Business process processing method, device, server and storage medium
CN110989891A (en) Component deployment method in chart editor, chart editor and related equipment
US20070033080A1 (en) Method and apparatus for process discovery related applications
CN115187097A (en) Task scheduling method and device, electronic equipment and computer storage medium
CN114048863A (en) Data processing method, data processing device, electronic equipment and storage medium
CN102740248A (en) Synchronizing method and terminal device
CN113655942A (en) Chart data display method and device
WO2015190080A1 (en) Associated information generation device, associated information generation method, and recording medium storing associated information generation program
CN108073450B (en) Task scheduling method, device and system
CN110362540A (en) A kind of storage of data, visitor's number acquisition methods and device
CN103560910A (en) Communication resource management system accuracy detection system dynamic configuration method and device
CN110716699A (en) Method and apparatus for writing data

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
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210713