CN115390911A - Node information determination method, device and equipment - Google Patents

Node information determination method, device and equipment Download PDF

Info

Publication number
CN115390911A
CN115390911A CN202211206159.XA CN202211206159A CN115390911A CN 115390911 A CN115390911 A CN 115390911A CN 202211206159 A CN202211206159 A CN 202211206159A CN 115390911 A CN115390911 A CN 115390911A
Authority
CN
China
Prior art keywords
service
logic
processed
processing
information
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
CN202211206159.XA
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.)
China Construction Bank Corp
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202211206159.XA priority Critical patent/CN115390911A/en
Publication of CN115390911A publication Critical patent/CN115390911A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The application provides a node information determination method, a node information determination device and node information determination equipment, and relates to the field of low codes. The method comprises the following steps: acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; according to the processing logic, processing logic configuration is carried out on the service to be processed, a service processing flow corresponding to the service to be processed is generated, and the service to be processed is realized; and responding to a user instruction, and outputting operation record information of a target node in the service processing flow, wherein the operation record information is used for debugging and optimizing the service processing flow. The method and the device realize the rapid processing logic configuration of the service scene with more complex service flow, can realize the acquisition of the operation information of a single node in the service flow, and further can realize the rapid and accurate debugging and optimization of the service flow.

Description

Node information determination method, device and equipment
Technical Field
The present application relates to the field of low codes, and in particular, to a method, an apparatus, and a device for determining node information.
Background
In the low code field, each service needs to be logically configured based on certain service processing logic so that the service can efficiently run, but at present, the service requirement changes rapidly, logic development and logic debugging verification are performed aiming at each service scene, and the problems of large development amount and long development period exist.
In the prior art, for a simple service scenario, service logic configuration can be performed to generate a service flow, and the configured service logic is debugged and verified according to the operation condition of the whole service flow.
However, in the prior art, it is difficult to implement rapid logic configuration for services with complex service flows, and it is difficult to implement rapid and accurate debugging and optimization for the service flows due to the lack of a method for determining the operation information of a single node in the service flows.
Disclosure of Invention
The application provides a node information determination method, a node information determination device and a node information determination device, which are used for solving the problems that the service logic configuration efficiency aiming at a complex scene is low, and the rapid and accurate debugging and optimization of a service flow are difficult to realize.
In a first aspect, the present application provides a node information determining method, where the method includes:
acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; wherein, the processing logic represents the implementation step of the service to be processed;
according to the processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated, wherein the service processing flow is used for realizing the service to be processed;
responding to a user instruction, and outputting running record information of a target node in the business processing flow, wherein the user instruction indicates the target node, and the running record information is used for debugging and optimizing the business processing flow.
In an optional implementation manner, according to the processing logic, performing processing logic configuration to generate a service processing flow corresponding to the service to be processed includes:
according to the processing logic, inquiring and determining a preset processing logic corresponding to the processing logic in a preset database as a target processing logic; the preset database comprises at least one preset processing logic, and different preset processing logics correspond to different services;
and according to the target processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated.
In an alternative embodiment, the target processing logic includes base logic and flow logic; according to the target processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated, wherein the method comprises the following steps:
performing logic combination processing on the basic logic and the flow logic to generate a service processing flow corresponding to the service to be processed, wherein the basic logic represents a scenario-based service implementation logic corresponding to a service scenario of the service to be processed, and the basic logic comprises one or more of a service query logic, a service modification logic, a service deletion logic and a service addition logic; the flow logic is used for connecting each basic logic and comprises one or more of judgment logic, assignment logic, circulation logic and tiled object logic.
In an optional implementation manner, outputting the operation record information of the target node in the business process flow in response to a user instruction includes:
responding to a user instruction, and determining a target node in the business processing flow;
and outputting the operation record information of the target node according to a preset logic tool, wherein the operation record information comprises the input information and the output information of the target node.
In an optional implementation manner, acquiring a service to be processed and determining a processing logic corresponding to the service to be processed includes:
determining a processing logic corresponding to the service to be processed according to the service parameter information of the service to be processed and the service scene information corresponding to the service to be processed, wherein the service parameter information comprises input information and target output information of the service to be processed, and the service scene information is service type information of the service to be processed.
In an optional embodiment, the method further comprises:
if the operation of the business processing flow is determined to be failed, determining fault information in the business processing flow according to the operation record information;
and optimizing the service processing flow according to the fault information.
In an optional embodiment, the method further comprises:
and packaging the basic logic and the flow logic, and generating a preset database, wherein the preset database comprises at least one basic logic and at least one flow logic.
In a second aspect, the present application provides a node information determining apparatus, including:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a service to be processed and determining a processing logic corresponding to the service to be processed; wherein, the processing logic represents the implementation step of the service to be processed;
the first processing unit is used for carrying out processing logic configuration on the service to be processed according to the processing logic and generating a service processing flow corresponding to the service to be processed, wherein the service processing flow is used for realizing the service to be processed;
and the output unit is used for responding to a user instruction and outputting the running record information of the target node in the service processing flow, wherein the user instruction indicates the target node, and the running record information is used for debugging and optimizing the service processing flow.
In a third aspect, the present application provides an electronic device comprising a memory and a processor;
the memory for storing a computer program;
the processor is configured to read the computer program stored in the memory, and execute the node information determining method according to the first aspect according to the computer program in the memory.
In a fourth aspect, the present application provides a computer-readable storage medium, in which computer-executable instructions are stored, and when a processor executes the computer-executable instructions, the node information determination method according to the first aspect is implemented.
In a fifth aspect, the present application provides a computer program product comprising a computer program which, when executed by a processor, implements the node information determination method according to the first aspect.
The node information determining method, the node information determining device and the node information determining equipment provided by the application comprise the following steps of: acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; according to the processing logic, processing logic configuration is carried out on the service to be processed, a service processing flow corresponding to the service to be processed is generated, and the service to be processed is realized; and responding to a user instruction, and outputting operation record information of a target node in the service processing flow, wherein the operation record information is used for debugging and optimizing the service processing flow. The method and the device realize the rapid processing logic configuration of the service scene with the complicated service flow, and can realize the acquisition of the operation information of a single node in the service flow, thereby realizing the rapid and accurate debugging and optimization of the service flow.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
Fig. 1 is a flowchart of a node information determining method according to an embodiment of the present application;
fig. 2 is a flowchart of another node information determining method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a node information determining apparatus according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure;
fig. 5 is a block diagram of a terminal device according to an embodiment of the present application.
With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the inventive concepts in any manner, but rather to illustrate the inventive concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
In the technical scheme of the application, the collection, storage, use, processing, transmission, provision, disclosure and other processing of the related information such as financial data or user data and the like all accord with the regulations of related laws and regulations and do not violate the good custom of the public order.
In the low code field, each service needs to be logically configured based on certain service processing logic so that the service can efficiently run, but with the high-speed development of the internet, the internet process of the system is accelerated, and the service requirement changes faster, so that the problems of large development amount and long development period are caused when logic development and logic debugging verification are performed on each service scene.
In one example, for a simple service scenario, service logic configuration may be performed to generate a service flow, and the configured service logic may be debugged and verified according to an operation condition of the entire service flow.
However, for a service scenario with a complicated service flow, a method for confirming operation information of a single node in the service flow is lacking, and if the operation fails, the problem position cannot be quickly and accurately located, which results in that developers have no way to achieve quick and accurate debugging and optimization of the service flow, and the development progress is affected.
Therefore, the present application provides a node information determining method, which solves the above technical problems by implementing configuration and invocation of service logic in a low code development platform, and previewing input information and output information of the service logic of each node.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Fig. 1 is a flowchart of a node information determining method provided in an embodiment of the present application, and as shown in fig. 1, the method includes:
101. acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; wherein, the processing logic represents the realization steps of the service to be processed.
Each service illustratively has its corresponding service implementation step, i.e. processing logic, and services with different service scenarios and different service parameters have different processing logic, wherein the processing logic is usually embodied in the form of code. For example, when the pending service is to update the material inventory, the processing logic of the pending service should include material query, inventory, and update, and therefore, when the pending service is acquired, the corresponding processing logic needs to be determined first.
102. And according to the processing logic, performing processing logic configuration on the service to be processed to generate a service processing flow corresponding to the service to be processed, wherein the service processing flow is used for realizing the service to be processed.
Exemplarily, according to the determined processing logic of the service to be processed, the service to be processed is configured in a processing logic manner, which may be visual configuration directly on a corresponding application page in a dragging manner, or in a list selection manner by inputting keyword information of the processing logic, and after the processing logic is combined in a certain manner, a service flow corresponding to the service to be processed may be generated, and the service to be processed may be implemented by the service flow.
103. And responding to a user instruction, and outputting operation record information of a target node in the business processing flow, wherein the user instruction indicates the target node, and the operation record information is used for debugging and optimizing the business processing flow.
Illustratively, after a service flow corresponding to a service to be processed is generated, the service to be processed may be executed, in this process, a user may issue a user instruction, designate any flow node in the service processing flow as a target node, request to output operation record information of the target node in the process of executing the service to be processed, and after the user acquires the operation record information, the user may analyze the service processing flow according to the operation record information, for example, search for a reason of service flow failure, determine a reason of slow operation speed, and then debug and optimize the service flow according to the reason.
In summary, the node information determining method provided in this embodiment includes the following steps: acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; according to the processing logic, processing logic configuration is carried out on the service to be processed, a service processing flow corresponding to the service to be processed is generated, and the service to be processed is realized; and responding to a user instruction, and outputting operation record information of a target node in the service processing flow, wherein the operation record information is used for debugging and optimizing the service processing flow. The method and the device realize the rapid processing logic configuration of the service scene with the complicated service flow, and can realize the acquisition of the operation information of a single node in the service flow, thereby realizing the rapid and accurate debugging and optimization of the service flow.
Fig. 2 is a flowchart of another node information determining method provided in the embodiment of the present application, and as shown in fig. 2, the method includes:
201. the method comprises the steps of obtaining a service to be processed, and determining a processing logic corresponding to the service to be processed according to service parameter information of the service to be processed and service scene information corresponding to the service to be processed, wherein the processing logic represents an implementation step of the service to be processed, the service parameter information comprises input information and target output information of the service to be processed, and the service scene information is service type information of the service to be processed.
Exemplarily, a service to be processed is obtained, and a processing logic corresponding to the service to be processed is determined according to service parameter information of the service to be processed and service scenario information corresponding to the service to be processed, where the service parameter information includes input information and target output information of the service to be processed, and the service scenario information is service type information of the service to be processed. For example, when the service to be processed is to update the material inventory, the input information may be a material inventory, the target output information is a material inventory updated after traversing all the material numbers, and the corresponding service type information corresponds to the traversal update type service.
202. According to the processing logic, inquiring and determining a preset processing logic corresponding to the processing logic in a preset database as a target processing logic; the preset database comprises at least one preset processing logic, and different preset processing logics correspond to different services.
Illustratively, according to the determined processing logic of the service to be processed, the preset processing logic corresponding to the processing logic in the preset database is determined as the target processing logic by querying in a manner such as keyword query, code query, and the like, wherein the preset database includes at least one preset processing logic, and different preset processing logics correspond to different services.
203. And according to the target processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated, wherein the service processing flow is used for realizing the service to be processed.
In one example, the target processing logic includes base logic and flow logic; step 203 comprises the steps of:
performing logic combination processing on the basic logic and the process logic to generate a service processing process corresponding to the service to be processed, wherein the basic logic represents a scene service implementation logic corresponding to a service scene of the service to be processed, and comprises one or more of a service query logic, a service modification logic, a service deletion logic and a service addition logic; the flow logic is used for connecting each basic logic and comprises one or more of judgment logic, assignment logic, circulation logic and tiled object logic.
Exemplarily, processing logic configuration is performed on the service to be processed, the process may be visual configuration directly in a corresponding application page in a dragging manner, or processing logic configuration is performed in a list selection manner by inputting keyword information of a target processing logic, and after the processing logics are combined in a certain manner, a service flow corresponding to the service to be processed may be generated, and the service to be processed may be implemented by the service flow.
In one example, the target processing logic may be divided into two types: the basic logic comprises any one or more of adding, deleting, checking and modifying of the service, namely the basic logic comprises one or more of service query logic, service modification logic, service deletion logic and service adding logic, the flow logic is used for connecting each basic logic, and the flow logic comprises one or more of judgment logic, assignment logic, circulation logic and tiled object logic. And performing logic combination processing on the basic logic and the process logic to generate a service processing process corresponding to the service to be processed, wherein the basic logic represents a scene service implementation logic corresponding to the service scene of the service to be processed.
In one example, the business process of updating the inventory of supplies may include the following: the method comprises the steps of obtaining a material warehousing entry, traversing warehousing entry details, inquiring single materials and updating materials for warehousing. The method specifically comprises the following steps: (1) acquiring a material warehousing information node: inquiring the material warehousing entry information according to a model basic inquiry service provided by a low-code platform; (2) Traversing the detail nodes of the warehousing entry, and circularly updating the warehousing state of each material; (3) Inquiring a single material information node, and acquiring a single material object according to a model basic inquiry service provided by a low-code platform; (4) Updating the material information node, and updating the attribute value of the material according to the model basic updating service provided by the low-code platform; (5) And ending the node, finishing traversal and finishing the whole service flow. In this business process, the target processing logic comprises a base logic and a process logic, wherein the base logic comprises: 1) Service inquiry logic: acquiring material warehousing information, traversing warehousing list details, and inquiring a single material information node; 2) Service modification logic: and updating the warehousing state of each material and updating the material information nodes. The flow logic includes: the assignment logic: updating the material information node; and (3) circulating logic: and circularly updating the warehousing state of each material.
204. Responding to a user instruction, and determining a target node in a business processing flow; wherein the user instruction indicates the target node.
In the process, a user can issue a user instruction according to actual needs, designate any flow node in the service processing flow as a target node, and request to output the running record information of the target node in the process of executing the service to be processed.
205. And outputting the operation record information of the target node according to the preset logic tool, wherein the operation record information comprises the input information and the output information of the target node. And the operation record information is used for debugging and optimizing the business processing flow.
Illustratively, the input information and the output information of the target node are output according to a preset logic tool. After obtaining the operation record information, the user can analyze the service processing flow according to the operation record information, for example, search the failure reason of the service flow, determine the reason of slow operation speed, and then debug and optimize the service flow according to the reason.
In one example, the preset logic tool may be a code tool configured in the service flow in advance, and is configured to preview the running record information of any node in the service flow, and may present the node input information and the node output information on a front-end page of the low-code platform in a formatted form of a JS Object Notation (JSON for short), and highlight the changed parts, so as to facilitate comparison and viewing by the user.
In summary, the node information determining method provided in this embodiment determines the processing logic corresponding to the service to be processed through the service parameter information and the service scenario information of the service to be processed, so as to improve the accuracy of logic configuration; the preset processing logic is finely divided into basic logic and flow logic, and then the basic logic and the flow logic are subjected to logic combination processing to generate a service processing flow corresponding to the service to be processed, so that the service flow of the service to be processed can be formed more accurately; the input information and the output information of the target node are output according to the user instruction, so that the user can conveniently and flexibly master the operation condition of the service process in a targeted manner, and the service processing process can be better debugged and optimized.
One or more embodiments of the present application may further include: if the operation of the business processing flow is determined to be failed, determining fault information in the business processing flow according to the operation record information; and optimizing the service processing flow according to the fault information.
Exemplarily, if it is determined that the operation of the service processing flow fails, the fault information in the service processing flow, including the fault location, the fault reason, and the like, may be determined according to the operation record information, and then the service processing flow is modified and optimized according to the fault information.
In summary, in this embodiment, the specific operation condition and the fault information of the business process are determined according to the operation record information of the node in the business process, and the business process is optimized based on the specific operation condition and the fault information, so that the development and debugging process of the business process can be accelerated.
One or more embodiments of the present application may further include: and packaging the basic logic and the flow logic, and generating a preset database, wherein the preset database comprises at least one basic logic and at least one flow logic.
Illustratively, the basic logic and the flow logic are packaged in advance, and a preset database is generated, wherein the preset database comprises at least one basic logic and at least one flow logic, so that the logic configuration can be carried out subsequently.
In summary, in the embodiment, by encapsulating the logic in advance, it is convenient to perform subsequent logic configuration for different services, and the service process can be accelerated.
Fig. 3 is a schematic structural diagram of a node information determining apparatus according to an embodiment of the present application, and as shown in fig. 3, the apparatus includes:
an obtaining unit 31, configured to obtain a service to be processed, and determine a processing logic corresponding to the service to be processed; wherein, the processing logic represents the realization steps of the service to be processed.
The first processing unit 32 is configured to perform processing logic configuration on the service to be processed according to the processing logic, and generate a service processing flow corresponding to the service to be processed, where the service processing flow is used to implement the service to be processed.
And an output unit 33, configured to output, in response to a user instruction, operation record information of a target node in the service processing flow, where the user instruction indicates the target node, and the operation record information is used to perform debugging optimization on the service processing flow.
In one example, the first processing unit 32 includes:
the first processing subunit is used for inquiring and determining a preset processing logic corresponding to the processing logic in the preset database as a target processing logic according to the processing logic; the preset database comprises at least one preset processing logic, and different preset processing logics correspond to different services.
And the second processing subunit is used for performing processing logic configuration on the service to be processed according to the target processing logic and generating a service processing flow corresponding to the service to be processed.
In one example, the target processing logic includes base logic and flow logic; the second processing subunit is specifically configured to:
performing logic combination processing on the basic logic and the process logic to generate a service processing process corresponding to the service to be processed, wherein the basic logic represents a scene service implementation logic corresponding to a service scene of the service to be processed, and comprises one or more of a service query logic, a service modification logic, a service deletion logic and a service addition logic; the flow logic is used for connecting each basic logic, and comprises one or more of judgment logic, assignment logic, circulation logic and tiled object logic.
In one example, the output unit 33 includes:
and the first determining subunit is used for responding to the user instruction and determining a target node in the business processing flow.
And the output subunit is used for outputting the operation record information of the target node according to a preset logic tool, wherein the operation record information comprises the input information and the output information of the target node.
In an example, the obtaining unit 31 is specifically configured to:
the method comprises the steps of obtaining a service to be processed, and determining a processing logic corresponding to the service to be processed according to service parameter information of the service to be processed and service scene information corresponding to the service to be processed, wherein the service parameter information comprises input information and target output information of the service to be processed, and the service scene information is service type information of the service to be processed.
In one example, the apparatus further comprises:
and the determining unit is used for determining the fault information in the business processing flow according to the operation record information if the operation of the business processing flow is determined to be failed.
And the second processing unit is used for optimizing the service processing flow according to the fault information.
In one example, the apparatus further comprises:
and the third processing unit is used for packaging the basic logic and the flow logic and generating a preset database, wherein the preset database comprises at least one basic logic and at least one flow logic.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application, and as shown in fig. 4, the electronic device includes: memory 41, processor 42.
A memory for storing a computer program.
And the processor is used for reading the computer program stored in the memory and executing the node information determination method of any one of the embodiments according to the computer program in the memory.
Fig. 5 is a block diagram of a terminal device, which may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like, according to an embodiment of the present disclosure.
The apparatus 800 may include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, and communications component 816.
The processing component 802 generally controls overall operation of the device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 802 may include one or more processors 820 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 802 can include one or more modules that facilitate interaction between the processing component 802 and other components. For example, the processing component 802 can include a multimedia module to facilitate interaction between the multimedia component 808 and the processing component 802.
The memory 804 is configured to store various types of data to support operations at the apparatus 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 804 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Power components 806 provide power to the various components of device 800. The power components 806 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 800.
The multimedia component 808 includes a screen that provides an output interface between the device 800 and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 808 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 800 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 804 or transmitted via the communication component 816. In some embodiments, audio component 810 also includes a speaker for outputting audio signals.
The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 814 includes one or more sensors for providing various aspects of state assessment for the device 800. For example, the sensor assembly 814 may detect the open/closed state of the device 800, the relative positioning of components, such as a display and keypad of the device 800, the sensor assembly 814 may also detect a change in position of the device 800 or a component of the device 800, the presence or absence of user contact with the device 800, the orientation or acceleration/deceleration of the device 800, and a change in temperature of the device 800. Sensor assembly 814 may include a proximity sensor configured to detect the presence of a nearby object in the absence of any physical contact. The sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 816 is configured to facilitate communications between the apparatus 800 and other devices in a wired or wireless manner. The device 800 may access a wireless network based on a communication standard, such as WiFi,2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 816 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, communications component 816 further includes a Near Field Communications (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, ultra Wideband (UWB) technology, bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 800 may be implemented by one or more Application Specific Integrated Circuits (ASICs), digital Signal Processors (DSPs), digital Signal Processing Devices (DSPDs), programmable Logic Devices (PLDs), field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 804 comprising instructions, executable by the processor 820 of the device 800 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Embodiments of the present application also provide a non-transitory computer-readable storage medium, where instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the method provided by the above embodiments.
An embodiment of the present application further provides a computer program product, where the computer program product includes: a computer program, stored in a readable storage medium, from which at least one processor of the electronic device can read the computer program, and the execution of the computer program by the at least one processor causes the electronic device to perform the solutions provided by any of the above embodiments.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (11)

1. A method for determining node information, the method comprising:
acquiring a service to be processed, and determining a processing logic corresponding to the service to be processed; wherein, the processing logic represents the implementation step of the service to be processed;
according to the processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated, wherein the service processing flow is used for realizing the service to be processed;
responding to a user instruction, and outputting running record information of a target node in the business processing flow, wherein the user instruction indicates the target node, and the running record information is used for debugging and optimizing the business processing flow.
2. The method according to claim 1, wherein performing processing logic configuration on the service to be processed according to the processing logic to generate a service processing flow corresponding to the service to be processed, includes:
according to the processing logic, inquiring and determining a preset processing logic corresponding to the processing logic in a preset database as a target processing logic; the preset database comprises at least one preset processing logic, and different preset processing logics correspond to different services;
and according to the target processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated.
3. The method of claim 2, wherein the target processing logic comprises base logic and flow logic; according to the target processing logic, processing logic configuration is carried out on the service to be processed, and a service processing flow corresponding to the service to be processed is generated, wherein the method comprises the following steps:
performing logic combination processing on the basic logic and the flow logic to generate a service processing flow corresponding to the service to be processed, wherein the basic logic represents a scenario-based service implementation logic corresponding to a service scenario of the service to be processed, and the basic logic comprises one or more of a service query logic, a service modification logic, a service deletion logic and a service addition logic; the flow logic is used for connecting each basic logic, and comprises one or more of judgment logic, assignment logic, circulation logic and tiled object logic.
4. The method of claim 1, wherein outputting the operation record information of the target node in the business process flow in response to a user instruction comprises:
responding to a user instruction, and determining a target node in the business processing flow;
and outputting the operation record information of the target node according to a preset logic tool, wherein the operation record information comprises input information and output information of the target node.
5. The method of claim 1, wherein obtaining a service to be processed and determining a processing logic corresponding to the service to be processed comprises:
acquiring the service to be processed, and determining processing logic corresponding to the service to be processed according to service parameter information of the service to be processed and service scene information corresponding to the service to be processed, wherein the service parameter information comprises input information and target output information of the service to be processed, and the service scene information is service type information of the service to be processed.
6. The method according to any one of claims 1-5, further comprising:
if the operation of the business processing flow is determined to be failed, determining fault information in the business processing flow according to the operation record information;
and optimizing the service processing flow according to the fault information.
7. The method according to any one of claims 1-5, further comprising:
and packaging the basic logic and the flow logic, and generating a preset database, wherein the preset database comprises at least one basic logic and at least one flow logic.
8. An apparatus for determining node information, the apparatus comprising:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a service to be processed and determining a processing logic corresponding to the service to be processed; wherein, the processing logic represents the implementation step of the service to be processed;
the first processing unit is configured to perform processing logic configuration on the service to be processed according to the processing logic, and generate a service processing flow corresponding to the service to be processed, where the service processing flow is used to implement the service to be processed;
and the output unit is used for responding to a user instruction and outputting the running record information of the target node in the service processing flow, wherein the user instruction indicates the target node, and the running record information is used for debugging and optimizing the service processing flow.
9. An electronic device comprising a memory and a processor;
the memory for storing a computer program;
the processor is configured to read the computer program stored in the memory, and execute the node information determination method according to any one of claims 1 to 7 according to the computer program in the memory.
10. A computer-readable storage medium having stored therein computer-executable instructions that, when executed by a processor, implement the node information determination method according to any one of claims 1 to 7.
11. A computer program product comprising a computer program, characterized in that the computer program, when being executed by a processor, implements the node information determination method of any one of claims 1 to 7.
CN202211206159.XA 2022-09-30 2022-09-30 Node information determination method, device and equipment Pending CN115390911A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211206159.XA CN115390911A (en) 2022-09-30 2022-09-30 Node information determination method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211206159.XA CN115390911A (en) 2022-09-30 2022-09-30 Node information determination method, device and equipment

Publications (1)

Publication Number Publication Date
CN115390911A true CN115390911A (en) 2022-11-25

Family

ID=84129395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211206159.XA Pending CN115390911A (en) 2022-09-30 2022-09-30 Node information determination method, device and equipment

Country Status (1)

Country Link
CN (1) CN115390911A (en)

Similar Documents

Publication Publication Date Title
CN106569800B (en) Front-end interface generation method and device
CN107423106B (en) Method and apparatus for supporting multi-frame syntax
CN106708967B (en) Page display method and device
CN105183571A (en) Function calling method and device
CN110704030A (en) Interface configuration information generation method and device, electronic equipment and storage medium
CN115033211A (en) Method, device and equipment for querying article based on strategy mode and storage medium
CN116069612A (en) Abnormality positioning method and device and electronic equipment
CN113010157A (en) Code generation method and device
CN112256563A (en) Android application stability testing method and device, electronic equipment and storage medium
CN115729609A (en) Configuration library information normalization checking method, device, equipment and storage medium
CN112333233B (en) Event information reporting method and device, electronic equipment and storage medium
CN114428737A (en) Communication method, device, equipment and storage medium based on micro service system
CN115390911A (en) Node information determination method, device and equipment
CN112631695A (en) Data verification method and device, electronic equipment and storage medium
CN112988822A (en) Data query method, device, equipment, readable storage medium and product
EP3211868A1 (en) Method and device for processing information
CN113778385B (en) Component registration method, device, terminal and storage medium
CN114531493B (en) Request processing method and device, electronic equipment and storage medium
CN112182027B (en) Information query method, device, electronic equipment and storage medium
CN110311968B (en) Method and device for loading file in streaming mode and intelligent equipment
CN112988692B (en) Data processing method and device
CN111159148B (en) Configuration information state management method and device, electronic equipment and storage medium
CN109947640B (en) Regression test-based core function coverage statistical method and device
CN115390906A (en) Project packaging method, device, equipment and storage medium
CN114647746A (en) Multimedia file scanning method and device and terminal equipment

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