CN110991902A - Execution unit scheduling system - Google Patents

Execution unit scheduling system Download PDF

Info

Publication number
CN110991902A
CN110991902A CN201911234770.1A CN201911234770A CN110991902A CN 110991902 A CN110991902 A CN 110991902A CN 201911234770 A CN201911234770 A CN 201911234770A CN 110991902 A CN110991902 A CN 110991902A
Authority
CN
China
Prior art keywords
module
execution
execution unit
control center
unit
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
CN201911234770.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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911234770.1A priority Critical patent/CN110991902A/en
Publication of CN110991902A publication Critical patent/CN110991902A/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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Abstract

The embodiment of the invention discloses an execution unit scheduling system, which comprises: the control center module is used for determining a target execution unit according to a request received from a front end and sending the demand information of the target execution unit to the warehouse module; the warehouse module is used for combining a plurality of sub-execution units into the target execution unit and feeding back information to the control center module when the target execution unit does not exist; the control center module is further configured to obtain the target execution unit from the warehouse module after receiving the feedback information, and allocate the target execution unit to the operation module; the operation module is used for calling the target execution unit to complete the request and sending an execution result to the control center module so that the control center sends the execution result to the front end for displaying.

Description

Execution unit scheduling system
Technical Field
The invention relates to the field of scheduling, in particular to an execution unit scheduling system.
Background
With the rapid development of scientific technology, automation has become more and more commonplace, and manpower has been replaced by more efficient machine labor, as workshops that previously required hundreds of people to work now only required a few skilled workers to attend to the automatically operated machines.
However, the functions of the industrial machine are still very limited, usually one industrial machine can only complete fixed tasks, and complex and flexible work still needs to be performed by manpower, for example, in a bank, many businesses need manual query or filling work of tellers and customer managers, and the work is repeated and complicated, consumes much time and energy, and is low in work efficiency.
Disclosure of Invention
In view of the above problems, the present application provides a system and a method for scheduling execution units, which can improve the working efficiency of enterprises.
The present application provides an execution unit scheduling system, the system comprising:
control center module, warehouse module, operation module, wherein:
the control center module is used for determining a target execution unit according to a request received from a front end and sending the demand information of the target execution unit to the warehouse module;
the warehouse module is used for combining a plurality of sub-execution units into the target execution unit and feeding back information to the control center module when the target execution unit does not exist; the execution unit consists of a plurality of sub-execution units, and the sub-execution units are smaller function execution units;
the control center module is further configured to obtain the target execution unit from the warehouse module after receiving the feedback information, and allocate the target execution unit to the operation module;
the operation module is used for calling the target execution unit to complete the request and sending an execution result to the control center module so that the control center module can send the execution result to the front end for displaying.
Optionally, the system further includes:
and the execution unit design module is used for designing the sub-execution units and the execution units and putting the sub-execution units and the execution units into the warehouse module.
Optionally, the execution unit design module is further configured to:
when the warehouse module inquires that the sub-execution unit does not exist, the execution unit design module generates the sub-execution unit which does not exist in the warehouse module and puts the sub-execution unit into the warehouse module.
Optionally, the execution unit design module further includes:
and the flow configuration unit is used for defining one or more of the flow, defining the variable, setting the parameter and controlling the flow.
Optionally, the control center module is further configured to:
distributing the target execution unit to an execution module with execution capacity; and the execution module with execution capacity determines according to the busy-idle state and the execution efficiency of the execution module.
Optionally, the control center module is further configured to:
allocating the target execution unit to a plurality of execution-capable execution modules; and the execution module with execution capacity determines according to the busy-idle state and the execution efficiency of the execution module.
Optionally, the control center module is further configured to perform structured arrangement on the execution results received from the multiple execution modules with execution capability, and send the arranged execution results to the front end for display.
Optionally, the control center module further includes:
and the registration management unit is used for managing the registration and start-stop states of the operation module.
Optionally, the control center module further includes:
and the real-time monitoring unit is used for monitoring the state of the operation module in real time.
Optionally, the operation module further includes:
and the terminal verification unit is used for registering and role authenticating the terminal where the operation module is positioned.
Compared with the prior art, the technical scheme of the application has the advantages that:
the execution unit scheduling system provided by the application comprises a control center module, a warehouse module and an operation module. First, the control center module determines a target execution unit according to a request received from a front end, and sends the demand information of the target execution unit to the warehouse module. Then, when the warehouse module inquires that the target execution unit does not exist, the warehouse module combines a plurality of sub-execution units into the target execution unit, and feeds back information to the control center module. Then, the control center module obtains the target execution unit from the warehouse module and distributes the target execution unit to the operation module. And finally, the operation module calls the target execution unit to complete the request and sends the execution result to a control center module so that the control center sends the execution result to the front end for displaying. By adopting the execution unit scheduling system provided by the embodiment of the application, the execution of various functions is realized through the control center module, the repeatability and complexity of the work of a user are reduced, and the work efficiency of an enterprise is greatly improved. When the execution unit corresponding to the required function does not exist, the sub-execution units can be combined into the execution unit corresponding to the required function through the warehouse module, and then the required function is realized through the operation module, so that the reusability of the execution unit can be improved; when the execution unit corresponding to the required function exists, the control center can be responded quickly, and the waiting time is reduced.
Further, the control center module may allocate the execution unit corresponding to the required function to an idle resource, that is, the execution module with execution capability calls the target execution unit to complete the request, so that the utilization rate of the resource may be improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of an execution unit scheduling system provided in the present application;
FIG. 2 is a schematic diagram of yet another embodiment of a system for scheduling execution units;
FIG. 3 is a flowchart of a method for scheduling execution units according to the present application;
fig. 4 is a schematic diagram of another execution unit scheduling system provided in the present application.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is an execution unit scheduling system provided in the present application, and the execution unit scheduling system may include a control center module 110, a warehouse module 120, and an operation module 130, and the following describes the components of the execution unit scheduling system in detail with reference to fig. 1.
The control center module 110 may be configured to determine a target execution unit according to the request received from the front end, and send the requirement information of the target execution unit to the warehouse module 120.
The warehouse module 120 is configured to query whether all target execution units exist according to the requirement information of the target execution unit sent by the control center module 110, and if all target execution units exist, send feedback information to the control center module 110, so that the subsequent processes can be continued; if not, combining the multiple sub-execution units into the target execution unit, and sending feedback information to the control center module 110, where the execution unit may continue the subsequent process after preparation is completed.
It should be noted that the execution unit is composed of a plurality of sub-execution units, and the sub-execution units are smaller function execution units. For example, in the process of manufacturing a pencil, the lead is firstly manufactured and then wrapped by wood, the target execution unit is used for manufacturing the pencil, and the two sub-execution units are respectively used for manufacturing the lead and wrapping the lead by the wood.
The control center module 110 is further configured to, after receiving the feedback information, obtain the target execution unit from the warehouse module 120, and allocate the target execution unit to the run module 130.
It should be noted that the running module 130 is deployed in a terminal; the terminal can be a computer, a mobile robot, a smart phone and the like.
The running module 130 is configured to invoke the target execution unit to complete the request, and send an execution result to the control center module 110, so that the control center module 110 sends the execution result to the front end for displaying.
The above is an explanation of the execution unit scheduling system provided in the present application, and in order to make the technical solution provided in the embodiment of the present invention clearer, the present application also provides a scheme of the execution unit scheduling system, as shown in fig. 2, compared with the execution unit scheduling system provided in the above, the embodiment of the present application further includes an execution unit design module 140.
The execution unit design module 140 is configured to design sub-execution units and execution units, and put the sub-execution units and the execution units into the warehouse module.
The target execution units and the sub-execution units are generated by the execution unit design module 140 according to the requirement design, and the execution unit design module 140 may pre-design the sub-execution units to be placed in the warehouse module 120, or may directly design a part of the target execution units to be placed in the warehouse module 120 according to the actual requirement, so that the subsequent control center module 110 may directly call the target execution units, and the execution unit warehouse module 120 is not required to combine the sub-execution units into the target execution units, which may improve the response speed of the execution unit warehouse module 120 and improve the working efficiency.
As a preferred embodiment, the warehouse module 120 determines whether the required sub-execution units exist, and if all the required sub-execution units exist, combines the plurality of sub-execution units into the required target execution unit; if not, execution unit design module 140 generates sub-execution units that do not exist in warehouse module 120, and combines the sub-execution units into a desired target execution unit.
As a preferred embodiment, if there are fewer execution-capable execution modules 130, the control center module 110 assigns the target execution unit to an execution-capable execution module; if there are more execution-capable execution modules 130, the target execution unit is assigned to a plurality of execution-capable execution modules.
It should be noted that the control center module 110 performs intelligent scheduling and task distribution according to the busy/idle status and execution efficiency of each operation module 140, and the type of the terminal (office machine, teller terminal, etc.) to which the operation module belongs. For example, when there is a request for connecting to the internet to query information, the control center module preferentially schedules the execution units deployed in the operation modules 140 that can be connected to the internet, are in an idle state, and have high processing efficiency, so that the operation modules 140 can be fully utilized.
In order to make the technical solution provided by the embodiment of the present invention clearer, the following describes an embodiment of a factory scheduling method for an execution unit, which is provided by the present invention, with reference to fig. 3 and taking a bank as a handling agent for a public client, and the method may include the following steps 301 and 307.
Step 301: the control center module receives a request from a front end.
The front end can be an autonomous front end in a bank, a counter front end, a mobile phone bank, a Web browser and the like. If a bank needs to loan a pair of public clients, the client manager needs to search for the information of the pair of public clients through various ways and needs to gather the information manually, which consumes a lot of time and energy. By adopting the execution unit scheduling system disclosed by the application, the working efficiency of enterprises can be improved. At this time, the request of the front end is that a client manager or a teller inputs a company name in the front end system for the inquiry transaction of the public client information, and the panoramic information of the company is clicked and inquired, wherein the panoramic information is an all-dimensional and multi-dimensional data set of the client. At the moment, the panoramic information of the company can be obtained only by clicking the query button once.
Step 302: the control center module determines one or more target execution units required for completing the request through analysis; the target execution unit consists of one or more sub-execution units, the sub-execution units are smaller function execution units, and the sub-execution units and the target execution unit are generated by the execution unit design module.
Assuming that the panoramic information of the company can be composed of enterprise information, comprehensive information and industry survey information, the control center module can analyze target execution units required for completing the front-end request into an enterprise information query execution unit, a comprehensive information query execution unit and an industry survey information query execution unit.
Step 303: and the control center module sends the information of the target execution unit to the warehouse module.
And the control center module sends the information of three target execution units, namely the enterprise information query execution unit, the comprehensive information query execution unit and the industry survey information query execution unit, to the execution unit warehouse module.
Step 304: the warehouse module inquires whether the target execution unit exists, and if all the target execution units exist, a feedback signal is sent to the control center module; and if not, combining the plurality of sub-execution units into the target execution unit, and sending a feedback signal to the control center module.
The warehouse module inquires whether the three target execution units exist or not, and if all the three target execution units exist, the warehouse module sends a feedback signal, namely a signal capable of continuing to be sent to the control center module;
if only two target execution units, namely a comprehensive information query execution unit and an industry investigation information query execution unit, are arranged in the warehouse module and no enterprise information query execution unit exists, the warehouse module analyzes the enterprise information query execution unit, the enterprise information consists of basic information, lawsuits, enterprise risks, annual newspaper information, intellectual property rights and business information, the warehouse module combines six sub-execution units, namely a basic information query sub-execution unit, a lawsuit query sub-execution unit, an enterprise risk query sub-execution unit, an annual newspaper information query sub-execution unit, an intellectual property right query sub-execution unit and a business information query sub-execution unit, into one target execution unit, namely the enterprise information query execution unit, and the warehouse module sends a signal capable of continuing to the control center module.
Similarly, if the comprehensive information query execution unit is lacked, the warehouse module analyzes the comprehensive information query execution unit, the comprehensive information is mainly various associated new information of enterprises, and can be used for retrieving the securities information of the enterprises from the east wealth network, retrieving the public opinion information of the enterprises on the website of Xinlang and the like, then the warehouse module combines the two sub-execution units of the securities information query sub-execution unit and the public opinion information query sub-execution unit into a target execution unit, namely the comprehensive information query execution unit;
if the industry investigation information query execution unit is lacked, the warehouse module analyzes the industry investigation information query execution unit, the industry investigation information mainly comprises an industry basic profile and an industry development condition, and the execution unit warehouse combines the two sub-execution units of the industry basic profile query sub-execution unit and the industry development condition query sub-execution unit into a target execution unit, namely the industry investigation information query execution unit.
Step 305: the control center module obtains the target execution unit from the warehouse module and distributes the target execution unit to the operation module.
And the control center module acquires three target execution units, namely an enterprise information query execution unit, a comprehensive information query execution unit and an industry investigation information query execution unit, from the warehouse module according to an intelligent scheduling strategy, and distributes the three target execution units to the operation module.
Step 306: and the operation module calls the target execution unit to complete the request, and the execution result of the target execution unit is sent to the control center module.
The operation module calls three target execution units, namely an enterprise information query execution unit, a comprehensive information query execution unit and an industry survey information query execution unit to execute the query of the public client information, and sends the query result to the control center module.
Step 307: and the control center module carries out structured arrangement on the execution result and sends the execution result to the front end for display.
The control center module collects and sorts the received query results, for example, sorts repeatedly acquired information into completed and non-redundant results, sorts the query results according to a required structured format, and displays the results to a client manager through the front end.
By introducing the example, the execution unit factory scheduling method provided by the embodiment of the invention can be completely presented, and it can be seen that originally, when a customer manager is required to handle a loan, one item of information of a public customer is manually searched.
For the sake of brevity and clarity of description, the present application provides an execution unit scheduling system, as shown in fig. 3, although fig. 4 does not limit the execution unit scheduling system of the present application, the present application may increase or decrease corresponding modules according to actual situations.
The control center module 410 is used for managing a lifecycle or a scheduling execution unit and an operation module of the operation module 430, and may include a registration management unit 411, a version management unit 412, a process engine unit 413, a right management unit 414, a task management unit 415, an operation log unit 416, an agent management unit 417, a scheduling management unit 418, and a real-time monitoring unit 419.
The registration management unit 411 is configured to manage registration and start-stop states of the execution unit agent; a version management unit 412 for managing the version of the execution unit application flow; a process engine unit 413 for managing information related to the process engine; a right management unit 414 for managing rights of the execution unit agent, the application developer, and the like; a task management unit 415 for managing various tasks; a run log unit 416 for performing management of the unit run log and the like; an operation module management unit 417 for managing operation modules; the scheduling management unit 418 is configured to obtain one or more corresponding target execution units from the warehouse module, and perform intelligent scheduling and task distribution according to the busy/idle state and the execution efficiency of each operation module and the type of the terminal (office machine, teller terminal, etc.) to which the execution unit agent belongs; and a real-time monitoring unit 419 for monitoring the state of the operation module in real time.
The warehouse module 420 is used for managing life cycles of various execution unit objects and providing a uniform execution unit calling interface. The execution unit is divided into a sub-execution unit and a function execution unit, the sub-execution unit is the smallest function execution unit, and the function execution unit is composed of one or more sub-execution units and can execute a certain function.
And the operation module 430 is configured to operate the client, allocate the target execution unit to a terminal (such as an office machine, a teller terminal, and the like) related to each business department of the website, and execute the target execution unit. A terminal authentication unit 431, an instruction receiving unit 432, an automation query unit 433, and an operation recording unit 434 may be included.
The terminal verification unit 431 is configured to perform registration and role authentication through the control center module 410; an instruction receiving unit 432, configured to receive an operation instruction of the control center module 410 on line in real time, and analyze the instruction; an automatic query unit 433, configured to automatically execute a corresponding script and operation to complete service processing; and an operation recording unit 434 for recording the operation process. And the component operation layer encapsulates bottom layer operations such as windows api and the like and script analysis functions, and simulates and realizes operations such as keyboard, mouse, screen, time delay processing and the like.
And the execution unit design module 440 is used for developing a platform for implementing unit design and release by an implementer, and has a function similar to that of a Visual Studio development tool. A scenario component support unit 441, a flow configuration unit 442 may be included.
The scene component support unit 441 is used for various packaged visual components such as a WorkFlow (WorkFlow), an Application Programming Interface (API), a browser, a mouse, a keyboard, a desktop program, a system call, and the like; the process configuration unit 442 is configured to provide process configuration functions including process definition, code definition, process control, hot key definition, variable definition, control pickup, and the like, so that designers can conveniently and quickly develop and execute the application processes of the unit. The execution unit design module designs the sub-execution units and the function execution units, which are then placed in the warehouse module 420.
It should be noted that, the modules of the execution unit scheduling system are all deployed in a micro-service manner, which facilitates system expansion and maintenance and makes full use of idle devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus embodiment, since it is substantially similar to the method embodiment, it is relatively simple to describe, and reference may be made to some descriptions of the method embodiment for relevant points. The above-described apparatus embodiments are merely illustrative, and the units and modules described as separate components may or may not be physically separate. In addition, some or all of the units and modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The foregoing is directed to embodiments of the present invention, and it is understood that various modifications and improvements can be made by those skilled in the art without departing from the spirit of the invention.

Claims (10)

1. An execution unit scheduling system, the system comprising a control center module, a warehouse module, and an operations module, wherein:
the control center module is used for determining a target execution unit according to a request received from a front end and sending the demand information of the target execution unit to the warehouse module;
the warehouse module is used for combining a plurality of sub-execution units into the target execution unit and feeding back information to the control center module when the target execution unit does not exist; the execution unit consists of a plurality of sub-execution units, and the sub-execution units are smaller function execution units;
the control center module is further configured to obtain the target execution unit from the warehouse module after receiving the feedback information, and allocate the target execution unit to the operation module;
the operation module is used for calling the target execution unit to complete the request and sending an execution result to the control center module so that the control center module can send the execution result to the front end for displaying.
2. The system of claim 1, further comprising:
and the execution unit design module is used for designing the sub-execution units and the execution units and putting the sub-execution units and the execution units into the warehouse module.
3. The system of claim 2, wherein the execution unit design module is further to:
when the warehouse module inquires that the sub-execution unit does not exist, the execution unit design module generates the sub-execution unit which does not exist in the warehouse module and puts the sub-execution unit into the warehouse module.
4. The system of claim 2, wherein the execution unit design module further comprises:
and the flow configuration unit is used for defining one or more of the flow, defining the variable, setting the parameter and controlling the flow.
5. The system of claim 1, wherein the control center module is further configured to:
distributing the target execution unit to an execution module with execution capacity; and the execution module with execution capacity determines according to the busy-idle state and the execution efficiency of the execution module.
6. The system of claim 1, wherein the control center module is further configured to:
allocating the target execution unit to a plurality of execution-capable execution modules; and the execution module with execution capacity determines according to the busy-idle state and the execution efficiency of the execution module.
7. The system of claim 6, wherein the control center module is further configured to perform structured arrangement on the execution results received from the multiple execution-capable execution modules, and send the arranged execution results to the front end for display.
8. The system of claim 1, wherein the control center module further comprises:
and the registration management unit is used for managing the registration and start-stop states of the operation module.
9. The system of claim 1, wherein the control center module further comprises:
and the real-time monitoring unit is used for monitoring the state of the operation module in real time.
10. The system of claim 1, wherein the run module further comprises:
and the terminal verification unit is used for registering and role authenticating the terminal where the operation module is positioned.
CN201911234770.1A 2019-12-05 2019-12-05 Execution unit scheduling system Pending CN110991902A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911234770.1A CN110991902A (en) 2019-12-05 2019-12-05 Execution unit scheduling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911234770.1A CN110991902A (en) 2019-12-05 2019-12-05 Execution unit scheduling system

Publications (1)

Publication Number Publication Date
CN110991902A true CN110991902A (en) 2020-04-10

Family

ID=70090346

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911234770.1A Pending CN110991902A (en) 2019-12-05 2019-12-05 Execution unit scheduling system

Country Status (1)

Country Link
CN (1) CN110991902A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120266182A1 (en) * 2011-04-15 2012-10-18 Siemens Product Lifecycle Management Software Inc. System and method for thread protected testing
CN104463508A (en) * 2014-12-30 2015-03-25 山东中创软件商用中间件股份有限公司 Coordination method and device between multiple workflow systems
CN109214704A (en) * 2018-09-26 2019-01-15 广东电网有限责任公司 A kind of distributed intelligence operation platform, method, apparatus and readable storage medium storing program for executing
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120266182A1 (en) * 2011-04-15 2012-10-18 Siemens Product Lifecycle Management Software Inc. System and method for thread protected testing
CN104463508A (en) * 2014-12-30 2015-03-25 山东中创软件商用中间件股份有限公司 Coordination method and device between multiple workflow systems
CN109214704A (en) * 2018-09-26 2019-01-15 广东电网有限责任公司 A kind of distributed intelligence operation platform, method, apparatus and readable storage medium storing program for executing
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device

Similar Documents

Publication Publication Date Title
CN111831420B (en) Method for task scheduling, related device and computer program product
CN102375731B (en) Coding-free integrated application platform system
CN107729139B (en) Method and device for concurrently acquiring resources
CN110825535B (en) Job scheduling method and system
EP3176697A1 (en) Type-to-type analysis for cloud computing technical components
CN107807815B (en) Method and device for processing tasks in distributed mode
US11061669B2 (en) Software development tool integration and monitoring
CN106910004B (en) Whole process fan manufacturing quality monitoring system based on process flow circulation
CN113298503A (en) Government affair-oriented workflow management system and database and table dividing method thereof
CN110224899B (en) TCP application call chain acquisition method and device
CN112699040B (en) Pressure testing method, device, equipment and computer readable storage medium
CN111507674B (en) Task information processing method, device and system
US11231967B2 (en) Dynamically allocating and managing cloud workers
US10365925B2 (en) Merging applications
CN114817050A (en) Task execution method and device, electronic equipment and computer readable storage medium
CN114416769A (en) To-do task query method and device and electronic equipment
US20190149663A1 (en) System and Method of Integrating to an External Search Application in an Employee Desktop Web Client
CN114357029A (en) Method, device, equipment, medium and program product for processing service data
CN113836237A (en) Method and device for auditing data operation of database
CN110991902A (en) Execution unit scheduling system
CN111679899B (en) Task scheduling method, device, platform equipment and storage medium
EP3264352A1 (en) System and method of running an agent guide script-flow in an employee desktop web client
CN113220480A (en) Distributed data task cross-cloud scheduling system and method
CN112306862A (en) Front-end automatic test system and method, storage medium and computing equipment
US11816621B2 (en) Multi-computer tool for tracking and analysis of bot performance

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200410

RJ01 Rejection of invention patent application after publication