CN114881613A - Data processing method and device, electronic equipment and storage medium - Google Patents

Data processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114881613A
CN114881613A CN202210622725.9A CN202210622725A CN114881613A CN 114881613 A CN114881613 A CN 114881613A CN 202210622725 A CN202210622725 A CN 202210622725A CN 114881613 A CN114881613 A CN 114881613A
Authority
CN
China
Prior art keywords
information
process management
data record
management instance
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210622725.9A
Other languages
Chinese (zh)
Inventor
郭伟伦
李博
王陆
姜震东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao Network Technology 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 Beijing Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202210622725.9A priority Critical patent/CN114881613A/en
Publication of CN114881613A publication Critical patent/CN114881613A/en
Priority to PCT/CN2023/092925 priority patent/WO2023231716A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification

Abstract

The embodiment of the disclosure provides a data processing method and device, electronic equipment and a storage medium. The method comprises the following steps: selecting at least one data record in a database application, and sending a request according to the selected data record; and the process management application receives the request, and generates at least one process management instance, returns the state information of the at least one process management instance or writes back the detail information of the at least one process management instance aiming at least one selected data record according to the content of the request. By the method, the flow management request aiming at the selected data record is initiated in the database application, the flow management application is triggered to execute the flow management action aiming at the selected data record, the mutual calling of the database application and the flow management application is realized, the data management advantages of the database application and the flow management function advantages of the flow management are fused, the flow management efficiency is improved, and the functions of the database application are enriched.

Description

Data processing method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of data processing, and in particular, to a data processing method and apparatus, an electronic device, and a storage medium.
Background
With the development of internet and computer technologies, more and more enterprise automation management software has appeared, wherein one type is database application for managing and maintaining data related to the production and operation of an enterprise and providing data visualization and analysis functions, and the other type is business process management application for managing and executing business processes of the enterprise, such as approval application and project management application.
Disclosure of Invention
According to an aspect of the present disclosure, there is provided a data processing method including:
the database application responds to the condition that at least one data record is selected, and sends a first request according to the selected data record;
the first request is used for triggering a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
According to another aspect of the present disclosure, there is provided a data processing method including:
the process management application responds to the received first request and generates at least one process management instance according to the first request;
the first request is generated based on the selected data records in the database application;
the process management instance corresponds to at least one of the selected data records.
According to another aspect of the present disclosure, there is provided a method of data processing, including:
the database application responds to the condition that at least one data record is selected and sends a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
And responding to the acquired relevant information of the at least one process management instance, and updating a data record in the database application according to the relevant information.
According to another aspect of the present disclosure, there is provided a data processing method including:
the process management application responds to the received second request and returns the related information of at least one process management instance according to the second request;
the related information is information about a generation process of the process management instance;
the first request is generated based on the selected data records in the database application;
the process management instance corresponds to at least one of the selected data records.
According to another aspect of the present disclosure, there is provided a data processing method including:
acquiring first identification information of the preset object stored in the first file, wherein the first identification information of the preset object is stored in the first file,
inquiring an object information database associated with the preset object based on the first identification information of the preset object;
displaying a first component based on a query result obtained from the object information database;
the first component is used for displaying second information of the preset object based on preset triggering, or the first component is used for triggering execution of a business process based on preset.
According to another aspect of the present disclosure, there is provided a data processing method including:
determining a database application pre-associated with the process management application in response to receiving a preset trigger or meeting a preset condition; the database application is provided with a display area for displaying the process information of the process management instance in the process management application;
determining a process management instance corresponding to the preset trigger or the preset condition and relevant information of the process management instance to be returned;
acquiring the relevant information of the corresponding process management instance based on the relevant information of the process management instance to be returned;
and sending the relevant information to the database application, wherein the database application displays the relevant information in a data display area corresponding to the process management instance.
An embodiment of the present disclosure further provides a data processing apparatus, including:
the selection module is used for selecting at least one data record;
the first sending module is used for sending a first request according to the selected data record; the first request is used for triggering a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
An embodiment of the present disclosure further provides a data processing apparatus, including:
the receiving module is used for receiving a first request, and the first request is generated based on the selected data record in the database application;
and the instance generation module is used for generating at least one process management instance according to the first request, and the process management instance corresponds to at least one data record in the selected data records.
An embodiment of the present disclosure further provides a data processing apparatus, including:
the selection module is used for selecting at least one data record;
the second sending module is used for sending a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records;
the acquisition module is used for acquiring related information of at least one process management instance, wherein the related information is information about a generation process of the process management instance; the at least one process management instance corresponds to the selected data record;
and the updating module is used for updating the data record in the database application according to the related information.
An embodiment of the present disclosure further provides a data processing apparatus, including:
the receiving module is used for receiving a second request, and the second request is generated based on the selected data record in the database application;
and the instance returning module is used for returning the related information of at least one process management instance according to the second request, wherein the process management instance corresponds to at least one data record in the selected data records.
An embodiment of the present disclosure further provides a data processing apparatus, including:
the acquisition module is used for acquiring first identification information of the preset object stored in the first file;
the query module is used for querying an object information database related to the preset object based on the first identification information of the preset object;
the display module is used for displaying the first component based on the query result acquired from the object information database;
the first component is configured to display second information of the preset object based on a preset trigger, or the first component is configured to trigger execution of a business process based on a preset trigger.
An embodiment of the present disclosure further provides an electronic device, including:
a processor; and
a memory for storing the program, wherein the program,
wherein the program comprises instructions which, when executed by the processor, cause the processor to perform a data processing method according to an embodiment of the present disclosure.
The embodiment of the present disclosure also provides a computer readable medium, on which computer instructions are stored, wherein the computer instructions are used for causing the computer to execute the data processing method according to the embodiment of the present disclosure.
The embodiment of the disclosure provides a data management method and device, an electronic device and a storage medium. Selecting at least one data record in a database application, and sending a request according to the selected data record; and the process management application receives the request, and generates at least one process management instance, returns the state information of the at least one process management instance or writes back the detail information of the at least one process management instance aiming at least one selected data record according to the content of the request. By adopting the technical scheme, the method and the device for managing the data flow initiate different types of requests for the flow management of the selected data record in the database application, trigger the flow management application to execute the flow management action for the selected data record, realize the mutual calling of the database application and the flow management application, integrate the data management advantages of the database application with the flow management function advantages of the flow management, improve the efficiency of the flow management and enrich the functions of the database application.
Drawings
Technical features, advantages and other aspects of embodiments of the present disclosure are more fully disclosed in the following description of exemplary embodiments in connection with the accompanying drawings. In the drawings, the same or similar reference numerals denote the same or similar elements. It will be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
Fig. 1 shows a flow chart of a data management method provided according to an embodiment of the present disclosure;
FIG. 2 is a flow chart illustrating another data management method provided in accordance with an embodiment of the present disclosure;
FIG. 3 is a flow chart illustrating another data management method provided in accordance with an embodiment of the present disclosure;
FIG. 4 is a flow chart illustrating another data management method provided by an embodiment of the present disclosure;
FIG. 5 is a flow chart illustrating another data management method provided in accordance with an embodiment of the present disclosure;
fig. 6 shows a block diagram of a data management apparatus provided according to an embodiment of the present disclosure;
fig. 7 shows a schematic structural diagram of an electronic device provided according to an embodiment of the present disclosure;
8a-c illustrate tables of data records provided according to embodiments of the present disclosure;
FIG. 9 illustrates a data record table provided in accordance with the disclosed embodiments.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description. It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The embodiment of the present disclosure relates to database application and process management, where a database application end may be mounted on a data management device, a process management application may be mounted on a process management device, and both the data management device and the process management device may be implemented by software and/or hardware, and may be configured in an electronic device, typically, a computer device, a tablet computer, or a mobile phone.
The process Management application, also called Business Process Management (BPM) application, is used for application of business process Management automation, including but not limited to application of managing processes of different businesses such as approval, purchase, research and development, and establishment. Database applications are applications that organize, store, and manage data according to a data structure, such as table applications.
Inside the enterprise, the production and operation related data and business process management are often inseparable, and when the data management and the business process management adopt different applications, the interactivity between the data and the business process is split, so that the further automation of the enterprise operation management activity is not facilitated, and the efficiency improvement of the enterprise operation management is restricted.
As shown in fig. 1, a data management method provided in the embodiment of the present disclosure is applicable to a scenario where a business process management application is triggered to generate a process management instance in a database application, and the method specifically includes:
s101, selecting at least one data record in database application, and sending a first request according to the selected data record.
The first request is used for triggering a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
S102, the process management application receives the first request and generates at least one process management instance according to at least one selected data record.
The at least one process management instance corresponds to at least one of the selected data records.
By the method, the flow management request aiming at the selected data record can be initiated in the database application, the flow management application is triggered to execute the flow management action aiming at the selected data record, the calling of the flow management application from the database application side is realized, the initiation and processing efficiency of the flow management is improved by communicating the data management of the database application with the flow management function of the flow management, and the method is particularly suitable for the situation that the flow management needs to be carried out in batch.
In some embodiments, after step S102, the method further includes:
s103, the process management application sends the state information of the at least one process management instance to the database application.
And S104, the database application updates the corresponding data record according to the acquired state information of the at least one process management instance.
On the application side of the database, the method specifically comprises the following steps:
the database application responds to the condition that at least one data record is selected, and sends a first request according to the selected data record; the first request is used for triggering the process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
In one embodiment, the method further comprises: and the database application responds to the acquired state information of the at least one process management instance and updates the corresponding data record according to the state.
On the flow management application side, the method specifically comprises the following steps:
the process management application responds to the received first request, the first request is generated by the database application according to at least one selected data record, and at least one process management instance is generated according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
In one embodiment, the method further comprises: the process management application sends the state information of the at least one process management instance to the database application.
In some specific embodiments, the database application includes at least one data record table, each data record table includes a row and a column, each row of the data record table corresponds to a data record, and each column of the data record table corresponds to a field of a data record; the process management application can execute process management aiming at least one type of event and generate a process management instance corresponding to the type of event; each data record in the database application corresponds to a specific event in the category of events executable by the process management application.
In some embodiments, when the event executable by the process management application belongs to at least one event type, the process management application sets a process management definition for each event type, each process management definition being used for determining a rule of corresponding process management for each event type; for each event, matching the corresponding process management definition by the process management application according to the event type to which the event belongs, and generating a specific process management instance for each event according to the process management definition; correspondingly, on the application side of the database, each data record further includes a field of an event type of the executable event corresponding to the data record, and preferably, the data records having the same field value of the event type are stored in the same data record table.
In some specific embodiments, the database application stores the data records in the corresponding data table in a classified manner for the event type of the process management, and configures a corresponding process management definition for the object type of the process management in the process management application, so that the method of this embodiment is further applicable to different process management object types.
Taking approval as an example, as shown in fig. 9, the database application includes at least one approval event record table, each approval event record table is composed of rows and columns, each row of the approval event record table corresponds to one approval event record, and each column of the approval event record table corresponds to one approval information field; the process management application (e.g., specifically an approval application) may execute an approval process for at least one approval event, and generate an approval instance corresponding to the approval event. In some embodiments, as shown in fig. 9, identification information such as a mobile phone number of a person may be stored in advance in the table, then a list of the traffic card sign-in persons is filled in batch in response to the triggering of the user or other preset conditions are met, and specifically, components such as a personal business card control of the person identified by the mobile phone number may be filled in batch based on the mobile phone number information, so that the component information is filled in batch.
When the approval event includes three types of approval, approval for training, approval for reimbursement, the process management application (for example, the approval application) sets three process management definitions for each of approval for approving, approval for training, and approval for reimbursement, and the three process management definitions are respectively used for determining corresponding process management rules for approval for approving, training, and reimbursement; taking the leave-asking examination and approval as an example, aiming at each leave-asking examination and approval, the process management application executes the leave-asking examination and approval according to the leave-asking examination and approval definition and generates a specific leave-asking examination and approval example; correspondingly, on the application side of the database, each examination and approval event record comprises an examination and approval type field, preferably, examination and approval object records with examination and approval type fields as examination and approval for approval are stored in an examination and approval record table for approval, examination and approval object records with examination and approval type fields as training and approval are stored in a training and approval record table for approval and approval for reimbursement.
In a specific embodiment of the approval definition, the approval definition name is approval, and the approval definition rule specifically includes: and after the approval is proposed, the system enters a first-stage approval node, the first-stage approval node is provided with three approvers, any approver agrees to enter a second-stage approval node, the second-stage approval node is provided with an approver, and the approver of the second-stage node agrees to succeed in the approval.
In a specific embodiment, each data record corresponds to an event executable by a process management application, the process management application performs process management on the event to generate a process management instance, the execution of the event is associated with at least one object, the process management instance relates to a plurality of process nodes, and the object can be associated with the process node.
Taking an approval as an example, one approval data record corresponds to an approval event of an approval sheet at a database application side, and the approval event corresponding to the approval data record is executed at a process management application side, so that an approval example for the approval data record is generated, wherein the approval data record is associated with an initiator of the approval event and at least one approver, and in the process management application, an approval action executed by the approver at an approval node generates a corresponding approval example.
In some specific embodiments, the process management application records, for a process management instance, corresponding related information, where the related information at least includes state information and detail information, where the state information includes, for example, whether the process management instance is generated, a generated result, and a processing state, and the detail information records details of the process management instance, and may include, for example, information of a process node, time information (generation time, completion time, processing time, and the like), part or all of information in a data record corresponding to the process management instance, and processing procedure information (current state, completion state) of the process management instance; the state information and the detail information reflect information of the process management instance from different dimensions, and it is understood literally that the state information may represent a state of the process management instance, such as a current state, and the detail information represents a more detailed situation of the process management instance, and information contents included in each of the state information and the detail information may be partially the same.
In a specific embodiment, the method specifically comprises the following steps:
s1011, selecting at least one data record by the database application;
s1012, judging whether a first preset condition is met or not aiming at each data record in the selected at least one data record;
s1013, sending a first request for at least one data record meeting a first preset condition, where the first request corresponds to the at least one data record meeting the preset condition.
The satisfaction of the first preset condition may be implemented as a combination of one or more of the following: the first request is not sent for the data record, all fields necessary to be filled in the data record are not empty, and the field value specified in the data record meets the requirement. Through the setting judgment, the repeated request initiation aiming at the data record or the request initiation aiming at the data record which is not in accordance with the condition can be avoided, the system resource is saved, and the system efficiency is improved.
In some embodiments, step S1011 may be embodied as manual selection or automatic selection or a combination of both.
The manual selection may be implemented, for example, as: providing a mode of a user input interface, filling information in the input interface by a user for generating a data record, and selecting the generated data record by executing an action of submitting the information in the input interface by the user; or, at least one data record is selected from a data record table of the database application.
The automatic selection may be implemented, for example, as: and the database application responds to the newly added data record in the judgment data record table and selects the newly added data record.
By means of manual and automatic combination, free configuration and efficiency improvement are considered for data recording selection, and the unification of autonomy and automation is achieved.
In a specific embodiment, each data record corresponds to an event executable by a process management application, the process management application performs process management on the event to generate a process management instance, the execution of the event is associated with at least one object, the process management instance relates to a plurality of process nodes, and the object can be associated with the process node.
In a specific embodiment, the data record includes at least one field characterizing an object associated with a corresponding process management instance of the data record. Taking the approval as an example, the approval data records include an approval process initiator and an approver.
In some embodiments, an object may be characterized by one or a set of information, and when the object is a person, the associated information may include, for example, but not limited to, at least one of an identification, a name, a department, a phone number, a mailbox, and the like.
The related information of the personnel can be displayed in the form of components such as personnel information cards, so that more complete and rich personnel information and more visual display effects are provided, and for large enterprises, organizations and groups with complex personnel organization structures, more dimensional analysis can be conveniently carried out on flow management events in database application, and more diversified settings can be realized based on flow managers in the flow management application. In addition, when selecting a data record initiation request, the data record initiation request may also be checked according to various information of the process manager, for example, when checking an approval event record, that is, when selecting whether to initiate an approval request or other process processing requests for a certain data record, it may be determined according to various information of process related personnel such as an approval initiator, and whether to select a correct data record such as an approval event record to be submitted, for example, to a process management application to generate a process management instance.
In some specific embodiments, the data record is associated with at least one object, the selected data record includes first identification information of the object, the object may be, for example, a person or an article, step S101 further includes preprocessing the selected data record, and the method further includes:
acquiring preset information associated with the object from a data object information database based on the first identification information of the object;
generating a first component of the object based on the acquired preset information; the first component is used for displaying preset information of the object, or the first component is used for generating or executing the process management instance.
In a specific embodiment, the at least one data record of the database application stores first identification information of the object in advance, and in response to a preset trigger operation, the first component is displayed based on preset information acquired from the object information database.
In a particular embodiment, displaying the first component includes: determining a display position of first identification information of the object in the database application and a preset field associated with the object; and displaying the first component on the display position of the preset field.
Still taking an approval example, the approval data record is associated with the approval initiator, when the phone number of the approval initiator is stored in the approval data record in advance, corresponding personnel information can be searched in a personnel database according to the phone number of the approval initiator, and the personnel information can be displayed by a personnel information card in a card assembly mode; in some embodiments, the approval data record has an approval initiator phone number field corresponding to which the approval initiator's personnel information card is displayed in another associated field in the approval data record, such as an approval initiator details field, alternatively, the approval data record has an approval initiator field originally displaying the approval initiator phone number, and after the corresponding phone number is found in the personnel database, the approval initiator's personnel information card is written in the approval initiator field in the approval data record, replacing the original phone number information.
Based on the similar design, the embodiment of the present disclosure further provides a data processing method, which can implement automatic filling of object information, and includes:
s201, acquiring first identification information of a preset object stored in a first file according to the first identification information of the preset object stored in the first file;
s202, inquiring an object information database associated with the preset object based on the first identification information of the preset object;
s203, displaying a first component based on the query result acquired from the object information database;
the first component is configured to display second information of the preset object based on a preset trigger, or the first component is configured to trigger execution of a business process based on a preset trigger.
In a specific embodiment, the first component displays second identification information of the preset object, and the second identification information is different from the first identification information.
In a specific embodiment, step S201 includes, in response to receiving a preset trigger, determining the preset objects stored in a preset range of the first file, and acquiring first identification information of each of the preset objects.
In a specific embodiment, the determining the preset objects stored within the preset range of the first file includes at least one of:
determining the preset object stored in a preset data table of the first file; and determining the preset objects stored in more than two data rows and/or data columns in a preset data table of the first file.
Optionally, the first file stores, in advance, first identification information of each of the two or more preset objects.
In a specific embodiment, step S201 obtains first identification information of each of two or more preset objects by responding to a preset trigger. Therefore, the first assembly can be displayed for a plurality of preset objects in the first file in batch, and the operation efficiency is improved.
In a specific embodiment, step S203 comprises at least one of:
displaying the first component of the preset object in the first file at a position associated with the display position based on the display position of the first identification information in the first file; replacing the first identification information with the first component of the preset object based on a display position of the first identification information in the first file.
Preferably, the display position may be a field and the associated position may be an associated field.
Preferably, the first file belongs to a first application; the first component is displayed in a second application. The first application may be, for example, a database application and the second application may be, for example, a process management application.
In a specific application scenario, at least one item of sales item inventory data is stored in a data table application, the item has a first identifier (such as an inventory number identifier), the item is queried in an item sales information base based on the first identifier, an item information card component related to the item is displayed based on the query result, and the item information card component displays an item sales barcode, an item name, a belonging category and an item profile. Preferably, the first identification information of the item may be determined in a designated row area or column area or a designated page (sheet) of the data table; preferably, the item information card assembly may be used to provide sales information in a sales application; preferably, the corresponding item information card component is displayed in place of the original first identification information directly at the display position of the first identification of the item in the sales item inventory data, or the item information card component may be displayed at the associated position in the data record corresponding to the item.
In some specific embodiments, in step S101, a trigger condition may be set for sending the first request, and when the trigger condition is satisfied, the first request is automatically sent. Preferably, the trigger condition may be, for example, timing, periodicity, or may also trigger sending the request when certain fields of the data record are filled in, or a field value satisfies a preset condition.
In a particular embodiment, a data record in a database application may be completed cooperatively by multiple users. For example, user 1 fills in a portion of the fields of a data record, user 2 fills in another portion, and user 3 fills in other fields of a data record, respectively, to create a data record.
By the method, the multi-user cooperation function of the database application is embodied in the process management application, the work division cooperation in the process management of different users is realized, the cooperation efficiency is improved, and the realization mode of the process management is optimized.
In some specific embodiments, the step S102 specifically includes:
s1021, the process management application receives the first request.
The first request corresponds to at least one of the selected data records.
S1022, determining whether at least one data record corresponding to the first request satisfies a second preset condition.
And S1023, generating at least one process management instance aiming at the data record meeting the second preset condition in at least one data record corresponding to the first request.
In one embodiment, for step S1021, the process management application may receive the request directly from the database application via the data interface, or may receive the processed or transformed first request from the database application via the middleware.
In a specific embodiment, the first request includes at least one data record identifier, and the data identifier is used for representing a corresponding data record.
In a specific embodiment, in step S1022, the satisfaction of the second preset condition may be implemented as one or more of the following combinations: the first request has not been initiated for the piece of data record, and a process management instance has not been generated for the piece of data record.
In some embodiments, a selected data record corresponds to a process management instance in the process management application, each process management instance involving at least one process node, and step S102 further includes:
the process management application, in response to the received first request, generating at least one process management instance according to the first request comprises:
and setting corresponding process nodes in the at least one process management instance based on fields of the at least one selected data record.
By the method, the automatic configuration of the process management is completed by using the data records sent by the database application at the process management application side.
More specifically, the data records include fields, the fields include field names and field values, and the process nodes include node names and node information;
setting a corresponding process node in the at least one process management instance based on fields of the at least one selected data record comprises:
determining a field name matched with the node name of the process node;
and setting the node information of the process node according to the field value corresponding to the field name.
The field name may be a name, an ID, or other information that can identify the field, and similarly, the node name may be a name of a node, and an ID, or other information that can identify the node.
In one embodiment, the data record includes a process manager role field, the process manager role field value is personnel information, and the process node has a node identifier.
In a specific embodiment, step S103 is specifically implemented as:
and S1031, the process management application sends the state information of each process management instance or the preset process management instance in the at least one process management instance to the database application.
In one embodiment, the state of the process management instance may be an initiated state, e.g., initiated, not initiated; the state of the process management instance may also be an execution state, such as in execution, successful execution, failed execution; in a preferred embodiment, the states of the process management instance may include an initiation state and an execution state, for example, the initiation state is initiation, and the execution state is execution failure.
In a specific embodiment, step S104 is performed by a database application, and is specifically implemented as:
and S1041, updating the corresponding data record by the database application according to the acquired state information of each process management instance.
In a specific embodiment, the data record includes a field characterizing a state of the process management instance, such as an initiation state and/or an execution state, and the field value characterizing the state of the process management instance in the data record is updated according to the acquired state information of each process management instance.
In an embodiment that includes generating a process management instance and returning state information of the process management instance, the following steps may be included:
s11, checking at least one data record in a data table of the database application, and creating a task for the at least one selected data record, wherein the task comprises the selected data record. It is to be understood that the check in this disclosure may be understood as a selection and that no limitation may be imposed on the specific selection operation.
S12, a determination is made as to the data record included in the task, and it is determined whether the data record satisfies a first preset condition. In some embodiments, the first preset condition requires that one or more, or all of the following be satisfied simultaneously: for the data record which does not send the first request, all necessary filled fields in the data record are not empty, and the field value specified in the data record meets the requirement.
And S13, the database application sends a first request, the first request corresponds to at least one data record meeting a first preset condition in the selected data records, and the first request is used for triggering the process management application to generate a corresponding process management instance according to each data record corresponding to the request.
S14, the process management application receives the first request, determines each data record corresponding to the first request, and determines whether each data record satisfies a second preset condition. In some embodiments, the second preset condition requires that: the first request has not been initiated for the piece of data record and a process management instance has not been generated for the piece of data record.
S15, the process management application generates a corresponding process management instance for each data record meeting the second preset condition in the data records corresponding to the first request.
And S16, the flow management application sends the generated state information of the flow management instance to the database application, wherein the state information is used for indicating whether the execution of the current flow management instance is successful.
And S17, the database application updates the corresponding data record according to the acquired execution state information of each process management instance, and marks the state of the task, wherein the state of the task is used for indicating whether the current task is completely completed, partially completed or not.
In a specific embodiment of the approval definition, the approval definition name is approval, and the approval definition rule specifically includes: and after the approval is proposed, the system enters a first-stage approval node, the first-stage approval node is provided with three approvers, any approver agrees to enter a second-stage approval node, the second-stage approval node is provided with an approver, and the approver of the second-stage node agrees to succeed in the approval.
As shown in fig. 3, a data management method provided in the embodiment of the present disclosure is applicable to a scenario where a business process management application is triggered to write back relevant information of a process management instance in a database application, and the method specifically includes:
s301, at least one data record is selected from the database application, and a second request is sent according to the selected data record.
The second request is used for triggering the process management application to transmit back relevant information of at least one process management instance corresponding to the data record aiming at least one selected data record.
S302, the process management application receives the second request and returns relevant information of at least one process management instance according to at least one of the selected data records.
The at least one process management instance corresponds to at least one of the selected data records.
S303, the database application responds to the received relevant information and updates the data record of the database application according to the relevant information.
On the application side of the database, the method comprises the following steps:
the database application responds to the condition that at least one data record is selected and sends a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
And responding to the acquired relevant information of the at least one process management instance, and updating a data record in the database application according to the relevant information.
On the flow management application side, the method specifically comprises the following steps:
the process management application responds to the received second request and returns the related information of at least one process management instance according to the second request;
the related information includes information on a generation process of the process management instance;
the first request is generated based on the selected data records in the database application;
the process management instance corresponds to at least one of the selected data records.
In a specific embodiment, the step S301 is executed by a database application, and specifically includes:
s3011, selecting at least one data record;
s3012, judging whether a third preset condition is met or not aiming at each data record in the selected at least one data record;
s3013, sending a second request for at least one data record meeting a third preset condition, where the second request corresponds to the at least one data record meeting the third preset condition.
In some specific embodiments, in step S301, a trigger condition may be set for sending the second request, and when the trigger condition is satisfied, the first request is automatically sent. Preferably, the trigger condition may be, for example, timing, periodically, or may also be filled in with certain fields of the data record, or field values satisfying a preset condition to trigger sending the request.
In the foregoing embodiment, after step S3011, generating a task according to the selected data record. In a preferred embodiment, a timing is set for the task, and when the timing is satisfied, steps S3012 and S3013 are automatically performed for the data records included in the task.
In a specific embodiment, the satisfaction of the third preset condition in step S3012 may be implemented as a combination of one or more of the following: the second request is not sent for the data record, all necessary fields in the data record are not empty, and the field value specified in the data record meets the requirement.
Through the setting judgment, the repeated request initiation aiming at the data record or the request initiation aiming at the data record which is not in accordance with the condition can be avoided, the system resource is saved, and the system efficiency is improved.
In a specific embodiment, the method specifically comprises the following steps:
s3021, the process management application receives the second request.
The second request corresponds to at least one of the selected data records.
S3022, determining whether at least one data record corresponding to the second request satisfies a fourth preset condition.
And S3023, returning the relevant information of the process management instance to the database application for the data record meeting the fourth preset condition in the at least one data record corresponding to the second request.
In a specific embodiment, for step S3021, the process management application may receive the second request directly from the database application via the data interface, or may receive the processed or converted second request from the database application via the middleware.
In a specific embodiment, the second request includes at least one data record identifier, and the at least one data record identifier is used for identifying the corresponding data record.
In an embodiment, in step S3022, the fourth preset condition may be satisfied: a process management instance has been generated for the piece of data record.
In a specific embodiment, in step S3023, the related information of the process management instance may be initiation state information, for example, may be an initiation state, for example, initiation state and non-initiation state; alternatively, it may be an execution state, such as in execution, successful execution, failed execution; in a preferred embodiment, the states of the process management instance may include an initiation state and an execution state, for example, the initiation state is initiation, and the execution state is execution failure.
In a specific embodiment, step S303 is specifically implemented as:
s3031, when the database application responds that the acquired relevant information of the process management example is the state information, the corresponding data record is updated according to the state information.
In a specific embodiment, the data record includes fields representing state information of the process management instance, such as an initiation state field and/or an execution state field, and the field value representing the state information of the process management instance in the data record is updated according to the acquired state information of each process management instance.
In a specific embodiment, step S303 is specifically implemented as:
s3031, when the database application responds that the acquired relevant information of the process management example is process management example detail information, generating a process management example record corresponding to the detail information according to the process management example information.
In some embodiments, a field corresponding to detail information characterizing a process management instance is included in the generated data record.
In some embodiments, different fields are set in the generated data record for the acquired detail information of the process management instance; for example, the detail information includes a process node involved in process management and processing information of the process node, the processing information includes, for example, time of arrival at the process node, time of departure from the process node, stay time at the process node, at least one piece of comment information at the process node; for the information contained in the detailed information, the information contained in the detailed information is characterized by different fields in the generated data records, respectively.
In one embodiment, the method for triggering the status information of the backhaul process management instance based on the selected data record comprises the following steps:
s31, checking at least one data record in a data table of the database application, and creating a task for the selected at least one data record, wherein the task comprises the selected data record.
S32, determining each data record included in the task, and determining whether the data record satisfies a third preset condition. The third preset condition may require that one or more or all of the following be satisfied simultaneously: and aiming at the condition that the second request is not sent to the data record, and all necessary filled fields in the data record are not empty, wherein the field value specified in the data record meets the requirement.
And S33, the database application sends a second request, the second request corresponds to at least one data record meeting a third preset condition in the selected data records, and the second request is used for triggering the process management application to return the state information of the corresponding process management instance according to each data record corresponding to the request.
And S34, the process management application receives the second request, and returns the state information of the corresponding process management instance to the database application for each data record corresponding to the second request, wherein the state information is used for indicating the initiation state and/or the execution state of the corresponding process management instance.
And S35, the database application updates the corresponding data record according to the acquired state information of each process management instance and marks the state of the task, wherein the state of the task is used for indicating whether the current task is completely completed, partially completed or not.
In a specific embodiment, the detailed information of the process management instance may be a set of information related to the process management instance, including but not limited to at least one of the following information: identification information, time information, initiator information, manager information, status information, result information, comment information, node information, content information, and the like of the process management instance.
Taking examination and approval as an example, the process management instance may specifically be an examination and approval instance, and the detail information of the examination and approval instance may at least include one of the following information: identification information of the examination and approval examples, initiation time information of the examination and approval examples, completion time information, identification of the initiator, name of the initiator, department to which the initiator belongs, job level of the initiator, identification of the examination and approval persons, examination and approval duration, examination and approval states, examination and approval results, names of the reviewers, comment contents, examination and approval event contents and the like.
In another embodiment, the method specifically comprises:
the process management application receives the second request, wherein the second request corresponds to at least one data record in the selected data records.
And monitoring the flow management instance corresponding to the data record meeting the requirement aiming at least one data record in the selected data records corresponding to the second request.
And responding to the change of any one of the monitored process management instances, and returning the detail information of the changed process management instance.
In a particular embodiment, the second request is a subscribe message.
In a specific embodiment, the detail records of the process management instances are stored in a data table, and further, the detail records of the process management instances of the same event type are stored in a data table. Taking examination and approval as an example, the detail records of the examination and approval examples of the fake examination and approval are stored in one data table, and the detail records of the examination and approval examples of the training examination and approval are stored in another table.
In a specific embodiment, the data table stored with the detail records of the process management instance is displayed in a partition manner, and the data table at least comprises two row partitions: showing the detail record with the specified field as a first value in a first partition; detail records in which the specified field is a second value are shown in a second partition.
Taking the approval process as an example, the specified field may be, for example, a department of the approval initiator.
Through the partition display mode, the classification condition of the process management instance can be conveniently known in a more intuitive mode at the database application side.
The present disclosure provides another data processing method for implementing write-back of detail information of a process management instance, where the method specifically includes: s3001, the database application selects at least one data record, generates a task according to the selected data record, and sends a second request for the task.
The second request is used for indicating the process management application to return the detail information of the process management instance corresponding to the data record and the returned state information of the task for the corresponding data record in the task.
S3002, the process management application receives the third request, and returns the detailed information of at least one process management instance and the returned status information of the task according to at least one of the selected data records.
The at least one process management instance corresponds to at least one of the selected data records.
S3003, the database application receives the detail information, generates a process management instance detail record corresponding to the process management instance according to the detail information, and updates the information of the task according to the returned state information of the task.
In a particular embodiment, the database application sets a status field for each task, the status of the task including, for example, complete, partial, or complete failure.
In another specific embodiment, the method for managing data provided by the embodiment of the present disclosure may specifically include:
s30001, selecting at least one data record in the database application;
s30002, sending a subscription message to the selected at least one data record, wherein the subscription message corresponds to the selected at least one data record;
s30003, the process management application monitors at least one process management instance in response to the subscription message; the at least one process management instance corresponds to at least one of the selected data records.
S30004, the process management application responds to any one of the at least one process management instance changing, and returns the detail information of the corresponding process management instance.
The at least one process management instance corresponds to at least one of the selected data records.
And S30005, the database application receives the detail information, and generates a process management instance detail record corresponding to the process management instance according to the detail information.
The above-mentioned scheme provided by the embodiments of the present disclosure is mainly introduced from the perspective of the method executed between the database application and the process management application, and between the database application side and the process management application side.
In another specific embodiment, as shown in fig. 4, an embodiment of the present disclosure provides another data management method, including:
s401, in response to receiving a preset trigger or meeting a preset condition, determining a database application pre-associated with a process management application; the database application is provided with a display area for displaying the process information of the process management instance in the process management application;
s402, determining a process management instance corresponding to the preset trigger or the preset condition and relevant information of the process management instance to be returned;
s403, acquiring the relevant information of the corresponding process management instance based on the relevant information of the process management instance to be returned;
s404, the related information is sent to the database application, and the database application is used for displaying the related information in a data display area corresponding to the process management instance.
In one embodiment, the related information returned may be status information or detail information:
under the condition that the related information to be returned comprises state information, the database application responds to the received state information and updates the state information of the existing process management example or the state information of the newly added process management example in the data record display area corresponding to the corresponding process management example;
and under the condition that the correlation to be returned comprises the detail information, responding to the situation that no detail information record corresponding to the detail information of the process management implementation currently exists in the database application, and adding and displaying the added process management instance detail information record in the database application, wherein the added process management instance detail information record is added.
In a specific embodiment, the returned detail information may include process node information, where the process node information may include two or more information items, and the step S404 further includes:
determining information items of preset process node information, and determining each information value corresponding to the preset process node information item corresponding to the process management example to be returned; the process node information may correspond to different information items, including but not limited to process node names, number of process nodes, process node processing time, process node processing results, process node comments, and the like, and when the detail information is returned, information values corresponding to the information items need to be determined.
In a particular embodiment, further comprising at least one of:
acquiring information corresponding to each information item in the process information of the process management instance; storing corresponding data records in a database application based on the process information associated with the single information value, wherein the data records are used for storing the process information associated with the single information value; alternatively, the first and second electrodes may be,
and determining data units respectively corresponding to the information values in a data record corresponding to the process management instance in a database application, filling the information values in the data units, and filling one information value in each data unit.
For example, a preset process node comprises a process node name and a process node processing time, in a specific scenario, a first approval node comprises two information items of an approver and an approve time, the approver A has a processing time of 0.5 day, the approver B has a processing time of 1.5 days, the approver A and the approver B have different information values about the approver, the processing time corresponding to the approver A is 0.5 day, and the processing time corresponding to the approver B is 1.5 days; according to the embodiment provided by the disclosure, aiming at the returned detail information of the examination and approval example, two data records are stored in the database application and respectively correspond to the examination and approval information of the approver A and the approver B under the first examination and approval node.
In one embodiment, the returned detailed information of the process management instance includes process nodes and process sub-node information, where the process nodes include two or more process sub-nodes, and the method further includes:
determining preset process node information and child node information of the preset process node;
wherein, at least one of the following is also included:
acquiring process information associated with each process child node in the process information of the process management instance; for each process sub-node, storing a corresponding data record in a database application, wherein the data record is used for storing the process information associated with the process sub-node; alternatively, the first and second electrodes may be,
and setting a field in the data record corresponding to the process management instance in the database application aiming at each process child node so as to store the information of the process child node.
In some embodiments, a process management instance is divided into two process branches at the process node by the child node, and the implementation manner is similar to the case described in the above approval example.
As shown in fig. 5, an embodiment of the present disclosure provides a data processing method, where the method includes:
s501, receiving data information to be stored, wherein the data information comprises data fields, the data information to be stored comprises more than one data record, and the value of at least one data field in at least one data record corresponds to more than two information values;
s502, responding to the fact that the value of at least one data field in at least one data record corresponds to more than two information values, splitting the field into more than two fields corresponding to the information values;
the method further comprises at least one of:
s503, obtaining field values of other fields in the data records associated with the single information values; storing, in a database application, second data records for storing the individual information values and field values of other fields in the data records associated with the individual information values, the individual information values respectively corresponding to the respective second data records; alternatively, the first and second electrodes may be,
s504, in the first data record, determining data units corresponding to the individual information values, respectively, and filling the individual information values in the data units, where each data unit is filled with one individual information value.
In an exemplary application scenario, as shown in fig. 8a, a data table is stored corresponding to a review record for at least one research and development project, the table is divided into 3 fields according to three stages of review, and the field value of each field may be expert review information for the research and development project, and the expert review information may include different information values such as expert name, score, simple evaluation, and the like; according to the embodiment of the present disclosure, the review records of the research and development project may be divided into at least one data record according to the name of the expert, as shown in fig. 8b, or may be divided into different data units according to the name of the expert, as shown in fig. 8 c.
Fig. 6 is a block diagram of a data processing apparatus according to an embodiment of the present disclosure. The apparatus can be implemented by software and/or hardware, and can be configured in a configurable electronic device, typically a computer device, a tablet computer or a mobile phone, and can perform data processing. As shown in fig. 6, the data processing apparatus provided in the present embodiment includes:
a selection module 601 for selecting at least one data record in a database application,
a sending module 602, configured to send a first request according to a selected data record, where the first request is used to trigger a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one data record in the selected data record.
The data processing apparatus provided in this embodiment selects at least one data record in a database application through a selection module, and sends a first request according to the selected data record through a sending module, where the first request is used to trigger a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one data record in the selected data record. By adopting the technical scheme, the flow management request aiming at the selected data record can be initiated in the database application, the flow management application is triggered to execute the flow management action aiming at the selected data record, the calling of the flow management application from the database application side is realized, and the initiation and processing efficiency of the flow management is improved by communicating the data management of the database application with the flow management function of the flow management.
Optionally, the data processing apparatus may further include:
an updating module 603, configured to update the corresponding data record according to the relevant information.
The selecting device 601 may be further configured to select at least one data record in the database application, determine whether each selected data record satisfies a first preset condition, and send a first request for the data record satisfying each first preset condition, where the first request corresponds to the data record satisfying the preset condition.
The first preset condition may be implemented as a combination of one or more of the following: the first request is not sent for the data record, all fields necessary to be filled in the data record are not empty, and the field value specified in the data record meets the requirement.
In one embodiment, the data processing apparatus further comprises:
the first acquisition module is used for acquiring preset information associated with the object according to first identification information of the object included in the selected data record; the selected data record is associated with at least one object;
the first generating module is used for generating a first component of the object based on the acquired preset information, and the first component is used for responding to a preset trigger to display the preset information of the object.
In one embodiment, the data processing apparatus further comprises:
the second acquisition module is used for acquiring related information of at least one process management instance, wherein the related information is information about a generation process of the process management instance;
the data processing device provided by the embodiment of the disclosure can execute one or more data processing methods provided by the embodiment of the disclosure, and has corresponding functional modules and beneficial effects for executing the data processing methods. For technical details that are not described in detail in this embodiment, reference may be made to a corresponding data processing method provided in the embodiments of the present disclosure.
An embodiment of the present disclosure provides a data processing apparatus, including:
the receiving module is used for receiving a first request, and the first request is generated based on the selected data record in the database application;
and the instance generation module is used for generating at least one process management instance according to the first request, and the process management instance corresponds to at least one data record in the selected data records.
In a specific embodiment, the instance generation module includes:
the setting module is used for setting corresponding process nodes in the corresponding process management examples according to the fields of the selected data records;
wherein a selected data record corresponds to a process management instance, each process management instance relating to at least one process node.
In one embodiment, the setting module is further configured to determine a field name matching the node name of the process node, set the node information of the process node according to a field value corresponding to the field name,
the fields include field names and field values, and the process nodes include node names and node information.
An embodiment of the present disclosure provides a data processing apparatus, including:
the selection module is used for selecting at least one data record;
the second sending module is used for sending a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records;
the acquisition module is used for acquiring related information of at least one process management instance, wherein the related information is information about a generation process of the process management instance; the at least one process management instance corresponds to the selected data record;
and the modification module is used for modifying the data record in the database application according to the related information.
In a specific embodiment, the modification module further includes an update module, and the related information includes first information of the process management instance, where the first information is information about a result of generation of the process management instance; the selected data record comprises a first field, and the first field corresponds to a generation result of the process management instance;
and the updating module is used for updating the first field of the selected data record according to the first information.
In a specific embodiment, the modifying module further includes a generating module, the related information includes second information of the process management instance, the second information includes process node information related to a generating process of the process management instance, and the process node is a process node involved in the generating process of the process management instance;
and the generating module is used for generating a data record according to the second information, wherein the data record comprises a field corresponding to the second information.
In a specific embodiment, the information of the process node includes process information of the process node and the process node, the process information is information about process processing performed at the process node to generate the process management instance, the generation module is further configured to,
and generating a data record according to the process nodes in the second information and the processing information of the process nodes, wherein the data record comprises fields corresponding to the process nodes and fields corresponding to the processing information of the process nodes.
In a specific embodiment, the apparatus further includes a presentation module including a first partition presenting a first set of data records and a second partition presenting a second set of data records, the first and second sets of data records having respective first and second values corresponding to the specified fields.
An embodiment of the present disclosure provides a data processing apparatus, including:
the receiving module is used for receiving a second request, and the second request is generated based on the selected data records in the database application;
and the instance returning module is used for returning the related information of at least one process management instance according to the second request, wherein the process management instance corresponds to at least one data record in the selected data records.
An embodiment of the present disclosure provides a data processing apparatus, including: the method comprises the following steps:
the acquisition module is used for acquiring preset information associated with a preset object from an object information database based on first identification information of the preset object;
the generating module generates a first component based on the acquired preset information;
wherein the first component is used for displaying preset information of the preset object and/or for performing process management related to the object.
In a specific embodiment, the apparatus further comprises:
and the query module is used for querying the first identification information of the preset object from the selected data storage area.
An exemplary embodiment of the present disclosure also provides an electronic device including: at least one processor; and a memory communicatively coupled to the at least one processor. The memory stores a computer program executable by the at least one processor, the computer program, when executed by the at least one processor, is for causing the electronic device to perform a method according to an embodiment of the disclosure.
The disclosed exemplary embodiments also provide a non-transitory computer readable storage medium storing a computer program, wherein the computer program, when executed by a processor of a computer, is adapted to cause the computer to perform a method according to an embodiment of the present disclosure.
The exemplary embodiments of the present disclosure also provide a computer program product comprising a computer program, wherein the computer program, when executed by a processor of a computer, is adapted to cause the computer to perform a method according to an embodiment of the present disclosure.
Referring to fig. 8, a block diagram of a structure of an electronic device 800, which may be a server or a client of the present disclosure, which is an example of a hardware device that may be applied to aspects of the present disclosure, will now be described. Electronic device is intended to represent various forms of digital electronic computer devices, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other suitable computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 7, the electronic device 700 includes a computing unit 701, which may perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM)702 or a computer program loaded from a storage unit 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the device 800 can also be stored. The computing unit 701, the ROM 702, and the RAM 703 are connected to each other by a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
A number of components in the electronic device 700 are connected to the I/O interface 705, including: an input unit 706, an output unit 707, a storage unit 708, and a communication unit 709. The input unit 706 may be any type of device capable of inputting information to the electronic device 700, and the input unit 706 may receive input numeric or character information and generate key signal inputs related to user settings and/or function controls of the electronic device. Output unit 707 may be any type of device capable of presenting information and may include, but is not limited to, a display, speakers, a video/audio output terminal, a vibrator, and/or a printer. The storage unit 804 may include, but is not limited to, a magnetic disk, an optical disk. The communication unit 709 allows the electronic device 700 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunications networks, and may include, but is not limited to, modems, network cards, infrared communication devices, wireless communication transceivers and/or chipsets, such as bluetooth (TM) devices, WiFi devices, WiMax devices, cellular communication devices, and/or the like.
Computing unit 701 may be a variety of general purpose and/or special purpose processing components with processing and computing capabilities. Some examples of the computing unit 801 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and the like. The calculation unit 701 performs the respective methods and processes described above. For example, in some embodiments, the data processing method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 708. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 700 via the ROM 702 and/or the communication unit 709. In some embodiments, the computing unit 701 may be configured by any other suitable means (e.g., by means of firmware) to perform one or more data processing methods in embodiments of the present disclosure.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, it may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer programs or instructions. When the computer program or instructions are loaded and executed on a computer, the procedures or functions described in the embodiments of the present disclosure are performed in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, a terminal, a user device, or other programmable apparatus. The computer program or instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another computer readable storage medium, for example, the computer program or instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by wire or wirelessly. The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that integrates one or more available media. The usable medium may be a magnetic medium, such as a floppy disk, hard disk, magnetic tape; or optical media such as Digital Video Disks (DVDs); it may also be a semiconductor medium, such as a Solid State Drive (SSD).
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
While the disclosure has been described in conjunction with specific features and embodiments thereof, it will be evident that various modifications and combinations can be made thereto without departing from the spirit and scope of the disclosure. Accordingly, the specification and figures are merely exemplary of the present disclosure as defined in the appended claims and are intended to cover any and all modifications, variations, combinations, or equivalents within the scope of the present disclosure. It will be apparent to those skilled in the art that various changes and modifications can be made in the present disclosure without departing from the spirit and scope of the disclosure. Thus, if such modifications and variations of the present disclosure fall within the scope of the claims of the present disclosure and their equivalents, the present disclosure is intended to include such modifications and variations as well.

Claims (37)

1. A method of data processing, the method comprising:
the database application responds to the fact that at least one data record is selected, and sends a first request according to the selected data record;
the first request is used for triggering a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
2. The method of claim 1, wherein the data record is associated with at least one object, and wherein the at least one data record includes first identification information of the object, the method further comprising:
acquiring preset information associated with the object from a data object information database based on the first identification information of the object;
generating a first component of the object based on the acquired preset information;
the first component is used for displaying preset information of the object, or the first component is used for generating the process management instance.
3. The method according to claim 2, wherein at least one data record of the database application stores first identification information of the object in advance, and the method further comprises displaying a first component based on preset information acquired from the object information database in response to a preset trigger operation.
4. The method of claim 3, wherein the displaying the first component comprises:
determining a display position of first identification information of the object in the database application and a preset field associated with the object;
and displaying the first component on the display position of the preset field.
5. The method of claim 2, the object comprising at least one of: personnel and articles.
6. The method of claim 1, further comprising:
and responding to the acquired relevant information of the at least one process management instance, and updating the corresponding data record according to the relevant information.
7. A method of data processing, the method comprising:
the process management application responds to the received first request and generates at least one process management instance according to the first request;
the first request is generated based on the selected data records in the database application;
the process management instance corresponds to at least one of the selected data records.
8. The method of claim 7, wherein a selected data record corresponds to a process management instance in the process management application, each process management instance relating to at least one process node;
the process management application, in response to the received first request, generating at least one process management instance according to the first request comprises:
and setting corresponding process nodes in the at least one process management instance based on fields of the at least one selected data record.
9. The method of claim 8, wherein the fields include a field name and a field value, and wherein the flow nodes include a node name and node information;
setting a corresponding process node in the at least one process management instance based on fields of the at least one selected data record comprises:
determining a field name matched with the node name of the process node;
and setting the node information of the process node according to the field value corresponding to the field name.
10. The method of claim 8, wherein the data record includes a process manager role field, wherein the process manager role field value is personnel information, and wherein the process node has a node identification.
11. A method of data processing, the method comprising:
the database application responds to the condition that at least one data record is selected and sends a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records;
and responding to the acquired relevant information of the at least one process management instance, and updating a data record in the database application according to the relevant information.
12. The method of claim 11, wherein the related information comprises at least first information of a process management instance, the first information being status information about the process management instance; a selected data record in the database application corresponding to a process management instance in the process management application, the selected data record including a first field, the first field corresponding to state information of the process management instance;
the updating the data record in the database application according to the acquired relevant information of the at least one process management instance in response to the acquired relevant information includes: and in response to the acquired first information of the at least one process management instance, updating a first field of a data record corresponding to the process management instance in a database application according to the first information.
13. The method of claim 11, wherein a selected data record corresponds to a process management instance in the process management application, each process management instance relates to at least one process node, the related information comprises at least second information of the process management instance, and the second information comprises details of the process management instance;
the updating the data record in the database application according to the acquired relevant information of the at least one process management instance in response to the acquired relevant information includes:
and responding to the acquired second information of the at least one process management instance, and generating a data record in a database application according to the second information, wherein the data record comprises a field corresponding to the second information.
14. The method of claim 13, wherein the second information includes a process node to which the process management instance relates and processing information at the process node;
responding to the acquired second information of the at least one process management instance, and generating a data record in a database application according to the second information, wherein the data record comprises a field corresponding to the second information, and the method comprises the following steps:
and responding to the acquired second information of the at least one process management instance, and generating a data record in a database application according to the second information, wherein the data record comprises a field corresponding to the process node and a field corresponding to the processing information of the process node.
15. The method of claim 14, wherein the process information of the flow node includes one or more of: the time of arrival at the flow node, the time of departure from the flow node, the dwell time at the flow node, at least one piece of comment information at the flow node.
16. The method of claim 13, wherein a data record generated from the second information of the process management instance is stored in a data table,
the data table includes at least a first partition in which a first set of data records is presented and a second partition in which a second set of data records is presented, the first set of data records and the second set of data records having a first value and a second value, respectively, corresponding to a specified field.
17. A method of data processing, the method comprising:
the process management application responds to the received second request and returns the related information of at least one process management instance according to the second request;
the related information is information about a generation process of the process management instance;
the first request is generated based on the selected data records in the database application;
the process management instance corresponds to at least one of the selected data records.
18. A method of data processing, the method comprising:
acquiring first identification information of the preset object stored in the first file;
inquiring an object information database associated with the preset object based on the first identification information of the preset object;
displaying a first component based on a query result obtained from the object information database;
the first component is configured to display second information of the preset object based on a preset trigger, or the first component is configured to trigger execution of a business process based on a preset trigger.
19. The method of claim 18, further comprising:
the first component displays second identification information of the preset object, wherein the second identification information is different from the first identification information.
20. The method of claim 18, wherein determining that the first file stores the first identification information of the preset object comprises:
and in response to receiving a preset trigger, determining the preset objects stored in a preset range of the first file, and acquiring first identification information of each preset object.
21. The method of claim 20, wherein the determining the preset objects stored within the preset range of the first file comprises at least one of:
determining the preset object stored in a preset data table of the first file;
and determining the preset objects stored in more than two data rows and/or data columns in a preset data table of the first file.
22. The method according to claim 18 or 21, wherein storing the first identification information of the preset object in the first file comprises: the first file is pre-stored with respective first identification information of more than two preset objects;
the obtaining of the first identification information of the preset object stored in the first file includes: and responding to a preset trigger, and acquiring respective first identification information of more than two preset objects.
23. The method of claim 18, wherein displaying the first component based on the query result obtained from the object information database comprises at least one of:
displaying the first component of the preset object in the first file at a position associated with the display position based on the display position of the first identification information in the first file;
replacing the first identification information with the first component of the preset object based on a display position of the first identification information in the first file.
24. The method of claim 18, wherein the first file belongs to a first application;
displaying the first component based on the query result obtained from the object information database includes: the first component is displayed in a second application.
25. The method of claim 24, wherein the first application comprises a database application and the second application comprises a process management application.
26. A method of data processing, the method comprising:
determining a database application pre-associated with the process management application in response to receiving a preset trigger or meeting a preset condition; the database application is provided with a display area for displaying relevant information of a process management instance in the process management application;
determining a process management instance corresponding to the preset trigger or the preset condition and relevant information of the process management instance to be returned;
acquiring the relevant information of the corresponding process management instance based on the relevant information of the process management instance to be returned;
and sending the relevant information to the database application, wherein the database application displays the relevant information in a data display area corresponding to the process management example.
27. The method according to claim 26, wherein the related information to be returned comprises status information indicating an initiation and/or processing status of the process management instance, and/or detail information indicating details of the process management instance.
28. The method of claim 27, further comprising at least one of:
under the condition that the related information to be returned comprises state information, the database application responds to the received state information and updates the state information of the existing process management example or the state information of the newly added process management example in the data record display area corresponding to the corresponding process management example;
and under the condition that the related information to be returned comprises detailed information, responding to the situation that no detailed information record corresponding to the detailed information of the process management implementation currently exists in the database application, and newly adding and displaying the newly added process management instance detailed information record in the database application, wherein the newly added process management instance detailed information record is provided.
29. The method according to claim 26, wherein the information related to process management to be returned includes more than two information items corresponding to at least one process node information, and the method further comprises:
determining information items of preset process node information, and determining each information value corresponding to the preset process node information item corresponding to the process management example to be returned;
wherein, still include at least one of:
acquiring process information corresponding to each information value in the process information of the process management instance; storing corresponding data records in a database application based on the process information associated with the single information value, wherein the data records are used for storing the process information associated with the single information value; alternatively, the first and second electrodes may be,
and determining data units respectively corresponding to the information values in a data record corresponding to the process management instance in a database application, filling the information values in the data units, and filling one information value in each data unit.
30. A method of data processing, the method comprising:
receiving data information to be stored, wherein the data information comprises data fields, the data information to be stored comprises more than one data record, and at least one data field in at least one data record corresponds to more than two field values;
in response to at least one data field in at least one data record corresponding to more than two field values, determining each single field value corresponding to the field; the method further comprises at least one of:
obtaining field values of other fields in the data record associated with the individual field values; storing, in a database application, second data records for storing the individual field values and field values of other fields in the data records associated with the individual field values, the individual field values respectively corresponding to respective ones of the second data records; alternatively, the first and second electrodes may be,
in the first data record, determining data units respectively corresponding to the individual field values, filling the individual field values in the data units, and filling each data unit with one individual field value.
31. A data processing apparatus, comprising:
the selection module is used for selecting at least one data record;
the first sending module is used for sending a first request according to the selected data record; the first request is used for triggering a process management application to generate at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records.
32. A data processing apparatus, comprising:
the receiving module is used for receiving a first request, and the first request is generated based on the selected data record in the database application;
and the instance generation module is used for generating at least one process management instance according to the first request, and the process management instance corresponds to at least one data record in the selected data records.
33. A data processing apparatus, provided in a database application, comprising:
the selection module is used for selecting at least one data record;
the second sending module is used for sending a second request according to the selected data record; the second request is used for triggering the process management application to transmit back relevant information of at least one process management instance according to at least one of the selected data records, and the process management instance corresponds to at least one of the selected data records;
the acquisition module is used for acquiring related information of at least one process management instance, wherein the related information is information about a generation process of the process management instance; the at least one process management instance corresponds to the selected data record;
and the updating module is used for updating the data record in the database application according to the related information.
34. A data processing apparatus, comprising:
the receiving module is used for receiving a second request, and the second request is generated based on the selected data record in the database application;
and the instance returning module is used for returning the related information of at least one process management instance according to the second request, wherein the process management instance corresponds to at least one data record in the selected data records.
35. A data processing apparatus, comprising:
the acquisition module is used for acquiring first identification information of the preset object stored in the first file;
the query module is used for querying an object information database related to the preset object based on the first identification information of the preset object;
the display module is used for displaying the first component based on the query result acquired from the object information database;
the first component is configured to display second information of the preset object based on a preset trigger, or the first component is configured to trigger execution of a business process based on a preset trigger.
36. An electronic device, comprising:
a processor; and
a memory for storing the program, wherein the program,
wherein the program comprises instructions which, when executed by the processor, cause the processor to carry out the method according to any one of claims 1-30.
37. A computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method of any of claims 1-30.
CN202210622725.9A 2022-06-01 2022-06-01 Data processing method and device, electronic equipment and storage medium Pending CN114881613A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202210622725.9A CN114881613A (en) 2022-06-01 2022-06-01 Data processing method and device, electronic equipment and storage medium
PCT/CN2023/092925 WO2023231716A1 (en) 2022-06-01 2023-05-09 Data processing methods and apparatus, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210622725.9A CN114881613A (en) 2022-06-01 2022-06-01 Data processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114881613A true CN114881613A (en) 2022-08-09

Family

ID=82680411

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210622725.9A Pending CN114881613A (en) 2022-06-01 2022-06-01 Data processing method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN114881613A (en)
WO (1) WO2023231716A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023231716A1 (en) * 2022-06-01 2023-12-07 北京字跳网络技术有限公司 Data processing methods and apparatus, electronic device and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831122B (en) * 2011-06-15 2015-07-15 阿里巴巴集团控股有限公司 Data storage method, inquiring method and inquiring device for workflow table
CN102521712B (en) * 2011-12-27 2015-09-23 东软集团股份有限公司 A kind of process instance data processing method and device
CN109447411A (en) * 2018-09-26 2019-03-08 平安普惠企业管理有限公司 Business Process Control method, apparatus, computer equipment and storage medium
CN111897815A (en) * 2020-07-15 2020-11-06 中国建设银行股份有限公司 Service processing method and device
CN112925792B (en) * 2021-03-26 2024-01-05 北京中经惠众科技有限公司 Data storage control method, device, computing equipment and medium
CN114169840A (en) * 2021-08-09 2022-03-11 厦门信息港建设发展股份有限公司 Process approval method and device based on database engine and readable medium
CN114881613A (en) * 2022-06-01 2022-08-09 北京字跳网络技术有限公司 Data processing method and device, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023231716A1 (en) * 2022-06-01 2023-12-07 北京字跳网络技术有限公司 Data processing methods and apparatus, electronic device and storage medium

Also Published As

Publication number Publication date
WO2023231716A1 (en) 2023-12-07

Similar Documents

Publication Publication Date Title
EP3244312B1 (en) A personal digital assistant
US9990411B2 (en) Platform for visually configuring a process flow across multiple discrete processes
JP5475203B1 (en) Workflow management apparatus and workflow management method
US20070208587A1 (en) Systems, software, and methods for communication-based business process messaging
WO2021260981A1 (en) Information processing device and information processing method
CN111563729B (en) Engineering project cost management method, system and storage medium
WO2023231716A1 (en) Data processing methods and apparatus, electronic device and storage medium
WO2012113573A2 (en) System and method for coordinating and controlling production processes and inter-related decision making processes
JP6369968B1 (en) Information providing system, information providing method, program
US10496944B2 (en) Point of entry on user interface
US10182151B2 (en) System and method for an interaction page
JP6585805B1 (en) Computer system supporting promotion of corporate improvement, method and program executed in the computer system
US10902370B1 (en) Methods and systems for multidisciplinary research collaboration
US8832110B2 (en) Management of class of service
CN115794545A (en) Automatic processing method of operation and maintenance data and related equipment thereof
US10417201B2 (en) Systems and methods for adaptively identifying and mitigating statistical outliers in aggregated data
Vogl et al. Reconciling requirements and architectures with the CBSP approach in an iPhone app project
KR20210008545A (en) Method for providing business process management system based on automatic report generation
US11740986B2 (en) System and method for automated desktop analytics triggers
JP2019160272A (en) Information service system, information service method, program
Edirisinghe Warehouse Management System
CN109873750B (en) Remote sale intelligent reminding information sending method, device, medium and electronic equipment
JP2020064417A (en) Management device, management method, and program
US11803358B1 (en) Adaptive issue type identification platform
US20220100953A1 (en) System and method for autoproducing a form

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