CN112181402B - 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 PDF

Info

Publication number
CN112181402B
CN112181402B CN202010963288.8A CN202010963288A CN112181402B CN 112181402 B CN112181402 B CN 112181402B CN 202010963288 A CN202010963288 A CN 202010963288A CN 112181402 B CN112181402 B CN 112181402B
Authority
CN
China
Prior art keywords
service
node
chain
target
business
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010963288.8A
Other languages
Chinese (zh)
Other versions
CN112181402A (en
Inventor
钟辉强
李润静
胡松青
龙富永
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun Technology Co Ltd
Original Assignee
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gree Electric Appliances Inc of Zhuhai, Zhuhai Lianyun Technology Co Ltd filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN202010963288.8A priority Critical patent/CN112181402B/en
Publication of CN112181402A publication Critical patent/CN112181402A/en
Application granted granted Critical
Publication of CN112181402B publication Critical patent/CN112181402B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

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

Business processing method and device of business system, storage medium and electronic equipment
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 (9)

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;
executing the service chain;
the service chain further comprises: at least one condition judging node;
the constructing a service chain capable of realizing the service target according to the service unit comprises the following steps:
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.
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 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.
5. 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.
6. The traffic processing method according to claim 5, wherein the configuration information further comprises: data correspondence between the forms.
7. 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;
the execution module is used for executing the service chain;
the service chain further comprises: at least one condition judging node;
the constructing a service chain capable of realizing the service target according to the service unit comprises the following steps:
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.
8. 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 6.
9. An electronic device, comprising a memory and a processor, the memory having a computer program stored thereon, the memory and the processor being communicatively connected to each other, the computer program, when executed by the processor, performing a method of business processing of a business system according to any one of claims 1 to 6.
CN202010963288.8A 2020-09-14 2020-09-14 Business processing method and device of business system, storage medium and electronic equipment Active CN112181402B (en)

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 CN112181402A (en) 2021-01-05
CN112181402B true 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)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113159737B (en) * 2021-05-27 2022-11-01 中国平安人寿保险股份有限公司 RPA service processing method, RPA management platform, device and medium
CN113986976B (en) * 2021-10-29 2023-02-10 重庆大学 Class processing method and device based on intelligent multi-cache chain processor
CN116107561B (en) * 2023-04-14 2023-06-23 湖南云畅网络科技有限公司 Low-code-based action node rapid construction method, system and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111179091A (en) * 2019-11-13 2020-05-19 泰康保险集团股份有限公司 Business data processing method and device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
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

Also Published As

Publication number Publication date
CN112181402A (en) 2021-01-05

Similar Documents

Publication Publication Date Title
CN112181402B (en) Business processing method and device of business system, storage medium and electronic equipment
US10237138B2 (en) System architecture for cloud-platform infrastructure layouts
CN108432208B (en) Service arranging method, device and server
CN100545851C (en) The remote system administration of utility command row environment
CN101593111B (en) Service component, method and system for developing application software based on service component
CN101276290B (en) Method for detecting parameter access and task management system
CA2777443C (en) Automated enterprise software development
US8630969B2 (en) Systems and methods for implementing business rules designed with cloud computing
CN105281955B (en) A kind of system, the method and device of business and resource layout
KR20100046198A (en) Transactional graph-based computation with error handling
CN101000615A (en) Service processing method and device based on data base
CN102254234A (en) Realization method of business process and workflow engine
CN109684057A (en) Task processing method, device and storage medium
CN112465448B (en) Cross-organization workflow operation method and system based on blockchain
US9697042B2 (en) Extensibility of business process and application logic
CN108011891A (en) A kind of application access method, apparatus, server and computer-readable storage medium
CN102208081A (en) Method for making business process management (BPM) application to be suitable for being used by multi-tenancy (MT) usages and apparatus thereof
CN103677913A (en) Business processing method and device based on business process management (BPM)
CN110502530A (en) Database functions call method, system, computer equipment and storage medium
CN108830101A (en) Application permission configuration method and device based on tables of data
CN110300176A (en) A kind of working method and database RPC service device of database RPC service device
CN102203767A (en) Reconfiguring a model
US20120240103A1 (en) Method and system for implementing self-configurable software components
CN109840074A (en) A kind of business generating method, device and the network equipment
US20240095280A1 (en) Graph operations engine for tenant management in a multi-tenant system

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