CN110310034B - Service arrangement and business flow processing method and device applied to SaaS - Google Patents

Service arrangement and business flow processing method and device applied to SaaS Download PDF

Info

Publication number
CN110310034B
CN110310034B CN201910574319.8A CN201910574319A CN110310034B CN 110310034 B CN110310034 B CN 110310034B CN 201910574319 A CN201910574319 A CN 201910574319A CN 110310034 B CN110310034 B CN 110310034B
Authority
CN
China
Prior art keywords
service
business process
message
business
services
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
CN201910574319.8A
Other languages
Chinese (zh)
Other versions
CN110310034A (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.)
Jingdong Technology Holding Co Ltd
Original Assignee
Jingdong Technology Holding 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 Jingdong Technology Holding Co Ltd filed Critical Jingdong Technology Holding Co Ltd
Priority to CN201910574319.8A priority Critical patent/CN110310034B/en
Publication of CN110310034A publication Critical patent/CN110310034A/en
Application granted granted Critical
Publication of CN110310034B publication Critical patent/CN110310034B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06315Needs-based resource requirements planning or analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06316Sequencing of tasks or work
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Abstract

The invention discloses a service arranging and business flow processing method and device applied to SaaS, and relates to the technical field of computers. One embodiment of the method comprises: receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called; if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification; orchestrating the acquired micro-services and/or composite services to generate a target service. The implementation method can carry out service arrangement based on the existing micro-services and/or combined services to obtain the target service to be called, and provides service support for service expansion and subsequent customized business process design; and for standard services and customized services, integration can be performed through a service interface, the problem that the integration specifications in the prior art are difficult to unify is solved, and a good implementation effect is achieved.

Description

Service arrangement and business flow processing method and device applied to SaaS
Technical Field
The invention relates to the technical field of computers, in particular to a service arrangement and business process processing method and device applied to SaaS.
Background
At present, cloud computing technology and business services are rapidly developed, and more enterprises start to purchase SaaS (Software-as-a-Service) enterprise services. Based on different business requirements, different enterprises put forward business customizable requirements on the internet information technology, namely, pages, processes, data and the like are expanded and customized according to the business requirements of the different enterprises through technical means.
The existing SaaS service provider performs parameterization processing on standard services, and then configures parameter values for users in specific business modes. But for complex services, if parameter resolution cannot be achieved, customized development needs to be carried out and then the services are deployed into independent service systems.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems:
1. the parameter management module and the preset parameter processing logic of the standard service need to be developed, so that the development cost is high, and the various requirements of users are difficult to meet through the parameters;
2. services beyond the standard can only be developed by customization, and need to be integrated with standard services after development, but because developers of the two are different in habits or different in systems, the problem that the integration specifications are difficult to unify exists;
3. the service flow of the user changes frequently (for example, a face recognition link is added), and the standard SaaS service is difficult to perform flow arrangement through parameters; however, the customization by the service provider is difficult to be completed in a short time, so that the service requirement of the user cannot be quickly responded;
4. at present, services are generally acquired by constructing a distributed service bus, and a service system is required to develop a service interface strictly according to a standard service interface specification, and then register the service interface into the distributed service bus, which has two disadvantages:
performance problems: when a high-concurrency request is used for processing a large-scale document, the memory usage amount is too high, so that the bus is blocked, and the distributed service bus positioning service can not be executed;
expanding the threshold height: customized teams need to develop customized services according to standard service interface specifications, and the specifications are not a published standard specification, resulting in limited service extensibility.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for service orchestration and business process processing applied to SaaS, which can at least solve the problem in the prior art that parameterization cost of SaaS service is too high and customized customization cannot be implemented quickly.
In order to achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a service orchestration method applied to SaaS, including:
receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called;
if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification;
orchestrating the acquired micro-services and/or composite services to generate the target service.
Optionally, after generating the calling service, the method further includes: receiving input of a subscription theme message in each target service; and arranging and combining the process links corresponding to the target services according to the arrangement sequence of the input subscription theme messages to obtain the business process.
Optionally, after the obtaining of the business process, the method further includes:
receiving input of a business process identifier and user information of the business process, and establishing a corresponding relation among the user information, the business process identifier and the business process; and
and establishing a service arrangement definition model corresponding to the user information and the business process identification, and storing the corresponding relation and the business process into the service arrangement definition model.
In order to achieve the above object, according to an aspect of the embodiments of the present invention, a method for processing a service flow applied to SaaS is provided, including:
receiving a business service request, and acquiring user information and a business process identifier in the business service request;
determining a service process and a subscription subject message corresponding to the user information and the service process identifier, and triggering a process link corresponding to the subscription subject message in the service process;
and after all the process links in the business process are executed, transmitting an execution result to the business process information corresponding to the business process identifier.
Optionally, the triggering a process link corresponding to the topic subscription message in the service process includes:
determining a first subscription subject message which is ordered first according to the arrangement sequence of all the subscription subject messages, and sending an event with the subject being the first subscription subject message to a queue center;
through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
after the first process link is executed, determining second subscription subject messages of a second sequence, triggering second services corresponding to the second subscription subject messages, and repeating the steps of event transmission and event analysis until all process links in the business process are executed.
Optionally, the sending the event whose topic is the first subscription topic message to the queue center includes:
the service scheduling center establishes a task corresponding to the event and sends the event to the queue center;
the first service acquires and executes a task corresponding to the event, and the first service includes:
and the first service acquires the task from the dispatching center and executes the task through the user information, the business process identification and the subscription subject message.
In order to achieve the above object, according to another aspect of the embodiments of the present invention, there is provided a service orchestration apparatus applied to SaaS, including:
the request receiving module is used for receiving the service calling request, analyzing the service calling request and acquiring a target service identifier to be called;
the service query module is used for acquiring the micro service and/or the combined service corresponding to the target service identifier if the target service corresponding to the target service identifier does not exist in the preset service list;
and the service arranging module is used for arranging the acquired micro-services and/or combined services to generate the target service.
Optionally, the system further includes a flow generation module, configured to: receiving input of a subscription theme message in each target service; and arranging and combining the process links corresponding to the target services according to the arrangement sequence of the input subscription theme messages to obtain the business process.
Optionally, the system further includes a model building module, configured to:
receiving input of a business process identifier and user information of the business process, and establishing a corresponding relation among the user information, the business process identifier and the business process; and
and establishing a service arrangement definition model corresponding to the user information and the business process identification, and storing the corresponding relation and the business process into the service arrangement definition model.
In order to achieve the above object, according to another aspect of the embodiments of the present invention, there is provided a service orchestration apparatus applied to SaaS, including:
the information acquisition module is used for receiving a business service request and acquiring user information and a business process identifier in the business service request;
the flow triggering module is used for determining a business flow and a subscription subject message corresponding to the user information and the business flow identifier and triggering a flow link corresponding to the subscription subject message in the business flow;
and the result transmission module is used for transmitting the execution result to the business process information corresponding to the business process identifier after all process links in the business process are executed.
Optionally, the flow triggering module is configured to:
determining first subscription subject messages which are ranked first according to the ranking sequence of the subscription subject messages, and sending events with the topics being the first subscription subject messages to a queue center;
through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
after the first process link is executed, determining second subscription subject messages of a second sequence, triggering second services corresponding to the second subscription subject messages, and repeating the steps of event transmission and event analysis until all process links in the business process are executed.
Optionally, the flow triggering module is configured to:
the service scheduling center establishes a task corresponding to the event and sends the event to the queue center; and
and the first service acquires the task from the dispatching center and executes the task through the user information, the business process identification and the subscription subject message.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided an electronic apparatus.
The electronic device of the embodiment of the invention comprises: one or more processors; and the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize any one of the service orchestration and business process processing methods applied to the SaaS.
To achieve the above object, according to a further aspect of the embodiments of the present invention, there is provided a computer readable medium, on which a computer program is stored, where the computer program, when executed by a processor, implements any one of the above service orchestration and business process processing methods applied to SaaS.
According to the scheme provided by the invention, one embodiment of the invention has the following advantages or beneficial effects: service arrangement can be carried out based on the existing micro-services and/or combined services to obtain target services required to be called, and service support is provided for service expansion and subsequent customized business process design; and for standard services and customized services, integration can be performed through a service interface, so that the problem that the integration specifications in the prior art are difficult to unify is solved, the development cost is reduced, and a good implementation effect is achieved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a main flow diagram of a service orchestration method applied to SaaS according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of an alternative service orchestration method applied to SaaS according to an embodiment of the present invention;
fig. 3 is a schematic flow chart of a service flow processing method applied to SaaS according to an embodiment of the present invention;
fig. 4 is a schematic flow chart of an optional service flow processing method applied to SaaS according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a specific implementation process applied to a SaaS service according to an embodiment of the present invention;
fig. 6 is a schematic diagram of main modules of a service orchestration device applied to SaaS according to an embodiment of the present invention;
fig. 7 is a schematic block diagram of a service flow processing apparatus applied to SaaS according to an embodiment of the present invention;
FIG. 8 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
FIG. 9 is a schematic block diagram of a computer system suitable for use with a mobile device or server implementing an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
It should be noted that the embodiment of the present invention is applicable to the fields requiring services, such as finance, sales, personnel, enterprise management, catering, transportation, and the like.
The words to which the invention relates are to be construed as follows:
customized development: the software system which is relatively mature is changed correspondingly according to the requirements of customers.
Event: is a behavior that can be detected by JavaScript. Each element in the web page may generate certain events that may trigger JavaScript functions.
Micro-services: an emerging software architecture is to split a large single application and service into tens of supporting microservices. A microservice policy may facilitate work by extending individual components rather than the entire application stack to meet service level agreements.
Service arrangement: and combining the atomic services through a visual service arrangement mode to form the combined service of the general service scene.
Distributed service bus: and realizing a registration and discovery mechanism of the microservice. After the micro-service is released, the name of the micro-service is published. The information such as addresses is registered in the distributed service bus (service registration), and service addressing can be realized through the service registration information.
Referring to fig. 1, a main flowchart of a service orchestration method applied to SaaS according to an embodiment of the present invention is shown, including the following steps:
s101: receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called;
s102: if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification;
s103: orchestrating the acquired micro-services and/or composite services to generate the target service.
In the above embodiment, as for step S101, the SaaS service provides a service interface that can be operated by a user (named tenant in computer speciality), and the user can create a business process belonging to the user using the service interface.
In the process of generating the business process, a visual service arrangement management interface, a process design interface and the like can be set, and the invention mainly aims at the two.
The service arrangement management interface can display an arrangeable service list, so that enterprise developers can select required services on the list or a computer analyzes business requirements and selects the services.
The displayed service list can be a name list of each service or a service primitive list, arrangement and the like; corresponding operation functions such as dragging, clicking, attribute setting and the like can be set for the services. For example, a developer drags a service primitive to a calling position corresponding to a business process; and then clicking the service primitive to send a service calling request to the service arranging and managing interface.
For example, user X creates a set of information verification process Y, which first performs a user name verification and then performs a face identification verification.
Therefore, for a received service call request, a target service to be called, for example, a face recognition service needs to be determined, and then the target service is searched through the identification of the face recognition service.
For steps S102 and S103, for the services in the service orchestration management interface, a service resource library may be pre-constructed, where the library includes micro services or composite services, or both; the combined service is obtained by performing service arrangement on a plurality of micro services in advance.
The number of services in the service list may be less than or equal to the number of services in the service repository; for example, if the number of services in the service resource library is small, all the services may be displayed in the service list; if the number of services in the service resource pool is large, part of the services (for example, common services, which can also be understood as standard services) can be displayed in the service list, and the number of the services is preferably set to be equal.
Furthermore, a service search function can be set, so that developers can quickly locate required services based on service information.
According to the identification of the target service, inquiring in a service list:
1) if the called target service, such as a user name verification service, exists in the service list, the service can be directly extracted from the service resource library and stored to the calling position corresponding to the service calling request, so that the service calling required by the business process design in the current link is realized. Typically, standard services are stored in a database and can be queried in a service list.
2) However, if the target service, for example, the face recognition service, does not exist in the service list, it indicates that the service does not exist in the existing service resource library, and needs to be newly generated. These services, which are typically required by the user himself, but may not be required by other users, i.e. customized services:
firstly, a user can customize customized service according to self needs, and the service is added into a service resource library to realize service updating in the service resource library.
Therefore, the function of adding new services, or the functions of service updating, service modification, service deletion and service searching can be set in the service resource library, so that the functions of flexibly managing the service resource library and expanding services are provided for developers, and the direct calling of subsequent services is facilitated. A service list update function may also be provided, the number of services in the service list varying with the number of services in the service repository.
Secondly, in order to meet the requirement of the target service in the process of designing the business process, micro-service and/or combined service which can be arranged as the target service can be obtained based on identification information such as the name, the address and the like of the target service, and then the micro-service and/or the combined service is arranged to obtain the target service to be called.
Therefore, a visual primitive arranging component can be preset, and visual service arrangement can be performed on the micro-service and/or the combined service through visual dragging or configuration and the like.
The method provided by the embodiment can perform service arrangement based on the existing micro-services and/or combined services to obtain the target service to be called when the service design requirement exists, realizes service expansion, and provides service support for subsequent customized service process design. And for standard services and customized services, integration can be performed through a service interface, so that the problem that the integration specifications in the prior art are difficult to unify is solved, the service development cost is reduced, and a good implementation effect is achieved.
Referring to fig. 2, a main flowchart of an optional service orchestration method applied to SaaS according to an embodiment of the present invention is shown, including the following steps:
s201: receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called;
s202: if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification;
s203: orchestrating the acquired micro-services and/or composite services to generate the target service;
s204: receiving input of a subscription theme message in each target service;
s205: and arranging and combining the process links corresponding to the target services according to the arrangement sequence of the input subscription theme messages to obtain the business process.
In the above embodiment, the descriptions of steps S101 to S103 shown in fig. 1 can be referred to for steps S201 to S203, respectively, and are not repeated herein.
Service orchestration provides a new way for application development and operation and maintenance to cover all the dynamic lifecycle of distributed applications, which can be deployed into the production environment in a short time when new code or new containerized services change, their unique modular structure determines that it can be used by different people, including developers, operation and maintenance people and their partners.
In the above embodiment, for step S204, the topic is a specific event type of message publishing or client Subscription (Subscription) notification. It serves as a channel for sending messages and subscription notifications, providing a channel for publishers and subscribers to communicate with each other.
If a subscriber, i.e. an object receiving a message from a topic, wants to receive a message published to the topic, the subscriber must be added to the topic, and the message subscriber can receive the message published to the topic by the publisher only if a subscription relationship is established with the topic.
And subscribing the subject message, which is necessary basis for the service to view the event from the message queue center and corresponds to the target service. For example, the username verification service listens for Event1 in the message queue center by subscribing to topic message B.
For step S205, there is a corresponding relationship between the service and the process link, for example, the user name verification service corresponds to the user name verification link, and the face recognition service corresponds to the face recognition link.
The business process is composed of process links, so in the design process of the business process, after the target service is determined, the process links also need to be determined.
The process links in the business process have a sequence in execution, and can be determined according to the service icon dragged by a developer on a service arrangement management interface, and also can be determined according to the order of the subscription theme messages input by the developer. For example, for user name verification and face recognition in the information verification Y, if the subscription topic message corresponds to B and C, respectively, it means that user name verification is performed first, and then face recognition is performed.
After the required business process is generated through the business process design, the business process can be issued to the corresponding business system, and the issued business process is essentially the business process on the model level at the moment and can also be called as a business process model.
Then, when there is a need to run the business process, a developer can perform corresponding configuration on the published business process model in cooperation with the actual application scenario of the business system to obtain an executable instantiated business process.
It should be noted that, for the subscription topic message a, the identifier indicating the end may be set in the service orchestration management interface by the developer. The present invention is not limited herein with respect to the setting of the subscription topic message.
After the business process is generated, further, a service arrangement definition model may be established, and the model may be a database, or a container such as a folder and the like that can store information. For example, the SaaS service interface integrates user information X, information verification process Y, and subscription topic messages B and C, and stores the integrated information into the service orchestration definition model Z, so as to complete the storage operation of the design interface, and business personnel can develop their business processes in the published process model.
It should be noted that the service orchestration definition model here is only a data set organized in a tree structure, and has a business meaning and a stable data structure, which can be regarded as parameter passing of service invocation. The contained information can only be read, can not be modified, and even if modified, can only be modified in the service orchestration management interface.
In addition, once the business process is called to run, the business process instance is generated, so the relationship between the service arrangement definition model and the number of the process instances can be 1: and N is added.
Furthermore, for different users, service isolation, business process isolation and model isolation can be performed based on user information. For example, a service orchestration definition model 1 for a user 1 is provided, which service orchestration definition model 1 may in turn contain a plurality of small service orchestration definition models, e.g., a model 11 for a business process 11, a model 12 for a business process 12.
The method for obtaining the service through the distributed service bus of the cloud platform does not support isolation for the obtained service and the obtained business process. According to the invention, through the user information, the business process identification and the set service arrangement definition model, the isolation of the user information is realized, the condition of confusion of business process calling is avoided, the service can be provided for a plurality of tenants, and the application range is wider.
The generated service orchestration definition model may be stored by an extensible XML file, the main contents of which include: the system comprises service link information, service flow information, overtime playback information, service gateway information, message queue subject information, abnormal branch information, user information, parameter information, extension information and the like.
The method provided by the embodiment provides the function of maintaining the business process for the user, and the user can modify the business process of the SaaS service at any time through the service interface, adjust the execution sequence of the process links and achieve the aim of quickly generating the business process at low cost. In addition, different service arrangement definition models are set for different user information, so that the isolation of the user information is realized; and the service arrangement system is not required to be established for each user, and the service can be provided for multiple users only through the service arrangement mechanism.
Referring to fig. 3, a main flowchart of a service flow processing method applied to SaaS according to an embodiment of the present invention is shown, including the following steps:
s301: receiving a business service request, and acquiring user information and a business process identifier in the business service request;
s302: determining a service process and a subscription subject message corresponding to the user information and the service process identifier, and triggering a process link corresponding to the subscription subject message in the service process;
s303: and after all the process links in the business process are executed, transmitting an execution result to the business process information corresponding to the business process identifier.
In the above embodiment, for step S301, the user applies the SaaS service to create a business process belonging to the user, and develops the business process of the user in the released process model.
For example, a service person performs a service flow by using a SaaS service, and a standard service entry of the SaaS service receives a service request, and analyzes and obtains user information and a service flow identifier in the request, such as user information X and an information check identifier Y.
The user information may be an identity card number, a taxpayer identification number of an enterprise, a registration number in the SaaS service, or other forms.
For step S302, the same user may establish multiple service flows, and the names of the service flows that may be established by different users are the same, for example, an information verification flow. Therefore, the business process of the service requested by the business personnel of the enterprise at this time can be determined according to the user information and the business process identification.
For example, the standard service entry takes the user information X and the information check identifier Y as query conditions, obtains a service arrangement definition model Z corresponding to the query conditions through a service arrangement query module, and then sends the service arrangement definition model Z to a service scheduling center;
and the service scheduling center receives the service arrangement definition model Z, analyzes the service arrangement information (namely the user information X and the information verification identifier Y), determines an information verification process Y created by the enterprise and starts the information verification process Y.
The business process can be triggered based on a service request received by a standard business entry, and the process link is mainly triggered based on a subscription theme message. A business process may include a plurality of process elements, and the order of execution of the process elements may be determined according to the order in which the subject messages are subscribed.
For example, in the information verification Y, a user name verification link needs to be triggered through the subscription theme B, and a face recognition link needs to be triggered through the subscription theme C, and the two subscription theme messages can be found in the service arrangement definition model Z as well.
After the execution of each flow link is finished, the execution result is transmitted to the flow information in the service scheduling center for storage, for example, user name verification is performed, the input data is verified to obtain a verification result, and the result is stored in the information of the information verification flow. For specific execution operations of the process link, the following description of fig. 4 is specifically referred to, and details are not repeated here.
For step S303, after the last process link in the service process is completed, the process center (the whole set of solution is regarded as the process center) notifies the service scheduling center that all process links in the current process are completed, and then the process is completed.
The user can obtain a processing result returned by the SaaS service by inquiring the service application interface, and the service flow is completed.
The processing result here may be a union of execution results of all the flows, and each time one flow link is executed, the corresponding execution result is added to the flow information Y.
Further, the service scheduling center may perform a packet marking on the returned execution result according to the execution sequence of the flow links, for example, the marking processing result 1 is a result of checking the user name.
However, it should be noted that, for a business process including a plurality of process links, after one process link is executed, the processing result is not directly returned to the user. However, when the service flow is finished, the scheduling center sends a message that the current service flow is finished to the message center, for example, the flow processing service monitors the message, finds that the information verification flow Y is finished by analyzing the content of the message, and can query the scheduling center according to Y to obtain a detailed execution result of the whole information verification flow Y, specifically, the user information X, the input data, the verification result information, the acquired face information, and the like.
The method provided by the embodiment determines the business process through the user information and the business process identifier, so that the accuracy of determining the business process is improved; compared with the existing mode of transmitting events by different services aiming at different business processes, the invention transmits the events through the service scheduling center, improves the operation capability of the whole process center, and can be oriented to the operation and monitoring of all the business processes.
Referring to fig. 4, a main flowchart of an optional service flow processing method applied to SaaS provided in the embodiment of the present invention is shown, including the following steps:
s401: receiving a business service request, and acquiring user information and a business process identifier in the business service request;
s402: determining a business process and a subscription subject message corresponding to the user information and the business process identifier;
s403: determining first subscription subject messages which are ranked first according to the ranking sequence of the subscription subject messages, and sending events with the topics being the first subscription subject messages to a queue center;
s404: through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
s405: if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
s406: after the first process link is executed, determining second subscription subject messages for sorting second, triggering second services corresponding to the second subscription subject messages, and repeating the event transmission and event analysis steps until all process links in the service process are executed;
s407: and after all the process links in the service process are executed, transmitting an execution result to the service process information corresponding to the service process identifier.
In the above embodiment, the descriptions of steps S301 to S303 shown in fig. 3 can be referred to for steps S401, S402, and S407, respectively, and are not repeated herein.
In the above embodiment, for steps S403 to S406, the number of process links in the business process may be large, and since data between each process link has processing relevance, the process links need to be executed in sequence.
Specifically, judging according to the subscription theme message; for example, a user name verification link corresponding to the subscription topic message B is triggered first.
In the process of executing the first process link, namely user name verification, namely the service scheduling center sends an Event to the message queue center. The event content may include detailed information of the business process, such as user information, process identification, business documents, and the like.
Furthermore, the service dispatching center firstly generates tasks corresponding to the user information, the business process identification and the process link, and then sends corresponding events to the message queue center.
However, a process link may be multiplexed by a plurality of business processes, and a business process may also be invoked by a plurality of users, so for a single process link, the number of events sent by the service scheduling center may be large (distributed or recurrent), for example, for process Y, process Y'.
After the flow link receives the execution instruction, it needs to know which business flow is calling it, so the invention needs to analyze the event information, and the analyzing step is not few.
For example, for the first user name checking link in the information checking Y, the user name checking service monitors the Event1 in the message queue through the subscription topic B, and obtains the information of the business process Y (or the parameter of the process instance) by parsing the Event1, thereby determining that the self service is called by the information checking Y.
After the flow link determines the called service flow, a task corresponding to the event can be determined as a task to be processed; further, the task can be claimed and executed from the service scheduling center according to the user information, the business process identification and the subscription subject message.
Since the service scheduling center may be directed to a plurality of SaaS services, for the distribution of an event, the service scheduling center may send the event in the plurality of SaaS services, or may repeatedly send the event. In order to prevent the task from being processed repeatedly, an exclusive mechanism can be added, and once the task is claimed, the task is successfully claimed, so that the life cycle of the whole process is improved.
For example, the username verification service determines that the task corresponding to Event1 is a pending task and claims at the service dispatch center, indicating that the claim was successful once the task was claimed.
The first process link processes the task (the process may require a certain time), and when the task is completed, the first process link notifies the service scheduling center, and submits a corresponding processing result to the service scheduling center, for example, the inputted user name is checked, and the result is transmitted to the information of the service scheduling center process Y.
In summary, the operations performed by the flow link include: monitoring events to determine tasks to be processed, sending a claim task request to a service scheduling center, and submitting task processing results to the service scheduling center after the tasks are processed.
After receiving the task completion information returned by the first process link, the service scheduling center determines a second process link and sends an event corresponding to the second subscription theme message to the queue center. For example, for the face recognition link in info check Y, the service dispatch center sends an Event2 with topic C to the message queue center.
The second process link still listens to the events in the message queue center through the corresponding subscription topic message, for example, the Event2 is listened to through the subscription topic message C. The subsequent operation steps are consistent with the first process link, and are not described herein again.
In the method provided by the embodiment, the scheduling center is responsible for sending the event to the message queue center, so that a mode that the event service is required to be distributed according to different business processes is replaced, the operation capacity of distributing the event in the whole process is improved, and the requirements of code generation and test are reduced; the execution sequence of the process links is determined by subscribing the topic message, which is also beneficial to the effective execution of the business process.
Referring to fig. 5, a schematic diagram of an implementation process specifically applied to SaaS service in an embodiment of the present invention is shown, and mainly includes two parts: a service arrangement management center and a service arrangement operation center.
1. The service arrangement management center is mainly used for arranging service and generating business processes. The system mainly comprises a service arrangement management interface, a service arrangement management module and a service arrangement definition model; wherein:
1) service orchestration management interface: visually displaying the arrangeable service list according to the received service calling request; such as username verification;
2) the service arrangement management module: when no service exists, arranging and generating corresponding customized service based on the existing micro service and/or combined service, and updating a service resource library and a service list; such as face recognition; and
correspondingly adjusting the service sequence according to the input of the service subscription theme messages; and determining a process link corresponding to each service to generate a business process.
3) Service orchestration definition model: and the service arrangement information is responsible for describing the whole business process.
And setting/generating a business process identifier for the business process, and storing the business process identifier in the service arrangement definition model in combination with the user information, so that the isolation between the user information is realized, and the misadjustment condition of the business process is reduced.
2. Service orchestration operation center — mainly used for operation of business processes. The system mainly comprises a customer service arrangement inquiry, a service scheduling center, a message queue center, a standard service list and a customer customized service list. Wherein:
1) customer service orchestration query: analyzing the acquired user information and the service process identification through a standard service entrance, and inquiring a corresponding service arrangement definition model;
2) the service dispatching center: is responsible for sending events to the message queue center; for example, sending an event with the topic of subscribing the topic message B to the message queue center;
3) the message queue center: responsible for persistence of messages and notification to specified services; for example, the credit check service listens for an Event1 in the message queue center by subscribing to subject message B;
4) micro service platform (which can be understood as the underlying service): is responsible for the management of standard services and customized services;
the method comprises the following steps that firstly, a standard service list is used for displaying services which can be directly called, wherein the services comprise services provided by a SaaS service provider;
-customized service list: generally, services that cannot be provided for the SaaS service provider need to be customized or arranged according to existing services by a user, and all non-standard services that are historically generated in the SaaS service by the user may also be provided.
The modules are integrated together and matched to form the technical core of the invention, and the whole implementation process can be summarized as follows: and for standard services and customized services, after the services are arranged by the service arrangement management center, the services are arranged and executed by the service arrangement operation center of the SaaS services.
Referring to fig. 6, a schematic diagram of main modules of a service orchestration device 600 applied to SaaS according to an embodiment of the present invention is shown, including:
a request receiving module 601, configured to receive a service invocation request, analyze the service invocation request, and obtain a target service identifier to be invoked;
a service query module 602, configured to, if a target service corresponding to the target service identifier does not exist in a predetermined service list, obtain a micro service and/or a composite service corresponding to the target service identifier;
a service orchestration module 603 configured to orchestrate the acquired micro services and/or composite services to generate the target service.
The apparatus for implementing the present invention further includes a flow generating module 604 (not shown in the figure), configured to:
receiving input of a subscription theme message in each target service; and arranging and combining the process links corresponding to the target services according to the arrangement sequence of the input subscription theme messages to obtain the business process.
The apparatus further comprises a model building module 605 (not shown) for:
receiving input of a business process identifier and user information of the business process, and establishing a corresponding relation among the user information, the business process identifier and the business process; and
and establishing a service arrangement definition model corresponding to the user information and the business process identification, and storing the corresponding relation and the business process into the service arrangement definition model.
Referring to fig. 7, a schematic block diagram of a business process processing apparatus 700 applied to SaaS according to an embodiment of the present invention is shown, including:
an information obtaining module 701, configured to receive a service request, and obtain user information and a service flow identifier in the service request;
a flow triggering module 702, configured to determine a service flow and a subscription topic message corresponding to the user information and the service flow identifier, and trigger a flow link corresponding to the subscription topic message in the service flow;
a result transmission module 703, configured to transmit an execution result to the service flow information corresponding to the service flow identifier after all flow links in the service flow are executed.
In the device for implementing the present invention, the flow triggering module 702 is configured to:
determining a first subscription subject message which is ordered first according to the arrangement sequence of all the subscription subject messages, and sending an event with the subject being the first subscription subject message to a queue center;
through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
after the first process link is executed, determining second subscription subject messages of a second sequence, triggering second services corresponding to the second subscription subject messages, and repeating the steps of event transmission and event analysis until all process links in the business process are executed.
In the device for implementing the present invention, the flow triggering module 702 is configured to:
the service scheduling center establishes a task corresponding to the event and sends the event to the queue center; and
and the first service acquires the task from the dispatching center and executes the task through the user information, the business process identification and the subscription subject message.
FIG. 8 illustrates an exemplary system architecture 800 to which embodiments of the invention may be applied.
As shown in fig. 8, the system architecture 800 may include terminal devices 801, 802, 803, a network 804, and a server 805 (by way of example only). The network 804 serves to provide a medium for communication links between the terminal devices 801, 802, 803 and the server 805. Network 804 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 801, 802, 803 to interact with a server 805 over a network 804 to receive or send messages or the like. Various communication client applications may be installed on the terminal devices 801, 802, 803.
The terminal devices 801, 802, 803 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 805 may be a server that provides various services. The background management server can analyze and process the received data such as the product information inquiry request and feed back the processing result to the terminal equipment.
It is to be noted that the method provided by the embodiment of the present invention is generally executed by the server 805, and accordingly, the apparatus is generally disposed in the server 805.
It should be understood that the number of terminal devices, networks, and servers in fig. 8 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 9, shown is a block diagram of a computer system 900 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 9 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 9, the computer system 900 includes a Central Processing Unit (CPU)901 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)902 or a program loaded from a storage section 908 into a Random Access Memory (RAM) 903. In the RAM 903, various programs and data necessary for the operation of the system 900 are also stored. The CPU 901, ROM 902, and RAM 903 are connected to each other via a bus 904. An input/output (I/O) interface 905 is also connected to bus 904.
The following components are connected to the I/O interface 905: an input portion 906 including a keyboard, a mouse, and the like; an output section 907 including components such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 908 including a hard disk and the like; and a communication section 909 including a network interface card such as a LAN card, a modem, or the like. The communication section 909 performs communication processing via a network such as the internet. The drive 910 is also connected to the I/O interface 905 as necessary. A removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 910 as necessary so that a computer program read out therefrom is mounted into the storage section 908 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 909, and/or installed from the removable medium 911. The above-described functions defined in the system of the present invention are executed when the computer program is executed by a Central Processing Unit (CPU) 901.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprises a request receiving module, a service inquiring module and a service arranging module. Where the names of these modules do not in some cases constitute a limitation on the modules themselves, for example, a service orchestration module may also be described as a "module that orchestrates micro-services and/or composite services".
As another aspect, the present invention also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called;
if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification;
orchestrating the acquired micro-services and/or composite services to generate the target service.
And
receiving a business service request, and acquiring user information and a business process identifier in the business service request;
determining a service process and a subscription subject message corresponding to the user information and the service process identifier, and triggering a process link corresponding to the subscription subject message in the service process;
and after all the process links in the business process are executed, transmitting an execution result to the business process information corresponding to the business process identifier.
Compared with the prior art, the technical scheme of the embodiment of the invention has the following advantages:
1) when a business design requirement exists, service arrangement can be carried out based on the existing micro-service and/or combined service to obtain a target service to be called, so that service expansion is realized, and a service support is provided for subsequent customized business process design;
2) the standard service and the customized service can be integrated through the service interface, so that the problem that the integration specification in the prior art is difficult to unify is solved, the service development cost is reduced, and a good implementation effect is achieved;
3) in the process of a business process design link, a function of maintaining a business process by a user is provided, the user can modify the business process of the SaaS service at any time through a service interface and adjust the execution sequence of the process link, so that the aim of quickly generating a customized business process at low cost is fulfilled;
4) different service arrangement definition models are set for different user information, so that the isolation of the user information is realized; the service arrangement system does not need to be established for each user, and the service can be provided for multiple users only through the service arrangement mechanism;
5) the service process is determined through the user information and the service process identifier, so that the accuracy of determining the service process is improved;
6) compared with the existing mode of transmitting events by different services aiming at different business processes, the invention transmits the events through the service scheduling center, improves the operation capability of the whole process center, and can be oriented to the operation and monitoring of all the business processes;
7) compared with the traditional SaaS implementation service, the method reduces the processes of standard service parameterization processing, customer implementation parameter configuration and customer service integration, thereby solving the problem of long implementation period and improving the efficiency of SaaS service implementation.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A service orchestration method applied to SaaS is characterized by comprising the following steps:
receiving a service calling request, analyzing the service calling request, and acquiring a target service identifier to be called;
if the target service corresponding to the target service identification does not exist in the preset service list, acquiring the micro service and/or the combined service corresponding to the target service identification;
orchestrating the acquired micro-services and/or composite services to generate the target service;
receiving input of subscription subject messages in each target service, and arranging and combining process links corresponding to each target service according to the arrangement sequence of the input subscription subject messages to obtain a business process; the topic is a specific event type of a message publishing or subscribing notification, and is a channel for sending messages and subscribing notifications, the topic message is a message published in the topic, and the subscribing topic message is a basis for a service to view events from a message queue center and corresponds to a target service;
receiving the input of the business process identification and the user information of the business process, and establishing the corresponding relation among the user information, the business process identification and the business process; in the process of processing the business process, the business process can be determined according to the user information and the business process identifier, and the subscription theme message used for determining the execution sequence of the process links in the business process is searched, so that the subscription theme message is used in sequence to trigger the execution operation of the process links.
2. The method of claim 1, further comprising:
and establishing a service arrangement definition model corresponding to the user information and the business process identification, and storing the corresponding relation and the business process into the service arrangement definition model.
3. A business process processing method applied to SaaS is characterized by comprising the following steps:
receiving a business service request, and acquiring user information and a business process identifier in the business service request;
determining a business process and a subscription subject message corresponding to the user information and the business process identifier;
determining a first subscription subject message which is ordered first according to the arrangement sequence of all the subscription subject messages, and sending an event with the subject being the first subscription subject message to a queue center;
through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
after the first process link is executed, determining second subscription subject messages for sorting second, triggering second services corresponding to the second subscription subject messages, and repeating the event transmission and event analysis steps until all process links in the service process are executed;
and after all the process links in the service process are executed, transmitting an execution result to the service process information corresponding to the service process identifier.
4. The method of claim 3, wherein sending the event entitled to the first subscription topic message to a queue center comprises:
the service scheduling center establishes a task corresponding to the event and sends the event to the queue center;
the first service acquires and executes a task corresponding to the event, and the first service includes:
and the first service acquires the task from the dispatching center through the user information, the service flow identification and the subscription subject message and executes the task.
5. A service orchestration device applied to SaaS, comprising:
the request receiving module is used for receiving the service calling request, analyzing the service calling request and acquiring a target service identifier to be called;
the service query module is used for acquiring the micro service and/or the combined service corresponding to the target service identifier if the target service corresponding to the target service identifier does not exist in the preset service list;
the service arranging module is used for arranging the acquired micro services and/or combined services to generate the target service;
the flow generation module is used for receiving input of the subscription subject messages in the target services and arranging and combining the flow links corresponding to the target services according to the arrangement sequence of the input subscription subject messages to obtain the business flow; the topic is a specific event type of a message publishing or subscribing notification, and is a channel for sending messages and subscribing notifications, the topic message is a message published in the topic, and the subscribing topic message is a basis for a service to view events from a message queue center and corresponds to a target service;
the model establishing module is used for receiving the input of the business process identification and the user information of the business process and establishing the corresponding relation among the user information, the business process identification and the business process; in the process of processing the business process, the business process can be determined according to the user information and the business process identification, the subscription subject message used for determining the execution sequence of the process links in the business process is searched, and the subscription subject message is used for triggering the execution operation of the process links in sequence.
6. The apparatus of claim 5, wherein the model building module is configured to:
and establishing a service arrangement definition model corresponding to the user information and the business process identification, and storing the corresponding relation and the business process into the service arrangement definition model.
7. A business process processing device applied to SaaS is characterized by comprising:
the information acquisition module is used for receiving a business service request and acquiring user information and a business process identifier in the business service request;
the flow triggering module is used for determining the business flow and the subscription subject message corresponding to the user information and the business flow identification;
determining a first subscription subject message which is ordered first according to the arrangement sequence of all the subscription subject messages, and sending an event with the subject being the first subscription subject message to a queue center;
through the first subscription subject message, the first service monitors and analyzes the event in the queue center to obtain a business process identifier in the event;
if the acquired service flow identification is the service flow identification of the service flow, the first service acquires and executes a task corresponding to the event;
after the first process link is executed, determining second subscription subject messages for sorting second, triggering second services corresponding to the second subscription subject messages, and repeating the event transmission and event analysis steps until all process links in the service process are executed;
and the result transmission module is used for transmitting the execution result to the business process information corresponding to the business process identification after all process links in the business process are executed.
8. The apparatus of claim 7, wherein the flow triggering module is configured to:
the service scheduling center establishes a task corresponding to the event and sends the event to the queue center; and
and the first service acquires the task from the dispatching center and executes the task through the user information, the business process identification and the subscription subject message.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method recited in any of claims 1-4.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN201910574319.8A 2019-06-28 2019-06-28 Service arrangement and business flow processing method and device applied to SaaS Active CN110310034B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910574319.8A CN110310034B (en) 2019-06-28 2019-06-28 Service arrangement and business flow processing method and device applied to SaaS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910574319.8A CN110310034B (en) 2019-06-28 2019-06-28 Service arrangement and business flow processing method and device applied to SaaS

Publications (2)

Publication Number Publication Date
CN110310034A CN110310034A (en) 2019-10-08
CN110310034B true CN110310034B (en) 2022-06-07

Family

ID=68079558

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910574319.8A Active CN110310034B (en) 2019-06-28 2019-06-28 Service arrangement and business flow processing method and device applied to SaaS

Country Status (1)

Country Link
CN (1) CN110310034B (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112783497A (en) * 2019-11-04 2021-05-11 中国移动通信集团陕西有限公司 New service generation method and device and computing equipment
CN111092933A (en) * 2019-11-20 2020-05-01 泰康保险集团股份有限公司 Business process management method, system, medium and electronic device for micro-service architecture
CN111245916B (en) * 2020-01-07 2023-03-17 苏宁云计算有限公司 Service calling method, service arranging method and device based on micro-service gateway
CN111552459B (en) * 2020-04-16 2023-04-28 重庆富民银行股份有限公司 Service arrangement flow management system and method
CN111638972B (en) * 2020-05-07 2023-09-01 北京仁科互动网络技术有限公司 Request response method, system, equipment and storage medium based on micro-service
CN113760394B (en) * 2020-06-03 2022-05-13 阿里巴巴集团控股有限公司 Data processing method and device, electronic equipment and storage medium
CN111984371A (en) * 2020-08-18 2020-11-24 济南浪潮高新科技投资发展有限公司 Flow arrangement service scheduling and publishing method
CN112116417A (en) * 2020-08-24 2020-12-22 山东浪潮通软信息科技有限公司 Extensible configuration method and device for Saas mode service
CN112068812B (en) * 2020-09-02 2024-04-02 数字广东网络建设有限公司 Micro-service generation method and device, computer equipment and storage medium
CN112199426B (en) * 2020-09-24 2023-06-02 建信金融科技有限责任公司 Interface call management method, device, server and medium under micro-service architecture
CN112631804A (en) * 2020-12-25 2021-04-09 杭州涂鸦信息技术有限公司 Service call request processing method based on isolation environment and computer equipment
CN112631785A (en) * 2020-12-31 2021-04-09 新奥数能科技有限公司 Business data processing method and device based on BPMN
CN113055470B (en) * 2021-03-10 2023-04-28 中国建设银行股份有限公司 Service request distribution method and system
CN113268319A (en) * 2021-05-07 2021-08-17 中国电子科技集团公司第五十四研究所 Business process customization and distributed process scheduling method based on micro-service architecture
CN113360295A (en) * 2021-06-11 2021-09-07 东南大学 Micro-service architecture optimization method based on intelligent arrangement
CN113407176A (en) * 2021-06-24 2021-09-17 上海中通吉网络技术有限公司 Visual service arrangement method and device
CN115150474A (en) * 2022-06-15 2022-10-04 阿里巴巴(中国)有限公司 Information processing method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107612959A (en) * 2017-07-21 2018-01-19 哈尔滨工程大学 A kind of cloud service platform based on cloud micro services Self management
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device
CN109660607A (en) * 2018-12-05 2019-04-19 北京金山云网络技术有限公司 A kind of service request distribution method, method of reseptance, device and server cluster
CN109922158A (en) * 2019-03-22 2019-06-21 泰康保险集团股份有限公司 Data processing method, device, medium and electronic equipment based on micro services

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9621435B2 (en) * 2012-09-07 2017-04-11 Oracle International Corporation Declarative and extensible model for provisioning of cloud based services
US9886267B2 (en) * 2014-10-30 2018-02-06 Equinix, Inc. Interconnection platform for real-time configuration and management of a cloud-based services exchange
US20160260157A1 (en) * 2015-03-05 2016-09-08 International Business Machines Corporation Rapid service orchestration and management
US10841363B2 (en) * 2017-01-09 2020-11-17 International Business Machines Corporation Streaming API subscription without loss of events

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107612959A (en) * 2017-07-21 2018-01-19 哈尔滨工程大学 A kind of cloud service platform based on cloud micro services Self management
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device
CN109660607A (en) * 2018-12-05 2019-04-19 北京金山云网络技术有限公司 A kind of service request distribution method, method of reseptance, device and server cluster
CN109922158A (en) * 2019-03-22 2019-06-21 泰康保险集团股份有限公司 Data processing method, device, medium and electronic equipment based on micro services

Also Published As

Publication number Publication date
CN110310034A (en) 2019-10-08

Similar Documents

Publication Publication Date Title
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
US10878355B2 (en) Systems and methods for incident queue assignment and prioritization
US10102239B2 (en) Application event bridge
CN108108986B (en) Design method and device of customer relationship management system and electronic equipment
CN110781180B (en) Data screening method and data screening device
CN109783562B (en) Service processing method and device
CN111767157A (en) Request processing method and device based on service grid
CN111159207B (en) Information processing method and device
CN112947919A (en) Method and device for constructing service model and processing service request
CN110764769A (en) Method and device for processing user request
CN115145652A (en) Method, device, equipment and medium for creating data processing task
CN111555894B (en) Data processing method, device, equipment and storage medium
CN114756301A (en) Log processing method, device and system
CN114880321A (en) Service early warning method and device
CN113741888A (en) Service processing method and device
CN114816477A (en) Server upgrading method, device, equipment, medium and program product
CN113011858A (en) Audit project configuration and execution method and device
CN112947918A (en) Data display method and device
CN112597224A (en) Data export method, data export device, electronic equipment and medium
CN112559001A (en) Method and device for updating application
CN111382953A (en) Dynamic process generation method and device
CN112799797A (en) Task management method and device
CN111786801A (en) Method and device for charging based on data flow
CN114844957B (en) Link message conversion method, device, equipment, storage medium and program product
CN115309612B (en) Method and device for monitoring data

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Applicant after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Applicant before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

GR01 Patent grant
GR01 Patent grant