WO2019227573A1 - 协同办公数据流处理方法、装置、计算机设备及存储介质 - Google Patents

协同办公数据流处理方法、装置、计算机设备及存储介质 Download PDF

Info

Publication number
WO2019227573A1
WO2019227573A1 PCT/CN2018/094347 CN2018094347W WO2019227573A1 WO 2019227573 A1 WO2019227573 A1 WO 2019227573A1 CN 2018094347 W CN2018094347 W CN 2018094347W WO 2019227573 A1 WO2019227573 A1 WO 2019227573A1
Authority
WO
WIPO (PCT)
Prior art keywords
linked list
workflow
target
workflow linked
user
Prior art date
Application number
PCT/CN2018/094347
Other languages
English (en)
French (fr)
Inventor
王建华
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019227573A1 publication Critical patent/WO2019227573A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Definitions

  • the present application relates to the field of computer technology, and in particular, to a method, a device, a computer device, and a storage medium for processing collaborative office data streams.
  • the existing collaborative office system especially the application involving business forms, generally defines a workflow linked list template separately for each business form, and mixes business form processing logic and workflow linked list processing logic, that is, each The business logic of the business form is closely coupled with the workflow linked list engine, but today, with the increasing demand for personalization, an electronic form system will require more and more forms, so the workflow linked list that needs to be defined during development will also follow This increases the development workload of the electronic form system and the maintenance cost is relatively high. It can be seen that the default preset workflow list cannot meet the actual collaborative office operation.
  • both the default preset workflow list and the custom-edited workflow list are not conducive to the actual needs of the user's office, and increase the user's workload, which is not conducive to the maintenance of the workflow link list.
  • a collaborative office data stream processing method includes:
  • task process information initiated by a user, wherein the task process information includes task process attributes
  • the process database includes the task process attributes, the workflow linked list, and a correspondence between the task process attributes and the workflow linked list;
  • the target number is less than or equal to a preset maximum threshold, updating the workflow list so that the current working node jumps to the target working node;
  • a preset workflow design template is invoked, so that the user uses the workflow design template to edit the workflow linked list to obtain a target workflow linked list.
  • a collaborative office data stream processing device includes:
  • An acquisition module for acquiring task process information initiated by a user, wherein the task process information includes task process attributes;
  • a matching module configured to obtain a workflow linked list matching the task process attribute in a process database according to the task process attribute, and send the workflow linked list to a front-end interface, wherein the workflow linked list includes a carrying A numbered work node, the process database includes the task process attributes, the workflow linked list, and a correspondence between the task process attributes and the workflow linked list;
  • a jump module configured to obtain a target number of a target work node included in the jump instruction when a jump instruction submitted by the user at the current working node is received;
  • a jump module configured to update the workflow linked list if the target number is less than or equal to a preset maximum threshold, so that the current working node jumps to the target working node;
  • An editing module configured to call a preset workflow design template when the user ’s editing instruction for the workflow linked list is received, so that the user uses the workflow design template to edit the workflow linked list, Get the target workflow linked list;
  • a verification module configured to obtain the target workflow linked list when receiving a submission instruction from the user, and verify the target workflow linked list to obtain a verification result
  • the verification success module is configured to perform node circulation according to the target workflow linked list if the verification result is successful.
  • a computer device includes a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor, and the processor implements the collaborative office data flow when the computer-readable instructions are executed Steps of the processing method.
  • One or more non-volatile readable storage media storing computer-readable instructions, which when executed by one or more processors, cause the one or more processors to achieve the above-mentioned cooperation when executed Steps of office data stream processing method.
  • FIG. 1 is a schematic diagram of an application environment of a method for processing collaborative office data streams according to an embodiment of the present application
  • FIG. 2 is a flowchart of a collaborative office data stream processing method according to an embodiment of the present application
  • FIG. 3 is an implementation flowchart of constructing a workflow linked list in a method for processing collaborative office data streams according to an embodiment of the present application
  • step S6 is an implementation flowchart of step S6 in the method for processing collaborative office data streams according to an embodiment of the present application
  • FIG. 5 is an implementation flowchart of pushing a workflow linked list to a user in a collaborative office data stream processing method according to an embodiment of the present application
  • FIG. 6 is a schematic diagram of a collaborative office data stream processing device according to an embodiment of the present application.
  • FIG. 7 is a schematic diagram of a computer device in an embodiment of the present application.
  • the method for processing collaborative office data streams provided in this application can be applied in the application environment shown in FIG. 1, which includes a server and a client, where the server and the client are connected through a network, and the server is based on the user
  • the started task process information obtains a workflow linked list containing the working nodes that matches the task process information, and processes the working nodes of the workflow linked list according to the operation instructions submitted by the user.
  • the user can flexibly configure the workflow linked list through the client.
  • the client can be, but is not limited to, various personal computers, laptops, smartphones, tablets, and portable wearable devices.
  • the server can be implemented by using an independent server or a server cluster composed of multiple servers.
  • a method for processing a collaborative office data stream is provided.
  • the method is applied to the server in FIG. 1 as an example, and includes the following steps:
  • S1 Obtain task process information initiated by a user, where the task process information includes task process attributes.
  • the client detects that the user initiates the task process, that is, when it detects that the user completes filling in information according to the task process template
  • the information on the acquired task process template is sent to the server as task process information, so that the server obtains the task Process information.
  • the task process attribute consists of the template category and department category of the task process template.
  • the template categories include purchase, leave, reimbursement, etc.
  • the template category is further subdivided into template categories for each department, and different task process templates are designed according to the task category attributes of each department. For example, if the task process attribute is reimbursement and sales department, the corresponding task process template is the sales reimbursement template, and the reimbursement template used by the finance department is the financial reimbursement template.
  • each task process template stored in the process database has a corresponding preset workflow linked list. Due to the correspondence between the task process attributes and the workflow linked list, it can be based on the tasks in the acquired task process information. Process attributes, matching the workflow linked list corresponding to task process attributes in the process database, and sending the workflow linked list to the client's front-end interface for display.
  • the process database stores each task process attribute and a workflow linked list corresponding to the task process attribute in advance.
  • each workflow linked list is composed of working nodes carrying numbers.
  • the client when the client detects that the user performs a jump operation on the target working node on the workflow linked list at the current working node, the client obtains the target number of the target working node, and sends a jump instruction including the target number to the server.
  • the server When the server receives the jump instruction submitted by the user at the current working node, it obtains the target number contained in the jump instruction, so that each worker node on the workflow linked list is in a movable state, and determines whether the target number meets a preset condition. To adjust the current working node of the workflow linked list, thereby establishing a new connection relationship between the working nodes of the workflow linked list.
  • the process from the beginning to the end of the workflow list of the reimbursement task process is drafters ⁇ department heads ⁇ second-level leaders ⁇ first-level leaders.
  • working nodes that is, when the original workflow linked list needs to establish a connection between new working nodes
  • the workflow linked list becomes a drafter ⁇ department head ⁇ second-level leader ⁇ first-level leader.
  • the target number obtained according to step S3 is substituted into a preset condition.
  • the workflow linked list is updated so that the current working node jumps to the target working node.
  • the preset conditions include the maximum number of working nodes and the minimum number of working nodes of the workflow linked list corresponding to each task process.
  • the workflow linked list of the sales reimbursement task process includes a drafter ⁇ department head ⁇ second-level leader ⁇ first-level Leadership, a total of four working nodes, the number of working nodes from the drafter to the first-level leadership are 1, 2, 3, and 4, and the workflow linked list must go through the working node where the second-level leadership is located, which is the Set the maximum threshold to 3, and only when the target number obtained is less than or equal to 3, that is, the target working node that the user jumps to cannot reach the working node where the first-level leader is located, for example, the target number is 3.
  • the server updates the current Workflow linked list, establish the connection relationship of new working nodes, and get a new workflow linked list, namely drafter ⁇ second-level leader ⁇ first-level leader.
  • the editing instruction is sent to the server, and when the server receives the user's editing instruction for the workflow linked list, the preset workflow design template is called to enable the user to use Workflow design template edit workflow linked list.
  • editing the workflow linked list may specifically delete, add, or modify the working nodes on the current workflow linked list of the front-end interface, or newly create a new workflow linked list.
  • the client detects that the user creates a workflow linked list through the workflow design template, the current workflow linked list on the front-end interface is automatically deleted.
  • the client sends the submission instruction including the target workflow linked list to the server.
  • the server receives the user's submission instruction, it obtains the target workflow linked list and verifies the target workflow linked list to obtain the verification result.
  • checking the target workflow linked list specifically includes checking the number of working nodes of the target workflow linked list, only when the number of working nodes is within a preset number of working nodes, and the performers on the working nodes
  • the target workflow linked list can be transferred normally when the information is valid; otherwise, the server sends a verification failure prompt message to the front-end interface.
  • step S6 if the verification result obtained according to step S6 is that the verification is successful, that is, the connection relationship between the newly created working nodes of the edited workflow linked list is valid, the circulation is performed according to the working node order of the target workflow linked list, and according to The performer information on the work node is sent to the performer corresponding to the work node, so that the performer completes the execution operation on the work node.
  • the user-initiated task process information including the task process attributes is obtained, and a workflow linked list matching the task process attributes is obtained in the process database according to the task process attributes, and the workflow linked list is sent to On the front-end interface, when a jump instruction containing the target number of the target working node submitted by the user at the current working node is received, if the target number is less than or equal to a preset maximum threshold, the workflow linked list is updated so that the current working node Jump to the target workflow node.
  • the preset workflow design template is called, so that the user can use the workflow design template to edit the workflow list, and get the target workflow list.
  • the target workflow linked list is obtained, and the target workflow linked list is verified. If the verification result is successful, the node is transferred according to the target workflow linked list, so that the user can be flexible according to the actual situation.
  • Configure the workflow linked list which can jump according to the preset workflow linked list
  • the operation determines the working nodes and length of the workflow linked list.
  • the workflow linked list can also be edited according to the workflow design template, which perfectly combines the ease of maintenance of the preset workflow chain and the flexibility of the customized workflow linked list, improving configuration flexibility. , Not only make the user easy to operate, but also greatly reduce the maintenance workload of the developer's workflow linked list, improve the efficiency of collaborative office, and meet the needs of actual office.
  • the method for processing collaborative office data flow further includes the following steps:
  • the task process attributes, the number of working nodes, and the performer information corresponding to each node in the workflow linked list input by the user are obtained, the corresponding task process template is obtained according to the task process attributes, and the same number of working nodes are generated according to the number of working nodes An interconnection relationship is established between the working nodes, and the corresponding performer information is assigned to each working node according to the input of the performer information on each working node, and finally a workflow linked list is formed.
  • each work node on the workflow linked list is numbered, and the workflow linked list containing the number is stored in the process database.
  • step S8 according to the interconnection relationship, sequentially number from the starting working node to the ending working node, and at the same time establish a corresponding connection relationship between the numbered workflow linked list and the corresponding task process template, And saved in the process database.
  • step S4 is continued to be used.
  • the server obtains the user input process attribute of the task flow is the reimbursement and sales department, the number of working nodes is 4, and the performer information corresponding to each working node is the drafter and department head , Second-level leaders, and first-level leaders, obtain the sales reimbursement template according to the task process attributes, generate a workflow linked list of 4 work nodes based on the number of work nodes, and give performer information to each work node to obtain The drafter ⁇ the department head ⁇ the second-level leader ⁇ the first-level leader.
  • the working nodes from the drafter to the first-level leader are numbered as 1, 2, 3, and 4, respectively, to get the workflow list drafter containing the number (1 ) ⁇ department head (2) ⁇ second-level leader (3) ⁇ first-level leader (4), and establish a corresponding connection relationship with the sales reimbursement template, and finally save it in the process database.
  • a corresponding workflow link list containing a number is generated according to the task process attributes in the process database in advance, so that the server obtains the corresponding preset according to the task process attributes in the task process initiated by the user.
  • Workflow linked list improve office efficiency and obtain the accuracy of the workflow linked list.
  • the number on the working node facilitates the server to verify the freely configured workflow linked list, so that the server can form a new working node connection relationship based on the verification result.
  • step S6 the verification of the target workflow linked list specifically includes the following steps:
  • step S6 when the server receives the user's submission instruction, it obtains the edited target workflow linked list, reads each working node of the target workflow linked list, and calculates the number of working nodes of the target workflow linked list.
  • the number of working nodes required for each workflow linked list is different, so only when the number of working nodes in the target workflow linked list meets the preset check conditions,
  • the verification result can be confirmed successfully, that is, if the number of working nodes on the target workflow linked list is less than or equal to the preset maximum number of working nodes or greater than or equal to the preset minimum number of working nodes, the verification result is confirmed to be successful; otherwise, if the target works If the number of working nodes on the flow link list is greater than the preset maximum number of working nodes or less than the preset minimum number of working nodes, it is confirmed that the verification result is verification failure.
  • the preset check conditions require that the number of working nodes in the workflow linked list of the sales reimbursement task process cannot be less than 3 or exceed 6, if the number of working nodes in the edited workflow linked list is 2 or includes a value of 7 or more , It is confirmed that the workflow linked list does not meet the verification conditions, and the verification result is verification failure.
  • S62 If the number of working nodes on the target workflow linked list is less than or equal to the preset maximum number of working nodes or greater than or equal to the preset minimum number of working nodes, query the target workflow linked list in the personnel organization table in the process database. The performer information of the worker node.
  • step S6 if the target workflow linked list is verified according to step S6, and when the number of working nodes on the target workflow linked list is less than or equal to a preset maximum number of working nodes or greater than or equal to a preset minimum number of working nodes, then further Query the performer information corresponding to each working node on the target workflow linked list in the personnel organization table in the process database, and determine whether the performer information corresponding to each working node is recorded in the personnel organization table. If the information of the executor cannot be queried, it means that the working node is invalid, then the verification result is verified as a verification failure.
  • the reasons why the performer information cannot be queried include that the performer information entered by the user is incorrect, or that the performer information is not entered in the personnel organization table.
  • step S62 the executor information of the working node on the target workflow linked list is queried in the personnel organization table in the process database. If the executor information is queried, it is confirmed that the verification result is verification success, otherwise If the information of the executor cannot be queried, it means that the working node is invalid, and the verification result is confirmed as verification failure.
  • the number of working nodes on the target workflow linked list is greater than the preset maximum number of working nodes or less than the preset minimum number of working nodes, confirm that the verification result is a verification failure; otherwise, further Query the performer information of the worker nodes on the target workflow linked list in the personnel organization table in the process database. If the performer information is queried, the verification result is verified as a successful verification, otherwise, the verification result is verified as a verification Failed.
  • step S1 the method for processing collaborative office data flow further includes the following steps:
  • the client when the client detects that the user clicks the push button on the current working node, the client sends a push order to the server, where the push instruction includes the user's identity information, and when the server receives the push instruction, it obtains the user's Identity information.
  • the workflow log in the process database records and stores the historical workflow linked list used by each user as historical information, where the historical information includes the user's identity information, the department to which the identity information corresponds, and the history Workflow linked list and time of using historical workflow linked list.
  • a historical workflow linked list that matches the user's identity information is queried in the workflow log in the process database, and according to the recorded time of using the historical workflow linked list in a descending manner, the The historical workflow linked list is sorted, and the historical workflow linked list n before sorting is obtained, where n may specifically be 1 or other positive integer, which is not limited here.
  • S12 Determine the department to which the user belongs according to the identification information.
  • the work department log in the process database is queried to find the department to which the user's identity information matches.
  • the department searches the process database for the task process attribute corresponding to the department according to the department, and obtains the department workflow linked list corresponding to the task process attribute.
  • the department workflow linked list corresponding to the task process attribute collects in the workflow log the users of the department who have used the historical workflow linked list of the task process attribute, and according to the number of uses, the historical workflow is The linked list is sorted, and the historical workflow linked list of m before sorting is obtained as the departmental workflow linked list corresponding to the task attribute, where m may specifically be 1 or other positive integers, and there is no limitation here.
  • S14 Send the historical workflow linked list and the department workflow linked list to the front-end interface, so that the user can select the target workflow linked list among the historical workflow linked list and the department workflow linked list.
  • the historical workflow linked list and the departmental workflow linked list obtained in step S11 may be sent to the front-end interface of the client for display in the order from the historical workflow linked list to the departmental workflow linked list, or in the order of the most frequent use. To enable the user to select the target workflow list in the historical workflow list and the department workflow list.
  • the server detects that the historical workflow linked list and the department workflow linked list are the same, it sends one of the historical workflow linked list or the department workflow linked list to the front-end interface.
  • the user's identity information included in the push instruction is obtained, and the user's historical workflow linked list is obtained in the process database.
  • the identity information Determine the department to which the user belongs, and find the task process attributes corresponding to the department in the process database, obtain the department workflow linked list corresponding to the task process attribute, and send the historical workflow linked list and department workflow linked list to the front-end interface so that The user selects the target workflow linked list from the historical workflow linked list and the departmental workflow linked list, which provides users with more references to the workflow linked list, thereby improving office execution efficiency.
  • the collaborative office data stream processing method further includes:
  • a prompt message indicating a jump failure is sent to the front-end interface.
  • step S3 when receiving the jump instruction submitted by the user at the current working node, after obtaining the target number of the target working node included in the jump instruction, if the target number is less than a preset minimum threshold or greater than a preset maximum threshold, Then, a message indicating that the jump failed is sent to the front-end interface of the client.
  • the workflow list of the sales reimbursement task process includes drafters ⁇ department heads ⁇ second-level leaders ⁇ first-level leaders, a total of four working nodes, from the drafter to the first-level leader's working node number They are 1, 2, 3, and 4, respectively.
  • This workflow list must pass through the working node where the secondary leader is located, that is, the preset maximum threshold is 4, and it cannot be returned to the working node of the drafter, that is, the preset minimum.
  • the threshold value is 2.
  • a collaborative office data stream processing device corresponds to the collaborative office data stream processing method in the above embodiment in a one-to-one correspondence.
  • the collaborative office data stream processing device includes an acquisition module 601, a matching module 602, an acquisition jump module 603, a jump module 604, an editing module 605, a verification module 606, and a verification success module 607.
  • the detailed description of each function module is as follows:
  • An obtaining module 601 is configured to obtain task process information initiated by a user, where the task process information includes task process attributes;
  • the matching module 602 is configured to obtain a workflow linked list matching the task process attribute in the process database according to the task process attribute, and send the workflow linked list to the front-end interface, wherein the workflow linked list includes a working node carrying a number and a process database. Including task process attributes, workflow linked lists, and the correspondence between task process attributes and workflow linked lists;
  • the obtaining jump module 603 is configured to obtain the target number of the target working node included in the jumping instruction when receiving the jumping instruction submitted by the user at the current working node;
  • a jump module 604 configured to update the workflow linked list if the target number is less than or equal to a preset maximum threshold, so that the current working node jumps to the target working node;
  • An editing module 605 is configured to call a preset workflow design template when a user edits a workflow linked list, so that the user can use the workflow design template to edit the workflow linked list to obtain a target workflow linked list;
  • a verification module 606 configured to obtain a target workflow linked list when receiving a user's submission instruction, and verify the target workflow linked list to obtain a verification result
  • the verification success module 607 is configured to perform node flow according to the target workflow linked list if the verification result is successful.
  • the collaborative office data stream processing device further includes:
  • a linked list generating module 608 is configured to generate a workflow linked list corresponding to the task process attribute for each preset task process attribute according to the number of working nodes included in the task process attribute and the performer information of each working node.
  • the workflow linked list contains the working nodes and the interconnections between the working nodes;
  • a numbering module 609 is configured to number each work node on the workflow linked list according to the mutual connection relationship, and save the workflow linked list containing the number in the process database.
  • verification module 606 includes:
  • a first verification unit 6061 configured to confirm that the verification result is verification failure if the number of working nodes on the target workflow linked list is greater than a preset maximum number of working nodes or less than a preset minimum number of working nodes;
  • a query unit 6062 is configured to query the target work in the personnel organization table in the process database if the number of work nodes on the target workflow linked list is less than or equal to a preset maximum number of work nodes or greater than or equal to a preset minimum number of work nodes. Performer information of worker nodes on the flow linked list;
  • the second verification unit 6063 is configured to confirm that the verification result is a verification success if the performer information is queried; otherwise, confirm that the verification result is a verification failure.
  • the collaborative office data stream processing device further includes:
  • An information obtaining module 610 configured to obtain, when a push instruction submitted by a user at a current working node, the identity information of the user included in the push instruction;
  • a first obtaining module 611 configured to obtain a historical workflow linked list of a user in a process database according to the identification information
  • a department determination module 612 configured to determine a department to which a user belongs according to the identification information
  • a second obtaining module 613 configured to find a task process attribute corresponding to the department in the process database according to the department, and obtain a department workflow linked list corresponding to the task process attribute;
  • a sending linked list module 614 is configured to send the historical workflow linked list and the departmental workflow linked list to the front-end interface, so that the user can select the target workflow linked list from the historical workflow linked list and the departmental workflow linked list.
  • the collaborative office data stream processing device further includes:
  • the prompting module 615 is configured to send a prompt message that the jump fails to the front-end interface if the target number is less than a preset minimum threshold or greater than a preset maximum threshold.
  • Each module in the above-mentioned collaborative office data stream processing device may be implemented in whole or in part by software, hardware, and a combination thereof.
  • the above-mentioned modules may be embedded in the hardware in or independent of the processor in the computer device, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the operations corresponding to the above modules.
  • a computer device is provided.
  • the computer device may be a server, and its internal structure diagram may be as shown in FIG. 7.
  • the computer device includes a processor, a memory, a network interface, and a database connected through a system bus.
  • the processor of the computer device is used to provide computing and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer-readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in a non-volatile storage medium.
  • the database of the computer equipment is used to store and query task process information and workflow linked lists.
  • the network interface of the computer device is used to communicate with an external terminal through a network connection.
  • a non-volatile storage medium which includes a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor.
  • the processor implements the computer-readable instructions to implement the foregoing.
  • the steps of the method for processing a collaborative office data stream in an embodiment are, for example, steps S1 to S7 shown in FIG. 2.
  • the processor executes the computer-readable instructions
  • the functions of the modules / units of the collaborative office data stream processing device in the foregoing embodiment are implemented, for example, the functions of modules 601 to 607 shown in FIG. 6. To avoid repetition, we will not repeat them here.
  • a computer-readable storage medium on which computer-readable instructions are stored, and when the computer-readable instructions are executed by a processor, the method for processing a collaborative office data stream in the foregoing method embodiment is implemented, or, When the computer-readable instructions are executed by the processor, the functions of each module / unit in the collaborative office data stream processing device in the foregoing device embodiments are implemented. To avoid repetition, we will not repeat them here.
  • Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM is available in various forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), dual data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Educational Administration (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本申请公开了一种协同办公数据流处理方法、装置、计算机设备及存储介质,包括根据任务流程属性,在流程数据库中获取与用户启动的任务流程信息相匹配的工作流链表,当接收跳转指令时,获取跳转指令包含的目标工作节点的目标编号,若目标编号小于或者等于预设最大阈值,则对工作流链表进行更新,使得工作流链表上的当前工作节点跳转到目标工作节点,当接收到编辑指令时,调用预设的工作流设计模板,以使用户使用工作流设计模板编辑工作流链表,当接收到提交指令时,对获取的目标工作流链表进行校验,若校验成功,则按照目标工作流链表进行节点流转。本申请不仅使用户操作方便,提高了配置的灵活性,同时提高协同办公效率,满足了实际办公的需求。

Description

协同办公数据流处理方法、装置、计算机设备及存储介质
本申请以2018年06月01日提交的申请号为201810556667.8,名称为“协同办公数据流处理方法、装置、计算机设备及存储介质”的中国发明专利申请为基础,并要求其优先权。
技术领域
本申请涉及计算机技术领域,尤其涉及一种协同办公数据流处理方法、装置、计算机设备及存储介质。
背景技术
现有的协同办公系统,尤其是涉及业务表单的应用,一般是针对每一个业务表单,都单独定义一个工作流链表模板,并且将业务表单处理逻辑与工作流链表处理逻辑混在一起,即每个业务表单的业务逻辑都与工作流链表引擎进行了紧密耦合,但对于个性化需求不断丰富的今天,一个电子表单系统需要的表单将越来越多,那么开发时需要定义的工作流链表也随之增加,从而使得电子表单系统开发工作量不断加大,维护成本也相对高,可见默认预设的工作流链表无法满足实际的协同办公操作。
另外,若用户不采用系统默认设定的工作流链表,而是通过自定义编辑工作流链表,这样的操作方法虽然灵活,但操作复杂,增加用户工作量。
可见,无论是默认预设的工作流链表还是自定义编辑的工作流链表,都是不利于用户办公的实际需要,而且增加用户的工作量,不利于对工作流链表的维护。
发明内容
基于此,有必要针对上述技术问题,提供一种提高工作流链表的配置灵活性以及提高协同办公效率的协同办公数据流处理方法、装置、计算机设备及存储介质。
一种协同办公数据流处理方法,包括:
获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链 表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
一种协同办公数据流处理装置,包括:
获取模块,用于获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
匹配模块,用于根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
获取跳转模块,用于当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
跳转模块,用于若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
编辑模块,用于当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
校验模块,用于当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
校验成功模块,用于若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述协同办公数据流处理方法的步骤。
一个或多个存储有计算机可读指令的非易失性可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行时实现上述协同办公数据流处理方法的步骤。
本申请的一个或多个实施例的细节在下面的附图和描述中提出,本申请的其他特征和优点将从说明书、附图以及权利要求变得明显。
附图说明
为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例的描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。
图1是本申请一实施例中协同办公数据流处理方法的一应用环境示意图;
图2是本申请一实施例中协同办公数据流处理方法的一流程图;
图3是本申请一实施例中协同办公数据流处理方法中构建工作流链表的一实现流程图;
图4是本申请一实施例中协同办公数据流处理方法的中步骤S6的一实现流程图;
图5是本申请一实施例中协同办公数据流处理方法中向用户推送工作流链表的一实现流程图;
图6是本申请一实施例中协同办公数据流处理装置的一示意图;
图7是本申请一实施例中计算机设备的一示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
本申请提供的协同办公数据流处理方法,可应用在如图1的应用环境中,该应用环境 包括服务端和客户端,其中,服务端和客户端之间通过网络进行连接,服务端根据用户启动的任务流程信息获取与任务流程信息相匹配的包含工作节点的工作流链表,根据用户提交的操作指令,对工作流链表的工作节点进行处理,用户通过客户端能灵活配置工作流链表,客户端具体可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备,服务端具体可以用独立的服务器或者多个服务器组成的服务器集群实现。
在一实施例中,如图2所示,提供一种协同办公数据流处理方法,以该方法应用在图1中的服务器为例进行说明,包括如下步骤:
S1:获取用户启动的任务流程信息,其中,任务流程信息包括任务流程属性。
具体地,当客户端检测到用户启动任务流程时,即检测到用户根据任务流程模板完成信息填写时,将获取任务流程模板上的信息作为任务流程信息发送给服务端,使服务端获取该任务流程信息。
其中,由于各个部门执行的任务流程情况不同,每个部门使用的任务流程模板也不一样。任务流程属性由任务流程模板的模板类别和部门类别组成,模板类别包括采购、请假、报销等。另外,根据不同部门,模板类别进一步细分为各个部门的模板类别,根据各个部门的模板类别即根据任务流程属性设计不同的任务流程模板。例如任务流程属性为报销和销售部门,则对应的任务流程模板为销售报销模板,财务部门使用的报销模板为财务报销模板。
S2:根据任务流程属性在流程数据库中获取与任务流程属性相匹配的工作流链表,并将该工作流链表发送到前端界面,其中,工作流链表包括携带编号的工作节点,流程数据库包括任务流程属性、工作流链表,以及任务流程属性与工作流链表之间的对应关系。
具体地,在流程数据库中存储的每个任务流程模板都有对应的预设的工作流链表,由于任务流程属性与工作流链表之间的对应关系,即能根据获取的任务流程信息中的任务流程属性,在流程数据库中匹配与任务流程属性相对应的工作流链表,并将该工作流链表发送到客户端的前端界面进行显示。
流程数据库预先存储各个任务流程属性以及任务流程属性对应的工作流链表。另外,每条工作流链表由携带编号的工作节点组成。
S3:当接收到用户在当前工作节点提交的跳转指令时,获取跳转指令包含的目标工作节点的目标编号。
具体地,当客户端检测到用户在当前工作节点对工作流链表上的目标工作节点进行跳 转操作时,获取目标工作节点的目标编号,并将包含目标编号的跳转指令发送给服务端。
当服务端接收到用户在当前工作节点提交的跳转指令时,获取跳转指令包含的目标编号,令工作流链表上的各个工作节点处于可移动状态,并通过判断目标编号是否满足预设条件来调整工作流链表的当前工作节点,从而建立工作流链表的工作节点间新的连接关系。
例如,一个报销任务流程的工作流链表的起始到结束的过程为起草人→部门负责人→二级领导→一级领导,当起草人将当前的起草人工作节点跳转到二级领导的工作节点时,即原本的工作流链表需建立新的工作节点间的连接时,工作流链表变成起草人→部门负责人→二级领导→一级领导。
S4:若目标编号小于或者等于预设最大阈值,则对工作流链表进行更新,使得当前工作节点跳转到目标工作节点。
具体地,将根据步骤S3获取的目标编号,代入预设条件中,当目标编号小于或者等于预设最大阈值,则对工作流链表进行更新,使得当前工作节点跳转到目标工作节点。其中,预设条件包括了每个任务流程对应的工作流链表的最大工作节点数量以及最小工作节点数量。
需要说明的是,由于工作流链表上的某些工作节点是不能被执行跳转操作的,例如,假设销售报销任务流程的工作流链表中包括起草人→部门负责人→二级领导→一级领导预,总共四个工作节点,从起草人到一级领导的工作节点的编号分别为1、2、3以及4,并且要求该工作流链表必须经过二级领导所在的工作节点,也就是预设最大阈值为3,只有当获取的目标编号小于或者等于3时,即用户跳转的目标工作节点不能到一级领导所在的工作节点,例如目标编号为3,此时,服务端更新当前的工作流链表,建立新的工作节点的连接关系,得到新的工作流链表,即起草人→二级领导→一级领导预。
S5:当接收到用户对工作流链表的编辑指令时,调用预设的工作流设计模板,以使用户使用工作流设计模板编辑工作流链表,得到目标工作流链表。
具体地,当客户端检测到用户点击编辑按钮时,将编辑指令发送给服务端,当服务端接收到用户对工作流链表的编辑指令时,调用预设的工作流设计模板,以使用户使用工作流设计模板编辑工作流链表。
进一步地,编辑工作流链表具体可以删除、增添、修改前端界面的当前工作流链表上的工作节点,或者重新新建一条新的工作流链表。
需要说明的是,当客户端检测到用户通过工作流设计模板创建工作流链表时,自动删 除前端界面的当前工作流链表。
S6:当接收到用户的提交指令时,获取目标工作流链表,并对目标工作流链表进行校验,得到校验结果。
具体地,根据步骤S5中当用户通过使用工作流设计模板编辑得到的目标工作流链表进行提交时,客户端将该包含目标工作流链表的提交指令发送到服务端。当服务端接收到用户的提交指令时,获取目标工作流链表,并对该目标工作流链表进行校验,得到校验结果。
进一步地,对该目标工作流链表进行校验具体包括对是对目标工作流链表的工作节点数量校验,只有当工作节点数量在预设的工作节点数量范围内,且工作节点上的执行者信息为有效时,该目标工作流链表才能正常流转,否则,服务端向前端界面发送校验失败提示信息。
S7:若校验结果为校验成功,则按照目标工作流链表进行节点流转。
具体地,若根据步骤S6得到的校验结果为校验成功,即经过编辑的工作流链表新建立的工作节点间的连接关系有效,则按照目标工作流链表的工作节点顺序进行流转,并根据工作节点上的执行者信息发送到该工作节点对应的执行者,使该执行者在该工作节点完成执行操作。
在图2对应的实施例中,获取用户启动的包括任务流程属性的任务流程信息,根据任务流程属性在流程数据库中获取与任务流程属性相匹配的工作流链表,并将该工作流链表发送到前端界面,当接收到用户在当前工作节点提交的包含的目标工作节点的目标编号的跳转指令时,若目标编号小于或者等于预设最大阈值,则对工作流链表进行更新,使得当前工作节点跳转到目标工作节点,当接收到用户对工作流链表的编辑指令时,调用预设的工作流设计模板,以使用户使用工作流设计模板编辑工作流链表,得到目标工作流链表,当接收到用户的提交指令时,获取目标工作流链表,并对目标工作流链表进行校验,若校验结果为校验成功,则按照目标工作流链表进行节点流转,使用户能够根据实际情况,灵活配置工作流链表,既能按预设的工作流链表进行跳转操作决定工作流链表的工作节点以及长度,也能根据工作流设计模板编辑工作流链表,完美结合了预设工作流链的易维护性与自定义工作流链表的灵活性,提高了配置灵活性,不仅使用户操作方便,也大大减少了开发人员对工作流链表的维护工作量,提高协同办公效率,满足了实际办公的需求。
在一实施例中,如图3所示,步骤S1之前,该协同办公数据流处理方法还包括如下步骤:
S8:针对每个预设的任务流程属性,按照该任务流程属性包含的工作节点数量和每个工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,工作流链表包含工作节点及工作节点之间的相互连接关系。
具体地,获取用户输入的任务流程属性、工作节点数量以及工作流链表中每个节点对应的执行者信息,根据任务流程属性获取对应的任务流程模板,根据工作节点数量生成同等数量的工作节点,并将工作节点间建立相互连接关系,并根据输入的每个工作节点上的执行者信息,为每个工作节点赋予对应的执行者信息,最终形成工作流链表。
S9:按照相互连接关系,对工作流链表上的每个工作节点进行编号,并将包含编号的工作流链表保存在流程数据库中。
具体地,根据步骤S8形成的工作流链表,按照相互连接关系,从起始工作节点到结束工作节点进行依次编号,同时将包含编号的工作流链表与对应的任务流程模板建立对应的连接关系,并且保存在流程数据库中。
进一步,继续引用步骤S4的例子,当服务端获取到用户输入的任务流程属性为报销和销售部门、工作节点数量为4,且每个工作节点对应的执行者信息分别为起草人、部门负责人、二级领导以及一级领导时,根据任务流程属性获取销售报销模板,根据工作节点数量生成一条由4个工作节点连接而成的工作流链表,并为每个工作节点赋予执行者信息,得到起草人→部门负责人→二级领导→一级领导,从起草人到一级领导的工作节点进行编号,分别为1、2、3以及4,即得到包含编号的工作流链表起草人(1)→部门负责人(2)→二级领导(3)→一级领导(4),并且与销售报销模板建立对应的连接关系,最终保存在流程数据库中。
在图3对应的实施例中,通过预先在流程数据库中根据任务流程属性生成对应的包含编号的工作流链表,以便之后服务端根据用户启动的任务流程中的任务流程属性获取对应的预设的工作流链表,提高办公效率以及获取工作流链表的准确性。另外,工作节点上的编号方便服务端对完成自由配置的工作流链表进行校验,使得服务端根据校验结果形成新的工作节点的连接关系。
在一实施例中,如图4所示,步骤S6中,即对目标工作流链表进行校验具体包括如下步骤:
S61:若目标工作流链表上的工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认校验结果为校验失败。
具体地,根据步骤S6当服务端接收到用户的提交指令时,获取编辑好的目标工作流 链表,读取目标工作流链表的每个工作节点,计算该目标工作流链表的工作节点数量,由于在预设的每个任务流程属性相匹配的每条工作流链表中,每条工作流链表要求的工作节点数量不同,所以只有当目标工作流链表的工作节点数量满足预设的校验条件,才能确认校验结果成功,即若目标工作流链表上的工作节点数量小于等于预设的最大工作节点数量或者大于等于预设的最小工作节点数量,则确认校验结果成功,否则,若目标工作流链表上的工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认校验结果为校验失败。
例如,当预设的校验条件要求销售报销任务流程的工作流链表的工作节点数量不能小于3或者超过6时,若编辑好的工作流链表的工作节点数量为2或者包括7以上的值时,则确认该工作流链表不符合校验条件,确认校验结果为校验失败。
S62:若目标工作流链表上的工作节点数量小于等于预设的最大工作节点数量或者大于等于预设的最小工作节点数量,则在流程数据库中的人员组织机构表中查询目标工作流链表上的工作节点的执行者信息。
具体地,若根据步骤S6对目标工作流链表进行校验,并且当目标工作流链表上的工作节点数量小于等于预设的最大工作节点数量或者大于等于预设的最小工作节点数量时,则进一步在流程数据库中的人员组织机构表中查询目标工作流链表上的每个工作节点对应的执行者信息,判断人员组织机构表中是否记录每个工作节点对应的执行者信息。若查询不到执行者信息,说明该工作节点为无效,则确认校验结果为校验失败。
需要说明的是,查询不到执行者信息的原因包括存在用户输入的执行者信息有误,或者执行者信息未录入到人员组织机构表。
S63:若查询到执行者信息,则确认校验结果为校验成功,否则,确认校验结果为校验失败。
具体地,根据步骤S62在所述流程数据库中的人员组织机构表中查询目标工作流链表上的工作节点的执行者信息,若查询到执行者信息,则确认校验结果为校验成功,否则,查询不到执行者信息,说明该工作节点为无效,则确认校验结果为校验失败。
在图4对应的实施例中,若目标工作流链表上的工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认校验结果为校验失败,否则,进一步在流程数据库中的人员组织机构表中查询目标工作流链表上的工作节点的执行者信息,若查询到执行者信息,则确认校验结果为校验成功,否则,确认校验结果为校验失败,通过校验编辑好的目标工作流链表,使得将校验成功的目标工作流链表的工作节点得以正常流 转,在满足办公实际办公要求的同时,提高办公执行效率。
在一实施例中,如图5所示,步骤S1之后,该协同办公数据流处理方法还包括如下步骤:
S10:当接收到用户在当前工作节点提交的推送指令时,获取推送指令包含的用户的身份标识信息。
具体地,当客户端检测到用户在当前工作节点点击推送按钮时,将推送令发送给服务端,其中,推送指令包括用户的身份标识信息,当服务端接收到该推送指令时,获取用户的身份标识信息。
S11:根据身份标识信息,在流程数据库中获取用户的历史工作流链表。
具体地,由于流程数据库中的工作流日志会对对每个用户使用过的历史工作流链表作为历史信息进行记录保存,其中,历史信息包括用户的身份标识信息、身份信息对应的所属部门、历史工作流链表以及使用历史工作流链表的时间。
具体地,根据身份标识信息,在流程数据库中的工作流程日志中查询到与该用户的身份标识信息相匹配的历史工作流链表,根据记录的使用历史工作流链表的时间以降序的方式,对历史工作流链表进行排序,并获取排序前n的历史工作流链表,其中,n具体可以是1或者其他正整数,此处不做限制。
S12:根据身份标识信息确定用户所属的部门。
具体地,根据身份标识信息,在流程数据库中的工作流程日志中查询到与该用户的身份标识信息相匹配的所属部门。
S13:根据部门在流程数据库中查找与部门对应的任务流程属性,获取与该任务流程属性对应的部门工作流链表。
具体地,根据步骤S12确定的用户所属的部门,根据部门在流程数据库中查找与部门对应的任务流程属性,获取与该任务流程属性对应的部门工作流链表。
需要说明的是,任务流程属性对应的部门工作流链表通过在工作流日志收集该部门的用户使用过该任务流程属性对应的历史工作流链表,并按照使用次数由多到少对该历史工作流链表进行排序,并将获取排序前m的历史工作流链表作为该任务属性对应的部门工作流链表,其中,m具体可以是1或者其他正整数,此处不做限制。
S14:将历史工作流链表和部门工作流链表发送到前端界面,以使用户在历史工作流链表以及部门工作流链表中选择目标工作流链表。
具体地,将步骤S11获取到的历史工作流链表以及部门工作流链表具体可以按照从历 史工作流链表到部门工作流链的顺序,或者按照使用次数最多的顺序,发送到客户端的前端界面进行显示,使用户在历史工作流链表以及部门工作流链表中选择目标工作流链表。
需要说明的是,当服务端检测到历史工作流链表以及部门工作流链表相同时,向前端界面发送其中一条历史工作流链表或者部门工作流链表。
在图5对应的实施例中,当接收到用户在当前工作节点提交的推送指令时,获取推送指令包含的用户的身份标识信息,在流程数据库中获取用户的历史工作流链表,根据身份标识信息确定用户所属的部门,并在流程数据库中查找与部门对应的任务流程属性,获取与该任务流程属性对应的部门工作流链表,将历史工作流链表和部门工作流链表发送到前端界面,以使用户在历史工作流链表以及部门工作流链表中选择目标工作流链表,实现了为用户提供更多的工作流链表参考,从而提高办公执行效率。
在一实施例中,步骤S3之后,该协同办公数据流处理方法还包括:
若目标编号小于预设最小阈值或者大于预设最大阈值,则向前端界面发送跳转失败的提示信息。
具体地,根据步骤S3当接收到用户在当前工作节点提交的跳转指令时,获取跳转指令包含的目标工作节点的目标编号后,若目标编号小于预设最小阈值或者大于预设最大阈值,则向客户端的前端界面发送跳转失败的提示信息。
继续引用步骤S4,假设销售报销任务流程的工作流链表中包括起草人→部门负责人→二级领导→一级领导预,总共四个工作节点,从起草人到一级领导的工作节点的编号分别为1、2、3以及4,要求该工作流链表必须经过二级领导所在的工作节点,也就是预设最大阈值为4,且不能跳转回到起草人的工作节点,即预设最小阈值为2,当获取的目标编号为4或者为1时,向前端界面发送跳转失败的提示信息,使用户重新进行合法的跳转操作。
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。
在一实施例中,提供一种协同办公数据流处理装置,该协同办公数据流处理装置与上述实施例中协同办公数据流处理方法一一对应。如图6所示,该协同办公数据流处理装置包括获取模块601、匹配模块602、获取跳转模块603、跳转模块604、编辑模块605、校验模块606和校验成功模块607。各功能模块详细说明如下:
获取模块601,用于获取用户启动的任务流程信息,其中,任务流程信息包括任务流程属性;
匹配模块602,用于根据任务流程属性在流程数据库中获取与任务流程属性相匹配的工作流链表,并将工作流链表发送到前端界面,其中,工作流链表包括携带编号的工作节点,流程数据库包括任务流程属性、工作流链表,以及任务流程属性与工作流链表之间的对应关系;
获取跳转模块603,用于当接收到用户在当前工作节点提交的跳转指令时,获取跳转指令包含的目标工作节点的目标编号;
跳转模块604,用于若目标编号小于或者等于预设最大阈值,则对工作流链表进行更新,使得当前工作节点跳转到目标工作节点;
编辑模块605,用于当接收到用户对工作流链表的编辑指令时,调用预设的工作流设计模板,以使用户使用工作流设计模板编辑工作流链表,得到目标工作流链表;
校验模块606,用于当接收到用户的提交指令时,获取目标工作流链表,并对目标工作流链表进行校验,得到校验结果;
校验成功模块607,用于若校验结果为校验成功,则按照目标工作流链表进行节点流转。
进一步地,该协同办公数据流处理装置还包括:
生成链表模块608,用于针对每个预设的任务流程属性,按照该任务流程属性包含的工作节点数量和每个工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,工作流链表包含工作节点及工作节点之间的相互连接关系;
编号模块609,用于按照相互连接关系,对工作流链表上的每个工作节点进行编号,并将包含编号的工作流链表保存在流程数据库中。
进一步地,该校验模块606包括:
第一校验单元6061,用于若目标工作流链表上的工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认校验结果为校验失败;
查询单元6062,用于若目标工作流链表上的工作节点数量小于等于预设的最大工作节点数量或者大于等于预设的最小工作节点数量,则在流程数据库中的人员组织机构表中查询目标工作流链表上的工作节点的执行者信息;
第二校验单元6063,用于若查询到执行者信息,则确认校验结果为校验成功,否则,确认校验结果为校验失败。
进一步地,该协同办公数据流处理装置还包括:
获取信息模块610,用于当接收到用户在当前工作节点提交的推送指令时,获取推送 指令包含的用户的身份标识信息;
第一获取模块611,用于根据身份标识信息,在流程数据库中获取用户的历史工作流链表;
确定部门模块612,用于根据身份标识信息确定用户所属的部门;
第二获取模块613,用于根据部门在流程数据库中查找与部门对应的任务流程属性,获取与该任务流程属性对应的部门工作流链表;
发送链表模块614,用于将历史工作流链表和部门工作流链表发送到前端界面,以使用户在历史工作流链表以及部门工作流链表中选择目标工作流链表。
进一步地,该协同办公数据流处理装置还包括:
提示模块615,用于若目标编号小于预设最小阈值或者大于预设最大阈值,则向前端界面发送跳转失败的提示信息。
关于协同办公数据流处理装置的具体限定可以参见上文中对于协同办公数据流处理方法的限定,在此不再赘述。上述协同办公数据流处理装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图7所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于保存和查询任务流程信息和工作流链表等。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现一种协同办公数据流处理方法。
在一个实施例中,提供了一种非易失性存储介质,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机可读指令,处理器执行计算机可读指令时实现上述实施例协同办公数据流处理方法的步骤,例如图2所示的步骤S1至步骤S7。或者,处理器执行计算机可读指令时实现上述实施例中协同办公数据流处理装置的各模块/单元的功能,例如图6所示模块601至模块607的功能。为避免重复,这里不再赘述。
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机可读指令,计 算机可读指令被处理器执行时实现上述方法实施例中协同办公数据流处理方法,或者,该计算机可读指令被处理器执行时实现上述装置实施例中协同办公数据流处理装置中各模块/单元的功能。为避免重复,这里不再赘述。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。

Claims (20)

  1. 一种协同办公数据流处理方法,其特征在于,所述协同办公数据流处理方法包括:
    获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
    根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
    当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
    若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
    当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
    当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
    若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
  2. 如权利要求1所述的协同办公数据流处理方法,其特征在于,所述获取用户启动的任务流程信息之前,所述协同办公数据流处理方法还包括:
    针对每个预设的所述任务流程属性,按照该任务流程属性包含的工作节点数量和每个所述工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,所述工作流链表包含所述工作节点及所述工作节点之间的相互连接关系;
    按照所述相互连接关系,对所述工作流链表上的每个所述工作节点进行编号,并将包含所述编号的所述工作流链表保存在所述流程数据库中。
  3. 如权利要求2所述的协同办公数据流处理方法,其特征在于,所述对所述目标工作流链表进行校验包括:
    若所述目标工作流链表上的所述工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认所述校验结果为校验失败;
    若所述目标工作流链表上的所述工作节点数量小于等于所述预设的最大工作节点数量或者大于等于所述预设的最小工作节点数量,则在所述流程数据库中的人员组织机构表 中查询所述目标工作流链表上的所述工作节点的执行者信息;
    若查询到所述执行者信息,则确认所述校验结果为校验成功,否则,确认所述校验结果为校验失败。
  4. 如权利要求1所述的协同办公数据流处理方法,其特征在于,所述获取用户启动的任务流程信息之后,所述协同办公数据流处理方法还包括:
    当接收到所述用户在当前工作节点提交的推送指令时,获取所述推送指令包含的所述用户的身份标识信息;
    根据所述身份标识信息,在所述流程数据库中获取所述用户的历史工作流链表;
    根据所述身份标识信息确定所述用户所属的部门;
    根据所述部门在所述流程数据库中查找与所述部门对应的所述任务流程属性,获取与该任务流程属性对应的部门工作流链表;
    将所述历史工作流链表和所述部门工作流链表发送到所述前端界面,以使所述用户在所述历史工作流链表以及所述部门工作流链表中选择所述目标工作流链表。
  5. 如权利要求1所述的协同办公数据流处理方法,其特征在于,所述当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号之后,所述协同办公数据流处理方法还包括:
    若所述目标编号小于预设最小阈值或者大于所述预设最大阈值,则向所述前端界面发送跳转失败的提示信息。
  6. 一种协同办公数据流处理装置,其特征在于,所述协同办公数据流处理装置包括:
    获取模块,用于获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
    匹配模块,用于根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
    获取跳转模块,用于当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
    跳转模块,用于若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
    编辑模块,用于当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作 流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
    校验模块,用于当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
    校验成功模块,用于若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
  7. 如权利要求6所述的协同办公数据流处理装置,其特征在于,所述协同办公数据流处理装置还包括:
    生成链表模块,用于针对每个预设的所述任务流程属性,按照该任务流程属性包含的工作节点数量和每个所述工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,所述工作流链表包含所述工作节点及所述工作节点之间的相互连接关系;
    编号模块,用于按照所述相互连接关系,对所述工作流链表上的每个所述工作节点进行编号,并将包含所述编号的所述工作流链表保存在所述流程数据库中。
  8. 如权利要求7所述的协同办公数据流处理装置,其特征在于,所述校验模块包括:
    第一校验单元,用于若所述目标工作流链表上的所述工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认所述校验结果为校验失败;
    查询单元,用于若所述目标工作流链表上的所述工作节点数量小于等于所述预设的最大工作节点数量或者大于等于所述预设的最小工作节点数量,则在所述流程数据库中的人员组织机构表中查询所述目标工作流链表上的所述工作节点的执行者信息;
    第二校验单元,用于若查询到所述执行者信息,则确认所述校验结果为校验成功,否则,确认所述校验结果为校验失败。
  9. 如权利要求6所述的协同办公数据流处理装置,其特征在于,所述协同办公数据流处理装置还包括:
    获取信息模块,用于当接收到所述用户在当前工作节点提交的推送指令时,获取所述推送指令包含的所述用户的身份标识信息;
    第一获取模块,用于根据所述身份标识信息,在所述流程数据库中获取所述用户的历史工作流链表;
    确定部门模块,用于根据所述身份标识信息确定所述用户所属的部门;
    第二获取模块,用于根据所述部门在所述流程数据库中查找与所述部门对应的所述任务流程属性,获取与该任务流程属性对应的部门工作流链表;
    发送链表模块,用于将所述历史工作流链表和所述部门工作流链表发送到所述前端界面,以使所述用户在所述历史工作流链表以及所述部门工作流链表中选择所述目标工作流链表。
  10. 如权利要求6所述的协同办公数据流处理装置,其特征在于,所述协同办公数据流处理装置还包括:
    提示模块,用于若所述目标编号小于预设最小阈值或者大于所述预设最大阈值,则向所述前端界面发送跳转失败的提示信息。
  11. 一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:
    获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
    根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
    当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
    若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
    当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
    当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
    若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
  12. 如权利要求11所述的计算机设备,其特征在于,所述获取用户启动的任务流程信息之前,所述处理器执行所述计算机可读指令时还实现如下步骤:
    针对每个预设的所述任务流程属性,按照该任务流程属性包含的工作节点数量和每个所述工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,所述工作流链表包含所述工作节点及所述工作节点之间的相互连接关系;
    按照所述相互连接关系,对所述工作流链表上的每个所述工作节点进行编号,并将包 含所述编号的所述工作流链表保存在所述流程数据库中。
  13. 如权利要求12所述的计算机设备,其特征在于,所述对所述目标工作流链表进行校验包括:
    若所述目标工作流链表上的所述工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认所述校验结果为校验失败;
    若所述目标工作流链表上的所述工作节点数量小于等于所述预设的最大工作节点数量或者大于等于所述预设的最小工作节点数量,则在所述流程数据库中的人员组织机构表中查询所述目标工作流链表上的所述工作节点的执行者信息;
    若查询到所述执行者信息,则确认所述校验结果为校验成功,否则,确认所述校验结果为校验失败。
  14. 如权利要求11所述的计算机设备,其特征在于,所述获取用户启动的任务流程信息之后,所述处理器执行所述计算机可读指令时还实现如下步骤:
    当接收到所述用户在当前工作节点提交的推送指令时,获取所述推送指令包含的所述用户的身份标识信息;
    根据所述身份标识信息,在所述流程数据库中获取所述用户的历史工作流链表;
    根据所述身份标识信息确定所述用户所属的部门;
    根据所述部门在所述流程数据库中查找与所述部门对应的所述任务流程属性,获取与该任务流程属性对应的部门工作流链表;
    将所述历史工作流链表和所述部门工作流链表发送到所述前端界面,以使所述用户在所述历史工作流链表以及所述部门工作流链表中选择所述目标工作流链表。
  15. 如权利要求11所述的计算机设备,其特征在于,所述当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号之后,所述处理器执行所述计算机可读指令时还实现如下步骤:
    若所述目标编号小于预设最小阈值或者大于所述预设最大阈值,则向所述前端界面发送跳转失败的提示信息。
  16. 一个或多个存储有计算机可读指令的非易失性可读存储介质,其特征在于,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:
    获取用户启动的任务流程信息,其中,所述任务流程信息包括任务流程属性;
    根据所述任务流程属性在流程数据库中获取与所述任务流程属性相匹配的工作流链表,并将所述工作流链表发送到前端界面,其中,所述工作流链表包括携带编号的工作节 点,所述流程数据库包括所述任务流程属性、所述工作流链表,以及所述任务流程属性与所述工作流链表之间的对应关系;
    当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号;
    若所述目标编号小于或者等于预设最大阈值,则对所述工作流链表进行更新,使得所述当前工作节点跳转到所述目标工作节点;
    当接收到所述用户对所述工作流链表的编辑指令时,调用预设的工作流设计模板,以使所述用户使用所述工作流设计模板编辑所述工作流链表,得到目标工作流链表;
    当接收到所述用户的提交指令时,获取所述目标工作流链表,并对所述目标工作流链表进行校验,得到校验结果;
    若所述校验结果为校验成功,则按照所述目标工作流链表进行节点流转。
  17. 如权利要求16所述的非易失性可读存储介质,其特征在于,所述获取用户启动的任务流程信息之前,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器还执行如下步骤:
    针对每个预设的所述任务流程属性,按照该任务流程属性包含的工作节点数量和每个所述工作节点的执行者信息,生成该任务流程属性对应的工作流链表,其中,所述工作流链表包含所述工作节点及所述工作节点之间的相互连接关系;
    按照所述相互连接关系,对所述工作流链表上的每个所述工作节点进行编号,并将包含所述编号的所述工作流链表保存在所述流程数据库中。
  18. 如权利要求17所述的非易失性可读存储介质,其特征在于,所述对所述目标工作流链表进行校验包括:
    若所述目标工作流链表上的所述工作节点数量大于预设的最大工作节点数量或者小于预设的最小工作节点数量,则确认所述校验结果为校验失败;
    若所述目标工作流链表上的所述工作节点数量小于等于所述预设的最大工作节点数量或者大于等于所述预设的最小工作节点数量,则在所述流程数据库中的人员组织机构表中查询所述目标工作流链表上的所述工作节点的执行者信息;
    若查询到所述执行者信息,则确认所述校验结果为校验成功,否则,确认所述校验结果为校验失败。
  19. 如权利要求16所述的非易失性可读存储介质,其特征在于,所述获取用户启动的任务流程信息之后,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多 个处理器还执行如下步骤:
    当接收到所述用户在当前工作节点提交的推送指令时,获取所述推送指令包含的所述用户的身份标识信息;
    根据所述身份标识信息,在所述流程数据库中获取所述用户的历史工作流链表;
    根据所述身份标识信息确定所述用户所属的部门;
    根据所述部门在所述流程数据库中查找与所述部门对应的所述任务流程属性,获取与该任务流程属性对应的部门工作流链表;
    将所述历史工作流链表和所述部门工作流链表发送到所述前端界面,以使所述用户在所述历史工作流链表以及所述部门工作流链表中选择所述目标工作流链表。
  20. 如权利要求16所述的非易失性可读存储介质,其特征在于,所述当接收到所述用户在当前工作节点提交的跳转指令时,获取所述跳转指令包含的目标工作节点的目标编号之后,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器还执行如下步骤:
    若所述目标编号小于预设最小阈值或者大于所述预设最大阈值,则向所述前端界面发送跳转失败的提示信息。
PCT/CN2018/094347 2018-06-01 2018-07-03 协同办公数据流处理方法、装置、计算机设备及存储介质 WO2019227573A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810556667.8 2018-06-01
CN201810556667.8A CN109087054B (zh) 2018-06-01 2018-06-01 协同办公数据流处理方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2019227573A1 true WO2019227573A1 (zh) 2019-12-05

Family

ID=64839288

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/094347 WO2019227573A1 (zh) 2018-06-01 2018-07-03 协同办公数据流处理方法、装置、计算机设备及存储介质

Country Status (2)

Country Link
CN (1) CN109087054B (zh)
WO (1) WO2019227573A1 (zh)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506359A (zh) * 2020-03-26 2020-08-07 平安普惠企业管理有限公司 可视化的业务配置方法、装置、设备及存储介质
CN112036823A (zh) * 2020-08-25 2020-12-04 上海中通吉网络技术有限公司 基于工作流的工单流转方法、装置及设备
CN112308440A (zh) * 2020-11-06 2021-02-02 平安证券股份有限公司 工单处理方法、装置、计算机设备及计算机可读存储介质
CN112819429A (zh) * 2021-01-29 2021-05-18 贵州惠智电子技术有限责任公司 基于大数据自主学习功能的流程管理系统及管理方法
CN113487294A (zh) * 2021-07-23 2021-10-08 重庆富民银行股份有限公司 基于名单机制的线上业务无感验证方法
CN113610504A (zh) * 2021-08-17 2021-11-05 平安资产管理有限责任公司 数据处理方法、装置、计算机设备及存储介质
CN113706111A (zh) * 2021-08-30 2021-11-26 平安国际智慧城市科技股份有限公司 医疗机构流程数据的处理方法、装置、设备及介质
CN112819429B (zh) * 2021-01-29 2024-06-07 贵州惠智电子技术有限责任公司 基于大数据自主学习功能的流程管理系统及管理方法

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109977036B (zh) * 2019-02-19 2021-10-29 东软集团股份有限公司 缓存流程模板的方法、装置、存储介质及电子设备
CN109634766B (zh) * 2019-02-20 2020-02-18 深圳大学 提升数据流机运行效率的方法、装置、设备及存储介质
CN110018860B (zh) * 2019-04-04 2022-11-08 深圳市永兴元科技股份有限公司 工作流管理方法、装置、设备和计算机存储介质
CN110071841B (zh) * 2019-04-30 2022-04-26 杭州迪普科技股份有限公司 检验流定义的配置信息方法和装置
CN110147986A (zh) * 2019-05-21 2019-08-20 天津卡达克数据有限公司 流节点跳转方法、装置、服务器及存储介质
CN110310080B (zh) * 2019-05-22 2023-10-17 平安科技(深圳)有限公司 数据流转方法、装置、计算机设备及存储介质
CN110727969B (zh) * 2019-10-22 2021-10-15 深圳前海微众银行股份有限公司 工作流自动调整方法、装置、设备及存储介质
CN111222845A (zh) * 2019-12-27 2020-06-02 北京健康之家科技有限公司 资源流转方法、装置、设备及可读存储介质
CN112235396B (zh) * 2020-10-13 2022-03-01 腾讯科技(深圳)有限公司 内容处理链路调整方法、装置、计算机设备和存储介质
CN112416476B (zh) * 2020-11-25 2023-03-24 武汉联影医疗科技有限公司 工作流执行方法、装置、计算机设备和存储介质
CN112685107A (zh) * 2020-12-15 2021-04-20 建信金融科技有限责任公司 基于工作流引擎的操作处理方法、引擎、电子设备及介质
CN112766885A (zh) * 2021-01-07 2021-05-07 多点(深圳)数字科技有限公司 工单流转方法、装置、电子设备及存储介质
CN113312409A (zh) * 2021-06-07 2021-08-27 平安证券股份有限公司 任务监控方法、装置、电子设备及计算机可读存储介质
CN113609831A (zh) * 2021-08-05 2021-11-05 北京金堤科技有限公司 产品交付流程模板的生成方法及装置
CN115150474A (zh) * 2022-06-15 2022-10-04 阿里巴巴(中国)有限公司 信息处理方法、装置、设备和存储介质
CN115509696A (zh) * 2022-10-25 2022-12-23 中粮信托有限责任公司 流程引擎的构建方法、装置、设备及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106651095A (zh) * 2016-09-28 2017-05-10 北京赢点科技有限公司 一种工作流的配置、跳转方法及配置、跳转装置
US20180081901A1 (en) * 2016-09-17 2018-03-22 Oracle International Corporation Incremental rationalization in hierarchical systems
CN107944773A (zh) * 2017-12-29 2018-04-20 咪咕文化科技有限公司 一种业务流程控制方法、装置及存储介质

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106910045B (zh) * 2017-03-02 2020-11-03 重庆砖家宝网络科技发展有限公司 工作流引擎设计方法及系统
CN107578217B (zh) * 2017-09-13 2021-02-12 深圳市沃易科技有限公司 一种工作电子流自主生成方法、装置及办公管理系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180081901A1 (en) * 2016-09-17 2018-03-22 Oracle International Corporation Incremental rationalization in hierarchical systems
CN106651095A (zh) * 2016-09-28 2017-05-10 北京赢点科技有限公司 一种工作流的配置、跳转方法及配置、跳转装置
CN107944773A (zh) * 2017-12-29 2018-04-20 咪咕文化科技有限公司 一种业务流程控制方法、装置及存储介质

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506359A (zh) * 2020-03-26 2020-08-07 平安普惠企业管理有限公司 可视化的业务配置方法、装置、设备及存储介质
CN111506359B (zh) * 2020-03-26 2024-03-01 深圳市兴海物联科技有限公司 可视化的业务配置方法、装置、设备及存储介质
CN112036823A (zh) * 2020-08-25 2020-12-04 上海中通吉网络技术有限公司 基于工作流的工单流转方法、装置及设备
CN112308440A (zh) * 2020-11-06 2021-02-02 平安证券股份有限公司 工单处理方法、装置、计算机设备及计算机可读存储介质
CN112819429A (zh) * 2021-01-29 2021-05-18 贵州惠智电子技术有限责任公司 基于大数据自主学习功能的流程管理系统及管理方法
CN112819429B (zh) * 2021-01-29 2024-06-07 贵州惠智电子技术有限责任公司 基于大数据自主学习功能的流程管理系统及管理方法
CN113487294A (zh) * 2021-07-23 2021-10-08 重庆富民银行股份有限公司 基于名单机制的线上业务无感验证方法
CN113487294B (zh) * 2021-07-23 2023-06-09 重庆富民银行股份有限公司 基于名单机制的线上业务无感验证方法
CN113610504A (zh) * 2021-08-17 2021-11-05 平安资产管理有限责任公司 数据处理方法、装置、计算机设备及存储介质
CN113706111A (zh) * 2021-08-30 2021-11-26 平安国际智慧城市科技股份有限公司 医疗机构流程数据的处理方法、装置、设备及介质

Also Published As

Publication number Publication date
CN109087054B (zh) 2023-08-04
CN109087054A (zh) 2018-12-25

Similar Documents

Publication Publication Date Title
WO2019227573A1 (zh) 协同办公数据流处理方法、装置、计算机设备及存储介质
US9811543B2 (en) Systems and methods for generating schemas that represent multiple data sources
US10764032B2 (en) System and method for managing user interactions with a blockchain
CN109308285A (zh) 数据库脚本管理方法、装置、计算机设备及存储介质
CN111143358A (zh) 报表配置方法和系统
TW201439792A (zh) 資料庫訪問系統及方法
WO2021184995A1 (zh) 数据处理方法及数据标准管理系统
WO2020192141A1 (zh) 接口模拟方法、装置、计算机设备和存储介质
CN111027295A (zh) 数据处理方法、装置、计算机设备和存储介质
CN109190353B (zh) 用于自动生成证书文档的方法和计算设备
CN111930489B (zh) 一种任务调度方法、装置、设备及存储介质
US20130205193A1 (en) Web page control method, computer system and program
CN108415998B (zh) 应用依赖关系更新方法、终端、设备及存储介质
US11151088B2 (en) Systems and methods for verifying performance of a modification request in a database system
CN111445319A (zh) 一种凭证生成方法、装置、计算机设备及存储介质
CN112686580A (zh) 一种可自定义流程的工作流定义方法及系统
US20100235842A1 (en) Workflow processing system, and method for controlling same
CN112507668A (zh) 项目数据存证方法、存证系统、终端设备及可读存储介质
JP7129578B1 (ja) ソフトウェアのソースコード生成を支援するための装置、方法及びそのためのプログラム
EP4030280A1 (en) Seamless lifecycle stability for extensible software features
US20220277009A1 (en) Processing database queries based on external tables
US20230195792A1 (en) Database management methods and associated apparatus
US20230188620A1 (en) Method of notifying of business audit, gateway, electronic device, and readable medium
US11366642B1 (en) Change migration: processes for ensuring successful deployment of design changes
CN114924783A (zh) 应用程序的接口调用方法、装置、设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18920846

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15/03/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18920846

Country of ref document: EP

Kind code of ref document: A1