CN114610383A - Service data processing method, device, equipment and computer storage medium - Google Patents

Service data processing method, device, equipment and computer storage medium Download PDF

Info

Publication number
CN114610383A
CN114610383A CN202210277671.7A CN202210277671A CN114610383A CN 114610383 A CN114610383 A CN 114610383A CN 202210277671 A CN202210277671 A CN 202210277671A CN 114610383 A CN114610383 A CN 114610383A
Authority
CN
China
Prior art keywords
flow chart
lane
node
business
task
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
CN202210277671.7A
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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202210277671.7A priority Critical patent/CN114610383A/en
Publication of CN114610383A publication Critical patent/CN114610383A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code

Landscapes

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

Abstract

The embodiment of the specification particularly discloses a method, a device, equipment and a computer storage medium for processing service data, which realize division of each task node of a service at different responsibility stages by configuring a flow chart lane in a service flow chart, and realize rapid switching of the nodes at different flow chart lanes, namely different responsibility stages, by configuring common information of each flow chart lane. When the business process is carried out based on the business process diagram with the process diagram lanes, the corresponding public information can be quickly acquired based on the lanes where the nodes are located, the information required by executing the task is further quickly acquired, and the business processing speed is improved. The swim lane structure is adopted to carry out certain constraint on workflow design, so that a user can realize quick change of the workflow on a graphical interface only by dragging, and the flow chart structure is clear, thereby bringing certain convenience for the user.

Description

Business data processing method, device and equipment and computer storage medium
Technical Field
The present specification belongs to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a system for processing service data.
Background
The business flow chart is widely applied to the flow design of software engineering, and the business flow chart can be related to the general processing process of the business flow and then data processing is carried out on the business flow based on the business flow chart. However, as the service flow becomes more complex, the number of involved nodes increases, and the design and configuration of the service flow diagram also becomes more complex. In some scenarios, the processing node of the service flow may need to be changed, which requires reconfiguration of the service flow diagram, and thus, the workload is large and errors are prone to occur.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
Embodiments of the present description provide a method, an apparatus, a device, and a computer storage medium for processing service data, so as to improve efficiency and convenience of service data processing.
In one aspect, an embodiment of the present specification provides a service data processing method, where the method includes:
drawing a business flow chart according to the processing flow of the business;
determining a task processing object corresponding to each node in the business flow chart;
adding a flow chart lane in the business flow chart according to the business processing stage corresponding to the task processing object, wherein the business processing stage of the task processing object corresponding to the node in the same flow chart lane is the same, and each flow chart lane is configured with public information;
and processing the business data based on the flow chart swimlanes in the business flow chart and the public information in the flow chart swimlanes.
Further, when adding a flowchart swimlane in the business flowchart according to the task processing object, the method further comprises:
acquiring task attribute information corresponding to each node in a flow chart lane and user attribute information of a task processing object corresponding to each node;
acquiring task general information of each task attribute information and user general information of each user attribute information, and configuring the task general information and the user general information as public information of a flow chart lane.
Further, the performing business data processing based on the flow chart swimlane in the business flow chart and the common information in the flow chart swimlane includes:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
Further, when a flow chart lane is added to the business flow chart, configuring flow chart lane marks of all flow chart lanes, acquiring node marks of all nodes in the business flow chart, and establishing a flow chart lane mapping relation between the flow chart lane marks of all flow chart lanes and the node marks of the nodes in all flow chart lanes;
the obtaining of the corresponding public information according to the flow chart lanes corresponding to each node includes:
when a service processing flow is transferred to a current node, acquiring a node identifier of the current node, and acquiring a corresponding flow chart lane identifier according to the node identifier and a flow chart lane mapping relation;
and acquiring the public information of the flow chart swimlane corresponding to the current node according to the flow chart swimlane identification.
Further, the method further comprises:
and if the service processing stage corresponding to the target node needs to be changed, dragging the target node to a flow chart lane corresponding to the target service processing stage in a dragging mode.
Further, the method further comprises:
after the target node is dragged to the flow chart lane corresponding to the target business processing stage, establishing a flow chart lane mapping relation between the target node and the flow chart lane corresponding to the target business processing stage, and removing the flow chart lane mapping relation between the target node and the original flow chart lane.
Further, adding a flowchart swimlane in the business flowchart according to the task processing object includes:
acquiring post information of each task processing object;
and taking tasks corresponding to all nodes of the same post information as a service processing stage, and dividing nodes corresponding to task processing objects with the same post information into a flow chart lane.
Further, the method further comprises:
and if the task attribute information corresponding to each node in the flow chart lane is changed or the user attribute information of the task processing object corresponding to each node is changed, updating the public information of the flow chart lane.
Further, the processing of the business data based on the flow chart swimlanes in the business flow chart and the common information in the flow chart swimlanes includes:
setting a listener and a hook function in the business flow chart;
when the listener monitors that a service processing stream is transferred to each node in the service flow chart, the hook function is triggered, the hook function is utilized to obtain a flow chart lane corresponding to each node, and public information corresponding to each node is obtained based on the flow chart lane.
In another aspect, the present specification provides a service data processing apparatus, including:
the flow chart construction module is used for drawing a business flow chart according to the processing flow of the business;
the task processing object determining module is used for determining a task processing object corresponding to each node in the business flow chart;
the system comprises a flow chart lane configuration module, a task processing object processing module and a flow chart lane configuration module, wherein the flow chart lane configuration module is used for adding a flow chart lane in a business flow chart according to a business processing stage corresponding to the task processing object, the business processing stages of the task processing objects corresponding to nodes in the same flow chart lane are the same, and each flow chart lane is configured with public information;
and the business processing module is used for processing business data based on the flow chart swimlane in the business flow chart and the public information in the flow chart swimlane.
Further, the service processing module is specifically configured to:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
Further, the apparatus further includes a node changing module configured to:
when the service processing stage corresponding to the target node needs to be changed, the target node is dragged to a flow chart lane corresponding to the target service processing stage in a dragging mode.
In another aspect, an embodiment of the present specification provides a service data processing device, where the device includes at least one processor and a memory for storing processor-executable instructions, and the instructions, when executed by the processor, implement a service data processing method including the foregoing.
In still another aspect, the present specification provides a computer-readable storage medium, on which computer instructions are stored, and when executed by a processor, the computer-readable storage medium implements the service data processing method.
In another aspect, the present specification provides a computer program product, which includes computer instructions, and the computer instructions, when executed by a processor, implement the above business data processing method.
The service data processing method, device, equipment and computer storage medium provided by this specification implement division of each task node in different responsibility stages by configuring a flow chart lane in a service flow chart, and implement fast switching of nodes in different flow chart lanes, that is, different responsibility stages, by configuring common information of each flow chart lane. When the business process is carried out based on the business process diagram with the process diagram lanes, the corresponding public information can be quickly acquired based on the lanes where the nodes are located, the information required by executing the task is further quickly acquired, and the business processing speed is improved. The swim lane structure is adopted to carry out certain constraint on workflow design, so that a user can realize quick change of the workflow on a graphical interface only by dragging, and the flow chart structure is clear, thereby bringing certain convenience for the user.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present specification, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a schematic flowchart of an embodiment of a service data processing method provided in an embodiment of the present specification;
FIG. 2 is a schematic flow chart of a business with swimlanes of the flow chart in one embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a business process with swimlanes of a flowchart in yet another embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a service data processing apparatus in one embodiment of the present specification;
fig. 5 is a block diagram of a hardware configuration of a service data processing server in one embodiment of the present specification.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present specification, the technical solutions in the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is obvious that the described embodiments are only a part of the embodiments of the present specification, and not all of the embodiments. All other embodiments obtained by a person skilled in the art based on the embodiments in the present specification without any inventive step should fall within the scope of protection of the present specification.
With the development of computer technology, more and more services are processed by computers, and when the service processing process is complex, the service data can be processed by drawing a service processing flow chart, which can be understood as a chart describing the service relationship, operation sequence and management information flow direction among units and personnel in the management system, and the processing process of a specific service is represented by some specified symbols and connecting lines. The computer can sequentially flow to the corresponding nodes based on the business processing flow chart, push the tasks to the corresponding task processing objects, complete the corresponding tasks by the corresponding task processing objects, and automatically flow to the next node after the tasks of the nodes are completed until the flow of the nodes of the business flow chart is completed, so that the business data processing is completed.
Fig. 1 is a schematic flow chart of an embodiment of a service data processing method provided in an embodiment of this specification. As shown in fig. 1, the service data processing method provided in the embodiment of the present disclosure may be a server or a client, and may specifically be a computer, a tablet computer, a smart phone, and other devices. Although the present specification provides the method steps or apparatus structures as shown in the following examples or figures, more or less steps or modules may be included in the method or apparatus after being partially combined based on conventional or non-inventive efforts. In the case of steps or structures which do not logically have the necessary cause and effect relationship, the execution order of the steps or the block structure of the apparatus is not limited to the execution order or the block structure shown in the embodiments or the drawings of the present specification. The method or module structure, when applied to a device, server, or end product in practice, may be executed sequentially or in parallel according to embodiments or the method or module structure shown in the drawings (e.g., a parallel processor or multi-thread processing environment, or even an implementation environment including distributed processing and server clustering).
Fig. 1 shows a specific embodiment, and in an embodiment of the service data processing method provided in this specification, the method may include the following steps:
and 102, drawing a business flow chart according to the processing flow of the business.
In a specific implementation process, as described above, the business processing flow chart may be understood as a chart describing business relationships among units and persons in the management system, an operation sequence and a flow direction of management information, and some specified symbols and connecting lines are used to represent a processing process of a specific business. A corresponding service processing flow chart can be drawn according to the specific processing process of the service, such as: the nodes of the business processing can be configured by using a visual interface of the business flow chart through a computer, and then the nodes are connected through corresponding symbols or connecting lines according to the specific processing flow or operation sequence of the business and the like. The specific drawing of the flowchart may be configured according to actual needs, and the embodiments of the present specification are not particularly limited.
And step 104, determining a task processing object corresponding to each node in the business flow chart.
In a specific implementation process, the service data processing may be understood as completing a task corresponding to a service, such as: the design of a project plan may require many processes such as: the method comprises the following steps of investigation, preliminary scheme, modification scheme, scheme audit, audit opinion summarization, scheme modification and the like, wherein for a complex service, a plurality of service processing objects may be required to be completed together, one node in a general service flow chart corresponds to one service processing object, and after the service flow chart is drawn, task processing objects of all nodes in the service flow chart can be configured.
And 106, adding a flow chart lane in the business flow chart according to the business processing stage corresponding to the task processing object, wherein the business processing stage of the task processing object corresponding to the node in the same flow chart lane is the same, and each flow chart lane is configured with public information.
In a specific implementation process, the embodiments of the present specification segment each responsibility stage in a business process by adding a flow chart swimlane in a business flow chart. The flow chart swim lane can be understood as a business flow modeling symbol, which can clearly show which flow stage a certain action occurs in. The nodes in the same service processing stage can be divided into a flow chart lane according to the service processing stage where the task processing object corresponding to each node in the service flow chart is located.
In some embodiments, the adding a flowsheet swim lane in the business flowsheet according to the task processing object includes:
acquiring post information of each task processing object;
and taking tasks corresponding to all nodes of the same post information as a service processing stage, and dividing the nodes corresponding to the task processing objects with the same post information into a flow chart lane.
In a specific implementation process, after the task processing object corresponding to each node in the service flow chart is obtained, the post responsibility of each task processing object can be obtained, the post information can be understood as a post or a position, information which can represent the responsibility range of the service processing object can be represented, the nodes corresponding to the task processing objects with the same post information can be divided into one service processing stage, and then the nodes corresponding to the task processing objects with the same post information are divided into one flow chart lane. FIG. 2 is a schematic business flow diagram with a flow chart swimlane in an embodiment of the present disclosure, and as shown in FIG. 2, a long rectangle separating the roles may represent the flow chart swimlane described in the embodiment of the present disclosure. In addition, in addition to the nodes described in the embodiment of the present specification, other workflow elements such as a gateway may be placed in the flow chart lane, and the embodiment of the present specification is not particularly limited. User tasks of all responsibility stages are effectively divided by setting a flow chart lane, so that the whole business flow chart is clearer.
In addition, in the embodiment of the present specification, after a flow chart lane is set, common information of each flow chart lane may be configured, and the common information may be understood as general information of a node and/or a task processing object in the flow chart lane.
In some embodiments of the present specification, when adding a flowsheet swim lane in the business flowsheet according to a task processing object, the method further comprises:
acquiring task attribute information corresponding to each node in a flow chart lane and user attribute information of a task processing object corresponding to each node;
acquiring task general information of each task attribute information and user general information of each user attribute information, and configuring the task general information and the user general information as public information of a flow chart lane.
In a specific implementation process, when configuring common information of a flow chart lane, task attribute information of each node in the flow chart lane and user attribute information of a task processing object corresponding to the node may be obtained, where the task attribute information may be understood as parameters required for executing a task corresponding to the node, and the like, for example: the auditor parameters, the time required by the task, etc., and the user attribute information can be understood as the personal related information of the task processing object, such as: object identification, name, age, department, etc. of the task processing object may be included. Acquiring task general information of task attribute information of each node in a flow chart lane and user general information of user attribute information of a task processing object of each node, wherein the general information can be understood as the same part in the attribute information, and configuring the task general information and the user general information as common information of the flow chart lane. Public information in the same responsibility stage is configured in a flow chart lane, when business processing flows to nodes in the flow chart lane, the public information in the flow chart lane can be directly taken as parameters of a node processing task to process business data, and the speed and the accuracy of the business processing are improved.
In some embodiments of the present description, the method further comprises:
and if the task attribute information corresponding to each node in the flow chart lane is changed or the user attribute information of the task processing object corresponding to each node is changed, updating the common information of the flow chart lane.
In a specific implementation process, if the task attribute information of a node in a flow chart lane or the user attribute information of a task processing object corresponding to the node is changed, the common information in the flow chart lane is changed according to an actual change condition, so as to ensure accurate and normal processing of the business data.
And step 108, processing the business data based on the flow chart swimlanes in the business flow chart and the public information in the flow chart swimlanes.
In a specific implementation process, after the flowchart swimlane and the public information configuration in the flowchart swimlane are completed, it may be considered that the business processing flowchart is completely constructed, and the business data may be processed based on the business processing flowchart. The tasks corresponding to the nodes can be sequentially executed from the initial node of the service processing flow chart, and when the task processing of one node is completed, the tasks are transferred to the next node. When the task of each node is executed, the corresponding public information may be acquired based on the flow chart lane where the node is located, and the corresponding task is completed based on the acquired public information.
In some embodiments of the present specification, the performing business data processing based on a flowchart swimlane in a business flowchart and common information in the flowchart swimlane includes:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
In a specific implementation process, when business data is processed based on a business flow chart, a task can be circulated once according to the sequence of nodes in the business flow chart, when the business data is circulated to each node, corresponding public information is acquired based on a flow chart lane where the node is located, a task processing object corresponding to the node, task configuration parameters required by the task and the like can be determined based on the acquired public information, the task corresponding to the node and the task configuration parameters are pushed to the corresponding task processing object, and the task processing object completes the task of the corresponding node based on the task configuration parameters.
In some embodiments of the present specification, when a flow chart lane is added to the business flow chart, configuring a flow chart lane identifier of each flow chart lane, acquiring a node identifier of each node in the business flow chart, and establishing a mapping relationship between the flow chart lane identifier of each flow chart lane and the node identifier of each node in each flow chart lane;
the obtaining of the corresponding public information according to the flow chart lanes corresponding to each node includes:
when a service processing flow is transferred to a current node, acquiring a node identifier of the current node, and acquiring a corresponding flow chart lane identifier according to the node identifier and a flow chart lane mapping relation;
and acquiring the public information of the flow chart swimlane corresponding to the current node according to the flow chart swimlane identification.
In a specific implementation process, when configuring a flow chart lane, the flow chart lane identifier of each flow chart lane and the node identifier of each node in the flow chart lane may be configured, and a mapping relationship is established between the flow chart lane identifier of each flow chart lane and the node identifier of the node in the flow chart lane. When business data is processed based on a business flow chart, when a business flow is transferred to a current node, a node mark corresponding to the current node can be obtained, a flow chart lane mark of a flow chart lane where the current node is located can be obtained based on a flow chart lane mapping relation, further public information of the flow chart lane is obtained, tasks and task configuration parameters corresponding to the nodes are pushed to corresponding task processing objects based on the public information, the tasks of the corresponding nodes are completed by the task processing objects based on the task configuration parameters, and business data is processed.
By establishing the mapping relation between the flow chart lanes and the nodes, the public information of the flow chart lanes where the nodes are located is quickly acquired during node circulation, and the efficiency and the accuracy of service data processing can be further accelerated. The embodiment of the specification provides a new idea of obtaining public information in the business flow chart aiming at the characteristics of the lane structure of the workflow, provides a method for uniformly obtaining information by different user tasks through the lane structure, solves the problem of changeable flow flexibility configuration, realizes the quick change of the graphical interface configuration scene of the business flow chart, and improves the convenience and the usability of the workflow configuration.
In some embodiments of the present description, the method further comprises:
and if the service processing stage corresponding to the target node needs to be changed, dragging the target node to a flow chart lane corresponding to the target service processing stage in a dragging mode.
In a specific implementation process, when a service processing stage corresponding to a certain node, i.e., a target node, in a service flowchart needs to be changed, the target node may be dragged to a new service processing stage, i.e., a flowchart lane where the target service processing stage is located, in a manner of directly dragging in the service flowchart. Fig. 3 is a schematic structural diagram of a business process diagram with a flowchart lane in another embodiment of the present specification, and comparing the upper left part of fig. 2 and fig. 3, there is a node named "refund supplement material", and when a demand changes and needs to be processed by the security administrator, instead of the customer manager, the step needs to be processed, and the node needs to be dragged to the flowchart lane to which the security administrator belongs, so that the node can be validated.
In some embodiments of the present description, the method further comprises:
after the target node is dragged to the flow chart lane corresponding to the target business processing stage, establishing a flow chart lane mapping relation between the target node and the flow chart lane corresponding to the target business processing stage, and removing the flow chart lane mapping relation between the target node and the original flow chart lane.
In a specific implementation process, after the target node is dragged into the flow chart lane corresponding to the target service processing stage, the mapping relationship between the target node and the flow chart lane is automatically changed, the flow chart lane mapping relationship between the target node and the flow chart lane corresponding to the target service processing stage is established, and the flow chart lane mapping relationship between the target node and the original flow chart lane is released. And dragging the task node of one responsibility stage to another responsibility stage through a visual configuration interface of the business flow chart, and quickly switching the responsibility stage of the user task without other configurations.
In some embodiments of the present specification, the processing of business data based on the flowsheet swimlanes in the business flowsheet and the common information in the flowsheet swimlanes includes:
setting a listener and a hook function in the business flow chart;
when the listener monitors that a service processing stream is transferred to each node in the service flow chart, the hook function is triggered, the hook function is utilized to obtain a flow chart lane corresponding to each node, and public information corresponding to each node is obtained based on the flow chart lane.
In a specific implementation process, in the embodiment of this specification, a lifting and hooking function may be configured in a service flow diagram, a listener may be configured to listen to a flow situation of each node in the service flow diagram, and a hooking function may be configured to acquire common information corresponding to the node. When the listener is insist that the service processing flow is transferred to a certain node in the service flow chart, the hook function is triggered, the flow chart lane where the node is located is obtained by the hook function, and then the public information of the flow chart lane where the node is located is obtained. Such as: after the hook function is triggered, the node identification of the node is obtained through the hook function, the flow chart lane identification mapped by the node is obtained based on the node identification, then the flow chart lane where the node is located is determined, the public information configured in the flow chart lane is obtained, and the task corresponding to the node is executed based on the public information. And related parameters are flexibly configured or obtained for the active node of the current task through the cooperation of the flow chart lanes, the hook function and the task listener. When the task node of the business flow chart changes the flow chart lane, the public information stored in the flow chart lane can be changed without modifying codes, and the purpose of switching the responsibility stage of the user task only by dragging is achieved.
The service data processing method provided in the embodiment of this specification implements division of each task node in different responsibility stages by configuring a flow diagram lane in a service flow diagram, and implements fast switching of nodes in different flow diagram lanes, that is, different responsibility stages, by configuring common information of each flow diagram lane. When the business process is carried out based on the business process diagram with the process diagram lanes, the corresponding public information can be quickly acquired based on the lanes where the nodes are located, the information required by executing the task is further quickly acquired, and the business processing speed is improved. The swim lane structure is adopted to carry out certain constraint on workflow design, so that a user can realize quick change of the workflow on a graphical interface only by dragging, and the flow chart structure is clear, thereby bringing certain convenience for the user.
In the present specification, each embodiment of the method is described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. The relevant points can be obtained by referring to the partial description of the method embodiment.
Based on the service data processing method, one or more embodiments of the present specification further provide an apparatus for service data processing. The apparatus may include a system (including a distributed system), software (applications), modules, components, servers, clients, etc. that employ the methods of embodiments of the present description in conjunction with any necessary apparatus to implement the hardware. Based on the same innovative conception, the embodiments of the present specification provide an apparatus as in the following embodiments. Since the implementation scheme of the apparatus for solving the problem is similar to that of the method, the specific apparatus implementation in the embodiment of the present specification may refer to the implementation of the foregoing method, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the systems, devices described in the following embodiments are preferably implemented in software, implementations in hardware, or a combination of software and hardware are also possible and contemplated.
Fig. 4 is a schematic structural diagram of a service data processing apparatus in an embodiment of the present specification, and as shown in fig. 4, the apparatus includes:
a flow chart construction module 41, configured to draw a service flow chart according to a processing flow of a service;
a task processing object determining module 42, configured to determine a task processing object corresponding to each node in the business process diagram;
a flow chart lane configuration module 43, configured to add a flow chart lane to the business flow chart according to a business processing stage corresponding to the task processing object, where the business processing stages of the task processing objects corresponding to the nodes in the same flow chart lane are the same, and each flow chart lane is configured with public information;
and the business processing module 44 is configured to perform business data processing based on the flow chart swimlanes in the business flow chart and the common information in the flow chart swimlanes.
In some embodiments of this specification, the service processing module is specifically configured to:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
In some embodiments of the present description, the apparatus further includes a node changing module, configured to:
when the service processing stage corresponding to the target node needs to be changed, the target node is dragged to a flow chart lane corresponding to the target service processing stage in a dragging mode.
The service data processing apparatus provided in this specification implements division of each task node in different responsibility stages by configuring a flow chart lane in a service flow chart, and implements fast switching of nodes in different flow chart lanes, that is, different responsibility stages, by configuring common information of each flow chart lane. When the business process is carried out based on the business process diagram with the process diagram lanes, the corresponding public information can be quickly acquired based on the lanes where the nodes are located, the information required by executing the task is further quickly acquired, and the business processing speed is improved. Adopt the swimming lane structure to carry out certain restraint to the workflow design for the user can only rely on and pull the quick change that can realize the workflow at graphical interface, and the flow chart structure is clear, uses for the user and brings certain facility.
It should be noted that the above-mentioned apparatuses may also include other embodiments according to the description of the corresponding method embodiments. The specific implementation manner may refer to the description of the above corresponding method embodiment, and details are not described herein.
An embodiment of this specification further provides a service data processing device, where the device includes at least one processor and a memory for storing processor-executable instructions, and the instructions, when executed by the processor, implement a service data processing method including the foregoing embodiments, such as:
drawing a business flow chart according to the processing flow of the business;
determining a task processing object corresponding to each node in the business flow chart;
adding a flow chart lane in the business flow chart according to the business processing stage corresponding to the task processing object, wherein the business processing stage of the task processing object corresponding to the node in the same flow chart lane is the same, and each flow chart lane is configured with public information;
and processing the business data based on the flow chart swimlanes in the business flow chart and the public information in the flow chart swimlanes. It should be noted that the above description of the apparatus according to the method embodiment may also include other implementations. The specific implementation manner may refer to the description of the related method embodiment, and is not described in detail herein.
The method or apparatus of the foregoing embodiments provided in this specification can implement service logic through a computer program and record the service logic on a storage medium, and the storage medium can be read and executed by a computer, so as to implement the effects of the solutions described in the embodiments of this specification.
An embodiment of the present specification further provides a computer program product, which includes computer instructions, and when executed by a processor, the computer instructions implement the service data processing method described above, such as:
drawing a business flow chart according to the processing flow of the business;
determining a task processing object corresponding to each node in the business flow chart;
adding a flow chart lane in the business flow chart according to the business processing stage corresponding to the task processing object, wherein the business processing stage of the task processing object corresponding to the node in the same flow chart lane is the same, and each flow chart lane is configured with public information;
and processing the business data based on the flow chart swimlanes in the business flow chart and the public information in the flow chart swimlanes.
The method embodiments provided by the embodiments of the present specification can be executed in a mobile terminal, a computer terminal, a server or a similar computing device. Taking the example of the operation on the server, fig. 5 is a block diagram of a hardware structure of the service data processing server in an embodiment of the present specification, and the computer terminal may be the service data processing server or the service data processing apparatus in the foregoing embodiment. As shown in fig. 5, the server 10 may include one or more (only one shown) processors 100 (the processors 100 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA, etc.), a non-volatile memory 200 for storing data, and a transmission module 300 for communication functions. It will be understood by those skilled in the art that the structure shown in fig. 5 is only an illustration and is not intended to limit the structure of the electronic device. For example, the server 10 may also include more or fewer components than shown in FIG. 5, may also include other processing hardware, such as databases or caches, GPUs, or may have a different configuration than shown in FIG. 5, for example.
The non-volatile memory 200 may be configured to store software programs and modules of application software, such as program instructions/modules corresponding to the taxi taking data processing method in the embodiment of the present specification, and the processor 100 executes various functional applications and resource data updates by running the software programs and modules stored in the non-volatile memory 200. Non-volatile memory 200 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the non-volatile memory 200 may further include memory located remotely from the processor 100, which may be connected to a computer terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission module 300 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal. In one example, the transmission module 300 includes a Network adapter (NIC) that can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission module 300 may be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The service data processing method or apparatus provided in the embodiments of the present specification may be implemented in a computer by a processor executing corresponding program instructions, for example, implemented in a PC end using a c + + language of a windows operating system, implemented in a linux system, or implemented in an intelligent terminal using android and iOS system programming languages, implemented in processing logic based on a quantum computer, or the like.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the hardware + program class embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the partial description of the method embodiment.
Although one or more embodiments of the present description provide method operational steps as in the embodiments or flowcharts, more or fewer operational steps may be included based on conventional or non-inventive approaches. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When the device or the end product in practice executes, it can execute sequentially or in parallel according to the method shown in the embodiment or the figures (for example, in the environment of parallel processors or multi-thread processing, even in the environment of distributed resource data update). The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the presence of additional identical or equivalent elements in a process, method, article, or apparatus that comprises an element is not excluded. The terms first, second, etc. are used to denote names, but not any particular order.
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, when implementing one or more of the present description, the functions of each module may be implemented in one or more software and/or hardware, or a module implementing the same function may be implemented by a combination of multiple sub-modules or sub-units, etc. The above-described embodiments of the apparatus are merely illustrative, and for example, a division of a unit is merely a division of one logic function, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, and the relevant points can be referred to only part of the description of the method embodiments. In the description of the specification, reference to the description of "one embodiment," "some embodiments," "an example," "a specific example," or "some examples" or the like means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the specification. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
The above description is merely exemplary of one or more embodiments of the present disclosure and is not intended to limit the scope of one or more embodiments of the present disclosure. Various modifications and alterations to one or more embodiments described herein will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of the present specification should be included in the scope of the claims.

Claims (15)

1. A method for processing service data, the method comprising:
drawing a business flow chart according to the processing flow of the business;
determining a task processing object corresponding to each node in the business flow chart;
adding a flow chart lane in the business flow chart according to the business processing stage corresponding to the task processing object, wherein the business processing stage of the task processing object corresponding to the node in the same flow chart lane is the same, and each flow chart lane is configured with public information;
and processing the business data based on the flow chart swimlanes in the business flow chart and the public information in the flow chart swimlanes.
2. The method of claim 1, wherein when adding a flowsheet swim lane in the business flowsheet according to a task processing object, the method further comprises:
acquiring task attribute information corresponding to each node in a flow chart lane and user attribute information of a task processing object corresponding to each node;
acquiring task general information of each task attribute information and user general information of each user attribute information, and configuring the task general information and the user general information as public information of a flow chart lane.
3. The method of claim 1, wherein the performing business data processing based on the flowsheet swimlanes in the business flowsheet and common information within the flowsheet swimlanes comprises:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
4. The method according to claim 3, wherein when a flowsheet lane is added to the business flowsheet, a flowsheet lane identifier of each flowsheet lane is configured, a node identifier of each node in the business flowsheet is obtained, and a flowsheet lane mapping relationship between the flowsheet lane identifier of each flowsheet lane and the node identifier of the node in each flowsheet lane is established;
the obtaining of the corresponding public information according to the flow chart lanes corresponding to each node includes:
when a service processing flow is transferred to a current node, acquiring a node identifier of the current node, and acquiring a corresponding flow chart lane identifier according to the node identifier and a flow chart lane mapping relation;
and acquiring the public information of the flow chart swimlane corresponding to the current node according to the flow chart swimlane identification.
5. The method of claim 1, wherein the method further comprises:
and if the service processing stage corresponding to the target node needs to be changed, dragging the target node to a flow chart lane corresponding to the target service processing stage in a dragging mode.
6. The method of claim 5, wherein the method further comprises:
after the target node is dragged to the flow chart lane corresponding to the target business processing stage, establishing a flow chart lane mapping relation between the target node and the flow chart lane corresponding to the target business processing stage, and removing the flow chart lane mapping relation between the target node and the original flow chart lane.
7. The method of claim 1, wherein adding a flow diagram swim lane in the business flow diagram according to task processing objects comprises:
acquiring post information of each task processing object;
and taking tasks corresponding to all nodes of the same post information as a service processing stage, and dividing the nodes corresponding to the task processing objects with the same post information into a flow chart lane.
8. The method of claim 2, wherein the method further comprises:
and if the task attribute information corresponding to each node in the flow chart lane is changed or the user attribute information of the task processing object corresponding to each node is changed, updating the common information of the flow chart lane.
9. The method of claim 1, wherein the processing of business data based on flow chart swimlanes in the business flow chart and common information within flow chart swimlanes comprises:
setting a listener and a hook function in the business flow chart;
when the listener monitors that a service processing stream flows to each node in the service flow chart, the hook function is triggered, the hook function is used for obtaining a flow chart lane corresponding to each node, and public information corresponding to each node is obtained based on the flow chart lane.
10. A service data processing apparatus, characterized in that the apparatus comprises:
the flow chart construction module is used for drawing a business flow chart according to the processing flow of the business;
the task processing object determining module is used for determining a task processing object corresponding to each node in the business flow chart;
the system comprises a flow chart lane configuration module, a task processing object processing module and a flow chart lane configuration module, wherein the flow chart lane configuration module is used for adding a flow chart lane in a business flow chart according to a business processing stage corresponding to the task processing object, the business processing stages of the task processing objects corresponding to nodes in the same flow chart lane are the same, and each flow chart lane is configured with public information;
and the business processing module is used for processing business data based on the flow chart swimlane in the business flow chart and the public information in the flow chart swimlane.
11. The apparatus of claim 10, wherein the service processing module is specifically configured to:
and sequentially performing service data circulation processing according to the sequence of each node of the service flow chart and the task corresponding to each node, sequentially acquiring corresponding public information according to a flow chart lane corresponding to each node when the service flow chart is circulated to each node, determining a corresponding task processing object and a task configuration parameter according to the acquired public information, and pushing the task and the task configuration parameter corresponding to the node to the corresponding task processing object to perform service data processing.
12. The apparatus of claim 10, wherein the apparatus further comprises a node change module to:
when the service processing stage corresponding to the target node needs to be changed, the target node is dragged to a flow chart lane corresponding to the target service processing stage in a dragging mode.
13. A service data processing device, characterized in that the device comprises at least one processor and a memory for storing processor-executable instructions, which when executed by the processor implement steps comprising the method of any of the preceding claims 1-9.
14. A computer-readable storage medium having stored thereon computer instructions which, when executed by a processor, carry out the steps of the method of any of claims 1-9.
15. A computer program product comprising computer instructions, characterized in that said computer instructions, when executed by a processor, implement the steps of the method according to any one of claims 1-9.
CN202210277671.7A 2022-03-21 2022-03-21 Service data processing method, device, equipment and computer storage medium Pending CN114610383A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210277671.7A CN114610383A (en) 2022-03-21 2022-03-21 Service data processing method, device, equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210277671.7A CN114610383A (en) 2022-03-21 2022-03-21 Service data processing method, device, equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN114610383A true CN114610383A (en) 2022-06-10

Family

ID=81865765

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210277671.7A Pending CN114610383A (en) 2022-03-21 2022-03-21 Service data processing method, device, equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN114610383A (en)

Similar Documents

Publication Publication Date Title
US20180060066A1 (en) Application Centric Continuous Integration and Delivery With Automated Service Assurance
CN110471746B (en) Distributed transaction callback method, device and system
CN109582289B (en) Method, system, storage medium and processor for processing rule flow in rule engine
CN111342992B (en) Method and system for processing equipment information change record
US20190212995A1 (en) Risk Aware Application Placement Modeling and Optimization in High Turnover DevOps Environments
CN112669110A (en) Server label management method and related equipment
CN109814957B (en) Label adding method and device for IOS (input/output system)
CN112733017A (en) Label management method and device, storage medium and electronic device
CN112817562B (en) Service processing method and device
CN112685175A (en) Method and device for constructing service topological graph and computer readable storage medium
US11848983B2 (en) Remotely discover and map a network resource model in a cloud environment
CN117035687A (en) Power grid business fixed asset process configuration method, system and computer storage medium
CN113467782B (en) Method, device and equipment for determining business process
CN113821249A (en) Project development configuration method and device, electronic equipment and readable storage medium
CN111444309A (en) System for learning graph
CN114610383A (en) Service data processing method, device, equipment and computer storage medium
CN116594834A (en) Operation and maintenance data processing method and device for multi-protocol server
CN109660379B (en) Network method, system and terminal
CN111143408A (en) Event processing method and device based on business rules
CN113946394A (en) Method and device for displaying task flow running result in real time and electronic equipment
US11650833B1 (en) Systems and methods for automatically generating guided user interfaces (GUIs) for tracking and migrating legacy networked resources within an enterprise during a technical migration
CN113296913A (en) Data processing method, device and equipment based on single cluster and storage medium
CN113283991A (en) Processing method and device for transaction data on block chain
US20190139053A1 (en) Engineering change announcement management system
CN115242688B (en) Network fault detection method, device and medium

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