CN114816368A - Object-oriented business process development system, method, device and storage medium - Google Patents

Object-oriented business process development system, method, device and storage medium Download PDF

Info

Publication number
CN114816368A
CN114816368A CN202210715527.7A CN202210715527A CN114816368A CN 114816368 A CN114816368 A CN 114816368A CN 202210715527 A CN202210715527 A CN 202210715527A CN 114816368 A CN114816368 A CN 114816368A
Authority
CN
China
Prior art keywords
task
business
business process
information
component
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.)
Granted
Application number
CN202210715527.7A
Other languages
Chinese (zh)
Other versions
CN114816368B (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.)
Shenzhen Lingma Cloud Computing Co ltd
Original Assignee
Shenzhen Lingma Cloud Computing Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Lingma Cloud Computing Co ltd filed Critical Shenzhen Lingma Cloud Computing Co ltd
Priority to CN202210715527.7A priority Critical patent/CN114816368B/en
Publication of CN114816368A publication Critical patent/CN114816368A/en
Application granted granted Critical
Publication of CN114816368B publication Critical patent/CN114816368B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an object-oriented business process development system, method, device and storage medium, wherein the system comprises a plurality of business application systems, a plurality of functions are defined in the business application systems, and the functions correspond to components one to one; the method mainly comprises the steps of constructing a business flow required by each function corresponding component in a business application system, and associating the functions of the components corresponding to the business flow with departments or positions of an organization framework; deploying a service application system to a cloud resource, releasing and operating; when the business process is triggered, the business process of the associated component can be called; and sending the task information of the business process to a task management system. The component is an object-oriented service application system unit, and a service flow is defined in the development process of the service application system through an object-oriented development mode, so that the logic is clear, and the development and maintenance are convenient; the coupling degree between the flows is reduced, and function expansion and data transmission are facilitated.

Description

Object-oriented business process development system, method, device and storage medium
Technical Field
The invention belongs to the technical field of process development of management software, and particularly relates to an object-oriented business process development system, method, device and storage medium.
Background
In the current internet software development process, the realization of the business process is realized by a special process engine module, and the process engine is independent of a business application system. The process design of the process engine is a process-oriented mode, and functions, data and business application systems of the process are highly coupled.
This mode of development can have the following disadvantages:
1) the development workload is large: separating the business application from the process application, and needing more development resources;
2) the butt joint workload is large: as business applications become more complex, the development workload of their process applications will be greater: because more data interfacing needs to be done;
3) the authorization management process is inconvenient: business application authorization and process authorization, i.e., the executive setting the process node, are separate processes.
Disclosure of Invention
The invention aims to provide an object-oriented business process development system, method, device and storage medium, which solve the problems of large development workload, large butt joint workload and inconvenient authorization management process in the existing Internet software development process.
In order to achieve the purpose, the invention adopts the following technical scheme:
the invention provides an object-oriented business process development system, which is used for the business process of a software system and comprises a plurality of business application systems, wherein a plurality of components are defined in the business application systems, each component is associated with a function, the components comprise the functions, data and interfaces of the software system, and the functions and the components are in one-to-one correspondence; the components are provided with interfaces, and the interfaces are used for data transmission among the components; the software system also comprises
The flow establishing module is used for respectively establishing business flows required by the business application system in each component;
the flow authorization module is used for associating the functions of the components corresponding to the business flow with the departments or positions of the organization architecture;
the component deployment module is used for deploying all components in the business application system to the cloud resources for issuing and running, and the business process in the components completes deployment along with the deployment of the components;
the flow execution module is used for calling the service flow of the associated component according to the connection relation of the interfaces between the components when the service flow in the component is triggered by an event;
the flow monitoring module is used for sending all task information of the business flow to a task management system when the business flow is triggered; and the task management system is used for displaying the configuration and the state of each node in the business process.
According to the technical content, the system comprises a plurality of business application systems, a plurality of functions are defined in each business application system, each function is associated with one component, the functions correspond to the components one to one, therefore, each function is an independent component, data transmission among the components is realized through an external interface of the component, the component is a targeted business application system unit, and the components comprise a realization method that functions, data and interface business processes of a software system are asynchronous in the component; one component can contain one or more business process software methods and common software methods, the software method refers to a string of codes for realizing certain function execution or an ordered combination of steps for solving a class of problems in the field of software programming, the business process software method is a software step needing human participation, the common software method is a software step needing no human participation, and the business process software methods and the common software methods can share unique data in the component as the component comprises software system functions and data; the service processes in the assembly can be mutually called through an external interface, so that specific service functions and data transmission are realized; the object-oriented service flow has obvious advantages compared with the process-oriented service flow, high cohesion and low coupling are realized, namely, the reusability and the portability of the program module are greatly enhanced, the upgrading and the expansion are facilitated, the authorized configuration is facilitated, the complex data transmission and the rollback are facilitated, and the like; the problems of large development workload, large butt joint workload and inconvenient authorization management process in the existing Internet software development process are solved.
The second aspect of the present invention provides an object-oriented business process development method, including the following steps:
responding to the construction operation of the man-machine interaction business process, and constructing the business application system in the assembly;
responding to the human-computer interaction business process authorization operation, and associating the functions of the components corresponding to the business process with departments or positions of the organization architecture;
responding to the assembly deployment operation of human-computer interaction, deploying each assembly in the business application system to the cloud resource, issuing and operating, and completing the deployment of a business process in the assembly along with the deployment of the assembly;
when the business process in the assembly is triggered by an event, calling the business process of the associated assembly according to the connection relation of the interfaces between the assemblies;
when a business process is triggered, task information of the business process is sent to a task management system; and the task management system is used for displaying configuration information and state information of each node in the business process.
According to the technology, through an object-oriented development mode, a business process is defined in the development process of a business application system, logic is clear, and development and maintenance are facilitated; the complexity of the system is reduced, the operation efficiency is improved, and the operation and maintenance cost is reduced; the coupling degree between the processes is reduced, and the function expansion and the data transmission are facilitated.
In one possible design, the configuration information of each node in the business process includes one or more of task name information, executive information, task interface information and planning time information.
In one possible design, the business process is constructed as follows:
responding to the component definition operation of human-computer interaction, and determining a component structure in each application system and an external interface of each application system;
determining an internal structure of the component in response to a component internal structure definition operation of human-computer interaction, wherein the internal structure of the component comprises one or more of data, software methods, sub-components, data interfaces, method interfaces and software containers in the component;
responding to the defined operation of the intra-assembly business process method of the man-machine interaction, and determining the flow chart of the intra-assembly business process method and the configuration of the assembly;
and determining the interface connection relation among the components in response to the component interface definition operation of the man-machine interaction.
Responding to the start configuration operation of human-computer interaction, and acquiring a function list;
responding to the man-machine interaction to process selection operation under the function, determining process information, and displaying the process information;
and responding to the editing operation of the man-machine interaction on the process information, determining the process information and the process node information in each component, and writing the process information and the process node information into a database.
In one possible design, the method for authorizing the business process includes:
acquiring functions corresponding to the components, and associating the functions with departments or positions of the organization framework;
and obtaining the association relation between the business flow in each component and the department or position according to the association relation between the functions and the components, and further finishing the authorization process of the business flow.
In one possible design, the method for deploying the business process includes:
responding to the flow deployment starting operation of human-computer interaction, and displaying the function list according to the hierarchy;
responding to human-computer interaction and based on the function selection operation of the function list, and displaying a computing resource configuration table;
and responding to the human-computer interaction and the input operation of the computing resource configuration information based on the computing resource configuration table, and writing the computing resource configuration information into a database.
In one possible design, the method for executing the corresponding business process is as follows,
responding to the triggering operation of the man-machine interaction business process, generating a task tree for the new process when triggering a new process, and sending the task tree to a task management system, wherein the task management system performs the following operations on the process:
generating a task for each process node and distributing default executives;
setting default parameters for each task, wherein the default parameters comprise a task name, a task duration and/or a task priority;
setting a corresponding task state for each task according to the execution sequence of the process, wherein the task state is to be executed, is being executed, is completed, is cancelled or is terminated;
responding to the control operation of human-computer interaction, and performing corresponding control operation on the task, wherein the control operation comprises the steps of changing an executive, modifying parameters, cancelling the task or terminating the task;
and when the process has a new node task, the task management system informs a task executor and associated personnel.
In one possible design, the task information of the business process includes one or more of task name information, task related function information, task arrangement person information, task creation time information, task predicted completion time information, task duration information, task priority information, task description information, and task completion conditions.
The third aspect of the present invention provides an object-oriented business process apparatus, which includes a memory and a processor, wherein the memory and the processor are connected to each other through a bus; the memory stores computer-executable instructions; the processor executes the computer-executable instructions stored in the memory, so that the processor executes the method for developing the object-oriented business process provided in the second aspect of the invention and any one of the possible designs of the second aspect of the invention.
A fourth aspect of the present invention provides a storage medium having stored thereon instructions for executing the method for object-oriented business process development as set forth in any one of the possible designs of the second and third aspects of the present invention when the instructions are run on a computer.
Has the advantages that:
1. the invention provides an object-oriented business process development system, which comprises a plurality of business application systems, wherein a plurality of functions are defined in the business application systems, each function is associated with a component, the functions correspond to the components one by one, therefore, each function is an independent component, data transmission among the components is realized through an external interface of the component, the component is an object-oriented business application system unit, and the functions, data and interface business processes of the component including a software system are an implementation method of asynchronization in the component; one or more business process software methods and common software methods may be included in a component, the software methods refer to a string of code for software to perform a certain function or an ordered combination of steps to solve a class of problems in the field of software programming, the business process software methods are software steps that require human involvement, the common software methods are software steps that do not require human involvement, and the business process software methods and the common software methods may share unique data within the component due to the fact that the component includes software system functions and data. The service flows between the components can be mutually called through interfaces, and specific service functions and data transmission are realized. The object-oriented business process has obvious advantages over the process-oriented business process, realizes high cohesion and low coupling, namely the reusability and portability of the program module are greatly enhanced, and the method is convenient for upgrading and expanding, authorization configuration, complex data transmission, rollback and the like. The problems of large development workload, large butt joint workload and inconvenient authorization management process in the existing Internet software development process are solved;
2. the object-oriented business process development method provided by the invention defines the business process at the same time in the development process of the business application system through the object-oriented development mode, has clear logic and is convenient for development and maintenance; the complexity of the system is reduced, the operation efficiency is improved, and the operation and maintenance cost is reduced; the coupling degree between the processes is reduced, and the function expansion and the data transmission are facilitated.
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.
FIG. 1 is a schematic diagram of a module structure of an object-oriented business process development system according to the present invention;
fig. 2 is a schematic flow chart of an object-oriented business process development method provided by the present invention.
Detailed Description
The invention is further described with reference to the following figures and specific embodiments. It should be noted that the description of the embodiments is provided to help understanding of the present invention, but the present invention is not limited thereto.
The object-oriented business process development system provided by the first aspect of the invention is used for the business process of a software system, and comprises a plurality of business application systems, wherein a plurality of components are defined in the business application systems, each component is associated with a function, the components comprise the functions, data and interfaces of the software system, and the functions and the components are in one-to-one correspondence; the components are provided with interfaces, and the interfaces are used for data transmission among the components; as shown in fig. 1, the software system further includes:
the flow establishing module is used for respectively establishing business flows required by the business application system in each component;
the flow authorization module is used for associating the functions of the components corresponding to the business flow with the departments or positions of the organization architecture;
the component deployment module is used for deploying all components in the business application system to the cloud resources for issuing and running, and the business process in the components completes deployment along with the deployment of the components;
the flow execution module is used for calling the business flow of the associated component according to the interface connection relation between the components when the business flow in the components is triggered by the event; and
the system comprises a process monitoring module, a task management system and a task management module, wherein the process monitoring module is used for sending all task information of a business process to the task management system when the business process is triggered; and the task management system is used for displaying the configuration and the state of each node in the business process.
As shown in fig. 2, a second aspect of the present invention provides an object-oriented business process development method, including the following steps:
s1, responding to the construction operation of the man-machine interaction business process, and constructing the business process required by the business application system in the assembly;
in the specific implementation, the process design is completed by the component development tool, such as the process establishing module in the object-oriented business process development system, if a process needs to be added to a certain component of the business application system, the view of the component needs to be opened, and in the process establishing module of the component tool, a process, an editing process, a testing process and the like are added according to the operation process.
S2, responding to the human-computer interaction business process authorization operation, and associating the functions of the components corresponding to the business process with departments or positions of the organization architecture;
specifically, after the business application system is designed, all components in the business application system are configured into departments and positions of the organization architecture through a business application system deployment tool. In specific implementation, generally, the process permission in the component is determined by the permission of the component; after the authorization is completed, configuration operations can be performed for specific processes, such as a prompt information definition for each node, a timeout time definition, and the like.
S3, responding to the component deployment operation of human-computer interaction, deploying each component in the business application system to the cloud resource, issuing and operating, and completing deployment of a business process in the component along with the deployment of the component; in specific implementation, after the authorization of the service application system is completed, the service application system can be deployed to the cloud resource by adopting the process deployment module in the system to be published and operated.
S4, when the business process in the assembly is triggered by the event, the business process of the associated assembly is called according to the connection relation of the interface between the assembly and the assembly; specifically, after the service application system is released, the application icon of the authorized component can be displayed on the desktop of the corresponding position. And opening the application icon to enter the component interface, and starting a corresponding process if the process operation exists in the component.
S5, when the business process is triggered, sending the task information of the business process to a task management system; the task management system is used for displaying configuration information and state information of each node in the business process, and comprises the following steps: task name, executive, task status, task interface, scheduling time, etc.
Specifically, the functional component corresponding to the staff member associated with the task may browse the specific task, and may also modify some configurations of the task, for example: modify task performers, roll back, terminate tasks, and so forth.
A specific example is that a simple requirement example of a subscription flow is provided below, and the business flow is specifically as follows:
the customer contacts the salesperson when deciding to purchase the product, and the salesperson performs ordering operations within the software system. After the order is placed, the manager of the sales department can see the order record; the financial staff confirms the collection of money and sends the collection of money to the storage department to carry out the delivery process after confirming that no mistake exists;
each role corresponds to a respective functional component, in this example, execution of the order flow associates functional components of seven different roles. The whole process is executed as follows:
1. and the functional component corresponding to the salesman runs an order starting flow in the component, opens an order information input interface and inputs order related information. After confirmation, the order starting process executes the next step, namely the order executing process of the functional component corresponding to the sales department is called;
2. the order execution flow of the functional component corresponding to the sales department firstly calls an order auditing interface of the functional component corresponding to the sales manager;
3. after the sales manager opens the corresponding order auditing interface, relevant auditing information is input, after confirmation, the flow returns to the order execution flow of the sales department functional component, and the next node is executed: and calling an order collection confirmation flow of the functional component corresponding to the financial department.
4. The 'order collection confirmation' flow of the functional component corresponding to the financial department calls a 'collection confirmation' interface of the corresponding functional component for cashier;
5. after the cashier opens a corresponding 'collection confirmation' interface, relevant collection information is input, the relevant collection information returns to an 'order collection confirmation' flow of the functional component of the finance department after confirmation, a next ending node is executed, the relevant collection information returns to an 'order execution' flow of the functional component of the sales department, and the next node is executed: and calling a 'goods delivery' flow of the functional component corresponding to the warehousing part.
6. The 'goods delivery' flow of the functional component corresponding to the warehousing part calls a 'goods delivery confirmation' interface of the functional component corresponding to the delivery personnel;
7. after opening the corresponding 'goods delivery confirmation' interface, the delivery person inputs related goods information, returns to the 'goods delivery' flow of the warehouse part functional component after confirmation, executes the next ending node, returns to the 'order execution' flow of the sales part functional component, executes the next ending node, returns to the 'order starting' flow of the salesman functional component, and executes the next node: order status awareness interface.
8. The salesman opens the order status informed interface, and after confirmation, the whole process is finished.
To implement the above business process, 4 processes of 7 components and 3 interfaces are involved. Wherein, the 3 functional components corresponding to the salesman, the sales department and the sales leader belong to the components of the sales system application. The finance department and the cashier correspond to 2 functional components and belong to components of the financial system application. The warehouse department, the member of delivering from godown correspond 2 functional assemblies and belong to the assembly that "warehouse system" used. Wherein, the sales system, the financial system and the warehouse system are application systems in the technology;
4 sub-processes and 3 interfaces in the whole order process belong to different components of 3 application systems;
in a possible implementation manner, the order flow is a service flow in the present technology, and the method for constructing the service flow includes:
responding to the component definition operation of human-computer interaction, and determining a component structure in each application system and an external interface of each application system;
determining an internal structure of the component in response to a component internal structure definition operation of human-computer interaction, wherein the internal structure of the component comprises one or more of data, software methods, sub-components, data interfaces, method interfaces and software containers in the component; specifically, the flow in the component is a special software method in the component, that is, a software method in which a person participates, and the software method refers to a string of codes for software to implement a certain function execution or an ordered combination of steps for solving a kind of problems in the field of software programming.
Responding to the defined operation of the intra-assembly business process method of the man-machine interaction, and determining the flow chart of the intra-assembly business process method and the configuration of the assembly;
and determining the interface connection relation among the components in response to the component interface definition operation of the man-machine interaction.
Specifically, the connection between the application systems is established when the application systems are deployed.
In the process of system operation, the corresponding role is required to execute the process, and the process authorization completes the association relationship between each node and the role in the process; in addition, the process and the respective nodes also support information configuration.
Since both the flow and the flow node are one method within the component, the authorization process for the component is completed as the flow authorization process.
Responding to the start configuration operation of human-computer interaction, and acquiring a function list;
responding to the flow selection operation of the human-computer interaction pair under the function, determining flow information, and displaying the flow information;
and responding to the editing operation of the man-machine interaction on the process information, determining the process information and the process node information in each component, and writing the process information and the process node information into a database. In specific implementation, a designated process is selected, process information is displayed on a window page and can be configured, and the configured content can include a process name, process duration, post-setting quantity among process nodes and the like.
In one possible implementation, the method for authorizing the business process includes:
acquiring functions corresponding to the components, and associating the functions with departments or positions of the organization framework;
and obtaining the association relation between the business flow in each component and the department or position according to the association relation between the functions and the components, and further finishing the authorization process of the business flow.
In a possible implementation, the method for deploying the business process includes:
responding to the flow deployment starting operation of human-computer interaction, and displaying the function list according to the hierarchy;
responding to the function selection operation of human-computer interaction, and displaying a computing resource configuration table;
and responding to the input operation of the computing resource configuration information of the man-machine interaction, and writing the computing resource configuration information into a database. The computing resource configuration information is a server operated by the configuration function, and computing resources are pre-allocated to the server.
The process is directed to configuring the process and process nodes with the necessary computing resource information at runtime. Because the flow is a part in the assembly, the deployment process of the flow can be completed by the one-to-one correspondence of functions, functions and assemblies, namely the deployment of the functions.
In one possible embodiment, the method of performing the corresponding business process is as follows,
responding to the triggering operation of the man-machine interaction business process, generating a task tree for the new process when triggering a new process, and sending the task tree to a task management system, wherein the task management system performs the following operations on the process:
generating a task for each process node and distributing default executives;
setting default parameters for each task, wherein the default parameters comprise a task name, a task duration and/or a task priority;
setting a corresponding task state for each task according to the execution sequence of the process, wherein the task state is to be executed, is being executed, is completed, is cancelled or is terminated;
responding to the control operation of human-computer interaction, and performing corresponding control operation on the task, wherein the control operation comprises the steps of changing an executive, modifying parameters, cancelling the task or terminating the task;
and when the process has a new node task, the task management system informs a task executor and associated personnel.
Correspondingly, through the task management system, the process responsible person and the node executive person can observe the execution condition of the process, and during specific implementation, the process task executive person can know all task information of tasks, wherein the task information of the business process comprises one or more of task name information, task related function information, task arrangement person information, task creation time information, task predicted completion time information, task duration information, task priority information, task description information and task completion condition.
The process task responsible person knows the relevant information of all subtasks of the process, and the process task acquaintance person knows the relevant information of the process.
The processes in the technical scheme are object-oriented, and each process belongs to an asynchronous method of a certain object. Likewise, a node of a flow also belongs to a method within a certain component. Whereas for traditional software applications, the flow is process-oriented.
The advantages of this approach over the conventional approach are as follows:
(1) each flow node corresponds to a certain software method in a terminal component, and each terminal component is provided with an interface design module of the terminal component; therefore, the method can realize that users dealing with different functions of each process node have corresponding operation interfaces;
(2) the process has fixed input and output, and the data operated by each node and other processes and business application systems are convenient to share; for example: in the order flow case, the order flow outputs order data and transmits the order data to the warehousing application for use in the delivery flow;
(3) the process node can be configured; including predefining working time length, priority and assigning staff under the responsible department.
(4) The process authorization and the component authorization are unified, and the method is simple and convenient; because both the flow and the flow node are part of the component, the process of authorizing the component is the process of authorizing the flow.
(5) The process can be rolled back and cancelled, the data can be automatically recovered, and special processing by programmers is not needed; the flow rolls back through data cancellation or data roll back when the flow is executed.
A third aspect of the present invention provides an object-oriented business process apparatus, including a memory, a processor, and a transceiver connected in sequence, where the memory is used to store a computer program, the transceiver is used to transmit and receive messages, and the processor is used to read the computer program, so that the processor executes the object-oriented business process development method provided in any one of the possible embodiments of the second aspect and the second aspect of the present invention. For example, the Memory may include, but is not limited to, a Random-Access Memory (RAM), a Read-Only Memory (ROM), a Flash Memory (Flash Memory), a First-in First-out (FIFO), and/or a First-in Last-out (FILO), and the like; in particular, the processor may include one or more processing cores, such as a 4-core processor, an 8-core processor, and so on. The processor may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field Programmable Gate Array), and a PLA (Programmable Logic Array), and may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state and is also referred to as a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state.
In some embodiments, the processor may be integrated with a GPU (Graphics Processing Unit) which is responsible for rendering and drawing contents required to be displayed on the display screen, for example, the processor may not be limited to a processor adopting a model STM32F105 series microprocessor, a Reduced Instruction Set Computer (RISC) microprocessor, an architecture processor such as X86, or a processor integrating an embedded neural Network Processing Unit (NPU); the transceiver may be, but is not limited to, a wired transceiver, a wireless fidelity (WIFI) wireless transceiver, a bluetooth wireless transceiver, a General Packet Radio Service (GPRS) wireless transceiver, a ZigBee wireless transceiver (based on ieee802.15.4 standard, low power local area network protocol, ZigBee), a 3G transceiver, a 4G transceiver, and/or a 5G transceiver, etc. In addition, the device may also include, but is not limited to, a power module, a display screen, and other necessary components.
A fourth aspect of the present invention provides a storage medium having stored thereon instructions for executing the method for object-oriented business process development as set forth in any one of the possible designs of the second and third aspects of the present invention when the instructions are run on a computer. The computer-readable storage medium refers to a carrier for storing data, and may include, but is not limited to, floppy disks, optical disks, hard disks, flash memories, flash Memory disks, and/or Memory sticks (Memory sticks), etc., and the computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable devices.
Finally, it should be noted that the above-mentioned embodiments are only preferred embodiments of the present invention, and are not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. The object-oriented business process development system is used for the business process of a software system and comprises a plurality of business application systems, wherein a plurality of components are defined in the business application systems, each component is associated with a function, the components comprise the functions, data and interfaces of the software system, and the functions and the components are in one-to-one correspondence; the components are provided with interfaces, and the interfaces are used for data transmission among the components; it is characterized in that the preparation method is characterized in that,
the software system further comprises:
the flow establishing module is used for respectively establishing business flows required by the business application system in each component;
the flow authorization module is used for associating the functions of the components corresponding to the business flow with the departments or positions of the organization architecture;
the component deployment module is used for deploying all components in the business application system to the cloud resources for issuing and running, and the business process in the components completes deployment along with the deployment of the components;
the flow execution module is used for calling the business flow of the associated component according to the interface connection relation between the components when the business flow in the component is triggered by the event; and
the system comprises a process monitoring module, a task management system and a task management module, wherein the process monitoring module is used for sending all task information of a business process to the task management system when the business process is triggered; and the task management system is used for displaying the configuration and the state of each node in the business process.
2. The object-oriented business process development method is characterized by comprising the following steps:
responding to the construction operation of the man-machine interaction business process, and constructing the business process required by the business application system in the assembly;
responding to the human-computer interaction business process authorization operation, and associating the functions of the components corresponding to the business process with departments or positions of the organization architecture;
responding to the assembly deployment operation of human-computer interaction, deploying each assembly in the business application system to the cloud resource, issuing and operating, and completing the deployment of a business process in the assembly along with the deployment of the assembly;
when the business process in the assembly is triggered by an event, calling the business process of the associated assembly according to the connection relation of the interfaces between the assemblies;
when a business process is triggered, task information of the business process is sent to a task management system; and the task management system is used for displaying configuration information and state information of each node in the business process.
3. The object-oriented business process development method of claim 2, wherein the configuration information of each node in the business process comprises one or more of task name information, executive information, task interface information, and planning time information.
4. The object-oriented business process development method of claim 2, wherein the business process is constructed as follows:
responding to the component definition operation of human-computer interaction, and determining a component structure in each business application system and an external interface of each business application system;
determining an internal structure of the component in response to a component internal structure definition operation of human-computer interaction, wherein the internal structure of the component comprises one or more of data, software methods, sub-components, data interfaces, method interfaces and software containers in the component;
responding to the defined operation of the intra-assembly business process method of the man-machine interaction, and determining the flow chart of the intra-assembly business process method and the configuration of the assembly;
responding to the interface definition operation of the human-computer interaction component, and determining the interface connection relation among the components;
responding to the start configuration operation of human-computer interaction, and acquiring a function list;
responding to the man-machine interaction to process selection operation under the function, determining process information, and displaying the process information;
and responding to the editing operation of the man-machine interaction on the process information, determining the process information and the process node information in each component, and writing the process information and the process node information into a database.
5. The object-oriented business process development method of claim 2, wherein the business process authorization method is as follows:
acquiring functions corresponding to the components, and associating the functions with departments or positions of the organization framework;
and obtaining the association relation between the business flow in each component and the department or position according to the association relation between the functions and the components, and further finishing the authorization process of the business flow.
6. The object-oriented business process development method of claim 2, wherein the business process deployment method is as follows:
responding to the flow deployment starting operation of human-computer interaction, and displaying the function list according to the hierarchy;
responding to human-computer interaction and based on the function selection operation of the function list, and displaying a computing resource configuration table;
and responding to the human-computer interaction and the input operation of the computing resource configuration information based on the computing resource configuration table, and writing the computing resource configuration information into a database.
7. The object-oriented business process development method of claim 2, wherein the corresponding business process is executed by the following method,
responding to the triggering operation of the man-machine interaction business process, generating a task tree for the new process when triggering a new process, and sending the task tree to a task management system, wherein the task management system performs the following operations on the process:
generating a task for each process node and distributing default executives;
setting default parameters for each task, wherein the default parameters comprise a task name, a task duration and/or a task priority;
setting a corresponding task state for each task according to the execution sequence of the process, wherein the task state is to be executed, is being executed, is completed, is cancelled or is terminated;
responding to the control operation of human-computer interaction, and performing corresponding control operation on the task, wherein the control operation comprises the steps of changing an executive, modifying parameters, cancelling the task or terminating the task;
and when the process has a new node task, the task management system informs a task executor and associated personnel.
8. The object-oriented business process development method of claim 2, wherein the task information of the business process comprises one or more of task name information, task associated function information, task arranger information, task creation time information, task expected completion time information, task duration information, task priority information, task description information, and task completion status.
9. The object-oriented business process device is characterized by comprising a memory and a processor, wherein the memory and the processor are connected with each other through a bus; the memory stores computer-executable instructions; the processor executes the computer-executable instructions stored in the memory to cause the processor to perform the method for object-oriented business process development of any one of claims 2 to 8.
10. A storage medium having stored thereon instructions for performing the method of object oriented business process development of any of claims 2 to 8 when run on a computer.
CN202210715527.7A 2022-06-23 2022-06-23 Object-oriented business process development system, method, device and storage medium Active CN114816368B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210715527.7A CN114816368B (en) 2022-06-23 2022-06-23 Object-oriented business process development system, method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210715527.7A CN114816368B (en) 2022-06-23 2022-06-23 Object-oriented business process development system, method, device and storage medium

Publications (2)

Publication Number Publication Date
CN114816368A true CN114816368A (en) 2022-07-29
CN114816368B CN114816368B (en) 2022-10-18

Family

ID=82520971

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210715527.7A Active CN114816368B (en) 2022-06-23 2022-06-23 Object-oriented business process development system, method, device and storage medium

Country Status (1)

Country Link
CN (1) CN114816368B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521693A (en) * 2011-12-05 2012-06-27 陕西东显永益机电技术有限公司 Administrative information mobile approval management system
CN104571026A (en) * 2014-12-17 2015-04-29 中冶南方(武汉)信息技术工程有限公司 Platform and method for establishing whole-process metallurgical manufacturing execution system
CN108038669A (en) * 2017-12-25 2018-05-15 泰康保险集团股份有限公司 Collocation method, device, equipment and the storage medium of rights management mechanism
CN108122063A (en) * 2016-11-28 2018-06-05 宁波有哒云商务服务有限公司 Enterprise electronic commerce information flow management system
KR20190043446A (en) * 2017-10-18 2019-04-26 한국전자통신연구원 Workflow engine framework
CN111124381A (en) * 2019-12-13 2020-05-08 京东数字科技控股有限公司 Flow creation method and device
CN111694555A (en) * 2020-06-18 2020-09-22 国网宁夏电力有限公司营销服务中心(国网宁夏电力有限公司计量中心) Business system construction method and device, electronic equipment and storage medium
CN112328220A (en) * 2020-11-06 2021-02-05 江苏云坤信息科技有限公司 Stream data processing system based on dragging arrangement mode and processing method thereof
CN113268319A (en) * 2021-05-07 2021-08-17 中国电子科技集团公司第五十四研究所 Business process customization and distributed process scheduling method based on micro-service architecture
CN113269459A (en) * 2021-06-08 2021-08-17 深圳市育联网大数据有限公司 Method for constructing sports network organization system
CN113467782A (en) * 2021-07-02 2021-10-01 建信金融科技有限责任公司 Method, device and equipment for determining business process
CN113805885A (en) * 2021-09-18 2021-12-17 建信金融科技有限责任公司 Workflow engine-based front-end construction system and method of flow management system
CN114201157A (en) * 2021-10-28 2022-03-18 贵州优特云科技有限公司 Method and system for customizing target service module by low code
CN114327374A (en) * 2021-12-08 2022-04-12 上海浦东发展银行股份有限公司 Business process generation method and device and computer equipment
CN114398672A (en) * 2021-12-31 2022-04-26 北京数秦科技有限公司 Authority-based flow creation method and device and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521693A (en) * 2011-12-05 2012-06-27 陕西东显永益机电技术有限公司 Administrative information mobile approval management system
CN104571026A (en) * 2014-12-17 2015-04-29 中冶南方(武汉)信息技术工程有限公司 Platform and method for establishing whole-process metallurgical manufacturing execution system
CN108122063A (en) * 2016-11-28 2018-06-05 宁波有哒云商务服务有限公司 Enterprise electronic commerce information flow management system
KR20190043446A (en) * 2017-10-18 2019-04-26 한국전자통신연구원 Workflow engine framework
CN108038669A (en) * 2017-12-25 2018-05-15 泰康保险集团股份有限公司 Collocation method, device, equipment and the storage medium of rights management mechanism
CN111124381A (en) * 2019-12-13 2020-05-08 京东数字科技控股有限公司 Flow creation method and device
CN111694555A (en) * 2020-06-18 2020-09-22 国网宁夏电力有限公司营销服务中心(国网宁夏电力有限公司计量中心) Business system construction method and device, electronic equipment and storage medium
CN112328220A (en) * 2020-11-06 2021-02-05 江苏云坤信息科技有限公司 Stream data processing system based on dragging arrangement mode and processing method thereof
CN113268319A (en) * 2021-05-07 2021-08-17 中国电子科技集团公司第五十四研究所 Business process customization and distributed process scheduling method based on micro-service architecture
CN113269459A (en) * 2021-06-08 2021-08-17 深圳市育联网大数据有限公司 Method for constructing sports network organization system
CN113467782A (en) * 2021-07-02 2021-10-01 建信金融科技有限责任公司 Method, device and equipment for determining business process
CN113805885A (en) * 2021-09-18 2021-12-17 建信金融科技有限责任公司 Workflow engine-based front-end construction system and method of flow management system
CN114201157A (en) * 2021-10-28 2022-03-18 贵州优特云科技有限公司 Method and system for customizing target service module by low code
CN114327374A (en) * 2021-12-08 2022-04-12 上海浦东发展银行股份有限公司 Business process generation method and device and computer equipment
CN114398672A (en) * 2021-12-31 2022-04-26 北京数秦科技有限公司 Authority-based flow creation method and device and storage medium

Also Published As

Publication number Publication date
CN114816368B (en) 2022-10-18

Similar Documents

Publication Publication Date Title
US10956013B2 (en) User interface for automated flows within a cloud based developmental platform
EP3399406A1 (en) User interface for automated flows within a cloud based developmental platform
CN106055316B (en) Supply chain financial engine system, system establishing method and server
US5734837A (en) Method and apparatus for building business process applications in terms of its workflows
US20170372442A1 (en) Healthcare workflow system
CN111190730B (en) Heterogeneous cloud management platform
US7653566B2 (en) Systems and methods for automating a process of business decision making and workflow
AU2001249273B2 (en) Method and system for top-down business process definition and execution
US7412399B1 (en) Designing business processes using distributed process flows
US10101972B1 (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
US8863131B2 (en) Transaction load reduction for process completion
US20060074736A1 (en) Programming interface for a componentized and extensible workflow model
US20060074737A1 (en) Interactive composition of workflow activities
CN108614688A (en) Visualization application layout applied to mixing cloud environment and method
CN109684057A (en) Task processing method, device and storage medium
US9513874B2 (en) Enterprise computing platform with support for editing documents via logical views
CN110222106A (en) Integrated workflow and db transaction
AU2001249273A1 (en) Method and system for top-down business process definition and execution
AU2019201100B2 (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
US20090172696A1 (en) Service-based content management
US20130254162A1 (en) Governing information
CN114816368B (en) Object-oriented business process development system, method, device and storage medium
US20170011322A1 (en) Business process managment
US20130152039A1 (en) Project specific software delivery planning
CN104598211B (en) The method and device of management service software program

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