CN111708545A - Business process deployment method and device, electronic equipment and storage medium - Google Patents

Business process deployment method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111708545A
CN111708545A CN202010553829.XA CN202010553829A CN111708545A CN 111708545 A CN111708545 A CN 111708545A CN 202010553829 A CN202010553829 A CN 202010553829A CN 111708545 A CN111708545 A CN 111708545A
Authority
CN
China
Prior art keywords
deployment
business process
file
target
business
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010553829.XA
Other languages
Chinese (zh)
Other versions
CN111708545B (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.)
Beijing Tongbang Zhuoyi Technology Co ltd
Original Assignee
Beijing Tongbang Zhuoyi Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Tongbang Zhuoyi Technology Co ltd filed Critical Beijing Tongbang Zhuoyi Technology Co ltd
Priority to CN202010553829.XA priority Critical patent/CN111708545B/en
Publication of CN111708545A publication Critical patent/CN111708545A/en
Application granted granted Critical
Publication of CN111708545B publication Critical patent/CN111708545B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation

Abstract

According to the deployment method, the deployment device, the electronic equipment and the storage medium of the business process, the deployment operation of the target business process is performed on the business process deployment interface by the response user, and the process file of the target business process is checked; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process, so that the process file of the business process is converted to obtain the deployment file which can be used for directly deploying the process engine, thereby decoupling the deployment process of the business process and the initialization process of the web container and avoiding the influence of the initialization of the web container on business data during the deployment of the business process.

Description

Business process deployment method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of big data, and in particular, to a method and an apparatus for deploying a business process, an electronic device, and a storage medium.
Background
With the development of informatization, a business process system formed based on a complex network is ubiquitous, and with the expansion of the network and the change of business, the deployment of the business process system becomes difficult.
Business Process Management System (BPMN) is an open source architecture that can be customized for Business processes. Under the framework, developers can redeploy existing business processes. In the prior art, the operation of the business process needs to be based on the initialization of the web container. After the developer finishes the redeployment of the business process, the web container needs to be initialized to restart the process engine, and the redeployed business process file is reloaded by the process guide, so that the normal operation of the deployed business process is realized.
However, in such a deployment manner, each re-deployment of the business process requires initializing the web container, the deployment and maintenance process is complicated, and frequent initialization of the web container easily causes problems such as abnormal business data stored therein and data loss.
Disclosure of Invention
The application provides a deployment method and device of a business process, electronic equipment and a storage medium, which are used for solving the problems that the existing business process needs to frequently initialize a web container when being deployed, and business data are easy to cause abnormity and the like.
In one aspect, the present application provides a method for deploying a business process, including:
responding to the deployment operation of a user on the target business process on the business process deployment interface, and auditing the process file of the target business process;
converting the process file passing the examination and verification to obtain a deployment file of the target business process;
and calling a process engine to load the deployment file of the target business process so as to deploy the target business process.
The method comprises the steps of converting a process file of a business process to obtain a deployment file which can be used for directly deploying a process engine, decoupling a deployment process of the business process and an initialization process of a web container, and avoiding influence of the initialization of the web container on business data during deployment of the business process.
Optionally, the method further includes:
and when the audit of the process file of the target business process in the deployment operation is not passed, sending an audit failure message to the user, so that the user modifies and redeploys the process file of the target business process after receiving the audit failure message.
By adopting the mode, the process files to be converted can be effectively audited, and the problems that the process files which do not accord with the deployment requirement are converted to realize deployment, the deployment of the business process is abnormal and the like are avoided.
Optionally, the converting the process file that passes the auditing to obtain the deployment file of the target business process includes: and performing format conversion processing on the flow files passing the verification to obtain extensible markup language files of the target business flow, wherein the extensible markup language files of the target business flow are used as deployment files of the target business flow.
The application provides a specific implementation mode for converting a flow file, which can enable an extensible markup language file of the flow file to directly run on a flow engine by converting the flow file into the extensible markup language file, and implement deployment of a business flow.
Optionally, the method further includes: determining the deployment state of each business process loaded by the process engine; and when the deployment state of any business process is the offline state, calling the process engine to unload the deployment file of any business process.
By adopting the mode of determining the deployment state of the business process, the business process with the offline state in the process engine can be unloaded, all the business processes loaded in the process engine are ensured to be effective all the time, and the real-time performance and the effectiveness of the business processes are improved.
In a second aspect, the present application provides a device for deploying a business process, including:
a communication module for responding the deployment operation of the user on the target business process on the business process deployment interface,
the deployment module is used for auditing the process file of the target business process; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process.
Optionally, the apparatus further comprises:
when the audit of the process file of the target service process in the deployment operation fails, the communication module is further configured to send an audit failure message to the user, so that the user modifies and redeploys the process file of the target service process after receiving the audit failure message.
Optionally, the deployment module is specifically configured to perform format conversion processing on the flow file that is passed through the audit, to obtain an extensible markup language file of the target service flow, where the extensible markup language file of the target service flow is used as the deployment file of the target service flow.
Optionally, the deployment module is further configured to determine a deployment state of each business process loaded by the process engine; and when the deployment state of any business process is the offline state, calling the process engine to unload the deployment file of any business process.
In a third aspect, the present application provides an electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of deploying a business process according to the first aspect.
In a fourth aspect, the present application provides a computer-readable storage medium, in which computer-executable instructions are stored, and when a processor executes the computer-executable instructions, the deployment method of the business process according to the first aspect is implemented.
According to the business process deployment method, the business process deployment device, the electronic equipment and the storage medium, the target business process is deployed through a business process deployment interface by a response user, and the process file of the target business process is checked; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process, so that the process file of the business process is converted to obtain the deployment file which can be used for directly deploying the process engine, thereby decoupling the deployment process of the business process and the initialization process of the web container and avoiding the influence of the initialization of the web container on business data during the deployment of the business process.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
FIG. 1 is a schematic diagram of a network architecture upon which the present disclosure is based;
FIG. 2 is a schematic flow chart diagram illustrating a method for deploying a business process according to the present application;
fig. 3 is a first interface schematic diagram of a business process deployment interface provided by the present application;
fig. 4 is a second interface schematic diagram of a business process deployment interface provided by the present application;
fig. 5 is a schematic structural diagram of a deployment apparatus of a business process according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the inventive concepts in any manner, but rather to illustrate the inventive concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
With the development of informatization, a business process system formed based on a complex network is ubiquitous, and with the expansion of the network and the change of business, the deployment of the business process system becomes difficult.
Business Process Management System (BPMN) is an open source architecture that can be customized for Business processes. Under the framework, developers can redeploy existing business processes. In the prior art, the operation of the business process needs to be based on the initialization of the web container. After the developer finishes the redeployment of the business process, the web container needs to be initialized to restart the process engine, and the redeployed business process file is reloaded by the process guide, so that the normal operation of the deployed business process is realized.
However, in such a deployment manner, each re-deployment of the business process requires initializing the web container, the deployment and maintenance process is complicated, and frequent initialization of the web container easily causes problems such as abnormal business data stored therein and data loss.
In the service flow deployment method, the service flow deployment device, the electronic device and the storage medium provided by the embodiment of the application, deployment operation of a target service flow is performed on a service flow deployment interface by a response user, and a flow file of the target service flow is checked; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process, so that the process file of the business process is converted to obtain the deployment file which can be used for directly deploying the process engine, thereby decoupling the deployment process of the business process and the initialization process of the web container and avoiding the influence of the initialization of the web container on business data during the deployment of the business process.
Referring to fig. 1, fig. 1 is a schematic diagram of a network architecture based on the present application, and the network architecture shown in fig. 1 may specifically include a terminal 1 and a server 2.
The terminal 1 may specifically be a hardware device including a user mobile phone, a desktop computer, an intelligent home device, a tablet computer, and the like, and the terminal 1 is loaded with a client.
The server 2 may specifically be hardware carrying a process engine and a deployment device of a business process, and may specifically be erected in a cloud server, and interact with the terminal 1 through a network.
The user can interact with the deployment device of the business process carried on the server 2 through the client, so as to upload the process file of the business process to the deployment device of the business process, and obtain the running state of each business process in the process engine from the deployment device for control.
Example one
Fig. 2 is a schematic flow chart of a method for deploying a business process provided in the present application, as shown in fig. 2, the method includes:
step 101, responding to the deployment operation of the user on the target business process on the business process deployment interface, and auditing the process file of the target business process.
And 102, converting the process file which passes the examination and verification to obtain a deployment file of the target business process.
Step 103, invoking a process engine to load the deployment file of the target business process so as to deploy the target business process.
It should be noted that the execution subject of the service flow deployment method provided by the present application is a service flow deployment device, which may be specifically set in the electronic device on which the server is based.
In the prior art, for a process engine, a service file of each current service process is reloaded every time the process engine is restarted. However, existing business files cannot be directly loaded by the process engine, but need to be relied on by the process of initialization of the web container. However, due to the development of the business, the business process is inevitably frequently deployed, in this case, the web container needs to be initialized frequently, and the initialization of the web container at each time not only has the risk of business process data and program abnormity, but also needs the participation of operation and maintenance personnel to ensure the normal operation of the whole initialization process. Obviously, the above deployment mode is relatively high in cost on one hand, and on the other hand, deployment timeliness is not guaranteed, and there is a risk that business data is abnormal during deployment. For such a situation, in the embodiment of the present application, the deployment process of the business process is decoupled from the initialization process of the web container, so as to avoid an influence on the business data caused by the initialization of the web container during the deployment of the business process.
Specifically, in the service flow deployment method provided by the present application, a user may obtain a communication connection with the service flow deployment device provided by the present application through a client in a terminal, so as to upload a flow file of a target service flow to be deployed.
In the service process deployment device, an external data communication interface, such as an API interface, is set, and through these interfaces, the client on the terminal can send the aforementioned process file and various deployment operations to the service process deployment device, so as to allow the client to respond to the operations and process the file.
The service flow deployment method provided by the application can be widely applied to various scenes including but not limited to network credit service scenes.
For example, the service flow deployment method can be used for facilitating rapid deployment of each service flow in the network credit service by operation and maintenance personnel, for example, a loan transaction exists in the network credit service, and the loan transaction generally includes a service flow for checking the credit granting condition of the applicant, a service flow for checking the money amount of the applicant, and the like.
When the loan transaction is deployed, the operation and maintenance staff can perform deployment operation on a target service process including credit verification service and limit verification service on a service process deployment interface, so that the service process deployment device can respectively check process files of the target service process of the credit verification service and the limit verification service. Then, the business process deployment device well talks the flow files of the target business process of the approved credit verification business and the credit line verification business, and the deployment file of the credit verification business and the deployment file of the credit line verification business are respectively obtained. And finally, the service process deployment device loads the deployment file of the credit verification service and the deployment file of the credit verification service by the calling process engine so as to complete the deployment of the credit verification service and the credit verification service.
It should be noted that, in the above example, the trust checking service and the credit line checking service may be deployed in a distributed deployment manner, or may be deployed in a synchronous deployment manner, which is not limited in this embodiment.
To facilitate further understanding of the deployment method provided in this embodiment, fig. 3 is a first interface schematic diagram of a service flow deployment interface provided in this application, where a service flow deployment device may provide a service flow deployment interface, the service flow deployment interface may be displayed on a client of a user terminal, and a user selects each functional component on the service flow deployment interface to implement deployment of a target service flow.
The following description will take an example of a deployment operation that a user needs to newly add a service flow as an example:
firstly, a user can add deployment operation of a business process in a business process deployment interface, and upload a process file of a target business process at an upload interface provided by the business process deployment interface.
Then, the deployment device of the business process checks the received process file of the target business process. Generally, the examination of the process file may specifically be an examination of the format of the process file and an examination of the operation steps of uploading the process file by the user, and generally, the examination processing may be automatically performed for the deployment device of the business process. Of course, in other alternative embodiments, the review may be performed manually, that is, a reviewer performs manual review on the process file to determine that the review result of the process file is obtained.
And then, once the process file passes the audit, the deployment device of the business process assigns the unique file identifier of the process file, and converts the process file to obtain a deployment file, and at the moment, the deployment file is marked by adopting the assigned unique file identifier.
For the conversion processing, in order to ensure that the process engine can directly load the deployment file, in this embodiment, format conversion processing is performed on the process file that is passed through the verification, so as to obtain an extensible markup language file of the target service process, where the extensible markup language file of the target service process is used as the deployment file of the target service process. Specifically, the deployment device may predefine a format conversion general interface, process the flow file in a chain manner, and then define the encoding format conversion method, so as to realize a process of reading the flow file and converting the source code into the target code after the flow file passes the audit, so as to obtain a deployment file conforming to the BPNM 2.0 specification, that is, an extensible markup language file.
And finally, the deployment device loads the deployment file of the target business process to the call process engine so as to deploy the target business process. That is, the deployment device can directly load the xml file to complete the deployment of the target business process.
In an optional embodiment, after the audit, the process file may have a condition that the audit is not passed, and at this time, the deployment device of the business process further sends an audit failed message to the user, so that the user modifies and redeploys the process file of the target business process after receiving the audit failed message. Fig. 4 is a second interface schematic diagram of a business process deployment interface provided by the present application, as shown in fig. 4, in the interface. The deployment interface of the business process is presented with an audit failed message, such as a failed process file and a failure reason.
In an optional embodiment, with the change and development of a service, the service flows of some services may be optimized, at this time, in a service flow deployment interface, a user may trigger an optimized deployment operation on a certain service flow, and a deployment device may perform the same monitoring on the deployment state of each current service flow, so that once the deployment state of a certain service flow is found to be an offline state, the flow engine is invoked to uninstall the deployment file of any service flow, thereby ensuring the real-time performance of the service flow in the flow engine. The device determines the service process of which the deployment state is changed based on the file identifier so as to unload the deployment file of the service process.
According to the deployment method of the business process, the deployment operation of the target business process is carried out on the business process deployment interface by the response user, and the process file of the target business process is checked; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process, so that the process file of the business process is converted to obtain the deployment file which can be used for directly deploying the process engine, thereby decoupling the deployment process of the business process and the initialization process of the web container and avoiding the influence of the initialization of the web container on business data during the deployment of the business process.
Example two
Corresponding to the deployment method of the business process in the foregoing embodiment, fig. 5 is a schematic structural diagram of a deployment device of the business process provided in the embodiment of the present application, and as shown in fig. 5, the deployment device of the business process includes: a communication module 10 and a deployment module 20;
wherein, the communication module 10 is used for responding to the deployment operation of the user on the target business process in the business process deployment interface,
the deployment module 20 is configured to audit a process file of the target business process; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process.
In an optional embodiment, the apparatus further comprises:
when the audit of the process file of the target business process in the deployment operation fails, the communication module 10 is further configured to send an audit failure message to the user, so that the user modifies and redeploys the process file of the target business process after receiving the audit failure message.
In an optional embodiment, the deployment module 20 is specifically configured to perform format conversion processing on the flow file that is passed through the auditing process, so as to obtain an extensible markup language file of the target service flow, where the extensible markup language file of the target service flow is used as the deployment file of the target service flow.
In an optional embodiment, the deployment module 20 is further configured to determine a deployment state of each business process loaded by the process engine; and when the deployment state of any business process is the offline state, calling the process engine to unload the deployment file of any business process.
The deployment device of the business process provided by the embodiment of the application performs deployment operation on the target business process through the business process deployment interface of the response user, and verifies the process file of the target business process; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process, so that the process file of the business process is converted to obtain the deployment file which can be used for directly deploying the process engine, thereby decoupling the deployment process of the business process and the initialization process of the web container and avoiding the influence of the initialization of the web container on business data during the deployment of the business process.
EXAMPLE III
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 6, an electronic device 1400 according to an embodiment of the present invention includes: memory 1401, processor 1402, and computer programs.
Wherein the computer program is stored in the memory 1401 and configured to be executed by the processor 1402 to implement the data management method provided by any one of the embodiments of the present invention. The related descriptions and effects corresponding to the steps in the drawings can be correspondingly understood, and redundant description is not repeated here.
In this embodiment, the memory 1401 and the processor 1402 are connected by a bus.
Example four
Embodiments of the present invention provide a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement a method for deploying a business process provided in any embodiment of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware form, and can also be realized in a form of hardware and a software functional module.
Program code for implementing the methods of the present invention may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on 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.
Further, while operations are depicted in a particular order, this should be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A method for deploying a business process is characterized by comprising the following steps:
responding to the deployment operation of a user on the target business process on the business process deployment interface, and auditing the process file of the target business process;
converting the process file passing the examination and verification to obtain a deployment file of the target business process;
and calling a process engine to load the deployment file of the target business process so as to deploy the target business process.
2. The business process deployment method of claim 1, further comprising:
and when the audit of the process file of the target business process in the deployment operation is not passed, sending an audit failure message to the user, so that the user modifies and redeploys the process file of the target business process after receiving the audit failure message.
3. The business process deployment method according to claim 1, wherein the converting the process file that has passed the review to obtain the deployment file of the target business process comprises:
and performing format conversion processing on the flow files passing the verification to obtain extensible markup language files of the target business flow, wherein the extensible markup language files of the target business flow are used as deployment files of the target business flow.
4. The business process deployment method of any one of claims 1-3, further comprising:
determining the deployment state of each business process loaded by the process engine;
and when the deployment state of any business process is the offline state, calling the process engine to unload the deployment file of any business process.
5. A device for deploying a business process is characterized by comprising:
a communication module for responding the deployment operation of the user on the target business process on the business process deployment interface,
the deployment module is used for auditing the process file of the target business process; converting the process file passing the examination and verification to obtain a deployment file of the target business process; and calling a process engine to load the deployment file of the target business process so as to deploy the target business process.
6. The business process deployment apparatus of claim 5, further comprising:
when the audit of the process file of the target service process in the deployment operation fails, the communication module is further configured to send an audit failure message to the user, so that the user modifies and redeploys the process file of the target service process after receiving the audit failure message.
7. The service flow deployment device according to claim 5, wherein the deployment module is specifically configured to perform format conversion processing on the flow files that are passed through the auditing process, so as to obtain an extensible markup language file of the target service flow, where the extensible markup language file of the target service flow is used as the deployment file of the target service flow.
8. The business process deployment apparatus of any one of claims 5-7,
the deployment module is further used for determining the deployment state of each business process loaded by the process engine; and when the deployment state of any business process is the offline state, calling the process engine to unload the deployment file of any business process.
9. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of deploying business processes of any of claims 1-4.
10. A computer-readable storage medium having stored thereon computer-executable instructions that, when executed by a processor, implement the method for deploying business processes of any one of claims 1-4.
CN202010553829.XA 2020-06-17 2020-06-17 Service flow deployment method and device, electronic equipment and storage medium Active CN111708545B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010553829.XA CN111708545B (en) 2020-06-17 2020-06-17 Service flow deployment method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010553829.XA CN111708545B (en) 2020-06-17 2020-06-17 Service flow deployment method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111708545A true CN111708545A (en) 2020-09-25
CN111708545B CN111708545B (en) 2023-09-22

Family

ID=72540885

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010553829.XA Active CN111708545B (en) 2020-06-17 2020-06-17 Service flow deployment method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111708545B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116909582A (en) * 2023-09-13 2023-10-20 云账户技术(天津)有限公司 Visual large-screen service deployment method and device and electronic equipment

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254945A1 (en) * 2003-05-16 2004-12-16 Patrick Schmidt Business process management for a message-based exchange infrastructure
CA2506233A1 (en) * 2004-05-07 2005-11-07 Fwo Newcorp, Inc. System and method for integrating disparate data sources and application sources using a web services orchestration platform with business process execution language (bpel)
US20090063225A1 (en) * 2007-08-31 2009-03-05 Tom Baeyens Tool for automated transformation of a business process definition into a web application package
CN101420323A (en) * 2007-08-30 2009-04-29 软件Ag公司 The system and method for a kind of location transparency transmission and execution flow process
CN101808140A (en) * 2010-03-19 2010-08-18 中国科学技术大学 Method and device for service deployment
CN101882255A (en) * 2009-05-07 2010-11-10 中兴通讯股份有限公司 Workflow device, system and configuration method based on service-oriented architecture
CN106095479A (en) * 2016-05-31 2016-11-09 北京中亦安图科技股份有限公司 A kind of enterprise application dissemination method, Apparatus and system
CN109144843A (en) * 2017-06-27 2019-01-04 北京京东尚科信息技术有限公司 The method and apparatus for testing environment deployment
CN110868324A (en) * 2019-11-22 2020-03-06 中国建设银行股份有限公司 Service configuration method, device, equipment and storage medium
US20200167713A1 (en) * 2018-11-27 2020-05-28 Delta Electronics,Inc. Business processing method, apparatus, device and system using the same, and readable storage medium of the same
CN111208992A (en) * 2020-01-10 2020-05-29 深圳壹账通智能科技有限公司 System scheduling workflow generation method and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254945A1 (en) * 2003-05-16 2004-12-16 Patrick Schmidt Business process management for a message-based exchange infrastructure
CA2506233A1 (en) * 2004-05-07 2005-11-07 Fwo Newcorp, Inc. System and method for integrating disparate data sources and application sources using a web services orchestration platform with business process execution language (bpel)
CN101420323A (en) * 2007-08-30 2009-04-29 软件Ag公司 The system and method for a kind of location transparency transmission and execution flow process
US20090063225A1 (en) * 2007-08-31 2009-03-05 Tom Baeyens Tool for automated transformation of a business process definition into a web application package
CN101882255A (en) * 2009-05-07 2010-11-10 中兴通讯股份有限公司 Workflow device, system and configuration method based on service-oriented architecture
CN101808140A (en) * 2010-03-19 2010-08-18 中国科学技术大学 Method and device for service deployment
CN106095479A (en) * 2016-05-31 2016-11-09 北京中亦安图科技股份有限公司 A kind of enterprise application dissemination method, Apparatus and system
CN109144843A (en) * 2017-06-27 2019-01-04 北京京东尚科信息技术有限公司 The method and apparatus for testing environment deployment
US20200167713A1 (en) * 2018-11-27 2020-05-28 Delta Electronics,Inc. Business processing method, apparatus, device and system using the same, and readable storage medium of the same
CN110868324A (en) * 2019-11-22 2020-03-06 中国建设银行股份有限公司 Service configuration method, device, equipment and storage medium
CN111208992A (en) * 2020-01-10 2020-05-29 深圳壹账通智能科技有限公司 System scheduling workflow generation method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116909582A (en) * 2023-09-13 2023-10-20 云账户技术(天津)有限公司 Visual large-screen service deployment method and device and electronic equipment
CN116909582B (en) * 2023-09-13 2024-01-30 云账户技术(天津)有限公司 Visual large-screen service deployment method and device and electronic equipment

Also Published As

Publication number Publication date
CN111708545B (en) 2023-09-22

Similar Documents

Publication Publication Date Title
US10146524B1 (en) Preemptive deployment in software deployment pipelines
US8151277B2 (en) Method and system for dynamic remote injection of in-process agents into virtual machine based applications
US10936476B2 (en) Regression testing of new software version and deployment
US9411711B2 (en) Adopting an existing automation script to a new framework
CN110851204B (en) Application starting method and device and application packaging method and device
CN109901985B (en) Distributed test apparatus and method, storage medium, and electronic device
US20200379742A1 (en) Validation of configurations of factory installations
CN114527996A (en) Multi-service deployment method and device, electronic equipment and storage medium
US20170161026A1 (en) Deployment of development environments
CN111708545A (en) Business process deployment method and device, electronic equipment and storage medium
US11288170B1 (en) Log analysis debugging without running on real production environment
US20230315620A1 (en) System and Method for Diagnosing a Computing Device in Safe Mode
CN114116487B (en) Pressure testing method and device, electronic equipment and storage medium
CN115237441A (en) Upgrade test method, device and medium based on cloud platform
CN115185599A (en) Project deployment method, system and storage medium based on Golang
CN111209197B (en) Application continuous integration test method, system, equipment and storage medium
CN113835842A (en) Service design method and system for simultaneously supporting monomer architecture and micro-service architecture
CN113392002A (en) Test system construction method, device, equipment and storage medium
CN112083939A (en) Batch upgrading method, device, system and medium
CN113094084A (en) Version construction method, version construction device, electronic equipment and readable storage medium
CN111984275A (en) System deployment method, system, terminal and storage medium based on CPU architecture type
CN113704016B (en) Cloud function component diagnosis method, device, equipment and storage medium
US20230259347A1 (en) Container based generation of inputs for generic functions
CN113297088B (en) Test method, test device, electronic equipment and storage medium
CN110704036B (en) Method, device and storage medium for constructing script

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant