CN113253991A - Task visualization processing method and device, electronic equipment and storage medium - Google Patents

Task visualization processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113253991A
CN113253991A CN202010091519.0A CN202010091519A CN113253991A CN 113253991 A CN113253991 A CN 113253991A CN 202010091519 A CN202010091519 A CN 202010091519A CN 113253991 A CN113253991 A CN 113253991A
Authority
CN
China
Prior art keywords
task
business process
processed
business
flow chart
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
CN202010091519.0A
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 Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information 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 Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202010091519.0A priority Critical patent/CN113253991A/en
Publication of CN113253991A publication Critical patent/CN113253991A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • 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

Abstract

The disclosure provides a task visualization processing method and device, an electronic device and a storage medium; relates to the technical field of computers. The method comprises the following steps: acquiring a task to be processed, and determining a business process corresponding to the task to be processed; and acquiring a business process management flow chart and business codes established by a user based on the business process, and processing the tasks to be processed according to the business process management flow chart and the business codes. The method and the system can keep the business code consistent with the business process in a visual mode, and improve the accuracy of task processing.

Description

Task visualization processing method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a task visualization processing method, a task visualization processing apparatus, an electronic device, and a computer-readable storage medium.
Background
Along with increasingly complex external environments, when the scale of enterprises is getting stronger and the business form is more and more complex, a set of management system and methodology adaptive to the business are needed, and a corresponding management platform is established by means of technology. The Big Boss idea is proposed by Kyoto, and the organization becomes relatively flexible and mobile by minimizing the operation unit, so that the operation capacity is greatly improved, and the overall competitiveness is enhanced. In order to activate tissue vitality, internal and external competition should be carried out between operation units within a proper range and under proper conditions through an internal marketing mechanism. Therefore, in order to solve the problem of unbalanced distribution of internal resources and capacity caused by asymmetric information and organization barriers among operation units, conveniently and quickly realize ' task finding person ', ' person finding task ', ' person finding person ', and ' maximization of taking charge of internal resources, a platform for releasing and getting tasks and free trading in a company needs to be built.
In the establishment of the task platform, the release and the pick-up of the task need the support of the business process, the design of the task can be technically met by writing codes, and the business state and the business process can be maintained by using a database. If the business process is changed, the business process of the new task can be supported by modifying the source code. However, the service flow implemented by the modified service code may not be consistent with the actual service flow of the new task, resulting in lower accuracy of the new task. Moreover, for other people except the code writer, the accuracy of the business process realized by the business code cannot be judged.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The purpose of the present disclosure is to provide a task visualization processing method, a task visualization processing apparatus, an electronic device, and a computer-readable storage medium, so as to overcome the problems of inconsistency between a business process implemented by a business code and an actual business process of a task and low accuracy of the task, which are caused by limitations and defects of related technologies, to a certain extent.
According to a first aspect of the present disclosure, there is provided a task visualization processing method, including:
acquiring a task to be processed, and determining a business process corresponding to the task to be processed;
acquiring a business process management flow chart and a business code which are established by a user based on the business process;
and processing the task to be processed according to the business process management flow chart and the business codes.
Optionally, the task visualization processing method further includes:
generating a task file corresponding to the task to be processed when the task to be processed is processed;
and storing the task file through an object storage service.
Optionally, the task visualization processing method further includes:
and when the business process comprises a plurality of task nodes, responding to the connection operation of a user to the task nodes, connecting the task nodes through a process middleware, and establishing the business process management flow chart.
Optionally, the task visualization processing method further includes:
and aiming at a target task containing the same task node as the task to be processed, multiplexing the same task node to process the target task.
Optionally, the task visualization processing method further includes:
when the business process corresponding to the task to be processed changes, responding to the modification operation of the user on the business process management flow chart and the business code, and modifying the business process management flow chart and the business code;
and processing the task to be processed according to the modified business process management flow chart and the modified business code.
Optionally, the task node includes: the system comprises an automatic execution node and a manual execution node, wherein the automatic execution node is provided with a corresponding service code, and the manual execution node is provided with a corresponding operation page;
the task visualization processing method further comprises the following steps:
processing the automatic execution node through an automatic task in the flow middleware;
and processing the manual execution node through a user task in the flow middleware.
Optionally, the determining the service flow corresponding to the task to be processed includes:
determining the task type of the task to be processed;
and determining the business process corresponding to the task to be processed according to the task type of the task to be processed and the mapping relation between the task type and the business process.
According to a second aspect of the present disclosure, there is provided a task visualization processing apparatus including:
the business process determining module is used for acquiring the task to be processed and determining the business process corresponding to the task to be processed;
the acquisition module is used for acquiring a business process management flow chart and a business code which are established by a user based on the business process;
and the task processing module is used for processing the task to be processed according to the business process management flow chart and the business codes.
Optionally, the task visualization processing apparatus further includes:
the file generation module is used for generating a task file corresponding to the task to be processed when the task to be processed is processed;
and the file storage module is used for storing the task file through the object storage service.
Optionally, the task visualization processing apparatus further includes:
and the flow chart generation module is used for responding to the connection operation of a user on the task nodes when the business flow comprises the task nodes, connecting the task nodes through flow middleware and establishing the business flow management flow chart.
Optionally, the task visualization processing apparatus further includes:
and the task node multiplexing module is used for multiplexing the same task node aiming at a target task containing the same task node as the task to be processed so as to process the target task.
Optionally, the task visualization processing apparatus further includes:
the modification module is used for responding to the modification operation of the user on the business process management flow chart and the business code when the business process corresponding to the task to be processed is changed, and modifying the business process management flow chart and the business code;
and the task processing module is specifically used for processing the task to be processed according to the modified business process management flow chart and the modified business code.
Optionally, the task node includes: the system comprises an automatic execution node and a manual execution node, wherein the automatic execution node is provided with a corresponding service code, and the manual execution node is provided with a corresponding operation page;
the task visualization processing device further comprises:
processing the automatic execution node through an automatic task in the flow middleware;
and processing the manual execution node through a user task in the flow middleware.
Optionally, the business process determining module is specifically configured to determine a task type of the task to be processed; and determining the business process corresponding to the task to be processed according to the task type of the task to be processed and the mapping relation between the task type and the business process.
According to a third aspect of the present disclosure, there is provided an electronic device comprising: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the method of any one of the above via execution of the executable instructions.
According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
Exemplary embodiments of the present disclosure may have at least some or all of the following benefits:
in the task visualization processing method provided by an example embodiment of the present disclosure, a business process management flowchart corresponding to a business process is established, and the business process is presented through the business process management flowchart, so that a business code is visually kept consistent with the business process, and the accuracy of a task is improved. In addition, other personnel except the code writer can analyze whether the business flow and the business code are effectively corresponding or not from the business perspective.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty.
Fig. 1 is a schematic diagram illustrating an exemplary system architecture to which the task visualization processing method and apparatus of the disclosed embodiments may be applied;
FIG. 2 is a schematic diagram illustrating task visualization in an embodiment of the present disclosure;
FIG. 3 is a flow chart illustrating a task visualization processing method according to an embodiment of the present disclosure;
FIG. 4 illustrates a business process management flow diagram in an embodiment of the disclosure;
FIG. 5 illustrates an architectural diagram of distributed file storage in an embodiment of the present disclosure;
FIG. 6 is a schematic diagram illustrating an architecture of a task visualization processing apparatus according to an embodiment of the present disclosure;
FIG. 7 illustrates a schematic structural diagram of a computer system suitable for use with the electronic device to implement embodiments of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the subject matter of the present disclosure can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and the like. In other instances, well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
Fig. 1 is a schematic diagram illustrating a system architecture of an exemplary application environment to which a task visualization processing method and apparatus according to an embodiment of the present disclosure may be applied.
As shown in fig. 1, system architecture 100 may include one or more of terminal devices 101, 102, a network 103, and a server 104. The network 103 serves as a medium for providing communication links between the terminal devices 101, 102 and the server 104. Network 103 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few. The terminal devices 101, 102 may be various electronic devices having a display screen, including but not limited to desktop computers, portable computers, smart phones, tablet computers, and the like. It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative, and that there may be any number of terminal devices, networks, and servers, as desired for an implementation. For example, server 104 may be a server cluster comprised of multiple servers, or the like.
The task visualization processing method provided by the embodiment of the present disclosure is generally executed by the server 104, and accordingly, the task visualization processing apparatus is generally disposed in the server 104. For example, in an exemplary embodiment, a user may upload a task to be processed to the server 104 through the terminal devices 101 and 102, and the server 104 processes the task to be processed through the task visualization processing method provided by the embodiment of the present disclosure, and may further send an obtained task processing result to the terminal devices 101 and 102.
The technical solution of the embodiment of the present disclosure is explained in detail below:
at present, the business process of tasks in a task platform can be realized by writing codes. However, with repeated revisions of the business process, it cannot be determined whether the business process implemented by the business code is consistent with the actual business process of the task.
Referring to fig. 2, fig. 2 shows a schematic diagram of task visualization processing in an embodiment of the present disclosure, a user may Process a task after entering an intranet account system through single sign-on, and a Business Process Management (JBPM, which is collectively referred to as Java Business Process Management) defines all Business processes, where the JBPM is a popular middleware for configuring and managing a workflow of Business Process Modeling and labeling (BPMN2, which is collectively referred to as Business Process Modeling notification 2.0), and may be well integrated with Java language, deployed in an independent manner, and expose an application programming interface to the outside, and may initiate, circulate, and end a Process. The object storage service is a standard distributed file storage service, provides functions of uploading and downloading files and the like, and can be used for storing static files. The database may maintain the state of the business and the business logic.
The process of project release and the process of small-demand release are complex, the process in fig. 2 is a simplified schematic diagram, task nodes can be connected in series through process middleware, each node corresponds to a specific code, and whether the business process effectively corresponds to an actual code or not can be analyzed from a business perspective through the method.
Referring to fig. 3, fig. 3 shows a flowchart of a task visualization processing method according to an embodiment of the present disclosure, including the steps of:
step S310, acquiring the task to be processed, and determining the business process corresponding to the task to be processed.
Step S320, acquiring a service flow management flowchart and a service code established by the user based on the service flow.
And step S330, processing the task to be processed according to the business process management flow chart and the business codes.
According to the task visualization processing method, the business process is presented through the business process management flow chart by establishing the business process management flow chart corresponding to the business process, so that the business code is visually consistent with the business process, and the task accuracy is improved. In addition, other personnel except the code writer can analyze whether the business flow and the business code are effectively corresponding or not from the business perspective.
The task visualization processing method according to the embodiment of the present disclosure is explained in more detail below.
In step S310, a task to be processed is obtained, and a business process corresponding to the task to be processed is determined.
In the embodiment of the present disclosure, the task to be processed is a task to be processed by the user according to the service requirement. For example, if a user is to publish a project, the pending task may be to publish the project; if the user is to publish a small demand, the pending task may be publishing the small demand. Besides, the pending task may further include: bidding for the posted items, bidding for the posted small requirements, accepting the delivered items, accepting the delivered small requirements, and so forth. In order to effectively communicate with the receiver, when the publisher publishes the project or the small demand, the publisher can publish the bidding document of the project together to describe the details of the project demand. And the receiver can upload the scheme document in the bidding process, so that the publisher can conveniently evaluate the scheme.
For each task, there may be a corresponding business process, i.e., each task may be executed according to the corresponding business process. In the embodiment of the disclosure, the business process corresponding to the task to be processed can be determined directly according to the task to be processed. For example, the to-be-processed task carries identification information, and the identification information and the service process have a mapping relationship, and at this time, the service process corresponding to the to-be-processed task can be directly determined.
In an implementation manner of the embodiment of the present disclosure, a task type of the task to be processed may also be determined first, and the task type may be the above-mentioned issuing of a project, issuing of a small demand, and the like. And then, determining the business process corresponding to the task to be processed according to the task type of the task to be processed and the mapping relation between the task type and the business process. For example, the business process corresponding to the published item may include: filling in a project description, filling in project constraints, filling in acceptor constraints, budget approvals, and releases projects. The business process corresponding to the small demand may include: filling in the small requirement description, issuing the small requirement and the like. If the task to be processed is determined to be a release project, determining that the business process corresponding to the task to be processed is as follows: filling in a project description, filling in project constraints, filling in acceptor constraints, budget approvals, and releases projects.
In step S320, a service flow management flowchart and a service code established by the user based on the service flow are obtained.
Specifically, after determining the service flow corresponding to the task to be processed, the user may determine the service flow management flow chart according to the service flow.
In the embodiment of the disclosure, when the service flow includes a plurality of task nodes, in response to a connection operation of a user to the plurality of task nodes, the plurality of task nodes are connected through the flow middleware, and a service flow management flow chart is established. The business process management flow chart comprises the following steps: task nodes, flows, and events. Referring to fig. 4, fig. 4 shows a business process management flowchart in an embodiment of the present disclosure, where the business process management flowchart is a flowchart about evaluating a user, and includes: starting, self-evaluating, human resources evaluating, supervisor evaluating, and ending a plurality of task nodes. The plurality of nodes may be sequentially connected by a unidirectional arrow. According to the business process management flow chart, the business process corresponding to the task can be visually determined.
It will be appreciated that the same task node may exist for two tasks of different task types. For example, for a project flow and a small demand flow, although two different business flows, some task nodes therein are completely identical. Specifically, as can be seen from the business process corresponding to the project release and the business process corresponding to the small requirement release, the filling project description and the filling small requirement description are consistent, the release project and the release small requirement are consistent, and the key node of each business process and the difference from other business processes can also be determined through the business process management flow chart.
When the business process management flowchart is created, an xml (extensible markup language) file corresponding to the business process management flowchart may be generated, where the xml file includes attribute information of each node, such as class and uniform resource identifier, and the attribute information may be defined in a corresponding business code.
Optionally, the task node in the business process management flowchart may include: the system comprises an automatic execution node and a manual execution node, wherein the automatic execution node is provided with a corresponding service code, and the manual execution node is provided with a corresponding operation page. The automatic execution node is a node that can be automatically executed according to a corresponding service code, and the manual execution node is a node that is executed by a manual operation. For example, for a node requiring a supervisor for approval, the supervisor enters the next node after the operation page is approved. In the embodiment of the present disclosure, the automatic execution node may be processed by an automatic Task (Service Task) in the flow middleware, for example, the business logic may be written by the automatic Task. The manual execution node is processed through a User Task (User Task) in the flow middleware, for example, the approval operation is completed through the User Task.
In step S330, the task to be processed is processed according to the business process management flowchart and the business code.
Specifically, when a task is processed, for an automatic execution node in the business process management flowchart, when a process is run to the node, a corresponding business code may be executed. After the execution is completed, the flow enters the next node. Aiming at the manual execution node in the business process management flow chart, when the process is operated to the node, a corresponding operation page is displayed, a user can operate on the operation page, and after the operation is completed, the process enters the next node. When the flow is circulated to the end node, or when the flow has no next node to be circulated, the flow is ended, that is, the task processing is completed.
In one implementation manner of the present disclosure, for a target task including a same task node as a task to be processed, the target task may be processed by multiplexing the same task node. For example, the task to be processed is a project flow, the project flow is a flow facing a formal project, and a secondary approval flow can be taken, so that the task to be processed is an important service, the internal flow is also complex, so that the service flow is expressed in a visual manner through JBPM, and each flow node is bound to a service code, so that the visualization of the service flow can be ensured. The small-demand flow is a task oriented to a short construction period, the flow is simple, but some nodes are completely the same as the project flow, so that the project flow nodes are reused, and the individual nodes are added to be delivered to the online quickly.
In one implementation manner of the present disclosure, when a business process corresponding to a task to be processed changes, a business process management flowchart and a business code are modified in response to a modification operation of a user on the business process management flowchart and the business code; and processing the task to be processed according to the modified business process management flow chart and the modified business code. Because whether the business process is consistent with the business code can be visually determined through the business process management flow chart, a code writer can conveniently modify the business process management flow chart and the business code, the modification efficiency can be improved, and the accuracy of task processing can be ensured.
Optionally, when the task to be processed is processed, a task file corresponding to the task to be processed may be generated. When the size of the task file is small, the task file can be stored through one file server, but with the expansion of the user size, the file storage server can generate a bottleneck, and the problem of capacity limitation of the file server can be solved by introducing the object storage service. Thus, the task file may be stored by the object storage service.
The object storage service is internally provided with a single-point problem of the storage server and horizontal expansion of the guaranteed capacity through an HDFS (Hadoop distributed file system). Among them, Hadoop is a distributed system infrastructure developed by the Apache foundation. Referring to fig. 5, fig. 5 shows an architectural diagram of a distributed file storage in the embodiment of the present disclosure, and the HDFS operates in a management node-work node mode, i.e., a name node and a plurality of data nodes.
The name node is a management node, manages data block mapping, processes read-write requests of the client, configures copy strategies and manages the name space of the HDFS. The name node can monitor the survival state of the data nodes, balance the load of each data node, copy the data blocks stored in the data nodes and the like. The auxiliary name node can share part of workload of the name node, is a cold backup of the name node, and can merge the metadata mirror file (directory tree of the file system) and the operation log of the metadata (modification operation record for the file system) and then send the merged metadata mirror file to the name node. The cold backup refers to a database complete backup performed under the condition that the database is closed and cannot be updated. The data nodes are working nodes and are responsible for storing the data blocks sent by the client, and can periodically send lists of the data blocks stored by the data nodes to the name nodes to perform read-write operation of the data blocks. New data nodes can be added according to the increase of the stored files. It can be seen that the present disclosure can avoid a single point of failure through the object storage service and can freely expand the storage capacity.
According to the task visualization processing method, the business process is presented through the business process management flow chart by establishing the business process management flow chart corresponding to the business process, so that the business code is visually consistent with the business process, and the task accuracy is improved. By introducing the object storage service, single-point failure can be avoided, and the storage capacity can be conveniently expanded. In addition, the same task node can be multiplexed, and the task processing efficiency is improved. In addition, other personnel except the code writer can analyze whether the business process and the business code are effectively corresponding or not from the business perspective according to the business process management flow chart.
It should be noted that although the various steps of the methods of the present disclosure are depicted in the drawings in a particular order, this does not require or imply that these steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Further, in the present exemplary embodiment, there is also provided a task visualization processing apparatus 600, as shown in fig. 6, including:
the service flow determining module 610 is configured to obtain a task to be processed and determine a service flow corresponding to the task to be processed;
an obtaining module 620, configured to obtain a service flow management flowchart and a service code that are established by a user based on a service flow;
and the task processing module 630 is configured to process the to-be-processed task according to the business process management flowchart and the business code.
Optionally, the task visualization processing apparatus according to the embodiment of the present disclosure further includes:
the file generation module is used for generating a task file corresponding to the task to be processed when the task to be processed is processed;
and the file storage module is used for storing the task file through the object storage service.
Optionally, the task visualization processing apparatus according to the embodiment of the present disclosure further includes:
and the flow chart generation module is used for responding to the connection operation for the plurality of task nodes when the business flow comprises the plurality of task nodes, connecting the plurality of task nodes through the flow middleware and establishing the business flow management flow chart.
Optionally, the task visualization processing apparatus according to the embodiment of the present disclosure further includes:
and the task node multiplexing module is used for multiplexing the same task node aiming at a target task containing the same task node as the task to be processed so as to process the target task.
Optionally, the task visualization processing apparatus according to the embodiment of the present disclosure further includes:
the modification module is used for responding to the modification operation of the user on the business process management flow chart and the business codes when the business process corresponding to the task to be processed is changed, and modifying the business process management flow chart and the business codes;
and the task processing module is specifically used for processing the task to be processed according to the modified business process management flow chart and the modified business code.
Optionally, the task node includes: the system comprises an automatic execution node and a manual execution node, wherein the automatic execution node is provided with a corresponding service code, and the manual execution node is provided with a corresponding operation page;
the task visualization processing device of the embodiment of the present disclosure further includes:
automatically executing nodes through automatic task processing in the flow middleware;
and manually executing the nodes through user task processing in the flow middleware.
Optionally, the business process determining module is specifically configured to determine a task type of the task to be processed; and determining the business process corresponding to the task to be processed according to the task type of the task to be processed and the mapping relation between the task type and the business process.
The details of each module or unit in the above device have been described in detail in the corresponding method, and therefore are not described herein again.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
In an exemplary embodiment of the present disclosure, there is also provided an electronic device including: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to execute all or part of the steps of the task visualization processing method in the present exemplary embodiment.
Fig. 7 shows a schematic structural diagram of a computer system of an electronic device for implementing an embodiment of the present disclosure. It should be noted that the computer system 700 of the electronic device shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of the application of the embodiments of the present disclosure.
As shown in fig. 7, the computer system 700 includes a central processor 701, which can perform various appropriate actions and processes according to a program stored in a read-only memory 702 or a program loaded from a storage section 708 into a random access memory 703. In the random access memory 703, a cpu 701, a rom 702, and a random access memory 703, which store various programs and data necessary for system operation, are connected to each other via a bus 704. An input/output interface 705 is also connected to the bus 704.
The following components are connected to the input/output interface 705: an input portion 706 including a keyboard, a mouse, and the like; an output section 707 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 708 including a hard disk and the like; and a communication section 709 including a network interface card such as a Local Area Network (LAN) card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. A driver 710 is also connected to the input/output interface 705 as necessary. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 710 as necessary, so that a computer program read out therefrom is mounted into the storage section 708 as necessary.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 709, and/or installed from the removable medium 711. The computer program, when executed by the central processor 701, performs various functions defined in the apparatus of the present application.
In an exemplary embodiment of the disclosure, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
It should be noted that the computer readable storage medium shown in the present disclosure can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having 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. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer-readable signal medium may include a propagated data signal with computer-readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, radio frequency, etc., or any suitable combination of the foregoing.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A task visualization processing method is characterized by comprising the following steps:
acquiring a task to be processed, and determining a business process corresponding to the task to be processed;
acquiring a business process management flow chart and a business code which are established by a user based on the business process;
and processing the task to be processed according to the business process management flow chart and the business codes.
2. The method of claim 1, further comprising:
generating a task file corresponding to the task to be processed when the task to be processed is processed;
and storing the task file through an object storage service.
3. The method of claim 1, further comprising:
and when the business process comprises a plurality of task nodes, responding to the connection operation of a user to the task nodes, connecting the task nodes through a process middleware, and establishing the business process management flow chart.
4. The method of claim 3, further comprising:
and aiming at a target task containing the same task node as the task to be processed, multiplexing the same task node to process the target task.
5. The method of claim 1, further comprising:
when the business process corresponding to the task to be processed changes, responding to the modification operation of the user on the business process management flow chart and the business code, and modifying the business process management flow chart and the business code;
and processing the task to be processed according to the modified business process management flow chart and the modified business code.
6. The method of claim 3, wherein the task node comprises: the system comprises an automatic execution node and a manual execution node, wherein the automatic execution node is provided with a corresponding service code, and the manual execution node is provided with a corresponding operation page;
the method further comprises the following steps:
processing the automatic execution node through an automatic task in the flow middleware;
and processing the manual execution node through a user task in the flow middleware.
7. The method according to claim 1, wherein the determining the business process corresponding to the task to be processed includes:
determining the task type of the task to be processed;
and determining the business process corresponding to the task to be processed according to the task type of the task to be processed and the mapping relation between the task type and the business process.
8. A task visualization processing apparatus, characterized in that the apparatus comprises:
the business process determining module is used for acquiring the task to be processed and determining the business process corresponding to the task to be processed;
the acquisition module is used for acquiring a business process management flow chart and a business code which are established by a user based on the business process;
and the task processing module is used for processing the task to be processed according to the business process management flow chart and the business codes.
9. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of any of claims 1-7 via execution of the executable instructions.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of any one of claims 1 to 7.
CN202010091519.0A 2020-02-08 2020-02-08 Task visualization processing method and device, electronic equipment and storage medium Pending CN113253991A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010091519.0A CN113253991A (en) 2020-02-08 2020-02-08 Task visualization processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010091519.0A CN113253991A (en) 2020-02-08 2020-02-08 Task visualization processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113253991A true CN113253991A (en) 2021-08-13

Family

ID=77219917

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010091519.0A Pending CN113253991A (en) 2020-02-08 2020-02-08 Task visualization processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113253991A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114781328A (en) * 2022-06-21 2022-07-22 成都中科合迅科技有限公司 Method for visually arranging business process based on plaintext file

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114781328A (en) * 2022-06-21 2022-07-22 成都中科合迅科技有限公司 Method for visually arranging business process based on plaintext file

Similar Documents

Publication Publication Date Title
US9678740B2 (en) Migration mechanism
CN110546606B (en) Tenant upgrade analysis system and method
US10185626B2 (en) Automatic application error detection and rollback
US11755461B2 (en) Asynchronous consumer-driven contract testing in micro service architecture
US11797273B2 (en) System and method for enhancing component based development models with auto-wiring
US10466981B1 (en) System and method for generative programming in an integrated development environment (IDE)
CN111061956A (en) Method and apparatus for generating information
CN111125064A (en) Method and device for generating database mode definition statement
CN111178849A (en) Linear process engine implementation method, device, equipment and storage medium
US10289525B2 (en) Multi-layer design response time calculator
Affonso et al. A reference architecture to support the development of mobile applications based on self-adaptive services
US10558624B2 (en) System and method for datastore management framework
CN110727575A (en) Information processing method, system, device and storage medium
CN113253991A (en) Task visualization processing method and device, electronic equipment and storage medium
CN113535574B (en) Automatic generation method, device, equipment and medium for test user data
US20090249280A1 (en) Upgrading simple applications to full scale solutions
CN113378346A (en) Method and device for model simulation
Shrivastava Learning Salesforce Einstein
CN113011858A (en) Audit project configuration and execution method and device
CN113296796A (en) Project release method, device, system, storage medium and electronic equipment
Chondamrongkul Model-driven framework to support evolution of mobile applications in multi-cloud environments
CN111143408B (en) Event processing method and device based on business rule
Williams 6th Annual Earth System Grid Federation Face to Face Conference Report
CN111177183B (en) Method and device for generating database access statement
CN113779454A (en) Data query method and device applied to single-page application

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