CN111061543A - Multi-tenant workflow engine service method, device and server - Google Patents

Multi-tenant workflow engine service method, device and server Download PDF

Info

Publication number
CN111061543A
CN111061543A CN201911166885.1A CN201911166885A CN111061543A CN 111061543 A CN111061543 A CN 111061543A CN 201911166885 A CN201911166885 A CN 201911166885A CN 111061543 A CN111061543 A CN 111061543A
Authority
CN
China
Prior art keywords
information
workflow
tenant
user
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911166885.1A
Other languages
Chinese (zh)
Inventor
梁爽
陆博
黄志翀
赵晓亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Orca Data Technology Xian Co Ltd
Original Assignee
Orca Data Technology Xian 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 Orca Data Technology Xian Co Ltd filed Critical Orca Data Technology Xian Co Ltd
Priority to CN201911166885.1A priority Critical patent/CN111061543A/en
Publication of CN111061543A publication Critical patent/CN111061543A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Abstract

According to the multi-tenant workflow engine service method, the device and the server provided by the embodiment of the invention, a user sends request information to the server through the client, the server can acquire the tenant information corresponding to the client after receiving the request information and judge the tenant information, namely whether the tenant information exists in the server storage or not, if not, the application is rejected, so that waiting data in the workflow engine is reduced, further stateful data in the workflow engine is reduced, and meanwhile, system resource consumption is reduced; when the tenant information exists in the server storage, the target workflow is searched in the tenant information corresponding to the user according to the workflow characteristics required by the user, and the searched target workflow is fed back to the client, so that the targeted demand service is provided for the client, the multi-tenant data separation storage is realized, the abnormal client request is avoided, the stateless distributed service is realized, and the consumption of system resources is reduced.

Description

Multi-tenant workflow engine service method, device and server
Technical Field
The invention relates to the technical field of computers, in particular to a multi-tenant workflow engine service method, a multi-tenant workflow engine service device and a server.
Background
Because the workflow of an enterprise is complex and changeable, the demand difference is large under different scenes, and the workflow engine is generated due to operation, the software development process is greatly simplified, changeable development tasks are changed into simple process designation, the drawing work is realized, the development efficiency is improved, the changeable workflow demands of the enterprise can be timely met, and the existing workflow engine has a large amount of state data in the working process, so that the stored data of the workflow engine is too much, and the engine can be crashed when the stored data is serious.
Disclosure of Invention
The embodiment of the invention aims to provide a multi-tenant workflow engine service method, a multi-tenant workflow engine service device and a server, so that a stateless distributed architecture is realized, the data storage capacity of a workflow engine is further improved, and the normal operation of the workflow engine is guaranteed. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a method for servicing a multi-tenant workflow engine, including:
storing a corresponding relation between a client and user tenant information, wherein the user tenant information is stored for a workflow corresponding to the client;
acquiring request information, wherein the request information comprises a request for executing a workflow sent by a user through a client and the workflow required by the user;
acquiring user tenant information corresponding to the client;
determining characteristic information in a workflow required by the client;
searching and acquiring a target workflow matched with the characteristic information in the user tenant information;
and feeding back the target workflow to the client.
Optionally, the obtaining of the user tenant information corresponding to the client includes:
acquiring client information, wherein the client information comprises user identity information matched with the user;
acquiring tenant information bound with the client information;
searching whether storage information corresponding to the tenant information exists or not;
when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
Optionally, after the service is ended, the method further includes:
sending the information of ending the service to the client;
and the client displays the information of the ending service.
Optionally, the user tenant information includes: the information corresponding to the user tenant information in the cache and the information corresponding to the user tenant information in the database.
Optionally, the feature information includes: at least one of a workflow purpose, a workflow result, a workflow effect, and a workflow manner.
In another aspect, an embodiment of the present invention provides a workflow engine apparatus, configured to implement the foregoing method, where the workflow engine apparatus includes:
the system comprises a first acquisition module, a first processing module and a second acquisition module, wherein the first acquisition module is used for acquiring request information, and the request information comprises a request for executing a workflow and preset workflow information, which are sent by a user through a client;
the second acquisition module is used for acquiring user tenant information corresponding to the client, wherein the user tenant information is workflow information corresponding to the user;
the third acquisition module is used for acquiring the characteristic information in the preset workflow information;
the searching module is used for searching and acquiring target workflow information matched with the characteristic information in the user tenant information;
and the service module serves the user according to the target workflow information.
Optionally, the second obtaining module includes:
the second obtaining submodule is used for obtaining tenant information bound with the client information;
the judgment submodule is used for searching whether the storage information corresponding to the tenant information exists or not; when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
Optionally, the method further includes:
and the communication module is used for transmitting the information of ending the service to the client.
In another aspect, an embodiment of the present invention provides a server, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the steps of the method when executing the program stored in the memory.
The embodiment of the invention provides a multi-tenant workflow engine service method, a device and a server, wherein a database stores a plurality of tenant information, each tenant information comprises workflow storage of a plurality of users, however, the workflow storage of each user only corresponds to one user tenant information, each tenant is mutually separated and stored, when calling a certain tenant information, other tenant information does not participate in work, so as to realize the separation and storage of the user information, the user sends request information through a client, the request information comprises a workflow required by the user and two types of execution of the workflow, after receiving the request information, the server acquires the tenant information corresponding to the client and judges the tenant information, namely whether the tenant information exists in the server storage or not, if not, the application is refused, therefore, waiting data in the workflow engine is reduced, so that stateful data in the workflow engine is reduced, and the consumption of system resources is reduced; when the tenant information exists in the server storage, according to the workflow characteristics required by the user, for example, at least one of the workflow purpose required by the user, the workflow result required by the user, the workflow effect required by the user and the workflow manner required by the user, the target workflow is searched in the tenant information corresponding to the user, and the searched target workflow is fed back to the client, so that the targeted demand service is provided for the client.
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.
Fig. 1 is a flowchart of a multi-tenant workflow engine service method according to an embodiment of the present invention.
Fig. 2 is a connection diagram of a multi-tenant workflow engine apparatus module according to an embodiment of the present invention.
Fig. 3 is a connection diagram of a server module according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention.
In order to realize a stateless distributed architecture and further improve the data storage capacity of a workflow engine to ensure the normal operation of the workflow engine, the embodiment of the invention provides a multi-tenant workflow engine service method, a device and a server.
In a first aspect, referring to fig. 1, an embodiment of the present invention provides a method for servicing a multi-tenant workflow engine, including:
s101, storing a corresponding relation between a client and user tenant information, wherein the user tenant information is stored for a workflow corresponding to the client.
It should be noted that, in the server storage, a plurality of user tenant information are stored, each user tenant information is bound to a plurality of clients, and each user uses one client, but each user only corresponds to one user tenant information, and a corresponding relationship between a client and the user tenant information is stored in the server in advance, for example, each client may be encoded separately, each code corresponds to a user tenant code, and the corresponding relationship is stored, or an address of a client may correspond to a user tenant number, and the corresponding relationship is stored, or other methods that may correspond a client and user tenant information are used, which is not limited in the embodiment of the present invention.
S102, request information is obtained, wherein the request information comprises a request for executing a workflow sent by a user through a client and the workflow required by the user.
Specifically, the execution workflow request is that a user needs to send an execution request to a server, and a specific execution content is a workflow required by a client, where the workflow required by the client is at least one of a purpose of the workflow required by the user, an effect of the workflow required by the user, and a name of the workflow required by the user, and when the workflow required by the client is a workflow effect, request information only includes the workflow effect, and the workflow effect is what is a benefit of a function that can be realized by using the workflow.
And S103, acquiring user tenant information corresponding to the client.
It can be understood that, in step S101, the corresponding information between the client and the tenant information is stored, and here, the corresponding relationship may be directly searched according to the client information, and the user tenant information to which the client held by the user belongs may be directly obtained.
And S104, determining characteristic information in the workflow required by the client.
Specifically, the feature information of the desired workflow may be the purpose of the workflow desired by the user, the effect of the workflow desired by the user, the name of the workflow desired by the user, a combination of any two of the above three kinds of feature information, or a combination of the above three kinds of features.
And S105, searching and acquiring the target workflow matched with the characteristic information in the user tenant information.
Specifically, the method and the device for searching for the information in the user tenant corresponding to the user client by using the characteristic information have the advantages of strong pertinence, quick searching and the like, and specifically, the method and the device for searching for the target in the storage aiming at the characteristic belong to the means of the prior art, and the embodiment of the invention does not limit the method and the device.
And S106, feeding the target workflow back to the client.
Specifically, the mode of the server feeding back the target workflow to the client may be network feedback, wireless transmission feedback, or wired transmission feedback, which is not limited in the embodiment of the present invention.
The embodiment of the invention provides a multi-tenant workflow engine service method, a device and a server, wherein a database stores a plurality of tenant information, each tenant information comprises workflow storage of a plurality of users, however, the workflow storage of each user only corresponds to one user tenant information, each tenant is mutually separated and stored, when calling a certain tenant information, other tenant information does not participate in work, so as to realize the separation and storage of the user information, the user sends request information through a client, the request information comprises a workflow required by the user and two types of execution of the workflow, after receiving the request information, the server acquires the tenant information corresponding to the client and judges the tenant information, namely whether the tenant information exists in the server storage or not, if not, the application is refused, therefore, waiting data in the workflow engine is reduced, so that stateful data in the workflow engine is reduced, and the consumption of system resources is reduced; when the tenant information exists in the server storage, according to the workflow characteristics required by the user, for example, at least one of the workflow purpose required by the user, the workflow result required by the user, the workflow effect required by the user and the workflow manner required by the user, the target workflow is searched in the tenant information corresponding to the user, and the searched target workflow is fed back to the client, so that the targeted demand service is provided for the client.
Further, the obtaining of the user tenant information corresponding to the client includes:
acquiring client information, wherein the client information comprises user identity information matched with the user;
acquiring tenant information bound with the client information;
searching whether storage information corresponding to the tenant information exists or not;
when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
Specifically, after receiving the request information, the server acquires tenant information corresponding to the client, and determines the tenant information, that is, whether the tenant information exists in the server storage, and if not, the application is rejected, so as to reduce waiting data in the workflow engine, further reduce stateful data in the workflow engine, and reduce system resource consumption
Optionally, after the service is ended, the method further includes: the client end is used for ending the service information; and the client displays the information of the ending service.
After the server rejects the user application, rejection information needs to be fed back to the user to remind the user that acquisition of related workflows may need to be performed through another channel.
Optionally, the user tenant information includes: the information corresponding to the user tenant information in the cache and the information corresponding to the user tenant information in the database.
It can be understood that, when the user has made a request in advance and completed the acquisition of the target workflow, the server caches the request, and when the user makes the same request to the server again, the server can directly acquire the workflow information required by the user from the cache, so as to shorten the search time of the server, further reduce the energy consumption of the system, and improve the working efficiency of the system.
Optionally, the feature information includes: at least one of a workflow purpose, a workflow result, a workflow effect, and a workflow manner.
The embodiment of the invention provides a multi-tenant workflow engine service method, a device and a server, wherein a database stores a plurality of tenant information, each tenant information comprises workflow storage of a plurality of users, however, the workflow storage of each user only corresponds to one user tenant information, each tenant is mutually separated and stored, when calling a certain tenant information, other tenant information does not participate in work, so as to realize the separation and storage of the user information, the user sends request information through a client, the request information comprises a workflow required by the user and two types of execution of the workflow, after receiving the request information, the server acquires the tenant information corresponding to the client and judges the tenant information, namely whether the tenant information exists in the server storage or not, if not, the application is refused, therefore, waiting data in the workflow engine is reduced, so that stateful data in the workflow engine is reduced, and the consumption of system resources is reduced; when the tenant information exists in the server storage, according to the workflow characteristics required by the user, for example, at least one of the workflow purpose required by the user, the workflow result required by the user, the workflow effect required by the user and the workflow manner required by the user, the target workflow is searched in the tenant information corresponding to the user, and the searched target workflow is fed back to the client, so that the targeted demand service is provided for the client.
On the other hand, referring to fig. 2, an embodiment of the present invention provides a workflow engine apparatus for implementing the method, including:
the system comprises a first acquisition module, a first processing module and a second acquisition module, wherein the first acquisition module is used for acquiring request information, and the request information comprises a request for executing a workflow and preset workflow information, which are sent by a user through a client;
the second acquisition module is used for acquiring user tenant information corresponding to the client, wherein the user tenant information is workflow information corresponding to the user;
the third acquisition module is used for acquiring the characteristic information in the preset workflow information;
the searching module is used for searching and acquiring target workflow information matched with the characteristic information in the user tenant information;
and the service module serves the user according to the target workflow information.
Optionally, the second obtaining module includes:
the second obtaining submodule is used for obtaining tenant information bound with the client information;
the judgment submodule is used for searching whether the storage information corresponding to the tenant information exists or not; when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
Optionally, the method further includes:
and the communication module is used for transmitting the information of ending the service to the client.
In another aspect, referring to fig. 3, an embodiment of the present invention provides a server, including a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus;
a memory for storing a computer program;
the processor is used for realizing the following steps when executing the program stored in the memory.
Storing a corresponding relation between a client and user tenant information, wherein the user tenant information is stored for a workflow corresponding to the client;
acquiring request information, wherein the request information comprises a request for executing a workflow sent by a user through a client and the workflow required by the user;
acquiring user tenant information corresponding to the client;
determining characteristic information in a workflow required by the client;
searching and acquiring a target workflow matched with the characteristic information in the user tenant information;
and feeding back the target workflow to the client.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In yet another embodiment of the present invention, there is also provided a computer-readable storage medium having stored therein instructions, which when run on a computer, cause the computer to perform the multi-tenant workflow engine service method as described in any one of the above embodiments.
In yet another embodiment provided by the present invention, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the multi-tenant workflow engine service method of any of the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
The embodiment of the invention provides a multi-tenant workflow engine service method, a device and a server, wherein a database stores a plurality of tenant information, each tenant information comprises workflow storage of a plurality of users, however, the workflow storage of each user only corresponds to one user tenant information, each tenant is mutually separated and stored, when calling a certain tenant information, other tenant information does not participate in work, so as to realize the separation and storage of the user information, the user sends request information through a client, the request information comprises a workflow required by the user and two types of execution of the workflow, after receiving the request information, the server acquires the tenant information corresponding to the client and judges the tenant information, namely whether the tenant information exists in the server storage or not, if not, the application is refused, therefore, waiting data in the workflow engine is reduced, so that stateful data in the workflow engine is reduced, and the consumption of system resources is reduced; when the tenant information exists in the server storage, according to the workflow characteristics required by the user, for example, at least one of the workflow purpose required by the user, the workflow result required by the user, the workflow effect required by the user and the workflow manner required by the user, the target workflow is searched in the tenant information corresponding to the user, and the searched target workflow is fed back to the client, so that the targeted demand service is provided for the client.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (9)

1. A multi-tenant workflow engine service method is characterized by comprising the following steps:
storing a corresponding relation between a client and user tenant information, wherein the user tenant information is stored for a workflow corresponding to the client;
acquiring request information, wherein the request information comprises a request for executing a workflow sent by a user through a client and the workflow required by the user;
acquiring user tenant information corresponding to the client;
determining characteristic information in a workflow required by the client;
searching and acquiring a target workflow matched with the characteristic information in the user tenant information;
and feeding back the target workflow to the client.
2. The multi-tenant workflow engine serving method of claim 1, wherein obtaining user tenant information corresponding to the client comprises:
acquiring client information, wherein the client information comprises user identity information matched with the user;
acquiring tenant information bound with the client information;
searching whether storage information corresponding to the tenant information exists or not;
when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
3. The multi-tenant workflow engine service method of claim 1, further comprising, after ending the service:
sending the information of ending the service to the client;
and the client displays the information of the ending service.
4. The multi-tenant workflow engine serving method of claim 1, wherein the user tenant information comprises: the information corresponding to the user tenant information in the cache and the information corresponding to the user tenant information in the database.
5. The multi-tenant workflow engine serving method of claim 1, wherein the characteristic information comprises: at least one of a workflow purpose, a workflow result, a workflow effect, and a workflow manner.
6. A workflow engine apparatus, comprising:
the system comprises a first acquisition module, a first processing module and a second acquisition module, wherein the first acquisition module is used for acquiring request information, and the request information comprises a request for executing a workflow and preset workflow information, which are sent by a user through a client;
the second acquisition module is used for acquiring user tenant information corresponding to the client, wherein the user tenant information is workflow information corresponding to the user;
the third acquisition module is used for acquiring the characteristic information in the preset workflow information;
the searching module is used for searching and acquiring target workflow information matched with the characteristic information in the user tenant information;
and the service module serves the user according to the target workflow information.
7. The workflow engine apparatus of claim 5 wherein the second obtaining module comprises:
the second obtaining submodule is used for obtaining tenant information bound with the client information;
the judgment submodule is used for searching whether the storage information corresponding to the tenant information exists or not; when the stored information corresponding to the tenant information exists, generating characteristic information corresponding to the user tenant information;
and when the stored information corresponding to the tenant information does not exist, ending the service.
8. The workflow engine apparatus of claim 6, further comprising:
and the communication module is used for transmitting the information of ending the service to the client.
9. A server is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any one of claims 1 to 5 when executing a program stored in the memory.
CN201911166885.1A 2019-11-25 2019-11-25 Multi-tenant workflow engine service method, device and server Pending CN111061543A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911166885.1A CN111061543A (en) 2019-11-25 2019-11-25 Multi-tenant workflow engine service method, device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911166885.1A CN111061543A (en) 2019-11-25 2019-11-25 Multi-tenant workflow engine service method, device and server

Publications (1)

Publication Number Publication Date
CN111061543A true CN111061543A (en) 2020-04-24

Family

ID=70298713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911166885.1A Pending CN111061543A (en) 2019-11-25 2019-11-25 Multi-tenant workflow engine service method, device and server

Country Status (1)

Country Link
CN (1) CN111061543A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111865980A (en) * 2020-07-20 2020-10-30 北京百度网讯科技有限公司 Information processing method and device of information storage center

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102170457A (en) * 2010-02-26 2011-08-31 国际商业机器公司 Method and device for providing service for tenants of application
US20110264681A1 (en) * 2010-04-26 2011-10-27 Salesforce.Com, Inc. Method and system for performing searches in a multi-tenant database environment
CN103064927A (en) * 2012-12-21 2013-04-24 曙光信息产业(北京)有限公司 Data access method and device of distributed file system
CN103077024A (en) * 2012-12-28 2013-05-01 山东地纬计算机软件有限公司 Device and method for supporting customization and running of software-as-a-service (SaaS) application processes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102170457A (en) * 2010-02-26 2011-08-31 国际商业机器公司 Method and device for providing service for tenants of application
US20110264681A1 (en) * 2010-04-26 2011-10-27 Salesforce.Com, Inc. Method and system for performing searches in a multi-tenant database environment
CN103064927A (en) * 2012-12-21 2013-04-24 曙光信息产业(北京)有限公司 Data access method and device of distributed file system
CN103077024A (en) * 2012-12-28 2013-05-01 山东地纬计算机软件有限公司 Device and method for supporting customization and running of software-as-a-service (SaaS) application processes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
薛四新,著;: "《云计算环境下电子文件管理的实现机理 2013年9月第1版》", 30 September 2013 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111865980A (en) * 2020-07-20 2020-10-30 北京百度网讯科技有限公司 Information processing method and device of information storage center

Similar Documents

Publication Publication Date Title
US11755371B1 (en) Data intake and query system with distributed data acquisition, indexing and search
US10839038B2 (en) Generating configuration information for obtaining web resources
CN102957712B (en) Site resource loading method and system
CN113364853B (en) Business service system, business request method and gateway equipment
US20140025683A1 (en) Methods and apparatus for managing community-updateable data
CN111127181A (en) Voucher bookkeeping method and device
CN116055551A (en) Information pushing method, device and system, electronic equipment and storage medium
CN109446445B (en) Resource acquisition method and device
CN111355765B (en) Network request processing and sending method and device
CN111061543A (en) Multi-tenant workflow engine service method, device and server
US9679262B2 (en) Image index routing
US9577967B2 (en) Method and system for managing an informational site using a social networking application
CN115514759B (en) File forwarding method, electronic device and storage medium
CN112948138A (en) Method and device for processing message
CN113127335A (en) System testing method and device
CN114090268B (en) Container management method and container management system
CN104717286A (en) Data processing method, terminal, server and system
US10938931B1 (en) Central subscription platform
CN112558950A (en) System interface generation method and device
CN112965844A (en) CPU surge accident processing method and device
CN112256820A (en) Document positioning method and device
KR101250213B1 (en) Method and content service server for providing content request service
CN111698324B (en) Data request method, device and system
CN112181937B (en) Method and device for transferring data
CN113391872A (en) Task processing method and device, electronic equipment and storage medium

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200424