Movatterモバイル変換


[0]ホーム

URL:


CN115858111B - Intelligent scheduling method based on dynamic scene - Google Patents

Intelligent scheduling method based on dynamic scene
Download PDF

Info

Publication number
CN115858111B
CN115858111BCN202211435362.4ACN202211435362ACN115858111BCN 115858111 BCN115858111 BCN 115858111BCN 202211435362 ACN202211435362 ACN 202211435362ACN 115858111 BCN115858111 BCN 115858111B
Authority
CN
China
Prior art keywords
node
instruction
intelligent scheduling
execution environment
method based
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.)
Active
Application number
CN202211435362.4A
Other languages
Chinese (zh)
Other versions
CN115858111A (en
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 Natural Information Technology Co ltd
Original Assignee
Shanghai Natural 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 Natural Information Technology Co ltdfiledCriticalShanghai Natural Information Technology Co ltd
Priority to CN202211435362.4ApriorityCriticalpatent/CN115858111B/en
Publication of CN115858111ApublicationCriticalpatent/CN115858111A/en
Application grantedgrantedCritical
Publication of CN115858111BpublicationCriticalpatent/CN115858111B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Landscapes

Abstract

The invention relates to the technical field of natural robots, in particular to an intelligent scheduling method based on a dynamic scene, which comprises the following steps of according to standard agreements, in the process of trial operation of a user; reading all execution instructions of the whole canvas area, and constructing a complete instruction tree; recursively traversing the instruction tree, analyzing each node in the traversing process, judging the environment in which the current node can operate, and marking the node with a corresponding mark; determining the priority execution environment of the whole flow as a server or a local; and performing intelligent scheduling according to the determined priority execution environment. The invention adopts the thought of dynamic planning, can analyze the most suitable execution environment of each specific real execution instruction, adopts the mode of searching the optimal solution, dynamically adjusts in the process, and well solves the difference caused by rpa and ipaas fusion; and assists some standard conventions, fundamentally solving the diversity of process arrangement.

Description

Intelligent scheduling method based on dynamic scene
Technical Field
The invention relates to the technical field of natural robots, in particular to an intelligent scheduling method based on a dynamic scene.
Background
The current instruction is divided into two main types of cloud instructions and local instructions, the cloud instructions can be executed in a remote server environment, and the local instructions need to depend on the environment of a local computer to operate some application programs of a local computer. In order to provide the user with richer capability and freedom, the user can freely select the instruction to build the own flow when the flow is arranged, so that the purpose of the user is achieved. In order to meet the needs of user diversity, algorithm analysis is required to be performed on the overall arranged flow, and the running environment of the current instruction can be intelligently judged when the application is executed.
Most rpa vendors and ipaas vendors currently provide single-capability flow scheduling and execution, which limits the implementation of many user requirements.
Disclosure of Invention
The invention aims to provide an intelligent scheduling method based on a dynamic scene, which is characterized in that rpa and ipaas are fused at a starting point, each instruction in a user flow is analyzed under the fused scene, the running environment and the form of the instruction are analyzed, and the scheduling scheme is determined under the condition of combining the whole flow, so that the defects in the background technology are overcome.
The technical scheme adopted by the invention is as follows:
the intelligent scheduling method based on the dynamic scene comprises the following steps:
according to standard convention, in the process of trial operation by a user; reading all execution instructions of the whole canvas area, and constructing a complete instruction tree;
recursively traversing the instruction tree, analyzing each node in the traversing process, judging the environment in which the current node can operate, and marking the node with a corresponding mark;
determining the priority execution environment of the whole flow as a server or a local;
and performing intelligent scheduling according to the determined priority execution environment.
As a preferred technical scheme of the invention: the intelligent scheduling according to the determined priority execution environment specifically comprises the following steps:
when the priority execution environment is a server, the schema data of all nodes are sent to the server for analysis by the server during execution, and the schema data are sent back to the in-process message through websocket;
when the preferential execution environment is local, the optimal execution environment of the current instruction can be dynamically adjusted according to the marked mark in the specific execution process.
As a preferred technical scheme of the invention: the standard convention comprises the type of the instruction, the api route of the corresponding server side of the instruction, the output model of the instruction and the schema structure of the instruction.
As a preferred technical scheme of the invention: and converting each node into a single-chain table structure when analyzing in the traversing process.
As a preferred technical scheme of the invention: 3 pointers are arranged on each node, and the pointers point to the first child node of the node respectively; the nesting pointer points to the next sibling node of the child node; until the last node there is a return pointer to the parent node.
As a preferred technical scheme of the invention: and analyzing the capacity model aiming at each node when analyzing each node.
As a preferred technical scheme of the invention: the preferential execution environment of the decision overall process is subjected to combined analysis by the capability model of the single node.
Compared with the prior art, the intelligent scheduling method based on the dynamic scene has the beneficial effects that:
the invention adopts the thought of dynamic planning, can analyze the most suitable execution environment of each specific real execution instruction, adopts the mode of searching the optimal solution, dynamically adjusts in the process, and well solves the difference caused by rpa and ipaas fusion; and assists some standard conventions, fundamentally solving the diversity of process arrangement.
Drawings
FIG. 1 is a system block diagram of a preferred embodiment of the present invention;
fig. 2 is a diagram illustrating a tree structure of nodes according to a preferred embodiment of the present invention.
Detailed Description
It should be noted that, under the condition of no conflict, the embodiments of the present embodiments and features in the embodiments may be combined with each other, and 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 obviously, the described embodiments are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1-2, a preferred embodiment of the present invention provides an intelligent scheduling method based on dynamic scenarios, comprising the steps of:
according to standard convention, in the process of trial operation by a user; reading all execution instructions of the whole canvas area, and constructing a complete instruction tree;
recursively traversing the instruction tree, analyzing each node in the traversing process, judging the environment in which the current node can operate, and marking the node with a corresponding mark;
determining the priority execution environment of the whole flow as a server or a local;
and performing intelligent scheduling according to the determined priority execution environment.
Specifically, the main concept of the invention is that a set of relatively standard conventions are needed on the premise that cloud instructions and local instructions can be distinguished by the conventions, and the conventions can better serve the execution of the instructions and the dynamic environment judgment of the instructions;
in this embodiment, based on the premise, when the user performs trial operation, a complete instruction tree is constructed by reading all execution instructions of the whole canvas area; performing recursive traversal on the instruction tree, analyzing each node in the traversal process, judging the environment in which the current node can operate, marking the node with a corresponding mark, finally comprehensively determining the priority execution environment of the whole flow, and if the priority execution environment is a server, sending the schema data of all the nodes to the server for analysis by the server and sending back in-process information through websocket; if the preferential execution environment is local, dynamically adjusting the optimal execution environment of the current instruction according to the marked mark in the specific execution process; finally, intelligent scheduling after instruction fusion is achieved.
Specifically, the implementation method is as follows:
1) Standard convention
In the scene of the invention, the cloud instruction has a corresponding account system, and the output of the cloud instruction is dynamically generated according to the actual application scene, so that in order to be different from the local instruction, some standard conventions are required to be carried out on the cloud instruction, including but not limited to the type of the instruction, the api route of the corresponding service end of the instruction, the output model of the instruction, the schema structure of the instruction and the like; with such a set of conventions, the operating environment and the matched data required by the operation can be defined when the instruction analysis is performed.
2) Node tree structure conversion
In the canvas area, nodes are displayed according to a tree structure, but in order to analyze the optimal running environment of the whole process more accurately and more efficiently, the tree structure is converted into a single-chain table structure as follows when being analyzed, each node is provided with 3 pointers, namely child pointers point to the first child node of the node; the nesting pointer points to the next sibling node of the child node; until the last node has a return pointer to its parent; thus, a single linked list structure is formed, and the analysis of the node tree by us is satisfied.
3) Node capability analysis
In the process of analyzing the node tree, the capacity model needs to be analyzed aiming at each node, the analysis and decision is made whether the current node can run in the cloud or can run locally or can only run locally, and finally, the capacity model of a single node is used for carrying out combined analysis, so that the running mode and environment of the current whole flow are determined, and the efficient execution of the flow is further carried out.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
Furthermore, it should be understood that although the present disclosure describes embodiments, not every embodiment is provided with a separate embodiment, and that this description is provided for clarity only, and that the disclosure is not limited to the embodiments described in detail below, and that the embodiments described in the examples may be combined as appropriate to form other embodiments that will be apparent to those skilled in the art.

Claims (5)

CN202211435362.4A2022-11-162022-11-16Intelligent scheduling method based on dynamic sceneActiveCN115858111B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202211435362.4ACN115858111B (en)2022-11-162022-11-16Intelligent scheduling method based on dynamic scene

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202211435362.4ACN115858111B (en)2022-11-162022-11-16Intelligent scheduling method based on dynamic scene

Publications (2)

Publication NumberPublication Date
CN115858111A CN115858111A (en)2023-03-28
CN115858111Btrue CN115858111B (en)2023-11-28

Family

ID=85663780

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202211435362.4AActiveCN115858111B (en)2022-11-162022-11-16Intelligent scheduling method based on dynamic scene

Country Status (1)

CountryLink
CN (1)CN115858111B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110969184A (en)*2018-09-282020-04-07甲骨文国际公司 Directed trajectories through communication decision trees using iterative artificial intelligence
CN111279304A (en)*2017-09-292020-06-12甲骨文国际公司 Method and system for configuring a communication decision tree based on connected locatable elements on a canvas
CN114173355A (en)*2021-10-252022-03-11科大国创云网科技有限公司Dynamic execution method and system for network instruction with separated design operation state

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8363232B2 (en)*2004-05-032013-01-29Microsoft CorporationStrategies for simultaneous peripheral operations on-line using hierarchically structured job information
US7580948B2 (en)*2004-05-032009-08-25Microsoft CorporationSpooling strategies using structured job information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111279304A (en)*2017-09-292020-06-12甲骨文国际公司 Method and system for configuring a communication decision tree based on connected locatable elements on a canvas
CN110969184A (en)*2018-09-282020-04-07甲骨文国际公司 Directed trajectories through communication decision trees using iterative artificial intelligence
CN114173355A (en)*2021-10-252022-03-11科大国创云网科技有限公司Dynamic execution method and system for network instruction with separated design operation state

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Egor Bondarev等.A Toolkit for Design and Performance Analysis of Real-Time Component-Based Software Systems.《2006 International Conference on Software Engineering Advances (ICSEA'06)》.2006,第1-8页.*
一种流数据预处理及服务化系统的设计与实现;狄程;《中国优秀硕士学位论文全文数据库 信息科技辑》;第I138-700页*

Also Published As

Publication numberPublication date
CN115858111A (en)2023-03-28

Similar Documents

PublicationPublication DateTitle
US8700295B2 (en)Method and apparatus for traffic information conversion using traffic information element knowledge base
CN104820733B (en)A kind of bullet train demand meta-model method for building up and device
CN110597992A (en)Semantic reasoning method and device based on knowledge graph and electronic equipment
CN105760603B (en) A power grid model data conversion method and device
CN115190430A (en)5G core network N2, N3 and N4 interface-based user source tracing correlation method and system
CN110493788A (en)The method, apparatus and storage medium of communication site's planning
CN110442659B (en) A kind of area division method and apparatus
CN114153986B (en) A knowledge graph construction method, device, electronic device and storage medium
CN111465025B (en)Tourism city 5G network networking method based on novel capacity prediction model
CN119883660B (en)Edge model scheduling method and system for fusing graphic nerve and mixed expert model
CN117407951A (en)BIM model processing method, server and storage medium
CN103136172B (en)The method and apparatus of output examination question
CN107391596A (en)A kind of power distribution network mass data fusion method and device
CN115439015B (en)Local area power grid data management method, device and equipment based on data middleboxes
CN115858111B (en)Intelligent scheduling method based on dynamic scene
CN116628967A (en)Intelligent factory digital twin system
WO2016165317A1 (en)Method and apparatus for establishing high-speed train demand data instances
CN112306622B (en)Construction method and device of VNF template
CN118035320A (en)Data query method, device, equipment and medium for fusion database
CN117520613A (en) Circuit prediction opening method, device, equipment, media and program products based on graph database
CN117172702A (en) Information processing methods, devices and electronic equipment
YuConstruction of an innovative development model of intelligent media under the coverage of a wireless sensor network
CN112882696B (en)Full-element model training system based on supercomputer
CN115604783A (en)Body temperature sensor control method, device, equipment and medium based on Internet of things
CN111951146A (en) A method and system for big data analysis based on the Internet of Things

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp