CN114219451A - Workflow design method and system based on visualization engine - Google Patents

Workflow design method and system based on visualization engine Download PDF

Info

Publication number
CN114219451A
CN114219451A CN202111566146.9A CN202111566146A CN114219451A CN 114219451 A CN114219451 A CN 114219451A CN 202111566146 A CN202111566146 A CN 202111566146A CN 114219451 A CN114219451 A CN 114219451A
Authority
CN
China
Prior art keywords
workflow
flow
item information
processed item
model
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
CN202111566146.9A
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.)
Hua Rong Information Industry Co ltd
Original Assignee
Hua Rong Information Industry 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 Hua Rong Information Industry Co ltd filed Critical Hua Rong Information Industry Co ltd
Priority to CN202111566146.9A priority Critical patent/CN114219451A/en
Publication of CN114219451A publication Critical patent/CN114219451A/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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented

Landscapes

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

Abstract

The invention discloses a workflow design method and a workflow design system based on a visualization engine, wherein the workflow design method based on the visualization engine comprises the following steps: customizing a plurality of workflow functional components by using a visualization engine, wherein the workflow functional components comprise workflow rules; according to the type of the workflow, calling a workflow function component by using a flow designer to establish a workflow model; when the to-be-processed item information is received, according to the flow sequence of the workflow model, using the workflow rule of each flow node in the workflow model to execute corresponding operation on the to-be-processed item information; and when the operation of the to-be-processed item information is finished, feeding back a flow processing result of the workflow model. The technical scheme of the invention can solve the problems that the workflow function is limited, the universality is not available and the adaptability to various service requirements is difficult in the prior art.

Description

Workflow design method and system based on visualization engine
Technical Field
The invention relates to the technical field of visualization engines, in particular to a workflow design method and a workflow design system based on a visualization engine.
Background
Workflow refers to a process that automates a partial or complete business process in a computer application environment. Briefly, a workflow is an abstract and generalized description of a workflow and its business rules between its various operational steps. In a computer, a workflow is part of a collaborative work supported by the computer; the main problems solved by the method are as follows: to achieve a business goal, documents, information, or tasks are automatically communicated between multiple participants using a computer according to some predetermined rule.
Because of the importance of the above-described functionality of workflows, the related art provides a corresponding workflow development scheme. Generally, in an existing workflow development method, a flowchart and a description file of the flowchart are generated on the basis of business content, after a hot spot area in the flowchart is determined by the description file, an anchor point is added to a node position included in the hot spot area, and finally, a node and an associated object thereof are configured.
However, in the above workflow development scheme, because each node and description file of the flowchart require a user to manually design code and add settings, the workflow is limited in function, not universal, and difficult to adapt to various service requirements.
Disclosure of Invention
The invention provides a workflow design method and a workflow design system based on a visualization engine, and aims to solve the problems that in the prior art, the workflow function is limited, the workflow function is not universal, and the workflow design method and the workflow design system are difficult to adapt to various service requirements.
According to a first aspect of the present invention, the present invention provides a workflow design method based on a visualization engine, including:
customizing a plurality of workflow functional components by using a visualization engine, wherein the workflow functional components comprise workflow rules;
according to the type of the workflow, calling a workflow function component by using a flow designer to establish a workflow model;
when the to-be-processed item information is received, according to the flow sequence of the workflow model, using the workflow rule of each flow node in the workflow model to execute corresponding operation on the to-be-processed item information;
and when the operation of the to-be-processed item information is finished, feeding back a flow processing result of the workflow model.
Preferably, the step of customizing a plurality of workflow functional components by using the visualization engine includes:
defining a plurality of workflow functional components by using a visualization engine according to user requirements;
and respectively setting workflow rules and attribute configuration information corresponding to user requirements for each workflow function component.
Preferably, the step of using the flow designer to call the workflow functional component to establish the workflow model according to the workflow type includes:
determining the flow sequence of the workflow model according to the workflow type;
establishing a plurality of process nodes according to a process sequence;
respectively distributing corresponding workflow function components for each process node according to the function of each process node;
and setting corresponding attribute configuration information for the flow nodes by using the workflow function component according to the workflow rule.
Preferably, the step of executing the corresponding operation on the to-be-processed item information by using the workflow rule of each flow node in the workflow model includes:
when the to-be-processed item information enters a flow node, using a workflow rule to call attribute configuration information corresponding to the to-be-processed item information;
and analyzing the processing mode of the to-be-processed item information by using the attribute configuration information, and processing the to-be-processed item information according to the processing mode.
Preferably, the workflow design method further includes:
setting configuration parameters for the process nodes;
generating an operation display interface of the process node according to the configuration parameters;
and when the to-be-processed item information enters the flow node, calling an operation display interface according to the workflow rule to operate the to-be-processed item information.
According to a second aspect of the present invention, the present invention further provides a workflow design system based on a visualization engine, comprising:
the component definition module is used for customizing a plurality of workflow functional components by using a visualization engine, wherein the workflow functional components comprise workflow rules;
the model establishing module is used for calling the workflow function component by using the flow designer to establish a workflow model according to the workflow type;
the event execution module is used for executing corresponding operation on the to-be-processed event information by using the workflow rule of each flow node in the workflow model according to the flow sequence of the workflow model when the to-be-processed event information is received;
and the processing feedback module is used for feeding back the flow processing result of the workflow model when the operation of the to-be-processed item information is completed.
Preferably, the component definition module includes:
the functional component definition submodule is used for defining a plurality of workflow functional components by using a visualization engine according to the requirements of a user;
and the component configuration submodule is used for setting workflow rules and attribute configuration information corresponding to user requirements for each workflow function component.
Preferably, the model building module includes:
the flow sequence determining submodule is used for determining the flow sequence of the workflow model according to the workflow type;
the flow node determining submodule is used for establishing a plurality of flow nodes according to a flow sequence;
the functional component distribution submodule is used for respectively distributing corresponding workflow functional components for each process node according to the function of each process node;
and the attribute configuration setting submodule is used for setting corresponding attribute configuration information for the process nodes according to the workflow rule by using the workflow function component.
Preferably, the item execution module includes:
the information calling submodule is used for calling attribute configuration information corresponding to the to-be-processed item information by using a workflow rule when the to-be-processed item information enters a process node;
and the item processing submodule is used for analyzing the processing mode of the to-be-processed item information by using the attribute configuration information and processing the to-be-processed item information according to the processing mode.
Preferably, the workflow design system further includes:
the parameter configuration module is used for setting configuration parameters for the process nodes;
the interface generation module is used for generating an operation display interface of the process node according to the configuration parameters;
and the interface calling module is used for calling the operation display interface to operate the to-be-processed item information according to the workflow rule when the to-be-processed item information enters the flow node.
According to the workflow design scheme based on the visualization engine, various workflow functional components can be customized by using the visualization engine, so that various types of workflows can be correspondingly designed through the combined pairing of the workflow functional components; and calling a workflow function component according to the workflow type by using a flow designer to establish a corresponding workflow model, processing the to-be-processed item information corresponding to the workflow type, performing corresponding operation on the to-be-processed item information by using the workflow rule of each flow node in the workflow model, and feeding back the flow processing result of the workflow model when the operation is completed. Therefore, different workflow models are designed for processing aiming at the information of the items to be processed of different workflow types. In summary, according to the above solutions, it can be known that a visualization engine can be used to define multiple workflow function components, and through the combination of different workflow function components, workflow models of different workflow types can be designed correspondingly, corresponding operations can be performed on to-be-processed item information of multiple different workflow types, and after processing is completed, a flow processing result is fed back to a sender, so that the problems that in the prior art, workflow functions are limited, universality is not available, and multiple service requirements are difficult to adapt can be solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a first method for designing a workflow based on a visualization engine according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for defining a workflow functional component according to the embodiment shown in FIG. 1;
FIG. 3 is a flow chart illustrating a workflow modeling method according to the embodiment shown in FIG. 1;
FIG. 4 is a flowchart illustrating a method for executing the backlog information according to the embodiment shown in FIG. 1;
FIG. 5 is a flowchart illustrating a second method for workflow design based on a visualization engine according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a first workflow design interface provided by an embodiment of the present invention;
FIG. 7 is a schematic structural diagram of a second workflow design interface provided by an embodiment of the invention;
FIG. 8 is a schematic structural diagram of a first workflow design system based on a visualization engine according to an embodiment of the present invention;
FIG. 9 is a block diagram of an assembly definition module provided in the embodiment shown in FIG. 8;
FIG. 10 is a block diagram of a modeling module provided in the embodiment of FIG. 8;
FIG. 11 is a block diagram illustrating a transaction execution module according to the embodiment of FIG. 8;
fig. 12 is a schematic structural diagram of a second first workflow design system based on a visualization engine according to an embodiment of 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.
The main technical problems of the embodiment of the invention are as follows:
in the existing workflow development scheme, generally because of the importance of the above functions of the workflow, the related art provides a corresponding workflow development scheme. Generally, in an existing workflow development method, a flowchart and a description file of the flowchart are generated on the basis of business content, after a hot spot area in the flowchart is determined by the description file, an anchor point is added to a node position included in the hot spot area, and finally, a node and an associated object thereof are configured. However, in the above workflow development scheme, because each node and description file of the flowchart require a user to manually design code and add settings, the workflow is limited in function, not universal, and difficult to adapt to various service requirements.
In order to solve the above problem, referring to fig. 1, fig. 1 is a schematic flow chart of a workflow design method based on a visualization engine according to an embodiment of the present invention. As shown in fig. 1, a workflow design method based on a visualization engine provided by an embodiment of the present invention includes:
s110: a plurality of workflow functional components are customized by using a visualization engine, wherein the workflow functional components contain workflow rules. The workflow functional components can provide diversified workflow functions, and can adapt to various different workflow manipulations by calling different workflow functional components. The workflow rule can call corresponding attribute information corresponding to the workflow type and the user instruction, provide corresponding workflow functions through the attribute information, and provide corresponding services for the items to be processed, such as approval sent to corresponding approvers.
As a preferred embodiment, as shown in FIG. 2, the step of using the visualization engine to customize various workflow functional components comprises:
s111: a visualization engine is used to define a plurality of workflow functional components according to user requirements. For example, a user asks for a requirement for a pseudo examination and approval, and a plurality of workflow functional components are defined to design a corresponding workflow according to the type of the user requirement.
S112: and respectively setting workflow rules and attribute configuration information corresponding to user requirements for each workflow function component. Taking the workflow functional components related to the approval by the user as an example, the workflow functional components can be set with related approval rules, and corresponding approval parameter information and approval attribute information are configured to be sent to corresponding executives for operation, so that the item approval task is completed. The attribute configuration information is shown in the attribute column of fig. 6, and includes attribute definition, name, sequence number, multiple instances, executor, message notification, variable matching, and configuration of outgoing service data.
After defining the above-mentioned various workflow functional components, the method for designing a workflow based on a visualization engine shown in fig. 1 further includes the following steps:
s120: and calling a workflow function component by using a flow designer to establish a workflow model according to the workflow type. The workflow model is established by calling the workflow functional component by using the flow designer, and processing tasks of items, including flow approval and the like, can be completed according to the types of the workflow. And by calling the workflow function component, matching the corresponding attribute configuration information by using the workflow rule, and configuring the corresponding workflow so as to complete the processing task of the item.
As a preferred embodiment, as shown in fig. 3, the step of establishing the workflow model by calling the workflow functional component by using the flow designer according to the workflow type includes:
s121: and determining the flow sequence of the workflow model according to the workflow type. For example in increasing order of the rank of the approver.
S122: and establishing a plurality of process nodes according to the process sequence. By taking an examination and approval person as an example, each process node can be respectively provided with a corresponding examination and approval person, and by arranging the workflow functional component at each process node, the workflow functional component can be sent to a specified examination and approval person, and an examination and approval format and corresponding examination and approval information are provided, so that the examination and approval efficiency of the process nodes is improved.
S123: and respectively distributing corresponding workflow function components for each process node according to the function of each process node.
S124: and setting corresponding attribute configuration information for the flow nodes by using the workflow function component according to the workflow rule.
According to the technical scheme provided by the embodiment of the application, the flow sequence of the workflow model is determined according to the workflow type, then the plurality of flow nodes are established according to the flow sequence, and then the workflow functional components are distributed according to the functions of each flow node, such as the functions of each flow node are sent to corresponding responsible persons for examination and approval, so that the corresponding attribute configuration information can be set for the flow nodes according to the workflow rules, wherein the workflow rules comprise contents of flow filing, flow examples, payroll calendar, shift setting and the like. Corresponding attribute configuration information exists in each workflow rule, and content setting of the process nodes can be perfected by calling the corresponding attribute configuration information.
After the workflow model is established, the workflow design method based on the visualization engine shown in fig. 1 further includes the following steps:
s130: and when the to-be-processed item information is received, executing corresponding operation on the to-be-processed item information by using the workflow rule of each flow node in the workflow model according to the flow sequence of the workflow model. Taking the event approval operation as an example, the to-be-processed item information is sent to each flow node for processing according to the flow sequence of the workflow model, and each flow processing task can be completed in sequence through the workflow functional component, so that the approval efficiency of the workflow is improved.
As a preferred embodiment, as shown in fig. 4, the step of performing corresponding operations on the to-be-processed item information by using the workflow rules of the flow nodes in the workflow model includes:
s131: and when the to-be-processed item information enters the flow node, using the workflow rule to call the attribute configuration information corresponding to the to-be-processed item information.
S132: and analyzing the processing mode of the to-be-processed item information by using the attribute configuration information, and processing the to-be-processed item information according to the processing mode.
In the technical solution provided in the embodiment of the present application, when the to-be-processed item information enters the process node, the noble of the workflow can invoke attribute configuration information corresponding to the to-be-processed item information, such as an approver that needs to be approved, then use the attribute configuration information to analyze a processing manner of the to-be-processed item information, such as a processing manner corresponding to an event, a to-be-processed manner corresponding to an illness and a to-be-processed manner of other items, and then process the to-be-processed item information according to the processing manner to obtain a corresponding processing result.
After performing the corresponding operation on the backlog information using the workflow noble, the workflow design method based on the visualization engine shown in fig. 1 further includes the following steps:
s140: and when the operation of the to-be-processed item information is finished, feeding back a flow processing result of the workflow model. Such as a notice of approval or disapproval, signature information of the approver, etc. In addition, the embodiment of the application can also store the flow processing result in the database for storage.
According to the workflow design method based on the visualization engine, multiple workflow functional components can be customized by using the visualization engine, so that multiple types of workflows can be correspondingly designed through the combined pairing of the workflow functional components; and calling a workflow function component according to the workflow type by using a flow designer to establish a corresponding workflow model, processing the to-be-processed item information corresponding to the workflow type, performing corresponding operation on the to-be-processed item information by using the workflow rule of each flow node in the workflow model, and feeding back the flow processing result of the workflow model when the operation is completed. Therefore, different workflow models are designed for processing aiming at the information of the items to be processed of different workflow types. In summary, according to the above solutions, it can be known that a visualization engine can be used to define multiple workflow function components, and through the combination of different workflow function components, workflow models of different workflow types can be designed correspondingly, corresponding operations can be performed on to-be-processed item information of multiple different workflow types, and after processing is completed, a flow processing result is fed back to a sender, so that the problems that in the prior art, workflow functions are limited, universality is not available, and multiple service requirements are difficult to adapt can be solved.
As a preferred embodiment, as shown in fig. 5, the workflow design method further includes the steps of:
s210: and setting configuration parameters for the process nodes.
S220: and generating an operation display interface of the flow node according to the configuration parameters.
S230: and when the to-be-processed item information enters the flow node, calling an operation display interface according to the workflow rule to operate the to-be-processed item information.
According to the technical scheme provided by the embodiment of the application, configuration parameters are set for the process nodes, as shown in fig. 7, the parameters include information such as variable configuration, button configuration, process instance detail button configuration, process service data configuration and the like, and operation display interfaces of the process nodes, such as a process task display interface, a process definition display interface, a process instance display interface and the like, are generated according to the configuration parameters; and then when the to-be-processed item information enters the six-time node, calling an operation display interface according to the workflow rule to send the to-be-processed item information to corresponding personnel for operation, and executing the to-be-processed item information.
Based on the same concept of the embodiment of the method, the embodiment of the invention further provides a workflow design system based on a visualization engine, which is used for realizing the method of the invention.
Referring to fig. 8, fig. 8 is a schematic structural diagram of a workflow design system based on a visualization engine according to an embodiment of the present invention. As shown in fig. 8, the workflow design system based on the visualization engine includes:
a component definition module 110, configured to use a visualization engine to customize a plurality of workflow functional components, where the workflow functional components include workflow rules;
the model building module 120 is used for calling a workflow function component by using a flow designer to build a workflow model according to the workflow type;
the transaction executing module 130 is configured to, when receiving the to-be-processed transaction information, execute a corresponding operation on the to-be-processed transaction information by using a workflow rule of each flow node in the workflow model according to the flow order of the workflow model;
and the processing feedback module 140 is configured to feed back a flow processing result of the workflow model when the to-be-processed item information operation is completed.
In the workflow design system based on the visualization engine provided by the embodiment of the application, the component definition module 110 can use the visualization engine to customize various workflow functional components, so that various types of workflows can be correspondingly designed through the combined pairing of the workflow functional components; then, the model building module 120 uses a flow designer to call a workflow function component according to the workflow type to build a corresponding workflow model, and can process the to-be-processed item information corresponding to the workflow type, the item executing module 130 uses the workflow rule of each flow node in the workflow model to perform corresponding operation on the to-be-processed item information, and when the operation is completed, the processing feedback module 140 feeds back the flow processing result of the workflow model. Therefore, different workflow models are designed for processing aiming at the information of the items to be processed of different workflow types. In summary, according to the above solutions, it can be known that a visualization engine can be used to define multiple workflow function components, and through the combination of different workflow function components, workflow models of different workflow types can be designed correspondingly, corresponding operations can be performed on to-be-processed item information of multiple different workflow types, and after processing is completed, a flow processing result is fed back to a sender, so that the problems that in the prior art, workflow functions are limited, universality is not available, and multiple service requirements are difficult to adapt can be solved.
As a preferred embodiment, as shown in fig. 9, the component definition module 110 includes:
the functional component definition submodule 111 is used for defining a plurality of workflow functional components by using a visualization engine according to the requirements of a user;
and the component configuration sub-module 112 is configured to set workflow rules and attribute configuration information corresponding to user requirements for each workflow function component.
As a preferred embodiment, as shown in fig. 10, the model building module 120 includes:
a flow sequence determining submodule 121, configured to determine a flow sequence of the workflow model according to the workflow type;
a flow node determination submodule 122 configured to establish a plurality of flow nodes according to a flow sequence;
the functional component allocation submodule 123 is configured to allocate, according to the function of each process node, a corresponding workflow functional component to each process node;
and the attribute configuration setting submodule 124 is configured to set, by using the workflow functional component, corresponding attribute configuration information for the process node according to the workflow rule.
As a preferred embodiment, as shown in fig. 11, the event execution module 130 includes:
the information retrieval submodule 131 is configured to retrieve, when the to-be-processed item information enters the process node, attribute configuration information corresponding to the to-be-processed item information using the workflow rule;
the transaction sub-module 132 is configured to analyze a processing manner of the to-be-processed transaction information using the attribute configuration information, and process the to-be-processed transaction information according to the processing manner.
As a preferred embodiment, as shown in fig. 12, the workflow design system further includes:
a parameter configuration module 210, configured to set configuration parameters for the process nodes;
the interface generating module 220 is configured to generate an operation display interface of the process node according to the configuration parameter;
the interface invoking module 230 is configured to invoke the operation display interface to operate the to-be-processed item information according to the workflow rule when the to-be-processed item information enters the flow node.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A workflow design method based on a visualization engine is characterized by comprising the following steps:
customizing a plurality of workflow functional components by using a visualization engine, wherein the workflow functional components comprise workflow rules;
calling the workflow functional component by using a flow designer to establish a workflow model according to the workflow type;
when the to-be-processed item information is received, according to the flow sequence of the workflow model, using the workflow rule of each flow node in the workflow model to execute corresponding operation on the to-be-processed item information;
and when the to-be-processed item information operation is completed, feeding back a flow processing result of the workflow model.
2. The workflow design method of claim 1 wherein said step of using a visualization engine to customize a plurality of workflow functional components comprises:
defining a plurality of workflow functional components using the visualization engine according to user requirements;
and respectively setting workflow rules and attribute configuration information corresponding to the user requirements for each workflow function component.
3. The workflow design method according to claim 1 or 2, wherein the step of building the workflow model by calling the workflow functional component using the flow designer according to the workflow type comprises:
determining the flow sequence of the workflow model according to the workflow type;
establishing a plurality of process nodes according to the process sequence;
respectively distributing corresponding workflow function components for each process node according to the function of each process node;
and setting corresponding attribute configuration information for the process nodes according to the workflow rule by using the workflow function component.
4. The workflow design method according to claim 1 or 2, wherein the step of performing corresponding operations on the to-be-processed item information using the workflow rules of each process node in the workflow model includes:
when the to-be-processed item information enters the process node, using the workflow rule to call attribute configuration information corresponding to the to-be-processed item information;
and analyzing the processing mode of the to-be-processed item information by using the attribute configuration information, and processing the to-be-processed item information according to the processing mode.
5. The workflow design method of claim 1, further comprising:
setting configuration parameters for the process nodes;
generating an operation display interface of the process node according to the configuration parameters;
and when the to-be-processed item information enters the flow node, calling the operation display interface to operate the to-be-processed item information according to the workflow rule.
6. A workflow design system based on a visualization engine, comprising:
the component definition module is used for customizing a plurality of workflow function components by using a visualization engine, wherein the workflow function components comprise workflow rules;
the model building module is used for calling the workflow function component to build a workflow model by using a flow designer according to the workflow type;
the event execution module is used for executing corresponding operation on the to-be-processed event information by using the workflow rule of each flow node in the workflow model according to the flow sequence of the workflow model when the to-be-processed event information is received;
and the processing feedback module is used for feeding back the flow processing result of the workflow model when the operation of the to-be-processed item information is finished.
7. The workflow design system of claim 6, wherein the component definition module comprises:
the functional component definition submodule is used for defining a plurality of workflow functional components by using the visualization engine according to the requirements of a user;
and the component configuration submodule is used for setting workflow rules and attribute configuration information corresponding to the user requirements for each workflow function component.
8. The workflow design system of claim 6 or 7, wherein the model building module comprises:
the flow sequence determining submodule is used for determining the flow sequence of the workflow model according to the workflow type;
the flow node determining submodule is used for establishing a plurality of flow nodes according to the flow sequence;
the functional component distribution submodule is used for respectively distributing corresponding workflow functional components for each process node according to the function of each process node;
and the attribute configuration setting submodule is used for setting corresponding attribute configuration information for the process nodes according to the workflow rule by using the workflow function component.
9. The workflow design system of claim 6 or 7, wherein the transaction execution module comprises:
the information calling submodule is used for calling attribute configuration information corresponding to the to-be-processed item information by using the workflow rule when the to-be-processed item information enters the process node;
and the item processing submodule is used for analyzing the processing mode of the to-be-processed item information by using the attribute configuration information and processing the to-be-processed item information according to the processing mode.
10. The workflow design system of claim 6, further comprising:
the parameter configuration module is used for setting configuration parameters for the process nodes;
the interface generating module is used for generating an operation display interface of the process node according to the configuration parameters;
and the interface calling module is used for calling the operation display interface to operate the to-be-processed item information according to the workflow rule when the to-be-processed item information enters the flow node.
CN202111566146.9A 2021-12-20 2021-12-20 Workflow design method and system based on visualization engine Pending CN114219451A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111566146.9A CN114219451A (en) 2021-12-20 2021-12-20 Workflow design method and system based on visualization engine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111566146.9A CN114219451A (en) 2021-12-20 2021-12-20 Workflow design method and system based on visualization engine

Publications (1)

Publication Number Publication Date
CN114219451A true CN114219451A (en) 2022-03-22

Family

ID=80704472

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111566146.9A Pending CN114219451A (en) 2021-12-20 2021-12-20 Workflow design method and system based on visualization engine

Country Status (1)

Country Link
CN (1) CN114219451A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116560624A (en) * 2023-07-11 2023-08-08 合肥青谷信息科技有限公司 Software designer and software development method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116560624A (en) * 2023-07-11 2023-08-08 合肥青谷信息科技有限公司 Software designer and software development method

Similar Documents

Publication Publication Date Title
JP4599364B2 (en) Automated workflow service system
US7734491B2 (en) Hierarchical projects in a computer-enabled project management method and system
JP5039927B2 (en) Method, system, and program for providing meeting information to be stored in an e-mail database from a meeting server to an e-mail server
CN112668295B (en) Management system and method based on custom form and active workflow
US8032635B2 (en) Grid processing in a trading network
JP7002082B2 (en) Business activity processing equipment and methods based on business objects
US8010940B2 (en) Methods and apparatus for designing a workflow process using inheritance
US8478602B2 (en) Executing business processes using persistent variables
US20040103014A1 (en) System and method for composing and constraining automated workflow
US8051430B2 (en) Systems and methods for data processing in a service-oriented architecture
US20130060596A1 (en) Easy Process Modeling Platform
US8224853B2 (en) Methods and apparatus for updating a plurality of data fields in an electronic form
WO2014013551A1 (en) Workflow management device and workflow management method
CN113298503A (en) Government affair-oriented workflow management system and database and table dividing method thereof
CN115170048B (en) Workflow realization method, system and medium based on model and rule
US7996758B2 (en) Methods and apparatus for storing data associated with an electronic form
CN115688715A (en) Report generation method and device and computer readable medium
JP5651792B2 (en) Workflow management apparatus and workflow management method
CN114219451A (en) Workflow design method and system based on visualization engine
US20070208777A1 (en) Methods and apparatus for designing a workflow process using resource maps and process maps
US20070143305A1 (en) Methods and apparatus for storing functions associated with an electronic form
US20070143711A1 (en) Methods and apparatus for displaying a setup sequence
JP2001325413A (en) Connector oriented workflow managing system and workflow detecting method
CN114066295A (en) Workflow business arrangement method and device, electronic equipment and readable storage medium
JP2008065580A (en) Workflow cooperation program and workflow management system

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