CN112132530A - Visual dynamic flow arrangement method and system - Google Patents

Visual dynamic flow arrangement method and system Download PDF

Info

Publication number
CN112132530A
CN112132530A CN202010824994.4A CN202010824994A CN112132530A CN 112132530 A CN112132530 A CN 112132530A CN 202010824994 A CN202010824994 A CN 202010824994A CN 112132530 A CN112132530 A CN 112132530A
Authority
CN
China
Prior art keywords
industry
extended
service
node
standard
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
CN202010824994.4A
Other languages
Chinese (zh)
Other versions
CN112132530B (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.)
Zhuhai Zhuohuan Technology Co ltd
Original Assignee
Zhuhai Zhuohuan 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 Zhuhai Zhuohuan Technology Co ltd filed Critical Zhuhai Zhuohuan Technology Co ltd
Priority to CN202010824994.4A priority Critical patent/CN112132530B/en
Publication of CN112132530A publication Critical patent/CN112132530A/en
Application granted granted Critical
Publication of CN112132530B publication Critical patent/CN112132530B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a visual dynamic process arrangement method and a visual dynamic process arrangement system, wherein the method comprises the following steps: a basic service construction step, namely constructing a plurality of standard process nodes according to the general standard process for placing the retail order to generate the industry basic service; an extended service arrangement step, which is to construct an extended process node based on the process of the industry basic service according to the industry micro service category, generate a corresponding industry extended service, arrange the standard process node and the extended process node through a visual interface, determine an execution rule of the extended process node, and generate a corresponding industry process arrangement configuration; and a flow executing step, namely receiving the retail order, acquiring the industry micro-service category, and processing the retail order according to the industry flow arrangement configuration. The invention can support the simultaneous development of multiple industries and teams, decouple codes, avoid mutual interference among teams, reduce the development workload and take effect in real time.

Description

Visual dynamic flow arrangement method and system
Technical Field
The invention relates to the technical field of business process arrangement, in particular to a visual dynamic process arrangement method and system.
Background
A group of general service nodes can be abstracted from service flows of new retail orders in different industries on the whole, but some industries such as home decoration, medicine and the like have own service characteristics, and need to be customized for some flow nodes or increase and decrease some nodes. However, replacement based on the strategy mode requires developers in different business states to develop an independent and replaceable strategy, so that the cost is high, the code coupling is high, and multiple teams develop based on one set of codes at the same time, so that management is disordered and errors are easy to occur.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art. Therefore, the invention provides a visual dynamic process arrangement method which can reduce the code coupling degree and save the cost.
The invention also provides a visual dynamic process arrangement system with the visual dynamic process arrangement method.
According to the embodiment of the first aspect of the invention, the visual dynamic flow arrangement method comprises the following steps: a basic service construction step, namely constructing a plurality of standard process nodes according to the general standard process for placing the retail order to generate the industry basic service; an extended service arrangement step, which is to construct an extended process node based on the process of the industry basic service according to the industry micro service category, generate a corresponding industry extended service, arrange the standard process node and the extended process node through a visual interface, determine an execution rule of the extended process node, and generate a corresponding industry process arrangement configuration; and a process executing step, namely receiving the retail order, acquiring the industry micro-service category, determining the industry process arrangement configuration, and processing the retail order according to the industry process arrangement configuration.
The visual dynamic process arrangement method provided by the embodiment of the invention at least has the following beneficial effects: basic service construction is managed by a middle platform developer, the developers of industry vertical business only need to develop the extended service of the industry, multi-industry multi-team can be supported to be simultaneously developed on a set of system based on a middle platform framework, and code decoupling is realized so that teams do not interfere with each other; and the business process arrangement is visualized, so that the development workload is greatly reduced, and the process arrangement can be effective in real time.
According to some embodiments of the invention, the process performing step comprises: the industry basic service receives the retail order through a standard ordering interface, determines the industry process arrangement configuration according to the industry micro-service category, and calls the corresponding expansion process node in the industry expansion service according to the industry process arrangement configuration.
According to some embodiments of the invention, the method for calling the corresponding extended flow node in the industry extended service according to the industry flow arrangement configuration comprises the steps of calling the industry extended service according to the execution rule in an AOP mode if the industry flow arrangement configuration comprises the extended flow node, and obtaining the corresponding method of the extended flow node through a reflection calling method.
According to some embodiments of the invention, the execution rule of the extended flow node comprises: skipping the standard process node, executing only the standard process node, executing the standard process node first and then executing the extended process node, executing the extended process node first and then executing the standard process node, and not executing the standard process node but executing only the extended process node.
According to some embodiments of the invention, the standard process node comprises: parameter checking, bill splitting, price calculation, order placement, stock deduction and payment.
According to some embodiments of the invention, further comprising: generating a rear-end programming scaffold according to the standard process nodes; and generating an industry micro-service programming scaffold according to the industry flow arrangement configuration.
According to a second aspect of the invention, a visual dynamic process orchestration system comprises: the system comprises a middle station basic service module, a plurality of standard process nodes and a plurality of retail order receiving modules, wherein the middle station basic service module is used for managing a plurality of standard process nodes of industrial basic service and providing a standard order placing interface to receive retail orders; the extended service management module is used for constructing extended flow nodes based on the standard flow nodes of the industry basic service according to the industry micro service category and generating corresponding industry extended service; the flow arrangement module is used for arranging the standard flow nodes and the extended flow nodes by a visual interface, determining the execution rules of the extended flow nodes and generating corresponding industry flow arrangement configuration; and the process execution module is used for acquiring the industry process arrangement configuration according to the industry micro-service category of the retail order and processing the retail order according to the industry process arrangement configuration.
The visual dynamic process arrangement system provided by the embodiment of the invention at least has the following beneficial effects: the system supports the simultaneous development of multiple industries and multiple teams on a set of system based on a middle platform framework, and code decoupling is realized so that the teams do not interfere with each other; and the business process arrangement is visualized, so that the development workload is greatly reduced, and the process arrangement can be effective in real time.
According to some embodiments of the invention, the flow execution module comprises: the rule obtaining module is used for obtaining the industry process arrangement configuration according to the industry micro-service category of the retail order; the flow control module is used for acquiring a flow node execution sequence in the industry flow arrangement configuration and sequentially processing the retail order according to the flow node execution sequence; and the extension execution module is used for calling the industry extension service according to the execution rule in an AOP mode and obtaining a method corresponding to the extension flow node through a reflection calling method.
According to some embodiments of the invention, further comprising: and the service registration module is used for registering the industry extended service and acquiring the address of the industry extended service.
According to some embodiments of the invention, further comprising: the first scaffold generating module is used for generating a rear-end programming scaffold according to the standard process nodes; and the second scaffold generation module is used for generating the industry micro-service programming scaffold according to the industry flow arrangement configuration.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a schematic flow chart illustrating steps of a method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating order processing in a method according to an embodiment of the invention;
FIG. 3 is a schematic diagram illustrating the handling of order splitting in a method according to an embodiment of the present invention;
FIG. 4 is a block diagram of the modules of the system of an embodiment of the present invention.
Reference numerals:
a middle station basic service module 100, an extended service management module 200, a flow arrangement module 300 and a flow execution module 400;
a rule obtaining module 410, a flow control module 420 and an extension executing module 430.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
In the description of the present invention, the meaning of a plurality of means is one or more, the meaning of a plurality of means is two or more, and more than, less than, more than, etc. are understood as excluding the present number, and more than, less than, etc. are understood as including the present number. If the first and second are described for the purpose of distinguishing technical features, they are not to be understood as indicating or implying relative importance or implicitly indicating the number of technical features indicated or implicitly indicating the precedence of the technical features indicated.
Referring to fig. 1, a method of an embodiment of the present invention includes: a basic service construction step, namely constructing a plurality of standard process nodes according to the general standard process for placing the retail order to generate the industry basic service; an extended service arrangement step, namely, according to the category of the industry micro service, constructing an extended flow node based on the flow of the industry basic service, generating a corresponding industry extended service, arranging the standard flow node and the extended flow node through a visual interface, determining an execution rule of the extended flow node, and generating a corresponding industry flow arrangement configuration; and a flow executing step, namely receiving the retail order, acquiring the industry micro-service category, determining the industry flow arrangement configuration, and processing the retail order according to the industry flow arrangement configuration. In the embodiment of the invention, the basic service construction step is executed by a middle platform developer, codes of standard process nodes are developed, and input and output parameters of each node are defined as a complete order object, so that each node can operate aiming at the whole order object and transmits the change of the node to an order to a next node, namely the output of each node is used as the input of the next node; the step of expanding service arrangement is operated by vertical state developers in different industries, and the process is arranged or the expanding process node is constructed according to the business requirements. In the embodiment of the invention, a rear-end programming scaffold can be generated according to the standard process nodes; and an industrial micro-service programming scaffold can be generated according to the industrial flow arrangement configuration.
In the embodiment of the present invention, the process of processing the order is as follows with reference to fig. 2. Step a, after the business process is edited on the visual editing interface, the editing background takes the process nodes (including standard process nodes and extended process nodes), the execution sequence of the process nodes and the identification groupId of the industry micro-service classification as the industry process editing configuration and persists to a cache, and the groupId is taken as a query key in the cache. And b, the industry micro-service application receives the ordering request, calls a standard ordering interface of an industry basic service (also called a middle station basic service, called a middle station for short) and transmits the industry micro-service classification identification groupId serving as a parameter to each service of the middle station among the micro-services. In the execution of the order-placing process, step c is executed firstly, corresponding industry process arrangement configuration is captured from a cache according to industry micro-service classification identification groupId, an execution rule of the expansion process node is obtained, step d is executed, the execution rule replacement of the expansion process node is realized through an AOP mode, and the execution rule comprises the following steps: executing default implementation (namely only executing standard process nodes), executing an industry customization process (namely not executing the standard process nodes but only executing extended process nodes), executing the industry customization process before executing the default implementation (namely executing the extended process nodes first and then executing the standard process nodes), executing the industry customization process after executing the default implementation (namely executing the standard process nodes first and then executing the extended process nodes), and directly skipping away the next node (namely skipping over the standard process nodes without any operation and entering the next step). If the extended process node needs to be executed, the middle station basic service acquires the address of the industry extended service through the service registration module (see step e in fig. 2), calls the industry extended service, and accesses the service method corresponding to the extended process node through reflection call (see step f in fig. 2).
Taking a retail order as an example, referring to fig. 3, an industry application initiates order placing logic, and an industry micro-service classification identifier groupId is transmitted to a middle station basic service through a thread micro-service request. The middle platform application finds the persistent configuration of the flow arrangement background through the groupId and decides each extension point to execute the logic branch. The flow node of the retail order comprises: data verification, billing, calculating price (including calculation of discounts), placing orders, inventory deductions, and payment, among others. Taking the splitting list as an example, the branch 1 determines whether to call the splitting list flow node, if the splitting list node is not included in the configuration, the splitting list processing is skipped, and the settlement is directly entered, and obviously, at this time, the execution rule of the standard flow node is correspondingly skipped. If the splitting list needs to be called, the branch 2 judges whether the standard flow node of the splitting list needs to be called or not, and determines whether the expanded flow node of the splitting list is executed before or after the standard flow node of the splitting list is executed or not. Obviously, branch 2 corresponds to 3 cases: executing only the standard flow node without executing the extended flow node, executing the standard flow node first and then executing the extended flow node, and executing the extended flow node first and then executing the standard flow node. In the new retail home decoration industry of the embodiment of the invention, not only a standard new retail sales demouding process is used, but also a demouding list is required to be made according to a distribution service provider of goods, so that the existing standard process node of the new retail demouding list is executed firstly, and then a demouding list expansion logic developed by the new retail home decoration industry is executed. And branch 3, directly executing the extended process node without executing the default process node, and directly entering the next process node after the execution is finished: and (6) settlement.
Referring to fig. 4, a system of an embodiment of the present invention includes: a middle station basic service module 100, an extended service management module 200, a flow arrangement module 300 and a flow execution module 400. The middle station basic service module 100 is a standard process node for managing industry basic services, provides a standard order placing interface for receiving retail orders, and is a general entrance for order processing. The extended service management module 200 is configured to construct an extended flow node based on a standard flow node of an industry basic service according to the industry micro service category, and generate and manage a corresponding industry extended service. The process layout module 300 provides a visual interface in which standard process nodes and extended process nodes can be laid out, determines the execution rules of the extended process nodes, and generates corresponding industrial process layout configurations. For example, in the retail home decoration industry, in the process flow of splitting the list, an extended flow node (managed by the extended service management module 200) developed by the new retail home decoration industry is added, and the execution rule of the extended flow node is defined as: the standard process node is executed first and then the extended process node is executed. The process executing module 400 receives the retail order, obtains the industry process arrangement configuration according to the industry microservice type, and processes the retail order according to the industry process arrangement configuration. Wherein the flow executing module 400 comprises: a rule acquisition module 410, a flow control module 420, and an extension execution module 430. The rule obtaining module 410 is configured to obtain corresponding industry process arrangement configuration according to the industry micro service category. The flow control module 420 is configured to sequentially process the retail order according to a flow node execution sequence configured by the industry flow arrangement, and when an extended flow node is found by scanning, the extended execution module 430 is invoked. And the extension execution module 430 is configured to invoke the industry extension service according to the execution rule in an AOP manner, and obtain a method corresponding to the extension flow node through a reflection invocation method.
The system of some embodiments of the invention further comprises: the service registration module is used for registering the industry extended service and acquiring the address of the industry extended service; the first scaffold generating module is used for generating a rear-end programming scaffold according to the standard process nodes; and the second scaffold generation module is used for generating the industry micro-service programming scaffold according to the industry flow arrangement configuration.
Although specific embodiments have been described herein, those of ordinary skill in the art will recognize that many other modifications or alternative embodiments are equally within the scope of this disclosure. For example, any of the functions and/or processing capabilities described in connection with a particular device or component may be performed by any other device or component. In addition, while various illustrative implementations and architectures have been described in accordance with embodiments of the present disclosure, those of ordinary skill in the art will recognize that many other modifications of the illustrative implementations and architectures described herein are also within the scope of the present disclosure.
Certain aspects of the present disclosure are described above with reference to block diagrams and flowchart illustrations of systems, methods, apparatus and/or computer program products according to example embodiments. It will be understood that one or more blocks of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, respectively, can be implemented by executing computer-executable program instructions. Also, according to some embodiments, some blocks of the block diagrams and flow diagrams may not necessarily be performed in the order shown, or may not necessarily be performed in their entirety. In addition, additional components and/or operations beyond those shown in the block diagrams and flow diagrams may be present in certain embodiments.
Accordingly, blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of elements or steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, can be implemented by special purpose hardware-based computer systems that perform the specified functions, elements or steps, or combinations of special purpose hardware and computer instructions.
Program modules, applications, etc. described herein may include one or more software components, including, for example, software objects, methods, data structures, etc. Each such software component may include computer-executable instructions that, in response to execution, cause at least a portion of the functionality described herein (e.g., one or more operations of the illustrative methods described herein) to be performed.
The software components may be encoded in any of a variety of programming languages. An illustrative programming language may be a low-level programming language, such as assembly language associated with a particular hardware architecture and/or operating system platform. Software components that include assembly language instructions may need to be converted by an assembler program into executable machine code prior to execution by a hardware architecture and/or platform. Another exemplary programming language may be a higher level programming language, which may be portable across a variety of architectures. Software components that include higher level programming languages may need to be converted to an intermediate representation by an interpreter or compiler before execution. Other examples of programming languages include, but are not limited to, a macro language, a shell or command language, a job control language, a scripting language, a database query or search language, or a report writing language. In one or more exemplary embodiments, a software component containing instructions of one of the above programming language examples may be executed directly by an operating system or other software component without first being converted to another form.
The software components may be stored as files or other data storage constructs. Software components of similar types or related functionality may be stored together, such as in a particular directory, folder, or library. Software components may be static (e.g., preset or fixed) or dynamic (e.g., created or modified at execution time).
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (10)

1. A visual dynamic process orchestration method, comprising:
a basic service construction step, namely constructing a plurality of standard process nodes according to the general standard process for placing the retail order to generate the industry basic service;
an extended service arrangement step, which is to construct an extended process node based on the process of the industry basic service according to the industry micro service category, generate a corresponding industry extended service, arrange the standard process node and the extended process node through a visual interface, determine an execution rule of the extended process node, and generate a corresponding industry process arrangement configuration;
and a process executing step, namely receiving the retail order, acquiring the industry micro-service category, determining the industry process arrangement configuration, and processing the retail order according to the industry process arrangement configuration.
2. The visual dynamic process orchestration method according to claim 1, wherein the process executing step comprises: the industry basic service receives the retail order through a standard ordering interface, determines the industry process arrangement configuration according to the industry micro-service category, and calls the corresponding expansion process node in the industry expansion service according to the industry process arrangement configuration.
3. The visual dynamic process orchestration method according to claim 2, wherein the method for invoking the corresponding extended process node in the industry extended service according to the industry process orchestration configuration comprises:
if the industry process arrangement configuration comprises the extended process nodes, the industry extended service is called through an AOP mode according to the execution rule, and a method corresponding to the extended process nodes is obtained through a reflection calling method.
4. The visual dynamic process orchestration method according to claim 1, wherein the execution rules of the extended process nodes comprise: skipping the standard process node, executing only the standard process node, executing the standard process node first and then executing the extended process node, executing the extended process node first and then executing the standard process node, and not executing the standard process node but executing only the extended process node.
5. The visual dynamic process orchestration method according to claim 1, wherein the standard process nodes comprise: parameter checking, bill splitting, price calculation, order placement, stock deduction and payment.
6. The visual dynamic process orchestration method according to claim 1, further comprising: generating a rear-end programming scaffold according to the standard process nodes; and generating an industry micro-service programming scaffold according to the industry flow arrangement configuration.
7. A visual dynamic process orchestration system, comprising:
the system comprises a middle station basic service module, a plurality of standard process nodes and a plurality of retail order receiving modules, wherein the middle station basic service module is used for managing a plurality of standard process nodes of industrial basic service and providing a standard order placing interface to receive retail orders;
the extended service management module is used for constructing extended flow nodes based on the standard flow nodes of the industry basic service according to the industry micro service category and generating corresponding industry extended service;
the flow arrangement module is used for arranging the standard flow nodes and the extended flow nodes by a visual interface, determining the execution rules of the extended flow nodes and generating corresponding industry flow arrangement configuration;
and the process execution module is used for acquiring the industry process arrangement configuration according to the industry micro-service category of the retail order and processing the retail order according to the industry process arrangement configuration.
8. The visualized dynamic process orchestration system according to claim 7, wherein the process execution module comprises:
the rule obtaining module is used for obtaining the industry process arrangement configuration according to the industry micro-service category of the retail order;
the flow control module is used for acquiring a flow node execution sequence in the industry flow arrangement configuration and sequentially processing the retail order according to the flow node execution sequence;
and the extension execution module is used for calling the industry extension service according to the execution rule in an AOP mode and obtaining a method corresponding to the extension flow node through a reflection calling method.
9. The visualized dynamic process orchestration system according to claim 7, further comprising: and the service registration module is used for registering the industry extended service and acquiring the address of the industry extended service.
10. The visualized dynamic process orchestration system according to claim 7, further comprising:
the first scaffold generating module is used for generating a rear-end programming scaffold according to the standard process nodes;
and the second scaffold generation module is used for generating the industry micro-service programming scaffold according to the industry flow arrangement configuration.
CN202010824994.4A 2020-08-17 2020-08-17 Visual dynamic flow arranging method and system Active CN112132530B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010824994.4A CN112132530B (en) 2020-08-17 2020-08-17 Visual dynamic flow arranging method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010824994.4A CN112132530B (en) 2020-08-17 2020-08-17 Visual dynamic flow arranging method and system

Publications (2)

Publication Number Publication Date
CN112132530A true CN112132530A (en) 2020-12-25
CN112132530B CN112132530B (en) 2023-11-07

Family

ID=73850888

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010824994.4A Active CN112132530B (en) 2020-08-17 2020-08-17 Visual dynamic flow arranging method and system

Country Status (1)

Country Link
CN (1) CN112132530B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112633538A (en) * 2020-12-26 2021-04-09 北京云迹科技有限公司 Robot-based hotel reservation service order distribution processing method and system
CN112700308A (en) * 2021-01-14 2021-04-23 广东电网有限责任公司广州供电局 Order generation method, device, terminal and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140164563A1 (en) * 2012-12-07 2014-06-12 Gregory H. Leekley Peer-to-peer content delivery network, method, and manager
JP2015053089A (en) * 2014-12-18 2015-03-19 ペリー エル ジョンソン コンサルティング オブ テキサス リミテッド パートナーシップ Method for achieving registration to industrial standard
CN105550851A (en) * 2015-12-09 2016-05-04 中国建设银行股份有限公司 Business flow generation method and system
CN106408272A (en) * 2016-10-26 2017-02-15 金航数码科技有限责任公司 Distributed deployment based cross-system process engine collaboration system and method
CN107770243A (en) * 2017-09-06 2018-03-06 北京奥鹏远程教育中心有限公司 From extension, adaptive micro services platform and its application process
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device
CN108256715A (en) * 2016-12-29 2018-07-06 方正国际软件(北京)有限公司 A kind of Workflow management method and system
CN109766166A (en) * 2018-12-29 2019-05-17 优刻得科技股份有限公司 Business flow processing method, apparatus, storage medium and equipment
CN109859019A (en) * 2017-11-29 2019-06-07 中国软件与技术服务股份有限公司 A kind of internet based on Alipay APP is paid taxes method and system online
CN110457017A (en) * 2019-08-14 2019-11-15 北京滴普科技有限公司 Platform system in a kind of enterprise using field hierarchical design
CN110708372A (en) * 2019-09-29 2020-01-17 广州餐道信息科技有限公司 Ordering software unified docking system
CN110942387A (en) * 2018-09-25 2020-03-31 上海宝信软件股份有限公司 Method and system for establishing electric ticket business function based on micro-service
CN111245916A (en) * 2020-01-07 2020-06-05 苏宁云计算有限公司 Service calling method, service arranging method and device based on micro-service gateway
CN111339145A (en) * 2020-03-02 2020-06-26 中国邮政储蓄银行股份有限公司 Process integration method and platform, and computer-readable storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140164563A1 (en) * 2012-12-07 2014-06-12 Gregory H. Leekley Peer-to-peer content delivery network, method, and manager
JP2015053089A (en) * 2014-12-18 2015-03-19 ペリー エル ジョンソン コンサルティング オブ テキサス リミテッド パートナーシップ Method for achieving registration to industrial standard
CN105550851A (en) * 2015-12-09 2016-05-04 中国建设银行股份有限公司 Business flow generation method and system
CN106408272A (en) * 2016-10-26 2017-02-15 金航数码科技有限责任公司 Distributed deployment based cross-system process engine collaboration system and method
CN108256715A (en) * 2016-12-29 2018-07-06 方正国际软件(北京)有限公司 A kind of Workflow management method and system
CN107770243A (en) * 2017-09-06 2018-03-06 北京奥鹏远程教育中心有限公司 From extension, adaptive micro services platform and its application process
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device
CN109859019A (en) * 2017-11-29 2019-06-07 中国软件与技术服务股份有限公司 A kind of internet based on Alipay APP is paid taxes method and system online
CN110942387A (en) * 2018-09-25 2020-03-31 上海宝信软件股份有限公司 Method and system for establishing electric ticket business function based on micro-service
CN109766166A (en) * 2018-12-29 2019-05-17 优刻得科技股份有限公司 Business flow processing method, apparatus, storage medium and equipment
CN110457017A (en) * 2019-08-14 2019-11-15 北京滴普科技有限公司 Platform system in a kind of enterprise using field hierarchical design
CN110708372A (en) * 2019-09-29 2020-01-17 广州餐道信息科技有限公司 Ordering software unified docking system
CN111245916A (en) * 2020-01-07 2020-06-05 苏宁云计算有限公司 Service calling method, service arranging method and device based on micro-service gateway
CN111339145A (en) * 2020-03-02 2020-06-26 中国邮政储蓄银行股份有限公司 Process integration method and platform, and computer-readable storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
严丽云;杨新章;何震苇;张凌;侯韶新;: "运营商业务平台微服务化方案", 电信科学, no. 11 *
宋庆鑫;: "容器下微服务架构方法研究", 数字技术与应用, no. 02 *
陈聪敏;陈晨;: "基于微服务的衍生品销售管理平台设计方案", 电信工程技术与标准化, no. 09 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112633538A (en) * 2020-12-26 2021-04-09 北京云迹科技有限公司 Robot-based hotel reservation service order distribution processing method and system
CN112700308A (en) * 2021-01-14 2021-04-23 广东电网有限责任公司广州供电局 Order generation method, device, terminal and storage medium

Also Published As

Publication number Publication date
CN112132530B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
CN109840429B (en) Intelligent contract deployment and calling method and device
US9753701B2 (en) Generating logic with scripting language in software as a service enterprise resource planning
US8589861B2 (en) Code generation
US20170003939A1 (en) Code generation
CN112132530B (en) Visual dynamic flow arranging method and system
CN111679852B (en) Detection method and device for conflict dependency library
CN111695827A (en) Business process management method and device, electronic equipment and storage medium
KR102352265B1 (en) System and method for providing web application development platform
CN111258567B (en) Service code development processing method and device
CN115268854A (en) Service expansion implementation method, system, electronic equipment and readable storage medium
US8930908B2 (en) Aspect and system landscape capability-driven automatic testing of software applications
CN117112060A (en) Component library construction method and device, electronic equipment and storage medium
CN111459530B (en) Patching method, device and storage medium
CN107357603A (en) A kind of method for loading software, equipment and system
CN115469833A (en) Method and device for implementing dynamic rule engine, electronic equipment and storage medium
US20090254896A1 (en) Simplifying Bundling Of Fixes Used To Resolve Errors In Pre-Installed Software
CN114358936A (en) Intelligent contract operation method based on micro-service block chain
CN113326049A (en) Verification issuing method and device of rule engine, terminal equipment and medium
JP2006506757A (en) Code generation
CN110955599A (en) Object creation method and device, electronic equipment and computer-readable storage medium
CN113032004A (en) Method, apparatus and program product for managing development jobs in a development environment
CN112307379A (en) Page generation method, device and equipment
CN109791484A (en) The enlarging and dismounting of of short duration infrastructure for dynamic Service example deployment
Liu et al. An RFID middleware business process integration framework based on EPC modeling and complex event processing
CN116795378B (en) Method and device for arranging and executing process based on code dynamic compiling

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