CN113946394A - Method and device for displaying task flow running result in real time and electronic equipment - Google Patents

Method and device for displaying task flow running result in real time and electronic equipment Download PDF

Info

Publication number
CN113946394A
CN113946394A CN202111191175.1A CN202111191175A CN113946394A CN 113946394 A CN113946394 A CN 113946394A CN 202111191175 A CN202111191175 A CN 202111191175A CN 113946394 A CN113946394 A CN 113946394A
Authority
CN
China
Prior art keywords
task
node
state
nodes
node state
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
CN202111191175.1A
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.)
Shanghai Qiyue Information Technology Co Ltd
Original Assignee
Shanghai Qiyue 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 Shanghai Qiyue Information Technology Co Ltd filed Critical Shanghai Qiyue Information Technology Co Ltd
Priority to CN202111191175.1A priority Critical patent/CN113946394A/en
Publication of CN113946394A publication Critical patent/CN113946394A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The invention relates to the technical field of computers, in particular to a method and a device for displaying a task flow running result in real time and an electronic device, wherein the method comprises the following steps: acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas; polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes; and updating the node state of the task node on the canvas according to the latest node state. According to the invention, by combining the canvas and the task nodes, the task state can be acquired in real time when the task flow is in a running state, and the task state is updated and displayed on the canvas in real time, so that the preview of real-time data by a user is enhanced, and the working efficiency is greatly improved.

Description

Method and device for displaying task flow running result in real time and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for displaying a task flow running result in real time and electronic equipment.
Background
At present, in the task flow execution process, a user needs to know the overall execution condition of the task flow in real time and also needs to know the execution condition of each task, the user can not visually observe the task flow execution process through list display, the preview requirement of the user on real-time data can not be met, early warning can not be carried out when a task execution error exists, and therefore the task can be modified and executed again after the task execution is finished, and the task processing efficiency is reduced.
Disclosure of Invention
The invention provides a method and a device for displaying a task flow running result in real time and electronic equipment, which are used for acquiring a task state in real time, enhancing the preview of real-time data by a user and greatly improving the working efficiency.
An embodiment of the present specification provides a method for displaying a task flow running result in real time, including:
acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas;
polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes;
and updating the node state of the task node on the canvas according to the latest node state.
Preferably, the method further comprises the following steps:
and when the node state of the task node is not changed within the preset time, stopping polling the task node.
Preferably, the polling the task nodes of the task processing center in real time includes:
and polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
Preferably, the updating the node state of the task node on the canvas according to the latest node state includes:
and when the latest node state of the task node is different from the initial node state of the task node, updating the node state of the task node on the canvas according to the latest node state.
Preferably, the updating the node state of the task node on the canvas according to the latest node state further includes:
and when the latest node state of the task node is the same as the initial node state of the task node, the node state of the task node on the canvas is not updated.
An embodiment of the present specification further provides a device for displaying a task flow running result in real time, including:
the system comprises an information acquisition module, a canvas management module and a task processing module, wherein the information acquisition module is used for acquiring task nodes of a task processing center and initial node states of the task nodes and displaying the task nodes and the initial node states of the task nodes on the canvas;
the polling module is used for polling the task nodes of the task processing center in real time to obtain the latest node state of the task nodes;
and the state updating module is used for updating the node state of the task node on the canvas according to the latest node state.
Preferably, the method further comprises the following steps:
and the judging module is used for stopping polling the task node when the node state of the task node is not changed within the preset time.
Preferably, the polling module includes:
and the polling unit is used for polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
Preferably, the status updating module includes:
and the state updating unit is used for updating the node state of the task node on the canvas according to the latest node state when the latest node state of the task node is different from the initial node state of the task node.
Preferably, the status updating module further includes:
and the state judging unit is used for not updating the node state of the task node on the canvas when the latest node state of the task node is the same as the initial node state of the task node.
An electronic device, wherein the electronic device comprises:
a processor and a memory storing a computer executable program which, when executed, causes the processor to perform any of the methods described above.
A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of the above.
According to the invention, by combining the canvas and the task nodes, the task state can be acquired in real time when the task flow is in a running state, and the task state is updated and displayed on the canvas in real time, so that the preview of real-time data by a user is enhanced, and the working efficiency is greatly improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a block diagram of a hardware structure of a mobile terminal for displaying a task flow operation result in real time according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating a method for displaying a task flow operation result in real time according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a device for displaying a task flow operation result in real time according to an embodiment of the present disclosure;
fig. 4 is a flowchart of processing for displaying a task flow running result in real time according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present invention will now be described more fully with reference to the accompanying drawings. The exemplary embodiments, however, may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. The same reference numerals denote the same or similar elements, components, or parts in the drawings, and thus their repetitive description will be omitted.
Features, structures, characteristics or other details described in a particular embodiment do not preclude the fact that the features, structures, characteristics or other details may be combined in a suitable manner in one or more other embodiments in accordance with the technical idea of the invention.
In describing particular embodiments, the present invention has been described with reference to features, structures, characteristics or other details that are within the purview of one skilled in the art to provide a thorough understanding of the embodiments. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific features, structures, characteristics, or other details.
The diagrams depicted in the figures are exemplary only, and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order depicted. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. 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 means and/or microcontroller means.
The term "and/or" and/or "includes all combinations of any one or more of the associated listed items.
The method provided by the embodiment of the application can be executed in a mobile terminal, a computer terminal, a server or a similar operation device. Taking the example of running on the mobile terminal, fig. 1 is a block diagram of a hardware structure of the mobile terminal showing a task flow running result in real time. As shown in fig. 1, the mobile terminal may include one or more (only one shown in fig. 1) processors 102 (the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA) and a memory 104 for storing data, and optionally may also include a transmission device 106 for communication functions and an input-output device 108. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration, and does not limit the structure of the mobile terminal. For example, the mobile terminal may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
The memory 104 may be used for storing a computer program, for example, a software program and a module of application software, such as a computer program corresponding to the page layout method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer program stored in the memory 104, so as to implement the method described above. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the mobile terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the mobile terminal. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
Referring to fig. 2, a schematic diagram of a method for displaying a task flow operation result in real time according to an embodiment of the present disclosure includes:
s201: acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas;
in a preferred embodiment of the present invention, the initial node states of the plurality of task nodes and the plurality of task nodes of the task processing center are obtained in the task processing server, and the obtained initial node states of the plurality of task nodes and the plurality of task nodes of the task processing center are displayed on the canvas, so that the user can visually check the task flow execution state through the above manner.
S202: polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes;
in a preferred embodiment of the present invention, an instant messaging protocol is used to poll a plurality of task nodes of a task processing center in real time, and determine whether node states of the plurality of task nodes change, when the node states of the task nodes do not change, the node states of the task nodes on the corresponding canvas are not updated, and at this time, the task nodes which are not updated are in the latest node state. The node state of the task node is acquired in real time in the mode, and the follow-up preview of real-time data is facilitated.
S203: and updating the node state of the task node on the canvas according to the latest node state.
In a preferred embodiment of the present invention, when the node state of the task node changes, the node state of the corresponding task node on the canvas is updated, and at this time, the node state of the task node is the latest node state, and the node state of the task node on the canvas is updated to the latest node state. Through the method, the user can preview the real-time data, and the working efficiency is greatly improved.
Further, still include:
and when the node state of the task node is not changed within the preset time, stopping polling the task node.
In a preferred embodiment of the present invention, for example, the preset time is 10 minutes, when the node state of the task node is not changed within 10 minutes, the task node is stopped from being polled by using the instant messaging protocol, and the node state corresponding to the task node is no longer obtained, and the node state corresponding to the task node at this time is the final state and is displayed on the canvas. By the method, an invalid polling process is limited, and the operating pressure of the task processing server is reduced.
Further, the polling the task nodes of the task processing center in real time includes:
and polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
Further, the updating the node state of the task node on the canvas according to the latest node state includes:
and when the latest node state of the task node is different from the initial node state of the task node, updating the node state of the task node on the canvas according to the latest node state.
Further, the updating the node state of the task node on the canvas according to the latest node state further includes:
and when the latest node state of the task node is the same as the initial node state of the task node, the node state of the task node on the canvas is not updated.
In a preferred embodiment of the invention, an instant messaging protocol is utilized to poll task nodes of a task processing center in real time to obtain the node states of the task nodes, and meanwhile, whether the node states of the current task nodes are the same as the initial node states of the task nodes is judged, and when the latest node state of the task nodes is different from the initial node state of the task nodes, the node states of the task nodes on a canvas are updated according to the latest node state; and when the latest node state of the task node is the same as the initial node state of the task node, the node state of the task node on the canvas is not updated. The final user can visually observe the running state of the task flow through the canvas, the preview of the real-time data by the user is enhanced, and the working efficiency is greatly improved.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
In a preferred embodiment of the invention, step 1, after entering canvas to display task nodes, acquiring node states; step 2, task nodes and node states are displayed on canvas, meanwhile, a polling and instant messaging protocol is adopted to continuously read the latest node state at a server, whether the node state changes or not is judged, whether the node changes or not is compared, if the node changes or not, the canvas is updated again, and step 3, when the returned state does not change, the final state is displayed, and operations such as polling are not performed any more.
Step 1 may refer to the above embodiments to "obtain task nodes of a task processing center and initial node states of the task nodes", and show the task nodes and the initial node states of the task nodes on a canvas; "step 2 may refer to" polling the task node of the task processing center in real time by using the instant messaging protocol "in the above embodiment; when the latest node state of the task node is different from the initial node state of the task node, updating the node state of the task node on the canvas according to the latest node state; and when the latest node state of the task node is the same as the initial node state of the task node, the node state of the task node on the canvas is not updated. "in the above embodiment," when the node status of the task node does not change within the preset time, the step 3 may stop polling the task node. "is described.
Fig. 3 is a schematic structural diagram of a device for displaying a task flow operation result in real time according to an embodiment of the present disclosure, including:
the information acquisition module 301 is configured to acquire a task node of a task processing center and an initial node state of the task node, and display the task node and the initial node state of the task node on a canvas;
the polling module 302 is configured to poll a task node of the task processing center in real time to obtain a latest node state of the task node;
and the state updating module 303 is configured to update the node state of the task node on the canvas according to the latest node state.
Further, still include:
and the judging module is used for stopping polling the task node when the node state of the task node is not changed within the preset time.
Further, the polling module 302 includes:
and the polling unit is used for polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
Further, the status updating module 303 includes:
and the state updating unit is used for updating the node state of the task node on the canvas according to the latest node state when the latest node state of the task node is different from the initial node state of the task node.
Further, the status updating module 303 further includes:
and the state judging unit is used for not updating the node state of the task node on the canvas when the latest node state of the task node is the same as the initial node state of the task node.
The functions of the apparatus in the embodiment of the present invention have been described in the above method embodiments, so that reference may be made to the related descriptions in the foregoing embodiments for details that are not described in the present embodiment, and further details are not described herein.
Embodiments of the present invention also provide a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s201: acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas;
s202: polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes;
s203: and updating the node state of the task node on the canvas according to the latest node state.
Optionally, in this embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, which can store computer programs.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Further, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Further, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s201: acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas;
s202: polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes;
s203: and updating the node state of the task node on the canvas according to the latest node state.
Further, for specific examples in this embodiment, reference may be made to the examples described in the above embodiments and optional implementation manners, and details of this embodiment are not described herein again.
Referring to fig. 4, a processing flow chart for displaying a task flow running result in real time provided in an embodiment of the present specification is provided, where a canvas is entered to display task nodes, and then node states are obtained; and then the task nodes and the node states are displayed on a canvas, a polling protocol and a websocket protocol are adopted to continuously read the latest node state at a server, whether the node state is changed or not is judged, whether the node is changed or not is compared, the canvas is updated again if the node is changed, and finally, when the returned state is not changed, the node is displayed as a final state and no polling operation is performed.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A real-time display method for task flow running results is characterized by comprising the following steps:
acquiring task nodes of a task processing center and initial node states of the task nodes, and displaying the task nodes and the initial node states of the task nodes on canvas;
polling task nodes of the task processing center in real time to obtain the latest node states of the task nodes;
and updating the node state of the task node on the canvas according to the latest node state.
2. The method for displaying the task flow running result in real time according to claim 1, further comprising:
and when the node state of the task node is not changed within the preset time, stopping polling the task node.
3. The method for displaying the task flow running result in real time according to any one of claims 1-2, wherein the polling the task nodes of the task processing center in real time comprises:
and polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
4. The method for displaying the task flow running result in real time according to any one of claims 1 to 3, wherein the updating the node state of the task node on the canvas according to the latest node state comprises:
and when the latest node state of the task node is different from the initial node state of the task node, updating the node state of the task node on the canvas according to the latest node state.
5. The method for displaying the task flow running result in real time according to any one of claims 1 to 4, wherein the updating the node state of the task node on the canvas according to the latest node state further comprises:
and when the latest node state of the task node is the same as the initial node state of the task node, the node state of the task node on the canvas is not updated.
6. The utility model provides a real-time display device of task flow operation result which characterized in that includes:
the system comprises an information acquisition module, a canvas management module and a task processing module, wherein the information acquisition module is used for acquiring task nodes of a task processing center and initial node states of the task nodes and displaying the task nodes and the initial node states of the task nodes on the canvas;
the polling module is used for polling the task nodes of the task processing center in real time to obtain the latest node state of the task nodes;
and the state updating module is used for updating the node state of the task node on the canvas according to the latest node state.
7. The apparatus for displaying task flow operation result in real time as claimed in claim 6, further comprising:
and the judging module is used for stopping polling the task node when the node state of the task node is not changed within the preset time.
8. The device for real-time presentation of task flow operation results according to any one of claims 6 to 7, wherein the polling module comprises:
and the polling unit is used for polling the task nodes of the task processing center in real time by utilizing an instant messaging protocol.
9. The device for real-time presentation of task flow operation results according to any one of claims 6 to 8, wherein the status update module comprises:
and the state updating unit is used for updating the node state of the task node on the canvas according to the latest node state when the latest node state of the task node is different from the initial node state of the task node.
10. The device for real-time presentation of task flow operation results according to any one of claims 6 to 9, wherein the status update module further comprises:
and the state judging unit is used for not updating the node state of the task node on the canvas when the latest node state of the task node is the same as the initial node state of the task node.
11. An electronic device, wherein the electronic device comprises:
a processor and a memory storing a computer executable program, which when executed, causes the processor to perform the method of any one of claims 1-5.
12. A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of claims 1-5.
CN202111191175.1A 2021-10-13 2021-10-13 Method and device for displaying task flow running result in real time and electronic equipment Pending CN113946394A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111191175.1A CN113946394A (en) 2021-10-13 2021-10-13 Method and device for displaying task flow running result in real time and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111191175.1A CN113946394A (en) 2021-10-13 2021-10-13 Method and device for displaying task flow running result in real time and electronic equipment

Publications (1)

Publication Number Publication Date
CN113946394A true CN113946394A (en) 2022-01-18

Family

ID=79330369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111191175.1A Pending CN113946394A (en) 2021-10-13 2021-10-13 Method and device for displaying task flow running result in real time and electronic equipment

Country Status (1)

Country Link
CN (1) CN113946394A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080046097A1 (en) * 2006-08-18 2008-02-21 Microsoft Corporation Graphical representation of setup state on multiple nodes
CN105683940A (en) * 2013-06-24 2016-06-15 惠普发展公司,有限责任合伙企业 Processing a data flow graph of a hybrid flow
CN106293928A (en) * 2015-06-05 2017-01-04 阿里巴巴集团控股有限公司 A kind of overall situation task node dependence method for visualizing, device and system
CN111897633A (en) * 2020-07-01 2020-11-06 北京沃东天骏信息技术有限公司 Task processing method and device
CN112202899A (en) * 2020-09-30 2021-01-08 北京百度网讯科技有限公司 Workflow processing method and device, intelligent workstation and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080046097A1 (en) * 2006-08-18 2008-02-21 Microsoft Corporation Graphical representation of setup state on multiple nodes
CN105683940A (en) * 2013-06-24 2016-06-15 惠普发展公司,有限责任合伙企业 Processing a data flow graph of a hybrid flow
CN106293928A (en) * 2015-06-05 2017-01-04 阿里巴巴集团控股有限公司 A kind of overall situation task node dependence method for visualizing, device and system
CN111897633A (en) * 2020-07-01 2020-11-06 北京沃东天骏信息技术有限公司 Task processing method and device
CN112202899A (en) * 2020-09-30 2021-01-08 北京百度网讯科技有限公司 Workflow processing method and device, intelligent workstation and electronic equipment

Similar Documents

Publication Publication Date Title
CN109582289B (en) Method, system, storage medium and processor for processing rule flow in rule engine
CN110941634A (en) Data processing method and device, storage medium and electronic device
CN110493736A (en) Note transmission method, device and storage medium
CN113885971A (en) State management method and device based on self-adaptive platform system
CN112804099A (en) Parameter batch configuration method and device, computer equipment and readable storage medium
CN113946394A (en) Method and device for displaying task flow running result in real time and electronic equipment
CN114466387A (en) Method and device for updating configuration file of base station, storage medium and electronic device
CN115037654A (en) Flow statistical method and device, electronic equipment and readable storage medium
CN112579954A (en) Method and device for outputting seismic information, storage medium and electronic device
CN113504981A (en) Task scheduling method and device, storage medium and electronic equipment
CN110580248A (en) Data management method and device based on rule base expansion
CN110543470A (en) Message early warning method and device, storage medium and electronic device
CN110928300A (en) Device control method and apparatus, storage medium, and electronic apparatus
CN110647546A (en) Third-party rule engine generation method and device
CN111209613A (en) Rapid design method and system of intelligent product
CN110751204A (en) Data fusion method and device, storage medium and electronic device
CN110276212B (en) Data processing method and device, storage medium and electronic device
CN115032901B (en) Equipment control method and electronic equipment
CN114301840B (en) Method and device for loading geographic information base and electronic equipment
CN113963126A (en) Model construction method and device, storage medium and electronic device
CN114610383A (en) Service data processing method, device, equipment and computer storage medium
CN115904555A (en) Event processing method and device, storage medium and electronic device
CN117827203A (en) Data list generation method and system
CN114896115A (en) Chip debugging method and device, storage medium and electronic device
CN112416932A (en) Method and device for establishing field association relationship

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