CN112181402A - Business processing method and device of business system, storage medium and electronic equipment - Google Patents
Business processing method and device of business system, storage medium and electronic equipment Download PDFInfo
- Publication number
- CN112181402A CN112181402A CN202010963288.8A CN202010963288A CN112181402A CN 112181402 A CN112181402 A CN 112181402A CN 202010963288 A CN202010963288 A CN 202010963288A CN 112181402 A CN112181402 A CN 112181402A
- Authority
- CN
- China
- Prior art keywords
- service
- node
- chain
- business
- type
- 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.)
- Granted
Links
- 238000003672 processing method Methods 0.000 title claims abstract description 25
- 238000000034 method Methods 0.000 claims abstract description 33
- 238000011161 development Methods 0.000 claims abstract description 28
- 238000012545 processing Methods 0.000 claims abstract description 22
- 230000006870 function Effects 0.000 claims description 11
- 238000004590 computer program Methods 0.000 claims description 8
- 238000013515 script Methods 0.000 claims description 7
- 238000010276 construction Methods 0.000 claims description 5
- 230000008569 process Effects 0.000 description 9
- 238000004891 communication Methods 0.000 description 6
- 238000000926 separation method Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 230000007246 mechanism Effects 0.000 description 3
- 230000008901 benefit Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 230000002860 competitive effect Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000003993 interaction Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 235000010627 Phaseolus vulgaris Nutrition 0.000 description 1
- 244000046052 Phaseolus vulgaris Species 0.000 description 1
- 238000004378 air conditioning Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013523 data management Methods 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 230000004069 differentiation Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006798 recombination Effects 0.000 description 1
- 238000005215 recombination Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/35—Creation or generation of source code model driven
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
- G06F8/315—Object-oriented languages
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Stored Programmes (AREA)
Abstract
The application relates to the technical field of business system processing, in particular to a business processing method, a business processing device, a storage medium and electronic equipment of a business system, and solves the problem that in the related art, when business developers handle complicated business systems or business changes frequently, a large number of business logic programs need to be compiled, so that the business development efficiency is low. The method comprises the following steps: according to the service target, selecting a service unit required by a service chain for constructing the service target from service units which finish service registration in advance; according to the service unit, a service chain capable of realizing a service target is constructed; and executing the service chain. Through service registration, the service is divided into service units with the minimum granularity capable of independently completing one service, and the reusability and flexibility of each service unit are greatly improved. Different service chains can be easily configured according to the requirements of different service targets without repeatedly compiling codes, and the service development efficiency is improved.
Description
Technical Field
The present application relates to the field of business system technologies, and in particular, to a business processing method and apparatus for a business system, a storage medium, and an electronic device.
Background
The business system refers to business links required by an enterprise to achieve business goals, roles played by business workers, and modes and contents of cooperation and transaction with clients. Business systems are at the heart of business models. The business system operated efficiently not only is a necessary condition for gaining the competitive advantage of the enterprise, but also can become the competitive advantage of the enterprise.
The existing service processing method of the service system adopts a traditional development mode, developers need to compile a large number of service logic programs aiming at modules with different functions, and particularly when the complex service system is involved or service change frequently occurs, the workload can be doubled, and the service development efficiency is low.
Disclosure of Invention
In view of the above problems, the present application provides a service processing method, a service processing apparatus, a storage medium, and an electronic device for a service system, which solve the technical problem in the related art that a service developer needs to write a large number of service logic programs when handling a complicated service system or frequently changing services, resulting in low service development efficiency.
In a first aspect, the present application provides a service processing method for an air conditioning service system, where the method includes:
according to a service target, selecting a service unit required by constructing a service chain of the service target from service units which finish service registration in advance; the service chain comprises a starting node, an ending node and at least one service node, wherein each service node is bound with a service unit which is the service unit with the minimum granularity capable of independently completing one service;
according to the service unit, constructing a service chain capable of realizing the service target;
and executing the service chain.
Optionally, the process of service registration includes:
dividing the service into service units with the minimum granularity by taking the service which can be independently completed as a reference;
and performing service logic development on the service units according to different functions to obtain service units of different service types.
Optionally, the service type includes:
JAVA type service type, JAR type service type, database script type service type, remote interface calling type service type and variable value type service type.
Optionally, the service chain further includes: at least one conditional access node.
Optionally, the constructing a service chain capable of implementing the service target according to the service unit includes:
and connecting the ending node as the end of the service chain after connecting the service node required by executing the service target and the condition judgment node by taking the starting node as the start of the service chain, wherein the starting node comprises an outlet, the ending node comprises an inlet, the service node comprises an inlet and an outlet, and the condition judgment node comprises an inlet and two outlets.
Optionally, the constructing a service chain capable of implementing the service target according to the service unit includes:
and connecting the end node as the end of the service chain after connecting the service node required by executing the service target by taking the start node as the start of the service chain, wherein the start node comprises an outlet, the end node comprises an inlet, and the service node comprises an inlet and an outlet.
Optionally, the executing the service chain includes:
starting the starting node and starting to execute the service chain;
reading configuration information and associated service units of the service nodes from a configuration table, and executing corresponding service operation according to the service types of the service units and the configuration information, wherein the configuration information comprises input parameters and output parameters corresponding to the service nodes;
and the execution result reaches the end node to finish the execution work of the service chain.
Optionally, the configuration information further includes: data correspondence between the forms.
In a second aspect, a service processing apparatus of a service system, the apparatus includes:
the selection module is used for selecting the service units required by the construction of the service chain of the service target from the service units which finish service registration in advance according to the service target; the service chain comprises a starting node, an ending node and at least one service node, wherein each service node is bound with a service unit which is the service unit with the minimum granularity capable of independently completing one service;
the construction module is used for constructing a service chain capable of realizing the service target according to the service unit;
and the execution module is used for executing the service chain.
In a third aspect, a storage medium storing a computer program executable by one or more processors may be used to implement the method for service processing of a service system as described in the first aspect above.
In a fourth aspect, an electronic device comprises a memory and a processor, the memory stores a computer program, the memory and the processor are communicatively connected, and the computer program, when executed by the processor, performs the method of service processing of the service system according to the first aspect.
The application provides a service processing method, a service processing device, a storage medium and an electronic device of a service system, which intersect with the prior art, and have the following beneficial effects:
1. the separation and the connection between the services are realized through the service registration, and when a single service is developed, only the related logic in the service needs to be concerned, and the limitation and the influence of other related services are abandoned, so that the development complexity is reduced, and the service development efficiency is improved;
2. through service registration, the service is divided into service units with the minimum granularity capable of independently completing one service, and the reusability and flexibility of each service unit are greatly improved. Different service chains can be easily configured according to the requirements of different service targets without repeatedly compiling codes, and the service development efficiency is further improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings 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 embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a service processing method of a service system according to an embodiment of the present application;
fig. 2 is a schematic view of a service chain of a tool cancellation service provided in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a service processing device of another service system according to an embodiment of the present application;
fig. 4 is a connection block diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following detailed description will be provided with reference to the accompanying drawings and embodiments, so that how to apply the technical means to solve the technical problems and achieve the corresponding technical effects can be fully understood and implemented. The embodiments and various features in the embodiments of the present application can be combined with each other without conflict, and the formed technical solutions are all within the scope of protection of the present application.
As can be seen from the background art, the conventional service processing method for the service system adopts a conventional development manner, and developers need to write a large number of service logic programs for modules with different functions, so that the workload is doubled and the service development efficiency is low, particularly when a complicated service system is involved or service changes frequently occur.
In view of this, the present application provides a service processing method, a service processing apparatus, a storage medium, and an electronic device for a service system, which solve the technical problem in the related art that a service developer needs to write a large number of service logic programs when handling a complicated service system or frequently changing services, resulting in low service development efficiency.
Example one
Fig. 1 is a schematic flowchart of a service processing method of a service system according to an embodiment of the present application, and as shown in fig. 1, the method includes:
s101, according to a service target, selecting a service unit required by constructing a service chain of the service target from service units which are pre-registered with the service.
In step S101, the service chain includes a start node, an end node, and at least one service node, where each service node is bound to a service unit, and the service unit is a service unit with a minimum granularity that can independently complete a service.
S102, according to the service unit, a service chain capable of realizing the service target is constructed.
S103, executing the service chain.
Optionally, the process of service registration includes:
dividing the service into service units with the minimum granularity by taking the service which can be independently completed as a reference;
and performing service logic development on the service units according to different functions to obtain service units of different service types.
It should be noted that, in the initial stage of service development, developers need to divide the granularity of service units, and each service unit is independent as much as possible, so as to prevent the phenomenon of over-dependency.
After the service unit granularity is divided, developers develop related service logic for the service units, specifically support five modes of JAVA class, JAR package, database script, REST interface calling and variable assignment, and finally obtain corresponding service units of different service types.
After the service development is completed, a developer can register operations such as adding, managing and authorizing services on the system, and when registering, detailed information of the service needs to be configured, and the service information includes various attributes such as a service name, an operation type, a value, an input parameter, a return parameter and the like.
Specifically, taking tool account cancellation service as an example, the method relates to a plurality of processing logics such as inventory verification, state change, inventory locking, inventory deduction, account standing processing and the like, and can divide the processing logics into independent service units, register the independent service units into independent individual services, divide the independent individual services into different service types according to different service logic functions, configure different parameters, arrange service chains in a permutation and combination mode according to actual service requirements, and execute the system according to the arranged routing sequence of the service chains, so that the effects of multiplexing service logic codes, reducing repeated development work and improving the working efficiency are achieved.
Optionally, the service type includes:
JAVA type service type, JAR type service type, database script type service type, remote interface calling type service type and variable value type service type.
It should be noted that different service types require different configuration parameters.
Specifically, if the service type is a JAVA type and a JAR type, it is necessary to configure a packet name of an executed class, a class name, an executed method, an incoming parameter, and a return parameter.
If the service type is a database script, a Data source, a Data Management Language (DML) type, a corresponding main table, sub tables, a filter condition, an executed database script, an execution condition, a parameter binding relationship, and execution success and failure related operations, return values, and the like need to be configured first.
If the service type is remote interface calling, the address, the user, the password, the transmission parameter, the parameter return value and the like of the configured remote interface are required to be set.
If the service type is variable assignment, the name of the configured variable and the information of the variable value need to be set.
It should be further noted that, for different types of service units, multiple modes such as JAVA functions, database scripts, API interfaces, form variable assignments, and the like are supported for calling.
Optionally, the service chain further includes: at least one conditional access node.
It should be noted that, because some services have a judgment or comparison mechanism, a condition judgment node needs to be added in a service chain to implement the function of the service.
Optionally, the constructing a service chain capable of implementing the service target according to the service unit includes:
and connecting the ending node as the end of the service chain after connecting the service node required by executing the service target and the condition judgment node by taking the starting node as the start of the service chain, wherein the starting node comprises an outlet, the ending node comprises an inlet, the service node comprises an inlet and an outlet, and the condition judgment node comprises an inlet and two outlets.
Optionally, the constructing a service chain capable of implementing the service target according to the service unit includes:
and connecting the end node as the end of the service chain after connecting the service node required by executing the service target by taking the start node as the start of the service chain, wherein the start node comprises an outlet, the end node comprises an inlet, and the service node comprises an inlet and an outlet.
Optionally, the executing the service chain includes:
starting the starting node and starting to execute the service chain;
reading configuration information and associated service units of the service nodes from a configuration table, and executing corresponding service operation according to the service types of the service units and the configuration information, wherein the configuration information comprises input parameters and output parameters corresponding to the service nodes;
and the execution result reaches the end node to finish the execution work of the service chain.
It should be noted that each node of the service chain defines a corresponding route, executes the service chain according to the defined route, starting with the start node, then executes the operation and judgment of each service node, and finally ends, binds a service on each service node, and executes the service according to the configured calling mode and parameters when the service chain is executed to the node.
Specifically, the service chain defined by the user is executed, the execution initialization is firstly completed by searching a service chain frame, then a visual resource model is generated, each service node is called according to the configured route by executing the service bound in the service flow, and finally the execution of the whole service chain data flow is completed. Taking a tool account cancellation service as an example, the execution of the service chain includes whether excess is obtained or not, whether deficiency is obtained or not, whether stock records exist or not, creating the stock records, adjusting the stock, and creating the ledger 6 key service nodes, the system loads the relevant configuration of the service chain, then loads the relevant configuration information of each node, including the configuration information of the service type, the access parameters, the output parameters and the like of the relevant service unit, calls the parameters according to the corresponding calling mode, and then executes the corresponding service logic until the service processing on the whole service chain is completed.
Optionally, the configuration information further includes: data correspondence between the forms.
It should be noted that sometimes, the interaction of the forms may be involved in the service execution process, so the data correspondence between the forms is set to ensure that the basis for realizing the service function is provided.
In order to facilitate understanding of the technical solutions of the present application, the following description is further provided by specific examples.
Fig. 2 is a schematic view of a service chain of a tool cancellation service disclosed in the embodiment of the present application. The tool account cancellation service comprises a starting node, an ending node, a condition judgment node whether the node is sufficient or not, a condition judgment node whether the node is insufficient or not, a condition judgment node whether the node has an inventory record or not, a service node creation inventory record, a service node inventory adjustment and a service node creation ledger.
Firstly, the relevant configuration and relevant services of the service node are read from the configuration table, for example, in fig. 2, the condition determines whether the node is busy, the system analyzes the service type of the node, if the node is configured with the determination on a certain parameter value, the service engine in the system obtains the determination result according to the boolean value of the parameter value, and then different exits are selected.
Regarding whether the condition judging node in fig. 2 has an inventory record, assuming that the service type of the condition judging node is a database statement, the service engine of the system calls the relevant logic for executing the database statement, the function supports the acquisition of relevant variables of the current business form, the variables are transmitted into a database statement to be executed as parameter forms, a Boolean value is returned after the execution, the business chain can select different outlets according to the Boolean value, for example, the expression configuring a Structured Query Language database (SQL) is: status not in ('WAPRR3', 'WAPPR'), wherein: status "refers to the field status of the current form data, after the field value is obtained, the conditional expression is executed, if the query has a record meeting the condition, returning a Boolean value true, and if no result meeting the condition is queried, returning a Boolean value false.
Regarding the creation of the inventory record by the service node in fig. 2, assuming that the service type of the service node is JAVA class, the service engine of the system will run the relevant JAVA class bound to the service node through a reflective mechanism, perform the logic process of inventory initialization, and support the variable of the current form as a parameter to be transmitted to the called JAVA function, and the operation principle of the inventory adjustment of the service node is the same as that of the creation inventory record node. For example, the class of the inventory creation service binding is com.grid.app.bean.inventoryy.inventoryy, the execution method configuration is createInventory, the execution parameter value configuration is itemnum ═ item & site ═ site & location ═ location, multiple parameters are linked by using an ' & ' number, the ': number + variable name represents the variable value of the current service form, when the service node is executed in the background, the binding method of the service is executed through a reflection mechanism of a JAVA class, wherein the process of executing parameter value configuration is divided according to the ' & ' number, the corresponding parameter values are obtained, and then the corresponding parameter values are sequentially filled in the corresponding parameter positions.
The system can realize configuration recombination and execution of service control logic through a service engine, realize interaction of multiple documents for controlling the responsible relationship, and simultaneously avoid the problem of repeated secondary development of service control flow differentiation among different service units, for example, related services such as tool account cancellation service, tool scrapping service, tool allocation service and the like all relate to related logic processing of inventory adjustment.
The method and the system also support data corresponding rules among the bills, and can directly configure the variable corresponding relation between the current form and the form of the standing book by configuring the data corresponding relation between the current bill and the target bill, such as the business node in fig. 2 to create the standing book, so that the system can automatically generate a standing book record without manually creating the standing book, and a large amount of repeated development time is saved.
In summary, the service processing method of the service system provided in the embodiment of the present application implements separation and connection between services through service registration, and only needs to pay attention to relevant logic inside a service when a single service is developed, and eliminates the limitations and influences of other associated services, thereby reducing the complexity of development and improving the service development efficiency; through service registration, the service is divided into service units with the minimum granularity capable of independently completing one service, and the reusability and flexibility of each service unit are greatly improved. Different service chains can be easily configured according to the requirements of different service targets without repeatedly compiling codes, and the service development efficiency is further improved.
Example two
Based on the service processing method of the service system disclosed in the embodiment of the present invention, fig. 3 specifically discloses a service processing device of the service system applying the service processing method of the service system.
As shown in fig. 3, another embodiment of the present invention discloses a service processing apparatus of a service system, including:
a selecting module 301, configured to select, according to a service target, a service unit required for building a service chain of the service target from service units in which service registration is completed in advance; the service chain comprises a starting node, an ending node and at least one service node, wherein each service node is bound with a service unit which is the service unit with the minimum granularity capable of independently completing one service;
a building module 302, configured to build a service chain capable of implementing the service objective according to the service unit;
an executing module 303, configured to execute the service chain.
For the specific working processes of the selection module 301, the construction module 302 and the execution module 303 in the service processing apparatus of the service system disclosed in the embodiment of the present invention, reference may be made to the corresponding contents in the service processing method of the service system disclosed in the embodiment of the present invention, and details are not described here again.
In summary, the embodiments of the present application provide a service processing apparatus of a service system, which implements separation and connection between services through service registration, and when a single service is developed, only the relevant logic inside the service needs to be concerned, and the limitations and influences of other associated services are abandoned, so that the complexity of development is reduced, and the service development efficiency is improved; through service registration, the service is divided into service units with the minimum granularity capable of independently completing one service, and the reusability and flexibility of each service unit are greatly improved. Different service chains can be easily configured according to the requirements of different service targets without repeatedly compiling codes, and the service development efficiency is further improved.
EXAMPLE III
The present embodiment further provides a computer-readable storage medium, such as a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, a server, an App application mall, etc., on which a computer program is stored, where the computer program, when executed by a processor, may implement the method steps of the first embodiment, and thus, the description of the embodiment is not repeated herein.
Example four
Fig. 4 is a connection block diagram of an electronic device 500 according to an embodiment of the present application, and as shown in fig. 4, the electronic device 500 may include: a processor 501, a memory 502, and a communication component 503.
Wherein the processor 501 is configured to execute all or part of the steps in the XX method in the first embodiment. The memory 502 is used to store various types of data, which may include, for example, instructions for any application or method in the electronic device, as well as application-related data.
The Processor 501 may be implemented by an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a controller, a microcontroller, a microprocessor or other electronic components, and is configured to execute the XX method in the first embodiment.
The Memory 502 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, 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 disk or optical disk.
The communication component 503 is used for wired or wireless communication between the electronic device 500 and other devices. Wireless Communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G, or 4G, or a combination of one or more of them, so that the corresponding Communication component 503 may include: Wi-Fi module, bluetooth module, NFC module.
In summary, the present application provides a service processing method of a service system, where the method includes: the separation and the connection between the services are realized through the service registration, and when a single service is developed, only the related logic in the service needs to be concerned, and the limitation and the influence of other related services are abandoned, so that the development complexity is reduced, and the service development efficiency is improved; through service registration, the service is divided into service units with the minimum granularity capable of independently completing one service, and the reusability and flexibility of each service unit are greatly improved. Different service chains can be easily configured according to the requirements of different service targets without repeatedly compiling codes, and the service development efficiency is further improved.
In the embodiments provided in the present application, it should be understood that the disclosed method can be implemented in other ways. The above-described method embodiments are merely illustrative.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Although the embodiments disclosed in the present application are described above, the above descriptions are only for the convenience of understanding the present application, and are not intended to limit the present application. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the disclosure as defined by the appended claims.
Claims (11)
1. A service processing method of a service system, the method comprising:
according to a service target, selecting a service unit required by constructing a service chain of the service target from service units which finish service registration in advance; the service chain comprises a starting node, an ending node and at least one service node, wherein each service node is bound with a service unit which is the service unit with the minimum granularity capable of independently completing one service;
according to the service unit, constructing a service chain capable of realizing the service target;
and executing the service chain.
2. The service processing method according to claim 1, wherein the service registration procedure comprises:
dividing the service into service units with the minimum granularity by taking the service which can be independently completed as a reference;
and performing service logic development on the service units according to different functions to obtain service units of different service types.
3. The traffic processing method according to claim 2, wherein the traffic type includes:
JAVA type service type, JAR type service type, database script type service type, remote interface calling type service type and variable value type service type.
4. The traffic processing method according to claim 1, wherein the traffic chain further comprises: at least one conditional access node.
5. The service processing method according to claim 4, wherein said building a service chain capable of achieving the service objective according to the service unit comprises:
and connecting the ending node as the end of the service chain after connecting the service node required by executing the service target and the condition judgment node by taking the starting node as the start of the service chain, wherein the starting node comprises an outlet, the ending node comprises an inlet, the service node comprises an inlet and an outlet, and the condition judgment node comprises an inlet and two outlets.
6. The service processing method according to claim 1, wherein said building a service chain capable of achieving the service objective according to the service unit comprises:
and connecting the end node as the end of the service chain after connecting the service node required by executing the service target by taking the start node as the start of the service chain, wherein the start node comprises an outlet, the end node comprises an inlet, and the service node comprises an inlet and an outlet.
7. The traffic processing method according to claim 1, wherein said executing the traffic chain comprises:
starting the starting node and starting to execute the service chain;
reading configuration information and associated service units of the service nodes from a configuration table, and executing corresponding service operation according to the service types of the service units and the configuration information, wherein the configuration information comprises input parameters and output parameters corresponding to the service nodes;
and the execution result reaches the end node to finish the execution work of the service chain.
8. The traffic processing method according to claim 7, wherein the configuration information further includes: data correspondence between the forms.
9. A service processing apparatus of a service system, the apparatus comprising:
the selection module is used for selecting the service units required by the construction of the service chain of the service target from the service units which finish service registration in advance according to the service target; the service chain comprises a starting node, an ending node and at least one service node, wherein each service node is bound with a service unit which is the service unit with the minimum granularity capable of independently completing one service;
the construction module is used for constructing a service chain capable of realizing the service target according to the service unit;
and the execution module is used for executing the service chain.
10. A storage medium storing a computer program executable by one or more processors for implementing a method of service processing of a service system as claimed in any one of claims 1 to 8.
11. An electronic device, comprising a memory and a processor, wherein the memory stores a computer program, the memory and the processor are communicatively connected, and the computer program, when executed by the processor, performs the method of business processing of a business system according to any one of claims 1 to 8.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010963288.8A CN112181402B (en) | 2020-09-14 | 2020-09-14 | Business processing method and device of business system, storage medium and electronic equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010963288.8A CN112181402B (en) | 2020-09-14 | 2020-09-14 | Business processing method and device of business system, storage medium and electronic equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112181402A true CN112181402A (en) | 2021-01-05 |
CN112181402B CN112181402B (en) | 2022-03-18 |
Family
ID=73920836
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010963288.8A Active CN112181402B (en) | 2020-09-14 | 2020-09-14 | Business processing method and device of business system, storage medium and electronic equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112181402B (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113159737A (en) * | 2021-05-27 | 2021-07-23 | 中国平安人寿保险股份有限公司 | RPA service processing method, RPA management platform, device and medium |
CN113760230A (en) * | 2021-02-07 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Service processing method and device |
CN113986976A (en) * | 2021-10-29 | 2022-01-28 | 重庆大学 | Class processing method and device based on intelligent multi-cache chain processor |
CN114116674A (en) * | 2021-11-30 | 2022-03-01 | 浩云科技股份有限公司 | Service modeling method, device, medium and equipment based on integrated service platform |
CN116107561A (en) * | 2023-04-14 | 2023-05-12 | 湖南云畅网络科技有限公司 | Low-code-based action node rapid construction method, system and storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106897810A (en) * | 2015-12-17 | 2017-06-27 | 北京奇虎科技有限公司 | Method for processing business and system, workflow engine and system, operation system |
CN107203626A (en) * | 2017-05-27 | 2017-09-26 | 网宿科技股份有限公司 | A kind of BPM method and system |
CN109636301A (en) * | 2018-10-16 | 2019-04-16 | 深圳壹账通智能科技有限公司 | Workflow configuration method, system, terminal and the readable storage medium storing program for executing of financial business |
US10310896B1 (en) * | 2018-03-15 | 2019-06-04 | Sas Institute Inc. | Techniques for job flow processing |
CN109934507A (en) * | 2019-03-21 | 2019-06-25 | 网宿科技股份有限公司 | A kind of method and device of operation flow scheduling |
CN111179091A (en) * | 2019-11-13 | 2020-05-19 | 泰康保险集团股份有限公司 | Business data processing method and device, electronic equipment and storage medium |
-
2020
- 2020-09-14 CN CN202010963288.8A patent/CN112181402B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106897810A (en) * | 2015-12-17 | 2017-06-27 | 北京奇虎科技有限公司 | Method for processing business and system, workflow engine and system, operation system |
CN107203626A (en) * | 2017-05-27 | 2017-09-26 | 网宿科技股份有限公司 | A kind of BPM method and system |
US10310896B1 (en) * | 2018-03-15 | 2019-06-04 | Sas Institute Inc. | Techniques for job flow processing |
CN109636301A (en) * | 2018-10-16 | 2019-04-16 | 深圳壹账通智能科技有限公司 | Workflow configuration method, system, terminal and the readable storage medium storing program for executing of financial business |
CN109934507A (en) * | 2019-03-21 | 2019-06-25 | 网宿科技股份有限公司 | A kind of method and device of operation flow scheduling |
CN111179091A (en) * | 2019-11-13 | 2020-05-19 | 泰康保险集团股份有限公司 | Business data processing method and device, electronic equipment and storage medium |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113760230A (en) * | 2021-02-07 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Service processing method and device |
CN113159737A (en) * | 2021-05-27 | 2021-07-23 | 中国平安人寿保险股份有限公司 | RPA service processing method, RPA management platform, device and medium |
CN113986976A (en) * | 2021-10-29 | 2022-01-28 | 重庆大学 | Class processing method and device based on intelligent multi-cache chain processor |
CN114116674A (en) * | 2021-11-30 | 2022-03-01 | 浩云科技股份有限公司 | Service modeling method, device, medium and equipment based on integrated service platform |
CN116107561A (en) * | 2023-04-14 | 2023-05-12 | 湖南云畅网络科技有限公司 | Low-code-based action node rapid construction method, system and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN112181402B (en) | 2022-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112181402B (en) | Business processing method and device of business system, storage medium and electronic equipment | |
CN108432208B (en) | Service arranging method, device and server | |
US10324690B2 (en) | Automated enterprise software development | |
CN100545851C (en) | The remote system administration of utility command row environment | |
Di Cosmo et al. | Aeolus: A component model for the cloud | |
CN101276290B (en) | Method for detecting parameter access and task management system | |
US20160072683A1 (en) | System architecture for cloud-platform infrastructure layouts | |
US8630969B2 (en) | Systems and methods for implementing business rules designed with cloud computing | |
CN101593111A (en) | A kind of Service Component reaches the applied software development method and system based on Service Component | |
JP2019507932A (en) | System and method for managing cloud computing resources for an information system | |
US20190324952A1 (en) | Stored-Procedure Execution Method and Device, and System | |
CN101000615A (en) | Service processing method and device based on data base | |
KR20100046198A (en) | Transactional graph-based computation with error handling | |
CN112136112B (en) | System and method for building idempotent configuration management module for cloud infrastructure service | |
CN102254234A (en) | Realization method of business process and workflow engine | |
US9697042B2 (en) | Extensibility of business process and application logic | |
CN112465448B (en) | Cross-organization workflow operation method and system based on blockchain | |
CN108011891A (en) | A kind of application access method, apparatus, server and computer-readable storage medium | |
CN110162464A (en) | Mcok test method and system, electronic equipment and readable storage medium storing program for executing | |
CN103677913A (en) | Business processing method and device based on business process management (BPM) | |
CN102208081A (en) | Method for making business process management (BPM) application to be suitable for being used by multi-tenancy (MT) usages and apparatus thereof | |
CN110300176A (en) | A kind of working method and database RPC service device of database RPC service device | |
CN108830101A (en) | Application permission configuration method and device based on tables of data | |
US20240095280A1 (en) | Graph operations engine for tenant management in a multi-tenant system | |
CN102203767A (en) | Reconfiguring a model |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |