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

Business 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
business
node
task
swimlane
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
CN202210277671.7A
Other languages
Chinese (zh)
Other versions
CN114610383B (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.)
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/CN114610383B/en
Publication of CN114610383A publication Critical patent/CN114610383A/en
Application granted granted Critical
Publication of CN114610383B publication Critical patent/CN114610383B/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/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

本说明书实施例具体公开了一种业务数据处理方法、装置、设备及计算机存储介质,通过在业务流程图中配置流程图泳道,实现业务各个任务节点在不同职责阶段的划分,并通过配置各个流程图泳道的公共信息,实现节点在不同流程图泳道即不同职责阶段的快速切换。基于带有流程图泳道的业务流程图进行业务处理时,可以基于节点所在的泳道快速获取对应的公共信息,进一步快速获取执行任务所需的信息,提升了业务处理速度。采用泳道结构对工作流设计进行一定约束,使得用户可以仅凭拖拽即可在图形化界面实现工作流的快速变更,且流程图结构清晰,为用户使用带来一定便利。

Figure 202210277671

The embodiments of this specification specifically disclose a business data processing method, device, equipment, and computer storage medium. By configuring the flow chart swim lanes in the business flow chart, the division of each task node of the business in different duty stages is realized, and by configuring each process flow The public information of the swimlane of the graph realizes the rapid switching of nodes in different flowchart swimlanes, that is, different duty stages. When business processing is performed based on a business flow chart with a flow chart swimlane, the corresponding public information can be quickly obtained based on the swimlane where the node is located, and the information required for task execution can be further quickly obtained, which improves the business processing speed. The swimlane structure is used to impose certain constraints on the workflow design, so that users can quickly change the workflow in the graphical interface by dragging and dropping, and the flow chart structure is clear, which brings certain convenience to users.

Figure 202210277671

Description

业务数据处理方法、装置、设备及计算机存储介质Business data processing method, device, equipment and computer storage medium

技术领域technical field

本说明书属于计算机技术领域,尤其涉及一种业务数据处理方法、装置、设备及系统。The present specification belongs to the field of computer technology, and in particular, relates to a business data processing method, device, device and system.

背景技术Background technique

业务流程图在软件工程的流程设计应用已广泛普及,一般的可以根据业务流的处理过程涉及业务流程图,再基于业务流程图对业务流的进行数据处理。但是,随着业务流越来越复杂,涉及到的节点也越来越多,业务流程图的设计和配置也越来越复杂。在一些场景下,业务流的处理节点可能会需要变更,这样需要对业务流程图进行重新配置,工作量比较大,并且容易出现错误。Business flow charts have been widely used in the process design of software engineering. Generally, business flow charts can be involved according to the processing process of business flows, and then data processing of business flows can be performed based on business flow charts. However, as the business flow becomes more and more complex, more and more nodes are involved, and the design and configuration of the business flow diagram become more and more complicated. In some scenarios, the processing nodes of the business flow may need to be changed, which requires reconfiguration of the business flowchart, which requires a large workload and is prone to errors.

针对上述问题,目前尚未提出有效的解决方案。For the above problems, no effective solution has been proposed yet.

发明内容SUMMARY OF THE INVENTION

本说明书实施例的目的在于提供一种业务数据处理方法、装置、设备及计算机存储介质,提升了业务数据处理的效率和便利性。The purpose of the embodiments of this specification is to provide a service data processing method, apparatus, device, and computer storage medium, so as to improve the efficiency and convenience of service data processing.

一方面,本说明书实施例提供了一种业务数据处理方法,所述方法包括:On the one hand, the embodiments of this specification provide a service data processing method, the method includes:

根据业务的处理流程绘制业务流程图;Draw a business flowchart according to the business process;

确定所述业务流程图中各个节点对应的任务处理对象;Determine the task processing object corresponding to each node in the business flow chart;

根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flowchart swim lane is added to the business flowchart 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 flowchart swim lane is the same, and each flowchart swim lane is configured with public information ;

基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business data processing is performed based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes.

进一步地,在根据任务处理对象在所述业务流程图中添加流程图泳道时,所述方法还包括:Further, when adding a flow chart swimlane in the business flow chart according to the task processing object, the method further includes:

获取流程图泳道内各个节点对应的任务属性信息以及各个节点对应的任务处理对象的用户属性信息;Obtain the task attribute information corresponding to each node in the flow chart swimlane and the user attribute information of the task processing object corresponding to each node;

获取各个任务属性信息的任务通用信息以及各个用户属性信息的用户通用信息,将所述任务通用信息以及所述用户通用信息配置为流程图泳道的公共信息。Obtain the task general information of each task attribute information and the user general information of each user attribute information, and configure the task general information and the user general information as public information of the swim lane of the flowchart.

进一步地,所述基于业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理,包括:Further, the business data processing based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes includes:

根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the order of each node in the business flow chart and the tasks corresponding to each node, the flow of business data is processed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing.

进一步地,在所述业务流程图中添加流程图泳道时,配置各个流程图泳道的流程图泳道标识,并获取所述业务流程图中各个节点的节点标识,建立各个流程图泳道的流程图泳道标识与各个流程图泳道内的节点的节点标识的流程图泳道映射关系;Further, when adding flow chart swim lanes in the business flow chart, configure the flow chart swim lanes of each flow chart swim lane, and obtain the node identification of each node in the business flow chart, and establish the flow chart swim lanes of each flow chart swim lane. A flowchart swimlane mapping relationship between the identifier and the node identifier of the node in each flowchart swimlane;

所述根据各个节点对应的流程图泳道,获取对应的公共信息包括:The acquisition of corresponding public information according to the flowchart swim lanes corresponding to each node includes:

在业务处理流流转至当前节点时,获取所述当前节点的节点标识,根据所述节点标识和流程图泳道映射关系获取对应的流程图泳道标识;When the business processing flow is transferred to the current node, the node identifier of the current node is acquired, and the corresponding flowchart swim lane identifier is acquired according to the node identifier and the flowchart swim lane mapping relationship;

根据流程图泳道标识获取所述当前节点对应流程图泳道的公共信息。The public information of the flow chart swim lane corresponding to the current node is acquired according to the flow chart swim lane identifier.

进一步地,所述方法还包括:Further, the method also includes:

若需要变更目标节点对应的业务处理阶段,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。If the business processing stage corresponding to the target node needs to be changed, drag the target node to the flow chart swimlane corresponding to the target business processing stage by dragging and dropping.

进一步地,所述方法还包括:Further, the method also includes:

在将所述目标节点拖拽至目标业务处理阶段对应的流程图泳道后,将所述目标节点与所述目标业务处理阶段对应的流程图泳道建立流程图泳道映射关系,并解除所述目标节点与原流程图泳道之间的流程图泳道映射关系。After dragging the target node to the flow chart swimlane corresponding to the target business processing stage, establish a flow chart swimlane mapping relationship between the target node and the flow chart swimlane corresponding to the target business processing stage, and release the target node Flowchart swimlane mapping relationship with the original flowchart swimlane.

进一步地,所述根据任务处理对象在所述业务流程图中添加流程图泳道,包括:Further, adding a flow chart swimlane to the business flow chart according to the task processing object includes:

获取各个任务处理对象的岗位信息;Get the job information of each task processing object;

将同一个岗位信息的所有节点对应的任务作为一个业务处理阶段,将岗位信息相同的任务处理对象所对应的节点划分到一个流程图泳道内。The tasks corresponding to all nodes with the same post information are regarded as a business processing stage, and the nodes corresponding to the task processing objects with the same post information are divided into a flow chart swim lane.

进一步地,所述方法还包括:Further, the method also includes:

若流程图泳道内各个节点对应的任务属性信息有变更或各个节点对应的任务处理对象的用户属性信息有变更,则更新所述流程图泳道的公共信息。If the task attribute information corresponding to each node in the flowchart swim lane is changed or the user attribute information of the task processing object corresponding to each node is changed, the public information of the flowchart swim lane is updated.

进一步地,所述基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据的处理,包括:Further, the processing of business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes includes:

在所述业务流程图中设置监听器和钩子函数;Set up listeners and hook functions in the business flow chart;

当所述监听器监听到业务处理流流转至所述业务流程图中的各个节点时,触发所述钩子函数,利用所述钩子函数获取各个节点对应的流程图泳道,基于所述流程图泳道获取各个节点对应的公共信息。When the listener detects that the business processing flow is transferred to each node in the business flow chart, the hook function is triggered, and the hook function is used to obtain the flow chart swimlane corresponding to each node, and the flow chart swimlane is obtained based on the flow chart. Public information corresponding to each node.

另一方面,本说明书提供了一种业务数据处理装置,所述装置包括:On the other hand, this specification provides a service data processing apparatus, the apparatus includes:

流程图构建模块,用于根据业务的处理流程绘制业务流程图;The flow chart building module is used to draw business flow charts according to the processing flow of the business;

任务处理对象确定模块,用于确定所述业务流程图中各个节点对应的任务处理对象;a task processing object determination module, configured to determine the task processing objects corresponding to each node in the business flow chart;

流程图泳道配置模块,用于根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flowchart swimlane configuration module, configured to add a flowchart swimlane in the business flowchart according to the business processing stage corresponding to the task processing object, wherein the business processing stages of the task processing objects corresponding to the nodes in the same flowchart swimlane are the same, Each flowchart swimlane is configured with public information;

业务处理模块,用于基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business processing module is configured to process business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes.

进一步地,所述业务处理模块具体用于:Further, the business processing module is specifically used for:

根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the order of each node in the business flow chart and the tasks corresponding to each node, the flow of business data is processed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing.

进一步地,所述装置还包括节点变更模块,用于:Further, the device also includes a node change module for:

在需要变更目标节点对应的业务处理阶段时,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。When the business processing stage corresponding to the target node needs to be changed, the target node is dragged and dropped to the swim lane of the flowchart corresponding to the target business processing stage.

再一方面,本说明书实施例提供了一种业务数据处理设备,设备包括至少一个处理器及用于存储处理器可执行指令的存储器,指令被处理器执行时实现包括上述业务数据处理方法。In yet another aspect, the embodiments of the present specification provide a service data processing device, the device includes at least one processor and a memory for storing processor executable instructions, and when the instructions are executed by the processor, the above service data processing method is implemented.

又一方面,本说明书实施例提供了一种计算机可读存储介质,其上存储有计算机指令,所述指令被处理器执行时实现上述业务数据处理方法。In another aspect, an embodiment of the present specification provides a computer-readable storage medium on which computer instructions are stored, and when the instructions are executed by a processor, implement the above-mentioned service data processing method.

又一方面,本说明书实施例提供了一种计算机程序产品,包括计算机指令,所述计算机指令被处理器执行时实现上述业务数据处理方法。In another aspect, the embodiments of this specification provide a computer program product, including computer instructions, which implement the above-mentioned business data processing method when the computer instructions are executed by a processor.

本说明书提供的业务数据处理方法、装置、设备及计算机存储介质,通过在业务流程图中配置流程图泳道,实现业务各个任务节点在不同职责阶段的划分,并通过配置各个流程图泳道的公共信息,实现节点在不同流程图泳道即不同职责阶段的快速切换。基于带有流程图泳道的业务流程图进行业务处理时,可以基于节点所在的泳道快速获取对应的公共信息,进一步快速获取执行任务所需的信息,提升了业务处理速度。采用泳道结构对工作流设计进行一定约束,使得用户可以仅凭拖拽即可在图形化界面实现工作流的快速变更,且流程图结构清晰,为用户使用带来一定便利。The business data processing method, device, device and computer storage medium provided in this specification can realize the division of each task node of the business at different duty stages by configuring the flow chart swimlanes in the business flow chart, and configure the public information of each flow chart swimlane. , to realize the rapid switching of nodes in different flow chart swim lanes, that is, different responsibility stages. When business processing is performed based on a business flow chart with a flow chart swimlane, the corresponding public information can be quickly obtained based on the swimlane where the node is located, and the information required for task execution can be further quickly obtained, which improves the business processing speed. The swimlane structure is used to impose certain constraints on the workflow design, so that users can quickly change the workflow in the graphical interface by dragging and dropping, and the flow chart structure is clear, which brings certain convenience to users.

附图说明Description of drawings

为了更清楚地说明本说明书实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本说明书中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present specification or the prior art, the following briefly introduces the accompanying drawings required in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments described in this specification. For those of ordinary skill in the art, other drawings can also be obtained according to these drawings without creative labor.

图1是本说明书实施例提供的业务数据处理方法实施例的流程示意图;1 is a schematic flowchart of an embodiment of a business data processing method provided by an embodiment of this specification;

图2是本说明书一个实施例中带有流程图泳道的业务流程示意图;2 is a schematic diagram of a business process with a flow chart swimming lane in an embodiment of this specification;

图3是本说明书又一个实施例中带有流程图泳道的业务流程示意图的结构示意图;3 is a schematic structural diagram of a business process schematic diagram with a flow chart swimming lane in another embodiment of this specification;

图4是本说明书一个实施例中业务数据处理装置的结构示意图;4 is a schematic structural diagram of a service data processing apparatus in an embodiment of this specification;

图5是本说明书一个实施例中业务数据处理服务器的硬件结构框图。FIG. 5 is a block diagram of the hardware structure of a service data processing server in an embodiment of this specification.

具体实施方式Detailed ways

为了使本技术领域的人员更好地理解本说明书中的技术方案,下面将结合本说明书实施例中的附图,对本说明书实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本说明书一部分实施例,而不是全部的实施例。基于本说明书中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本说明书保护的范围。In order to make those skilled in the art better understand the technical solutions in this specification, the technical solutions in the embodiments of this specification will be clearly and completely described below with reference to the accompanying drawings in the embodiments of this specification. Obviously, the described The embodiments are only some of the embodiments of the present specification, but not all of the embodiments. Based on the embodiments in this specification, all other embodiments obtained by persons of ordinary skill in the art without creative efforts shall fall within the protection scope of this specification.

随着计算机技术的发展,越来越多的业务通过计算机进行处理,在业务处理过程比较复杂时,可以通过绘制业务处理流程图的方式进行业务数据的处理,业务处理流程图可以理解为描述管理系统内各单位、人员之间的业务关系,作业顺序和管理信息流向的图表,用一些规定的符号及连线表示某个具体业务的处理过程。一般的业务处理流程图中会有业务处理过程中涉及到的节点,每个节点可以对应有相应的需要处理的任务以及处理该任务的对象等,计算机可以基于业务处理流程图依次流转至相应的节点,将任务推送至对应的任务处理对象,由对应的任务处理对象完成相应的任务,该节点的任务完成后,自动流转至下一个节点,直至业务流程图的节点流转完成,则业务数据处理完成。With the development of computer technology, more and more businesses are processed by computers. When the business process is complicated, business data can be processed by drawing a business process flow chart. The business process flow chart can be understood as description management A diagram of the business relationship between units and personnel in the system, the operation sequence and the flow of management information, and some prescribed symbols and lines are used to represent the processing process of a specific business. In a general business processing flow chart, there will be nodes involved in the business processing process. Each node can correspond to a corresponding task that needs to be processed and an object to process the task. The node pushes the task to the corresponding task processing object, and the corresponding task processing object completes the corresponding task. After the task of the node is completed, it will automatically flow to the next node until the node flow of the business flow chart is completed, then the business data processing Finish.

图1是本说明书实施例提供的业务数据处理方法实施例的流程示意图。如图1所示,本说明书实施例提供的业务数据处理方法可以服务器或客户端,具体可以为计算机、平板电脑、智能手机等设备。虽然本说明书提供了如下述实施例或附图所示的方法操作步骤或装置结构,但基于常规或者无需创造性的劳动在方法或装置中可以包括更多或者部分合并后更少的操作步骤或模块单元。在逻辑性上不存在必要因果关系的步骤或结构中,这些步骤的执行顺序或装置的模块结构不限于本说明书实施例或附图所示的执行顺序或模块结构。方法或模块结构的在实际中的装置、服务器或终端产品应用时,可以按照实施例或者附图所示的方法或模块结构进行顺序执行或者并行执行(例如并行处理器或者多线程处理的环境、甚至包括分布式处理、服务器集群的实施环境)。FIG. 1 is a schematic flowchart of an embodiment of a service data processing method provided by an embodiment of this specification. As shown in FIG. 1 , the service data processing method provided by the embodiments of this specification may be a server or a client, and may specifically be a computer, a tablet computer, a smart phone, or other devices. Although the present specification provides method operation steps or device structures as shown in the following embodiments or drawings, the method or device may include more or less operation steps or modules after partial combination based on routine or without creative work. unit. In the steps or structures that logically do not have a necessary causal relationship, the execution sequence of these steps or the module structure of the device are not limited to the execution sequence or module structure shown in the embodiments of the present specification or the accompanying drawings. When the method or module structure is applied to an actual device, server or terminal product, it can be executed sequentially or in parallel according to the method or module structure shown in the embodiments or the accompanying drawings (for example, a parallel processor or a multi-threaded processing environment, Even including distributed processing, the implementation environment of server clusters).

具体的一个实施例如图1所示,本说明书提供的业务数据处理方法的一个实施例中,所述方法可以包括如下步骤:A specific embodiment is shown in FIG. 1. In an embodiment of the service data processing method provided in this specification, the method may include the following steps:

步骤102、根据业务的处理流程绘制业务流程图。Step 102: Draw a business flow chart according to the business processing flow.

在具体的实施过程中,如前所述业务处理流程图可以理解为描述管理系统内各单位、人员之间的业务关系,作业顺序和管理信息流向的图表,用一些规定的符号及连线表示某个具体业务的处理过程。可以根据业务的具体处理过程绘制出对应的业务处理流程图,如:可以通过计算机利用业务流程图的可视化界面,配置业务处理的各个节点,再根据业务的具体处理流程或作业顺序等,将各个节点通过相应的符号或连接线连接起来。流程图的具体绘制可以根据实际需要进行配置,本说明书实施例不做具体限定。In the specific implementation process, as mentioned above, the business process flow chart can be understood as a chart describing the business relationship between various units and personnel in the management system, the operation sequence and the flow of management information, which are represented by some prescribed symbols and connecting lines. The process of processing a specific business. The corresponding business processing flow chart can be drawn according to the specific processing process of the business. For example, you can use the visual interface of the business flow chart through the computer to configure each node of the business processing, and then according to the specific business processing flow or job sequence, etc. Nodes are connected by corresponding symbols or connecting lines. The specific drawing of the flowchart can be configured according to actual needs, which is not specifically limited in the embodiments of this specification.

步骤104、确定所述业务流程图中各个节点对应的任务处理对象。Step 104: Determine the task processing object corresponding to each node in the business flowchart.

在具体的实施过程中,业务数据处理可以理解为执行完一个业务对应的任务,如:一个项目方案的设计,可能需要很多流程如:调研、初步方案、修改方案、方案审核、审核意见汇总、方案修改等等,对于比较复杂的业务可能需要多个业务处理对象共同完成,一般的业务流程图中的一个节点对应有一个业务处理对象,在绘制完业务流程图后,可以对业务流程图中的各个节点的任务处理对象进行配置。In the specific implementation process, business data processing can be understood as the completion of a task corresponding to a business, such as the design of a project plan, which may require many processes such as: research, preliminary plan, revised plan, plan review, review opinion summary, Scheme modification, etc. For more complex business, multiple business processing objects may be required to complete it together. In general, a node in a business flow chart corresponds to a business processing object. After the business flow chart is drawn, you can The task processing object of each node is configured.

步骤106、根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息。Step 106: Add a flow chart swim 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 swim lane is the same, and each flow chart swim lane is configured There is public information.

在具体的实施过程中,本说明书实施例通过在业务流程图中添加流程图泳道的方式,将业务处理过程中的各个职责阶段进行分割。流程图泳道可以理解为一种业务流程建模符号,可以清晰体现出某个动作发生在哪个流程阶段。可以根据业务流程图中各个节点对应的任务处理对象所在的业务处理阶段,将处于同一个业务处理阶段的节点划分在一个流程图泳道内。In the specific implementation process, the embodiments of this specification divide each responsibility stage in the business process by adding a flow chart swimlane to the business flow chart. A flowchart swimlane can be understood as a business process modeling notation, which can clearly reflect which process stage an action occurs in. Nodes in the same business processing stage can be divided into a flow chart swim lane according to the business processing stage in which the task processing object corresponding to each node in the business flow chart is located.

在一些实施例中,所述根据任务处理对象在所述业务流程图中添加流程图泳道,包括:In some embodiments, adding a flow chart swimlane to the business flow chart according to the task processing object includes:

获取各个任务处理对象的岗位信息;Get the job information of each task processing object;

将同一个岗位信息的所有节点对应的任务作为一个业务处理阶段,将岗位信息相同的任务处理对象所对应的节点划分到一个流程图泳道内。The tasks corresponding to all nodes with the same post information are regarded as a business processing stage, and the nodes corresponding to the task processing objects with the same post information are divided into a flow chart swim lane.

在具体的实施过程中,在获取到业务流程图中各个节点对应的任务处理对象后,可以获取各个任务处理对象的岗位职责,岗位信息可以理解为岗位或者职位,可以表征业务处理对象的职责范围的信息,可以将岗位信息相同的任务处理对象所对应的节点划分在一个业务处理阶段,进而将岗位信息相同的任务处理对象所对应的节点划分在一个流程图泳道内。图2是本说明书一个实施例中带有流程图泳道的业务流程示意图,如图2所示,用以分隔各角色的长矩形可以表示本说明书实施例中记载的流程图泳道。此外,流程图泳道内除了可以放置本说明书实施例中记载的节点,还可以放置网关等其他工作流元素,本说明书实施例不作具体限定。通过设置流程图泳道有效分割了各个职责阶段的用户任务,使得整个业务流程图更加清晰。In the specific implementation process, after obtaining the task processing object corresponding to each node in the business flow chart, the job responsibilities of each task processing object can be obtained. The job information can be understood as a position or position, which can represent the responsibilities of the business processing object. information, the nodes corresponding to the task processing objects with the same position information can be divided into a business processing stage, and then the nodes corresponding to the task processing objects with the same position information can be divided into a flowchart swim lane. FIG. 2 is a schematic diagram of a business process with flowchart swim lanes in an embodiment of the present specification. As shown in FIG. 2 , the long rectangles used to separate roles may represent the flowchart swim lanes described in the embodiments of the present specification. In addition, in addition to the nodes described in the embodiments of this specification, other workflow elements such as gateways can also be placed in the swim lanes of the flowchart, which are not specifically limited in the embodiments of this specification. By setting the flow chart swimlane, the user tasks in each responsibility stage are effectively divided, making the entire business flow chart clearer.

此外,本说明书实施例中在设置好流程图泳道后,可以配置各个流程图泳道的公共信息,公共信息可以理解为该流程图泳道内节点和/或任务处理对象的通用信息。In addition, in the embodiments of the present specification, after the flowchart swim lanes are set, public information of each flowchart swim lane can be configured, and the public information can be understood as general information of nodes and/or task processing objects in the flowchart swim lane.

本说明书一些实施例中,在根据任务处理对象在所述业务流程图中添加流程图泳道时,所述方法还包括:In some embodiments of this specification, when adding a flow chart swimlane to the business flow chart according to the task processing object, the method further includes:

获取流程图泳道内各个节点对应的任务属性信息以及各个节点对应的任务处理对象的用户属性信息;Obtain the task attribute information corresponding to each node in the flow chart swimlane and the user attribute information of the task processing object corresponding to each node;

获取各个任务属性信息的任务通用信息以及各个用户属性信息的用户通用信息,将所述任务通用信息以及所述用户通用信息配置为流程图泳道的公共信息。Obtain the task general information of each task attribute information and the user general information of each user attribute information, and configure the task general information and the user general information as public information of the swim lane of the flowchart.

在具体的实施过程中,在配置流程图泳道的公共信息时,可以获取流程图泳道内各个节点的任务属性信息以及节点对应的任务处理对象的用户属性信息,其中,任务属性信息可以理解为执行节点对应的任务所需的参数等,如:审核人参数、任务所需时间等,用户属性信息可以理解为任务处理对象的个人相关信息,如:可以包括任务处理对象的对象标识、姓名、年龄、部门等。获取流程图泳道内各个节点的任务属性信息的任务通用信息以及各个节点的任务处理对象的用户属性信息的用户通用信息,通用信息可以理解为属性信息中相同的部分,将任务通用信息以及用户通用信息配置为流程图泳道的公共信息。将同一职责阶段的公共信息配置在流程图泳道内,当业务处理流转至流程图泳道内的节点时,可以直接取流程图泳道内的公共信息作为节点处理任务的参数,进行业务数据的处理,提升了业务处理的速度和准确性。In the specific implementation process, when configuring the public information of the flow chart swimlane, the task attribute information of each node in the flow chart swimlane and the user attribute information of the task processing object corresponding to the node can be obtained, wherein the task attribute information can be understood as execution The parameters required for the task corresponding to the node, such as the reviewer parameters, the time required for the task, etc., the user attribute information can be understood as the personal information of the task processing object, such as: the object identification, name, age of the task processing object can be included , department, etc. Obtain the task general information of the task attribute information of each node in the flowchart swimlane and the user general information of the user attribute information of the task processing object of each node. The general information can be understood as the same part of the attribute information. Information is configured as public information for flowchart swimlanes. Configure the public information of the same duty stage in the flow chart swimlane. When the business processing flows to the nodes in the flow chart swimlane, you can directly take the public information in the flow chart swimlane as the parameters of the node processing task to process the business data. Improve the speed and accuracy of business processing.

本说明书一些实施例中,所述方法还包括:In some embodiments of this specification, the method further includes:

若流程图泳道内各个节点对应的任务属性信息有变更或各个节点对应的任务处理对象的用户属性信息有变更,则更新所述流程图泳道的公共信息。If the task attribute information corresponding to each node in the flowchart swim lane is changed or the user attribute information of the task processing object corresponding to each node is changed, the public information of the flowchart swim lane is updated.

在具体的实施过程中,若流程图泳道内节点的任务属性信息或节点对应的任务处理对象的用户属性信息有变更,则根据实际变更情况,变更流程图泳道内的公共信息,以确保业务数据的准确正常处理。In the specific implementation process, if the task attribute information of the nodes in the flow chart swim lane or the user attribute information of the task processing object corresponding to the node is changed, the public information in the flow chart swim lane is changed according to the actual change to ensure the business data. accurate and normal processing.

步骤108、基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。Step 108: Perform business data processing based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes.

在具体的实施过程中,流程图泳道以及流程图泳道内的公共信息配置完成后,可以认为业务处理流程图构建完成,可以基于业务处理流程图进行业务数据的处理。可以从业务处理流程图的起始节点开始,依次执行各个节点对应的任务,当一个节点的任务处理完成后,流转至下一个节点。在执行每个节点的任务时,可以基于节点所在的流程图泳道,获取对应的公共信息,基于获取到的公共信息完成对应的任务。In a specific implementation process, after the configuration of the flowchart swim lane and the public information in the flowchart swim lane is completed, it can be considered that the construction of the business processing flow chart is completed, and the business data can be processed based on the business processing flow chart. The tasks corresponding to each node can be executed sequentially from the starting node of the business processing flow chart. When the task processing of one node is completed, the flow goes to the next node. When executing the task of each node, the corresponding public information can be obtained based on the flow chart swimlane where the node is located, and the corresponding task can be completed based on the obtained public information.

本说明书一些实施例中,所述基于业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理,包括:In some embodiments of this specification, the business data processing based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes includes:

根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the order of each node in the business flow chart and the tasks corresponding to each node, the flow of business data is processed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing.

在具体的实施过程中,在基于业务流程图进行业务数据的处理时,可以根据业务流程图中的节点的顺序,一次进行任务的流转,在流转至各个节点时,基于节点所在的流程图泳道,获取对应的公共信息,基于获取到的公共信息可以确定该节点对应的任务处理对象以及完成任务所需的任务配置参数等,进而将节点对应的任务以及任务配置参数推送至对应的任务处理对象,由任务处理对象基于任务配置参数来完成对应节点的任务。In the specific implementation process, when processing business data based on the business flow chart, the flow of tasks can be carried out at one time according to the order of the nodes in the business flow chart. , obtain the corresponding public information, based on the obtained public information, the task processing object corresponding to the node and the task configuration parameters required to complete the task can be determined, and then the task corresponding to the node and the task configuration parameters are pushed to the corresponding task processing object , the task processing object completes the task of the corresponding node based on the task configuration parameters.

本说明书一些实施例中,在所述业务流程图中添加流程图泳道时,配置各个流程图泳道的流程图泳道标识,并获取所述业务流程图中各个节点的节点标识,建立各个流程图泳道的流程图泳道标识与各个流程图泳道内的节点的节点标识的映射关系;In some embodiments of this specification, when adding a flowchart swimlane in the business flowchart, configure the flowchart swimlane of each flowchart swimlane, obtain the node identifier of each node in the business flowchart, and establish each flowchart swimlane The mapping relationship between the flow chart swimlane identification and the node identification of the nodes in each flow chart swimlane;

所述根据各个节点对应的流程图泳道,获取对应的公共信息包括:The acquisition of corresponding public information according to the flowchart swim lanes corresponding to each node includes:

在业务处理流流转至当前节点时,获取所述当前节点的节点标识,根据所述节点标识和流程图泳道映射关系获取对应的流程图泳道标识;When the business processing flow is transferred to the current node, the node identifier of the current node is acquired, and the corresponding flowchart swim lane identifier is acquired according to the node identifier and the flowchart swim lane mapping relationship;

根据流程图泳道标识获取所述当前节点对应流程图泳道的公共信息。The public information of the flow chart swim lane corresponding to the current node is acquired according to the flow chart swim lane identifier.

在具体的实施过程中,在配置流程图泳道时,可以配置各个流程图泳道的流程图泳道标识以及流程图泳道内各个节点的节点标识,将各个流程图泳道的流程图泳道标识与流程图泳道内节点的节点标识建立映射关系。在基于业务流程图进行业务数据的处理时,当业务流转至当前节点时,可以获取当前节点对应的节点标识,基于流程图泳道映射关系可以获取到当前节点所在的流程图泳道的流程图泳道标识,进而获取该流程图泳道的公共信息,基于公共信息进而将节点对应的任务以及任务配置参数推送至对应的任务处理对象,由任务处理对象基于任务配置参数来完成对应节点的任务,进行业务数据的处理。In the specific implementation process, when configuring the flowchart swim lanes, the flowchart swim lane identifiers of each flowchart swim lane and the node identifiers of each node in the flowchart swim lane can be configured, and the flowchart swim lane identifiers of each flowchart swim lane and the flowchart swim lanes can be configured. The node identifier of the inner node establishes a mapping relationship. When processing business data based on the business flow chart, when the business flows to the current node, the node identifier corresponding to the current node can be obtained, and the flow chart swim lane identification of the flow chart swim lane where the current node is located can be obtained based on the flow chart swim lane mapping relationship , and then obtain the public information of the swimlane of the flowchart, and then push the tasks corresponding to the nodes and the task configuration parameters to the corresponding task processing objects based on the public information, and the task processing objects will complete the tasks of the corresponding nodes based on the task configuration parameters, and carry out business data. processing.

通过建立流程图泳道和节点之间的映射关系,在节点流转时,快速获取节点所在流程图泳道的公共信息,进而可以加快业务数据处理的效率和准确性。本说明书实施例针对工作流泳道结构的特点,提出了业务流程图中公共信息获取的新思路,提供了不同用户任务通过泳道结构统一获取信息的方法,解决了多变流程灵活性配置的问题,实现了业务流程图图形化界面配置场景的快速变更,提高了工作流配置的便捷性和易用性。By establishing the mapping relationship between the flow chart swimlane and the node, when the node is in circulation, the public information of the flow chart swimlane where the node is located can be quickly obtained, thereby speeding up the efficiency and accuracy of business data processing. Aiming at the features of the workflow swimlane structure, the embodiment of this specification proposes a new idea of acquiring public information in business flow diagrams, provides a method for uniformly acquiring information through the swimlane structure for different user tasks, and solves the problem of flexible configuration of variable processes. The rapid change of the configuration scene of the graphical interface of the business flow chart is realized, and the convenience and ease of use of the workflow configuration are improved.

本说明书一些实施例中,所述方法还包括:In some embodiments of this specification, the method further includes:

若需要变更目标节点对应的业务处理阶段,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。If the business processing stage corresponding to the target node needs to be changed, drag the target node to the flow chart swimlane corresponding to the target business processing stage by dragging and dropping.

在具体的实施过程中,在需要变更业务流程图中某个节点即目标节点对应的业务处理阶段时,可以通过直接在业务流程图中拖拽的方式,将目标节点拖拽至新的业务处理阶段即目标业务处理阶段所在的流程图泳道内。图3是本说明书又一个实施例中带有流程图泳道的业务流程示意图的结构示意图,对比图2和图3的左上角部分,有一个名为“退户补充材料”的节点,当需求产生变化,需要由保全主管处理该步骤,而非由客户经理处理时,仅需将该节点拖拽至保全主管所属流程图泳道,即可生效。In the specific implementation process, when it is necessary to change the business processing stage corresponding to a node in the business flow chart, that is, the target node, the target node can be dragged and dropped to the new business processing by directly dragging and dropping in the business flow chart. The stage is the swim lane of the flowchart where the target business processing stage is located. Figure 3 is a schematic structural diagram of a schematic diagram of a business process with a flow chart swim lane in another embodiment of this specification. Comparing the upper left corner of Figure 2 and Figure 3, there is a node named "Supplementary Materials for Signing Out". If the change needs to be handled by the security supervisor instead of the account manager, you only need to drag the node to the swimlane of the flowchart to which the security supervisor belongs, and it will take effect.

本说明书一些实施例中,所述方法还包括:In some embodiments of this specification, the method further includes:

在将所述目标节点拖拽至目标业务处理阶段对应的流程图泳道后,将所述目标节点与所述目标业务处理阶段对应的流程图泳道建立流程图泳道映射关系,并解除所述目标节点与原流程图泳道之间的流程图泳道映射关系。After dragging the target node to the flow chart swimlane corresponding to the target business processing stage, establish a flow chart swimlane mapping relationship between the target node and the flow chart swimlane corresponding to the target business processing stage, and release the target node Flowchart swimlane mapping relationship with the original flowchart swimlane.

在具体的实施过程中,在目标节点拖拽至目标业务处理阶段对应的流程图泳道内后,目标节点与流程图泳道之间的映射关系自动变更,建立目标节点与目标业务处理阶段对应的流程图泳道建立流程图泳道映射关系,并解除目标节点与原流程图泳道之间的流程图泳道映射关系。通过业务流程图可视化配置界面,将一个职责阶段的任务节点拖拽至另一个职责阶段,无需进行其他配置,即可将该用户任务的职责阶段进行快速切换。In the specific implementation process, after the target node is dragged into the flow chart swimlane corresponding to the target business processing stage, the mapping relationship between the target node and the flow chart swimlane is automatically changed, and the flow corresponding to the target node and the target business processing stage is established. The graph swimlane establishes a flowchart swimlane mapping relationship, and releases the flowchart swimlane mapping relationship between the target node and the original flowchart swimlane. Through the visual configuration interface of the business flowchart, drag and drop the task node of one responsibility stage to another responsibility stage, and the responsibility stage of the user task can be quickly switched without any other configuration.

本说明书一些实施例中,所述基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据的处理,包括:In some embodiments of this specification, the processing of business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes includes:

在所述业务流程图中设置监听器和钩子函数;Set up listeners and hook functions in the business flow chart;

当所述监听器监听到业务处理流流转至所述业务流程图中的各个节点时,触发所述钩子函数,利用所述钩子函数获取各个节点对应的流程图泳道,基于所述流程图泳道获取各个节点对应的公共信息。When the listener detects that the business processing flow is transferred to each node in the business flow chart, the hook function is triggered, and the hook function is used to obtain the flow chart swimlane corresponding to each node, and the flow chart swimlane is obtained based on the flow chart. Public information corresponding to each node.

在具体的实施过程中,本说明书实施例中可以在业务流程图中配置建提起和钩子函数,监听器可以用于监听业务流程图中各个节点的流转情况,钩子函数可以用于获取节点对应的公共信息。当监听器坚挺到业务处理流流转至业务流程图中的某个节点时,则触发钩子函数,利用钩子函数获取该节点所在的流程图泳道,进而获取该节点所在流程图泳道的公共信息。如:触发钩子函数后,利用钩子函数获取该节点的节点标识,基于节点标识获取节点映射的流程图泳道标识,进而确定出节点所在的流程图泳道,获取该流程图泳道配置的公共信息,基于公共信息执行该节点对应的任务。通过流程图泳道、钩子函数和任务监听器的配合,灵活为当前任务的活动节点配置或获取相关参数。当业务流程图配置任务节点变更流程图泳道时,无需修改代码,即可变更流程图泳道保存的公共信息,达到仅凭拖拽即可将该用户任务的职责阶段进行切换的目的。In the specific implementation process, in the embodiments of this specification, build-up and hook functions can be configured in the business flow chart, the listener can be used to monitor the flow of each node in the business flow chart, and the hook function can be used to obtain the corresponding nodes in the business flow chart. public information. When the listener is strong enough that the business processing flow flows to a node in the business flow chart, the hook function is triggered, and the hook function is used to obtain the flow chart swimlane where the node is located, and then obtain the public information of the flow chart swimlane where the node is located. For example: after triggering the hook function, use the hook function to obtain the node identifier of the node, obtain the flowchart swim lane identifier of the node mapping based on the node identifier, and then determine the flowchart swim lane where the node is located, and obtain the public information of the configuration of the flowchart swim lane. The public information executes the task corresponding to the node. Through the cooperation of flowchart swim lanes, hook functions and task listeners, it is possible to flexibly configure or obtain relevant parameters for the active node of the current task. When the business flow chart configuration task node changes the flow chart swimlane, the public information saved in the flow chart swimlane can be changed without modifying the code, so as to achieve the purpose of switching the responsibility stage of the user task by dragging and dropping.

本说明书实施例中提供的业务数据处理方法,通过在业务流程图中配置流程图泳道,实现业务各个任务节点在不同职责阶段的划分,并通过配置各个流程图泳道的公共信息,实现节点在不同流程图泳道即不同职责阶段的快速切换。基于带有流程图泳道的业务流程图进行业务处理时,可以基于节点所在的泳道快速获取对应的公共信息,进一步快速获取执行任务所需的信息,提升了业务处理速度。采用泳道结构对工作流设计进行一定约束,使得用户可以仅凭拖拽即可在图形化界面实现工作流的快速变更,且流程图结构清晰,为用户使用带来一定便利。The business data processing method provided in the embodiments of this specification realizes the division of each task node of the business in different duty stages by configuring the flow chart swimlanes in the business flow chart, and realizes that nodes in different Flowchart swimlanes are quick switches between different stages of responsibility. When business processing is performed based on a business flow chart with a flow chart swimlane, the corresponding public information can be quickly obtained based on the swimlane where the node is located, and the information required for task execution can be further quickly obtained, which improves the business processing speed. The swimlane structure is used to impose certain constraints on the workflow design, so that users can quickly change the workflow in the graphical interface by dragging and dropping, and the flow chart structure is clear, which brings certain convenience to users.

本说明书中上述方法的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参考即可,每个实施例重点说明的都是与其他实施例的不同之处。相关之处参考方法实施例的部分说明即可。Each embodiment of the above method in this specification is described in a progressive manner, and the same and similar parts between the various embodiments may refer to each other, and each embodiment focuses on the differences from other embodiments. For relevant parts, reference may be made to the partial descriptions of the method embodiments.

基于上述的业务数据处理方法,本说明书一个或多个实施例还提供一种用于业务数据处理的装置。装置可以包括使用了本说明书实施例方法的系统(包括分布式系统)、软件(应用)、模块、组件、服务器、客户端等并结合必要的实施硬件的装置。基于同一创新构思,本说明书实施例提供的一个或多个实施例中的装置如下面的实施例。由于装置解决问题的实现方案与方法相似,因此本说明书实施例具体的装置的实施可以参考前述方法的实施,重复之处不再赘述。以下所使用的,术语“单元”或者“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的系统、装置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。Based on the above service data processing method, one or more embodiments of this specification further provide an apparatus for service data processing. The apparatuses may include systems (including distributed systems), software (applications), modules, components, servers, clients, etc., which use the methods of the embodiments of this specification, in combination with necessary implementation hardware apparatuses. Based on the same innovative idea, the apparatuses in one or more embodiments provided by the embodiments of this specification are as follows. Since the implementation solution of the device to solve the problem is similar to the method, the implementation of the specific device in the embodiments of the present specification may refer to the implementation of the foregoing method, and repeated descriptions will not be repeated. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the systems and apparatuses 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.

图4是本说明书一个实施例中业务数据处理装置的结构示意图,如图4所示,所述装置包括:FIG. 4 is a schematic structural diagram of a service data processing apparatus according to an embodiment of the present specification. As shown in FIG. 4 , the apparatus includes:

流程图构建模块41,用于根据业务的处理流程绘制业务流程图;The flow chart building module 41 is used to draw a business flow chart according to the processing flow of the business;

任务处理对象确定模块42,用于确定所述业务流程图中各个节点对应的任务处理对象;The task processing object determination module 42 is used to determine the task processing object corresponding to each node in the business flow chart;

流程图泳道配置模块43,用于根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;The flowchart swimming lane configuration module 43 is used to add a flowchart swimming lane in the business flowchart 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 flowchart swimming lane is the same , each flowchart swimlane is configured with public information;

业务处理模块44,用于基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business processing module 44 is configured to process business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes.

本说明书一些实施例中,所述业务处理模块具体用于:In some embodiments of this specification, the service processing module is specifically used for:

根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the order of each node in the business flow chart and the tasks corresponding to each node, the flow of business data is processed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing.

本说明书一些实施例中,所述装置还包括节点变更模块,用于:In some embodiments of this specification, the apparatus further includes a node change module, configured to:

在需要变更目标节点对应的业务处理阶段时,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。When the business processing stage corresponding to the target node needs to be changed, the target node is dragged and dropped to the swim lane of the flowchart corresponding to the target business processing stage.

本说明书实施例提供的业务数据处理装置,通过在业务流程图中配置流程图泳道,实现业务各个任务节点在不同职责阶段的划分,并通过配置各个流程图泳道的公共信息,实现节点在不同流程图泳道即不同职责阶段的快速切换。基于带有流程图泳道的业务流程图进行业务处理时,可以基于节点所在的泳道快速获取对应的公共信息,进一步快速获取执行任务所需的信息,提升了业务处理速度。采用泳道结构对工作流设计进行一定约束,使得用户可以仅凭拖拽即可在图形化界面实现工作流的快速变更,且流程图结构清晰,为用户使用带来一定便利。The business data processing apparatus provided by the embodiments of this specification realizes the division of each task node of the business in different duty stages by configuring the flow chart swimlanes in the business flow chart, and realizes the nodes in different processes by configuring the public information of each flow chart swimlane. A graph swimlane is a quick switch between different duty stages. When business processing is performed based on a business flow chart with a flow chart swimlane, the corresponding public information can be quickly obtained based on the swimlane where the node is located, and the information required for task execution can be further quickly obtained, which improves the business processing speed. The swimlane structure is used to impose certain constraints on the workflow design, so that users can quickly change the workflow in the graphical interface by dragging and dropping, and the flow chart structure is clear, which brings certain convenience to users.

需要说明的,上述的装置根据对应方法实施例的描述还可以包括其他的实施方式。具体的实现方式可以参照上述对应的方法实施例的描述,在此不作一一赘述。It should be noted that the foregoing apparatus may also include other implementations according to the description of the corresponding method embodiment. For a specific implementation manner, reference may be made to the descriptions of the corresponding method embodiments above, which will not be repeated here.

本说明书实施例还提供一种业务数据处理设备,设备包括至少一个处理器及用于存储处理器可执行指令的存储器,指令被处理器执行时实现包括上述实施例中的业务数据处理方法,如:The embodiments of this specification also provide a service data processing device, the device includes at least one processor and a memory for storing instructions executable by the processor, and when the instructions are executed by the processor, the service data processing methods including the above embodiments are implemented, such as :

根据业务的处理流程绘制业务流程图;Draw a business flowchart according to the business process;

确定所述业务流程图中各个节点对应的任务处理对象;Determine the task processing object corresponding to each node in the business flow chart;

根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flowchart swim lane is added to the business flowchart 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 flowchart swim lane is the same, and each flowchart swim lane is configured with public information ;

基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。需要说明的,上述的设备根据方法实施例的描述还可以包括其他的实施方式。具体的实现方式可以参照相关方法实施例的描述,在此不作一一赘述。The business data processing is performed based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes. It should be noted that the foregoing device may also include other implementations according to the description of the method embodiment. For a specific implementation manner, reference may be made to the description of the related method embodiments, which will not be repeated here.

本说明书提供的上述实施例的方法或装置可以通过计算机程序实现业务逻辑并记录在存储介质上,存储介质可以计算机读取并执行,实现本说明书实施例所描述方案的效果。The methods or apparatuses of the above embodiments provided in this specification can implement business logic through computer programs and record them on a storage medium, and the storage medium can be read and executed by a computer to achieve the effects of the solutions described in the embodiments of this specification.

本说明书实施例还提供一种计算机程序产品,包括计算机指令,所述计算机指令被处理器执行时实现上述业务数据处理方法,如:The embodiments of this specification also provide a computer program product, including computer instructions, which implement the above-mentioned business data processing method when the computer instructions are executed by a processor, such as:

根据业务的处理流程绘制业务流程图;Draw a business flowchart according to the business process;

确定所述业务流程图中各个节点对应的任务处理对象;Determine the task processing object corresponding to each node in the business flow chart;

根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flowchart swim lane is added to the business flowchart 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 flowchart swim lane is the same, and each flowchart swim lane is configured with public information ;

基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business data processing is performed based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes.

本说明书实施例所提供的方法实施例可以在移动终端、计算机终端、服务器或者类似的运算装置中执行。以运行在服务器上为例,图5是本说明书一个实施例中业务数据处理服务器的硬件结构框图,该计算机终端可以是上述实施例中的业务数据处理服务器或业务数据处理处理装置。如图5所示服务器10可以包括一个或多个(图中仅示出一个)处理器100(处理器100可以包括但不限于微处理器MCU或可编程逻辑器件FPGA等的处理装置)、用于存储数据的非易失性存储器200、以及用于通信功能的传输模块300。本领域普通技术人员可以理解,图5所示的结构仅为示意,其并不对上述电子装置的结构造成限定。例如,服务器10还可包括比图5中所示更多或者更少的组件,例如还可以包括其他的处理硬件,如数据库或多级缓存、GPU,或者具有与图5所示不同的配置。The method embodiments provided in the embodiments of this specification may be executed in a mobile terminal, a computer terminal, a server, or a similar computing device. Taking running on a server as an example, FIG. 5 is a block diagram of the hardware structure of a service data processing server in an embodiment of this specification, and the computer terminal may be the service data processing server or service data processing apparatus in the above-mentioned embodiment. As shown in FIG. 5, the server 10 may include one or more (only one is shown in the figure) processor 100 (the processor 100 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), A non-volatile memory 200 for storing data, and a transmission module 300 for communication functions. Those of ordinary skill in the art can understand that the structure shown in FIG. 5 is only a schematic diagram, which does not limit the structure of the above-mentioned electronic device. For example, server 10 may also include more or fewer components than those shown in FIG. 5 , for example, other processing hardware, such as databases or multi-level caches, GPUs, or have a different configuration than that shown in FIG. 5 .

非易失性存储器200可用于存储应用软件的软件程序以及模块,如本说明书实施例中的打车数据处理方法对应的程序指令/模块,处理器100通过运行存储在非易失性存储器200内的软件程序以及模块,从而执行各种功能应用以及资源数据更新。非易失性存储器200可包括高速随机存储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。在一些实例中,非易失性存储器200可进一步包括相对于处理器100远程设置的存储器,这些远程存储器可以通过网络连接至计算机终端。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The non-volatile memory 200 can be used to store software programs and modules of the application software, such as program instructions/modules corresponding to the taxi data processing method in the embodiment of this specification. Software programs and modules to perform various functional applications and resource data updates. 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 instances, the non-volatile memory 200 may further include memory located remotely from the processor 100, and these remote memories may be connected to the computer terminal through a network. Examples of such networks include, but are not limited to, the Internet, an intranet, a local area network, a mobile communication network, and combinations thereof.

传输模块300用于经由一个网络接收或者发送数据。上述的网络具体实例可包括计算机终端的通信供应商提供的无线网络。在一个实例中,传输模块300包括一个网络适配器(Network Interface Controller,NIC),其可通过基站与其他网络设备相连从而可与互联网进行通讯。在一个实例中,传输模块300可以为射频(Radio Frequency,RF)模块,其用于通过无线方式与互联网进行通讯。The transmission module 300 is used to receive or transmit data via a network. The specific example of the above-mentioned network may include a wireless network provided by the communication provider of the computer terminal. In one example, the transmission module 300 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices through the base station so as to communicate with the Internet. In an example, the transmission module 300 may be a radio frequency (Radio Frequency, RF) module, which is used to communicate with the Internet in a wireless manner.

上述对本说明书特定实施例进行了描述。其它实施例在所附权利要求书的范围内。在一些情况下,在权利要求书中记载的动作或步骤可以按照不同于实施例中的顺序来执行并且仍然可以实现期望的结果。另外,在附图中描绘的过程不一定要求示出的特定顺序或者连续顺序才能实现期望的结果。在某些实施方式中,多任务处理和并行处理也是可以的或者可能是有利的。The foregoing describes specific embodiments of the present specification. Other embodiments are within the scope of the appended claims. In some cases, the actions or steps recited in the claims can be performed in an order different from that in the embodiments and still achieve desirable results. Additionally, the processes depicted in the figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.

本说明书实施例提供的上述业务数据处理方法或装置可以在计算机中由处理器执行相应的程序指令来实现,如使用windows操作系统的c++语言在PC端实现、linux系统实现,或其他例如使用android、iOS系统程序设计语言在智能终端实现,以及基于量子计算机的处理逻辑实现等。The above-mentioned business data processing methods or apparatuses provided in the embodiments of this specification can be implemented by a processor executing corresponding program instructions in a computer, such as using the C++ language of the windows operating system to implement on the PC side, the Linux system, or other methods such as using android , iOS system programming language is implemented in smart terminals, and processing logic based on quantum computer is implemented.

本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参考即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于硬件+程序类实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参考方法实施例的部分说明即可。Each embodiment in this specification is described in a progressive manner, and the same and similar parts between the various embodiments may refer to each other, and each embodiment focuses on the differences from other embodiments. Especially, for the hardware+program embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant part may refer to the partial description of the method embodiment.

虽然本说明书一个或多个实施例提供了如实施例或流程图的方法操作步骤,但基于常规或者无创造性的手段可以包括更多或者更少的操作步骤。实施例中列举的步骤顺序仅仅为众多步骤执行顺序中的一种方式,不代表唯一的执行顺序。在实际中的装置或终端产品执行时,可以按照实施例或者附图所示的方法顺序执行或者并行执行(例如并行处理器或者多线程处理的环境,甚至为分布式资源数据更新环境)。术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、产品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、产品或者设备所固有的要素。在没有更多限制的情况下,并不排除在包括要素的过程、方法、产品或者设备中还存在另外的相同或等同要素。第一,第二等词语用来表示名称,而并不表示任何特定的顺序。Although one or more embodiments of the present specification provide method operation steps such as embodiments or flowcharts, more or less operation steps may be included based on conventional or non-inventive means. The sequence of steps enumerated in the embodiments is only one of the execution sequences of many steps, and does not represent the only execution sequence. When an actual device or terminal product is executed, it can be executed sequentially or in parallel according to the methods shown in the embodiments or the drawings (for example, a parallel processor or multi-threaded processing environment, or even a distributed resource data update environment). The terms "comprising", "comprising" or any other variation thereof are intended to encompass non-exclusive inclusion such that a process, method, product or device comprising a list of elements includes not only those elements, but also other not expressly listed elements, or also include elements inherent to such a process, method, product or device. It does not preclude the presence of additional identical or equivalent elements in a process, method, product or device comprising an element without further limitation. The terms first, second, etc. are used to denote names and do not denote any particular order.

为了描述的方便,描述以上装置时以功能分为各种模块分别描述。当然,在实施本说明书一个或多个时可以把各模块的功能在同一个或多个软件和/或硬件中实现,也可以将实现同一功能的模块由多个子模块或子单元的组合实现等。以上所描述的装置实施例仅仅是示意性的,例如,单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。For the convenience of description, when describing the above device, the functions are divided into various modules and described respectively. Of course, when implementing one or more of this specification, the functions of each module can be implemented in the same one or more software and/or hardware, and the modules that implement the same function can also be implemented by a combination of multiple sub-modules or sub-units, etc. . The apparatus embodiments described above are only illustrative. For example, the division of units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or integrated into another A system, or some feature, can be ignored, or not implemented. On the other hand, the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.

本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参考即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参考方法实施例的部分说明即可。在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本说明书的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。Each embodiment in this specification is described in a progressive manner, and the same and similar parts between the various embodiments may refer to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the system embodiments, since they are basically similar to the method embodiments, the description is relatively simple, and reference may be made to the partial descriptions of the method embodiments for relevant parts. In the description of this specification, description with reference to the terms "one embodiment," "some embodiments," "example," "specific example," or "some examples", etc., mean specific features described in connection with the embodiment or example , structure, material or feature is included in at least one embodiment or example of this specification. In this specification, schematic representations of the above terms are not necessarily directed 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, those skilled in the art may combine and combine the different embodiments or examples described in this specification, as well as the features of the different embodiments or examples, without conflicting each other.

以上仅为本说明书一个或多个实施例的实施例而已,并不用于限制本说明书一个或多个实施例。对于本领域技术人员来说,本说明书一个或多个实施例可以有各种更改和变化。凡在本说明书的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在权利要求范围之内。The above are merely examples of one or more embodiments of the present specification, and are not intended to limit the one or more embodiments of the present specification. Various modifications and variations of the one or more embodiments of this specification are possible for those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of this specification shall be included within the scope of the claims.

Claims (15)

1.一种业务数据处理方法,其特征在于,所述方法包括:1. A business data processing method, wherein the method comprises: 根据业务的处理流程绘制业务流程图;Draw a business flowchart according to the business process; 确定所述业务流程图中各个节点对应的任务处理对象;Determine the task processing object corresponding to each node in the business flow chart; 根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flow chart swim lane is added to 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 swim lane is the same, and each flow chart swim lane is configured with public information ; 基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business data processing is performed based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes. 2.如权利要求1所述的方法,其特征在于,在根据任务处理对象在所述业务流程图中添加流程图泳道时,所述方法还包括:2. The method according to claim 1, wherein when adding a flow chart swim lane in the business flow chart according to the task processing object, the method further comprises: 获取流程图泳道内各个节点对应的任务属性信息以及各个节点对应的任务处理对象的用户属性信息;Obtain the task attribute information corresponding to each node in the flow chart swimlane and the user attribute information of the task processing object corresponding to each node; 获取各个任务属性信息的任务通用信息以及各个用户属性信息的用户通用信息,将所述任务通用信息以及所述用户通用信息配置为流程图泳道的公共信息。Obtain the task general information of each task attribute information and the user general information of each user attribute information, and configure the task general information and the user general information as public information of the swim lane of the flowchart. 3.如权利要求1所述的方法,其特征在于,所述基于业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理,包括:3. The method according to claim 1, wherein the business data processing is performed based on the flow chart swim lane in the business flow chart and the public information in the flow chart swim lane, comprising: 根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the sequence of each node in the business flow chart and the tasks corresponding to each node, the business data flow processing is performed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing. 4.如权利要求3所述的方法,其特征在于,在所述业务流程图中添加流程图泳道时,配置各个流程图泳道的流程图泳道标识,并获取所述业务流程图中各个节点的节点标识,建立各个流程图泳道的流程图泳道标识与各个流程图泳道内的节点的节点标识的流程图泳道映射关系;4. The method of claim 3, wherein when adding a flow chart swim lane in the business flow chart, configure the flow chart swim lane identifiers of each flow chart swim lane, and obtain the information of each node in the business flow chart. Node identification, establishing a flow chart swimming lane mapping relationship between the flow chart swimming lane identification of each flow chart swimming lane and the node identification of the nodes in each flow chart swimming lane; 所述根据各个节点对应的流程图泳道,获取对应的公共信息包括:The acquisition of corresponding public information according to the flowchart swim lanes corresponding to each node includes: 在业务处理流流转至当前节点时,获取所述当前节点的节点标识,根据所述节点标识和流程图泳道映射关系获取对应的流程图泳道标识;When the business processing flow is transferred to the current node, the node identifier of the current node is acquired, and the corresponding flowchart swim lane identifier is acquired according to the node identifier and the flowchart swim lane mapping relationship; 根据流程图泳道标识获取所述当前节点对应流程图泳道的公共信息。The public information of the flow chart swim lane corresponding to the current node is acquired according to the flow chart swim lane identifier. 5.如权利要求1所述的方法,其特征在于,所述方法还包括:5. The method of claim 1, wherein the method further comprises: 若需要变更目标节点对应的业务处理阶段,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。If the business processing stage corresponding to the target node needs to be changed, drag the target node to the flow chart swimlane corresponding to the target business processing stage by dragging and dropping. 6.如权利要求5所述的方法,其特征在于,所述方法还包括:6. The method of claim 5, wherein the method further comprises: 在将所述目标节点拖拽至目标业务处理阶段对应的流程图泳道后,将所述目标节点与所述目标业务处理阶段对应的流程图泳道建立流程图泳道映射关系,并解除所述目标节点与原流程图泳道之间的流程图泳道映射关系。After dragging the target node to the flow chart swimlane corresponding to the target business processing stage, establish a flow chart swimlane mapping relationship between the target node and the flow chart swimlane corresponding to the target business processing stage, and release the target node Flowchart swimlane mapping relationship with the original flowchart swimlane. 7.如权利要求1所述的方法,其特征在于,所述根据任务处理对象在所述业务流程图中添加流程图泳道,包括:7. The method according to claim 1, wherein the adding a flow chart swim lane in the business flow chart according to the task processing object comprises: 获取各个任务处理对象的岗位信息;Get the job information of each task processing object; 将同一个岗位信息的所有节点对应的任务作为一个业务处理阶段,将岗位信息相同的任务处理对象所对应的节点划分到一个流程图泳道内。The tasks corresponding to all nodes with the same post information are regarded as a business processing stage, and the nodes corresponding to the task processing objects with the same post information are divided into a flow chart swim lane. 8.如权利要求2所述的方法,其特征在于,所述方法还包括:8. The method of claim 2, wherein the method further comprises: 若流程图泳道内各个节点对应的任务属性信息有变更或各个节点对应的任务处理对象的用户属性信息有变更,则更新所述流程图泳道的公共信息。If the task attribute information corresponding to each node in the flowchart swim lane is changed or the user attribute information of the task processing object corresponding to each node is changed, the public information of the flowchart swim lane is updated. 9.如权利要求1所述的方法,其特征在于,所述基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据的处理,包括:9. The method of claim 1, wherein the processing of business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes comprises: 在所述业务流程图中设置监听器和钩子函数;Set up listeners and hook functions in the business flow chart; 当所述监听器监听到业务处理流流转至所述业务流程图中的各个节点时,触发所述钩子函数,利用所述钩子函数获取各个节点对应的流程图泳道,基于所述流程图泳道获取各个节点对应的公共信息。When the listener detects that the business processing flow is transferred to each node in the business flow chart, the hook function is triggered, and the hook function is used to obtain the flow chart swimlane corresponding to each node, and the flow chart swimlane is obtained based on the flow chart. Public information corresponding to each node. 10.一种业务数据处理装置,其特征在于,所述装置包括:10. A service data processing device, wherein the device comprises: 流程图构建模块,用于根据业务的处理流程绘制业务流程图;The flow chart building module is used to draw business flow charts according to the processing flow of the business; 任务处理对象确定模块,用于确定所述业务流程图中各个节点对应的任务处理对象;a task processing object determination module, configured to determine the task processing objects corresponding to each node in the business flow chart; 流程图泳道配置模块,用于根据任务处理对象对应的业务处理阶段在所述业务流程图中添加流程图泳道,其中,同一个流程图泳道内的节点对应的任务处理对象的业务处理阶段相同,各个流程图泳道配置有公共信息;A flowchart swimlane configuration module, configured to add a flowchart swimlane in the business flowchart according to the business processing stage corresponding to the task processing object, wherein the business processing stages of the task processing objects corresponding to the nodes in the same flowchart swimlane are the same, Each flowchart swimlane is configured with public information; 业务处理模块,用于基于所述业务流程图中的流程图泳道以及流程图泳道内的公共信息进行业务数据处理。The business processing module is configured to process business data based on the flow chart swim lanes in the business flow chart and the public information in the flow chart swim lanes. 11.如权利要求10所述的装置,其特征在于,所述业务处理模块具体用于:11. The apparatus according to claim 10, wherein the service processing module is specifically configured to: 根据所述业务流程图各个节点的顺序以及各个节点对应的任务依次进行业务数据的流转处理,在流转至各个节点时,根据各个节点对应的流程图泳道,依次获取对应的公共信息,根据获取到的公共信息确定对应的任务处理对象以及任务配置参数,将节点对应的任务以及任务配置参数推送至对应的任务处理对象进行业务数据的处理。According to the sequence of each node in the business flow chart and the tasks corresponding to each node, the business data flow processing is performed in sequence. When the flow is transferred to each node, the corresponding public information is sequentially obtained according to the flow chart swimlane corresponding to each node. The public information of the node determines the corresponding task processing object and task configuration parameters, and pushes the task and task configuration parameters corresponding to the node to the corresponding task processing object for business data processing. 12.如权利要求10所述的装置,其特征在于,所述装置还包括节点变更模块,用于:12. The apparatus according to claim 10, wherein the apparatus further comprises a node change module for: 在需要变更目标节点对应的业务处理阶段时,则将所述目标节点通过拖拽的方式拖拽至目标业务处理阶段对应的流程图泳道。When the business processing stage corresponding to the target node needs to be changed, the target node is dragged and dropped to the swim lane of the flowchart corresponding to the target business processing stage. 13.一种业务数据处理设备,其特征在于,设备包括至少一个处理器及用于存储处理器可执行指令的存储器,指令被处理器执行时实现包括上述权利要求1-9任一项方法的步骤。13. A service data processing device, characterized in that the device comprises at least one processor and a memory for storing executable instructions of the processor, and when the instructions are executed by the processor, a method comprising the method of any one of claims 1-9 is implemented. step. 14.一种计算机可读存储介质,其特征在于,其上存储有计算机指令,所述指令被处理器执行时实现上述权利要求1-9任一项方法的步骤。14. A computer-readable storage medium, wherein computer instructions are stored thereon, and when the instructions are executed by a processor, implement the steps of the method of any one of the preceding claims 1-9. 15.一种计算机程序产品,包括计算机指令,其特征在于,所述计算机指令被处理器执行时实现权利要求1-9中任一项所述方法的步骤。15. A computer program product comprising computer instructions, wherein the computer instructions, when executed by a processor, implement the steps of the method of any one of claims 1-9.
CN202210277671.7A 2022-03-21 2022-03-21 Business data processing method, device, equipment and computer storage medium Active CN114610383B (en)

Priority Applications (1)

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

Applications Claiming Priority (1)

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

Publications (2)

Publication Number Publication Date
CN114610383A true CN114610383A (en) 2022-06-10
CN114610383B CN114610383B (en) 2024-12-20

Family

ID=81865765

Family Applications (1)

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

Country Status (1)

Country Link
CN (1) CN114610383B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118093413A (en) * 2024-03-11 2024-05-28 朴道征信有限公司 Microservice test information display method, device, equipment and computer-readable medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109583707A (en) * 2018-11-08 2019-04-05 北京车和家信息技术有限公司 Process transaction processing method and processing device, computer equipment and readable storage medium storing program for executing
CN110298630A (en) * 2019-06-27 2019-10-01 南京冰鉴信息科技有限公司 A kind of workflow engine
US20200110583A1 (en) * 2018-10-09 2020-04-09 International Business Machines Corporation Management of L-Shaped Swim Lanes of Variable Heights and Widths in a Graphical Editor Used to Represent Multiple Asynchronous Process in the Same View
CN112561386A (en) * 2020-12-24 2021-03-26 建信金融科技有限责任公司 Method, device and equipment for acquiring business process
CN113467782A (en) * 2021-07-02 2021-10-01 建信金融科技有限责任公司 Method, device and equipment for determining business process

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200110583A1 (en) * 2018-10-09 2020-04-09 International Business Machines Corporation Management of L-Shaped Swim Lanes of Variable Heights and Widths in a Graphical Editor Used to Represent Multiple Asynchronous Process in the Same View
CN109583707A (en) * 2018-11-08 2019-04-05 北京车和家信息技术有限公司 Process transaction processing method and processing device, computer equipment and readable storage medium storing program for executing
CN110298630A (en) * 2019-06-27 2019-10-01 南京冰鉴信息科技有限公司 A kind of workflow engine
CN112561386A (en) * 2020-12-24 2021-03-26 建信金融科技有限责任公司 Method, device and equipment for acquiring business process
CN113467782A (en) * 2021-07-02 2021-10-01 建信金融科技有限责任公司 Method, device and equipment for determining business process

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118093413A (en) * 2024-03-11 2024-05-28 朴道征信有限公司 Microservice test information display method, device, equipment and computer-readable medium

Also Published As

Publication number Publication date
CN114610383B (en) 2024-12-20

Similar Documents

Publication Publication Date Title
CN115292026B (en) Management method, device and equipment of container cluster and computer readable storage medium
DE102016104260B4 (en) Intelligent update of mobile applications
CN105007323A (en) System and method for arranging cloud resources
CN110233742B (en) Group establishing method, system, terminal and server
CN109067841B (en) Service current limiting method, system, server and storage medium based on ZooKeeper
CN104303175A (en) Cloud computing services framework
CN114675965B (en) Federal learning method, apparatus, device and medium
CN112615746B (en) Edge calculation method, device and system
CN112817992B (en) Method, apparatus, electronic device and readable storage medium for executing change task
CN114610383A (en) Business data processing method, device, equipment and computer storage medium
CN115392501A (en) Data acquisition method and device, electronic equipment and storage medium
CN113938391A (en) Network distribution method and system for gateway equipment and electronic equipment
CN116432169B (en) Automatic task permission control method, system and equipment based on sharing strategy
CN112905306A (en) Multi-cluster container management method and device, electronic equipment and storage medium
CN115984022B (en) Unified account checking method and device for distributed payment system
CN112044061A (en) Game picture processing method and device, electronic equipment and storage medium
CN117155948A (en) Cluster management method, device, electronic equipment and storage medium
CN114564211A (en) Cluster deployment method, cluster deployment device, equipment and medium
CN114297533A (en) GIS service determination method and device and electronic equipment
CN113760403A (en) State machine linkage method and device
CN114327819A (en) Task management method, device, equipment and storage medium
CN114528095A (en) Cluster data processing method and device, electronic equipment and storage medium
CN113347268A (en) Networking method and device based on distributed network, storage medium and computer equipment
CN112711466A (en) Hanging affair inspection method and device, electronic equipment and storage medium
CN117519989B (en) Distributed system hosting method and device, electronic equipment and storage 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
GR01 Patent grant
GR01 Patent grant