CN112286521A - Task flow processing method, storage medium and processor - Google Patents

Task flow processing method, storage medium and processor Download PDF

Info

Publication number
CN112286521A
CN112286521A CN202011194282.5A CN202011194282A CN112286521A CN 112286521 A CN112286521 A CN 112286521A CN 202011194282 A CN202011194282 A CN 202011194282A CN 112286521 A CN112286521 A CN 112286521A
Authority
CN
China
Prior art keywords
task flow
flow
task
node
rule
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
CN202011194282.5A
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.)
Shanghai Zhongtongji Network Technology Co Ltd
Original Assignee
Shanghai Zhongtongji Network 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 Shanghai Zhongtongji Network Technology Co Ltd filed Critical Shanghai Zhongtongji Network Technology Co Ltd
Priority to CN202011194282.5A priority Critical patent/CN112286521A/en
Publication of CN112286521A publication Critical patent/CN112286521A/en
Pending legal-status Critical Current

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the field of Internet technology application, in particular to a task flow processing method, a storage medium and a processor, wherein the task flow details set by a user are obtained and comprise attribute information of a task flow to be processed; analyzing the task flow details to obtain corresponding flow rule logic; constructing a business process template according to the process rule logic; storing the contents of the form in the business process template and the state in the process in a business server; and operating the business process template, triggering corresponding rules in the process rule logic, and processing the task process according to the corresponding rules. The invention realizes the construction of the business model by a configuration mode. The business model can be statically and quickly constructed in a code generation mode, and can also be dynamically modified based on configuration, so that the workload of development and maintenance is greatly reduced, and the operation flexibility is improved.

Description

Task flow processing method, storage medium and processor
Technical Field
The invention belongs to the technical field of Internet technology application, and particularly relates to a task flow processing method, a storage medium and a processor.
Background
The rule flow can effectively represent the processing flow of the business in the rule of the design execution sequence, and is convenient for a client to use the rule engine.
In a common development process, each operation is realized separately, and each node is a basic scheme in a general case. The time cost in the development process is greatly increased by the scheme, and the time cost is not limited to the coding time of the codes, and also comprises the communication time with a product department, the debugging time and the like.
The problem in the prior art is that the system can only be configured simply and flatly, and the configuration based on switches or characters is difficult to meet the change of the flow business model such as the change of the business flow and the business field.
For example: an order is available, the transaction can be directly carried out, a link needs to be added at present, the transaction can be carried out only by examining and approving a responsible person, in a traditional configuration center, the change cannot be directly configured, and the problem can be solved only by a version release mode. This brings more costs to operation and maintenance.
Disclosure of Invention
In view of the above, the present invention is to overcome the problem that in the prior art, only a simple and flat system configuration is performed, and it is difficult to satisfy changes of a procedural service model such as a service flow change and a service field change based on switch or character configuration. The invention provides a task flow processing method, which aims to solve the problems in the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme:
in a first aspect, a task flow processing method includes:
acquiring task flow details set by a user, wherein the task flow details comprise attribute information of a task flow to be processed;
analyzing the task flow details to obtain corresponding flow rule logic;
constructing a business process template according to the process rule logic;
storing the contents of the form in the business process template and the state in the process in a business server;
and operating the business process template, triggering a corresponding rule in the process rule logic, and processing the task process according to the corresponding rule.
Further, after obtaining the details of the task flow set by the user, the method further includes:
analyzing the task flow details to obtain attribute information of the task flow to be processed corresponding to the task flow details;
generating corresponding flow rule logic according to the attribute information;
configuring a node type at each node according to the flow rule logic execution flow, wherein the node type comprises: a start node, an intermediate node, and an end node.
Further, the attribute information includes a name and an event type of the task flow.
Further, the generating the corresponding flow rule logic according to the attribute information includes:
and matching the corresponding rule to be executed according to the node type.
Further, the matching of the corresponding rule to be executed according to the node type includes:
and matching the corresponding rule to be executed according to different conditions, the rule identification of the node and the rule statement.
Further, the business process template is stored in a business server in a JSON format.
Further, the business process template includes: tasks, nodes, operations, and forms;
the task comprises a plurality of nodes, each node corresponds to each operation, and each operation corresponds to each form.
Further, the analyzing the details of the task flow includes: and analyzing the name of the task flow, each node of the flow and the operation corresponding to each node of the flow.
In a second aspect, the storage medium includes a stored program, where, when the program runs, a device where the storage medium is located is controlled to execute any one of the above task flow processing methods.
In a third aspect, a processor is configured to execute a program, where the program executes to perform the task flow processing method described in any one of the above.
The technical scheme of the invention has the following beneficial effects:
according to the technical scheme provided by the invention, the task flow details set by a user are obtained, and the task flow details comprise attribute information of the task flow to be processed; analyzing the task flow details to obtain corresponding flow rule logic; constructing a business process template according to the process rule logic; storing the contents of the form in the business process template and the state in the process in a business server; and operating the business process template, triggering corresponding rules in the process rule logic, and processing the task process according to the corresponding rules. The invention realizes the construction of the business model by a configuration mode. The business model can be statically and quickly constructed in a code generation mode, and can also be dynamically modified based on configuration, so that the workload of development and maintenance is greatly reduced, and the operation flexibility is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of steps of a task flow processing method according to an embodiment of the present invention.
Fig. 2 is a flowchart of a task flow processing method according to another embodiment of the present invention.
Fig. 3 is a development method of task flow processing in the prior art.
Fig. 4 is a development manner of a task flow processing method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
The main disadvantage of the prior art is that the system can only be configured simply and flatly, and the configuration based on switches or characters is difficult to meet the change of the flow business model such as the change of the business flow, the change of the business field and the like. In order to solve the technical problems in the prior art, as shown in fig. 1, a step diagram of a task flow processing method provided by the present invention includes:
step S101, acquiring task flow details set by a user, wherein the task flow details comprise attribute information of a task flow to be processed;
the task is used to define a business process, including but not limited to a multi-role-like process task (approval), a system monitoring task, and the like.
Step S102, analyzing the task flow details to obtain corresponding flow rule logics;
step S103, constructing a business process template according to the process rule logic;
step S104, storing the contents of the form in the business process template and the state in the process in a business server;
and step S105, operating the business process template, triggering a corresponding rule in the process rule logic, and processing the task process according to the corresponding rule.
It can be understood that, in the embodiment of the present invention, by acquiring the task flow details set by the user, the task flow details include attribute information of the task flow to be processed; analyzing the task flow details to obtain corresponding flow rule logic; constructing a business process template according to the process rule logic; storing the contents of the form in the business process template and the state in the process in a business server; and operating the business process template, triggering corresponding rules in the process rule logic, and processing the task process according to the corresponding rules. The invention realizes the construction of the business model by a configuration mode. The business model can be statically and quickly constructed in a code generation mode, and can also be dynamically modified based on configuration, so that the workload of development and maintenance is greatly reduced, and the operation flexibility is improved.
As a further improvement of the above method, as shown in fig. 2, a step diagram of a task flow processing method provided for another embodiment of the present invention includes:
step S201, acquiring task flow details set by a user, wherein the task flow details comprise attribute information of a task flow to be processed;
step S202, analyzing the task flow details to obtain attribute information of the task flow to be processed corresponding to the task flow details;
step S203, generating corresponding flow rule logic according to the attribute information;
the attribute information includes the name and event type of the task flow.
Specifically, the method further comprises matching the corresponding rule to be executed according to the node type.
Specifically, the method further comprises matching the corresponding rule to be executed according to different conditions, the rule identification of the node and the rule statement.
Step S204, configuring the node type of each node according to the flow rule logic execution flow, wherein the node type comprises: a start node, an intermediate node, and an end node.
S205, analyzing the details of the task flow to obtain corresponding flow rule logic;
specifically, the name of the task flow, each node of the flow, and the operation corresponding to each node of the flow are analyzed.
S206, constructing a business process template according to the process rule logic;
step S207, storing the contents of the form in the business process template and the state in the process in a business server;
and S208, operating the business process template, triggering a corresponding rule in the process rule logic, and processing the task process according to the corresponding rule.
As shown in fig. 3, a development method of task flow processing in the prior art is shown, and in the development process in the prior art, a basic scheme is to implement each operation separately, and each node is. The time cost in the development process is greatly increased by the scheme, and the time cost is not limited to the coding time of the codes, and also comprises the communication time with a product department, the debugging time and the like. For the traditional development mode, incremental development is adopted every time the flow is added. The traditional method often needs to complete the requirement of a set of new processes at the cost of one or more iteration cycles, and the development needs to continuously combine components and APIs in codes to achieve the expected effect of the product.
As shown in fig. 4, a development method of a task flow processing method according to an embodiment of the present invention is provided. In this embodiment, the rules are abstracted into the engine, so that the engine has only one API for the client, and only one development is needed for the development of the client, different data is assembled into the corresponding form or detail information according to the rules, and the client does not need to combine different components each time according to different tasks and then submit the different components to different APIs. Therefore, when the process changes the business model, the client can completely support the corresponding function without any iteration. These time costs described above can be avoided. The development process is simplified, the workload of API design and maintenance is greatly simplified, and product designers only need to maintain the process content in the system according to the design of the product designers.
Every new addition or change of the process is converted into the change of the template, the change of the template can be completely finished in the design stage of a product manager, and even the product manager can directly finish the design in a rule process engine. Thus, all development and communication costs of the process are saved. In the whole iteration cycle, only the only possible places to be developed are the codes of the business result part generated after the process is finished. The development efficiency is greatly improved.
During the development process, the access of dynamic abstract functions, i.e. model objects are uncertain and data is dynamic, reduces the development efficiency because field definition communication is needed between the designer who needs the template and the service integrator. In the invention, all information in the process is described in the template, so that some troubles are brought to the integration of a service implementation party. Based on the method, a Mustache code generation function is introduced. The generation of the integration code of the service access party will be performed according to the description of the template. Including the contents of the form, the state in the flow, etc. The generated code adds annotation to the code base according to the text description in the flow template, so that no ambiguity is generated when the service is accessed. Therefore, the problem that dynamic data is not easy to be processed is solved.
The task flow processing method provided by the invention can improve the development efficiency, reduce repeated labor for developers and change logic into configuration. And in the product dimension, the cost of operation change is reduced, so that the operation, modification, maintenance and the like of the service model are more convenient. And the engine can carry out complete record on the history, so that the data of the whole process is reserved, and a convenient operation interface is provided, thereby improving the efficiency in the whole development and iteration process.
Preferably, the business process template is stored in the business server in JSON format.
Wherein, the business process template includes: tasks, nodes, operations, and forms;
the task comprises a plurality of nodes, each node corresponds to each operation, and each operation corresponds to each form.
It can be understood that a plurality of different nodes may exist in the task, the information corresponding to the node is the state of the task, the node where the current task is located represents the current state of the task, taking an approval process as an example, the task may be in a state of initiating approval, may be in a state after approval, and may be in a state of having been filed. For complex traffic scenarios, the states may be as many as hundreds. An operation refers to an event which may occur when a task is in a certain node. Taking the approval process as an example again, after the approval is initiated, the approver can approve the task or reject the approval, and the corresponding operation represents the possibility of the event in the node. The form is the most important content attached to the operation, and represents the information corresponding to the node. Under the condition that the flow is abstracted, the business data can acquire the part of information to perform other business operations.
Optionally, the storage medium includes a stored program, and when the program runs, the apparatus on which the storage medium is located is controlled to execute the task flow processing method in any one of the above.
Optionally, a processor is configured to run a program, wherein the program performs the task flow processing method according to any one of the above embodiments when running.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that, in the description of the present application, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present application, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and the scope of the preferred embodiments of the present application includes other implementations in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present application.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present application have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present application, and that variations, modifications, substitutions and alterations may be made to the above embodiments by those of ordinary skill in the art within the scope of the present application.

Claims (10)

1. A task flow processing method is characterized by comprising the following steps:
acquiring task flow details set by a user, wherein the task flow details comprise attribute information of a task flow to be processed;
analyzing the task flow details to obtain corresponding flow rule logic;
constructing a business process template according to the process rule logic;
storing the contents of the form in the business process template and the state in the process in a business server;
and operating the business process template, triggering a corresponding rule in the process rule logic, and processing the task process according to the corresponding rule.
2. The task flow processing method according to claim 1, wherein after acquiring the task flow details set by the user, the method further includes:
analyzing the task flow details to obtain attribute information of the task flow to be processed corresponding to the task flow details;
generating corresponding flow rule logic according to the attribute information;
configuring a node type at each node according to the flow rule logic execution flow, wherein the node type comprises: a start node, an intermediate node, and an end node.
3. The method according to claim 2, wherein the attribute information includes a name and an event type of the task flow.
4. The method of claim 2, wherein the generating the corresponding flow rule logic according to the attribute information comprises:
and matching the corresponding rule to be executed according to the node type.
5. The method of claim 4, wherein matching the corresponding rule to be executed according to the node type comprises:
and matching the corresponding rule to be executed according to different conditions, the rule identification of the node and the rule statement.
6. The method of claim 1, wherein the business process template is stored in a JSON format in a business server.
7. The method of claim 1, wherein the business process template comprises: tasks, nodes, operations, and forms;
the task comprises a plurality of nodes, each node corresponds to each operation, and each operation corresponds to each form.
8. The method of claim 1, wherein the parsing the task flow details comprises: and analyzing the name of the task flow, each node of the flow and the operation corresponding to each node of the flow.
9. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device where the storage medium is located is controlled to execute the task flow processing method according to any one of claims 1 to 8.
10. A processor, configured to execute a program, wherein the program executes to perform the task flow processing method according to any one of claims 1 to 8.
CN202011194282.5A 2020-10-30 2020-10-30 Task flow processing method, storage medium and processor Pending CN112286521A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011194282.5A CN112286521A (en) 2020-10-30 2020-10-30 Task flow processing method, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011194282.5A CN112286521A (en) 2020-10-30 2020-10-30 Task flow processing method, storage medium and processor

Publications (1)

Publication Number Publication Date
CN112286521A true CN112286521A (en) 2021-01-29

Family

ID=74353814

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011194282.5A Pending CN112286521A (en) 2020-10-30 2020-10-30 Task flow processing method, storage medium and processor

Country Status (1)

Country Link
CN (1) CN112286521A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112882699A (en) * 2021-02-09 2021-06-01 成都新希望金融信息有限公司 Business processing method, device, equipment and medium based on process configuration engine
CN113031929A (en) * 2021-04-29 2021-06-25 中国工商银行股份有限公司 Service implementation method and device
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template
CN114615157A (en) * 2022-01-19 2022-06-10 浪潮通信信息系统有限公司 Intelligent operation and maintenance system oriented to computer network integrated scene and application method thereof
CN117151610A (en) * 2023-07-13 2023-12-01 华能信息技术有限公司 Workflow engine-based flow configuration method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617047A (en) * 2013-12-16 2014-03-05 北京中电普华信息技术有限公司 Method, device and processor for developing business processes
KR20170024998A (en) * 2015-08-27 2017-03-08 박용규 System for authoring and executing rule-based business application
CN109582289A (en) * 2017-09-28 2019-04-05 阿里巴巴集团控股有限公司 The processing method of regular flow, system, storage medium and processor in regulation engine
CN110147229A (en) * 2019-05-24 2019-08-20 利姆斯(北京)区块链技术有限公司 Flow engine system, method for processing business and device
CN110955534A (en) * 2019-10-10 2020-04-03 荣邦科技有限公司 Middleware-based business process automation system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617047A (en) * 2013-12-16 2014-03-05 北京中电普华信息技术有限公司 Method, device and processor for developing business processes
KR20170024998A (en) * 2015-08-27 2017-03-08 박용규 System for authoring and executing rule-based business application
CN109582289A (en) * 2017-09-28 2019-04-05 阿里巴巴集团控股有限公司 The processing method of regular flow, system, storage medium and processor in regulation engine
CN110147229A (en) * 2019-05-24 2019-08-20 利姆斯(北京)区块链技术有限公司 Flow engine system, method for processing business and device
CN110955534A (en) * 2019-10-10 2020-04-03 荣邦科技有限公司 Middleware-based business process automation system and method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112882699A (en) * 2021-02-09 2021-06-01 成都新希望金融信息有限公司 Business processing method, device, equipment and medium based on process configuration engine
CN112882699B (en) * 2021-02-09 2024-05-07 成都新希望金融信息有限公司 Service processing method, device, equipment and medium based on flow configuration engine
CN113031929A (en) * 2021-04-29 2021-06-25 中国工商银行股份有限公司 Service implementation method and device
CN113031929B (en) * 2021-04-29 2024-04-09 中国工商银行股份有限公司 Service realization method and device
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template
CN114615157A (en) * 2022-01-19 2022-06-10 浪潮通信信息系统有限公司 Intelligent operation and maintenance system oriented to computer network integrated scene and application method thereof
CN117151610A (en) * 2023-07-13 2023-12-01 华能信息技术有限公司 Workflow engine-based flow configuration method and system

Similar Documents

Publication Publication Date Title
CN112286521A (en) Task flow processing method, storage medium and processor
US10901961B2 (en) Systems and methods for generating schemas that represent multiple data sources
CN108280023B (en) Task execution method and device and server
CN109491989B (en) Data processing method and device, electronic equipment and storage medium
CN111124379B (en) Page generation method and device, electronic equipment and storage medium
CN108171528B (en) Attribution method and attribution system
CN111026568A (en) Data and task relation construction method and device, computer equipment and storage medium
CN112711581A (en) Medical data verification method and device, electronic equipment and storage medium
JPWO2017033441A1 (en) System construction support system, method, and storage medium
US10496423B2 (en) Method for opening up data and functions of terminal application based on reconstruction technology
CN114691658A (en) Data backtracking method and device, electronic equipment and storage medium
CN115858205A (en) Memory blackboard mechanism-based simulation component interaction method, device and equipment
JPH10254689A (en) Application constitution design supporting system for client/server system
CN111767217A (en) JS unit test case generation method and device
CN116360766A (en) Low-code system and device based on DDD visual designer
CN115292058A (en) Service scene level service topology generation method and device and electronic equipment
CN112765280B (en) Block data storage method and device, computer readable medium and electronic equipment
WO2021129812A1 (en) Method and system for running artificial intelligence application, and device
CN116561208A (en) Method, device and equipment for unifying OpenAPI query interfaces
CN111488144A (en) Data processing method and equipment
CN114003220B (en) Workflow model implementation method, system, readable storage medium and computer equipment
CN112130849B (en) Code automatic generation method and device
CN112363774B (en) Method and device for configuring Storm real-time task
Diez Dolinski et al. Distributed simulation of P systems by means of map-reduce: first steps with Hadoop and P-Lingua
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity

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