CN116795424B - Workflow engine-based commonality model assembling and debugging method and system - Google Patents

Workflow engine-based commonality model assembling and debugging method and system Download PDF

Info

Publication number
CN116795424B
CN116795424B CN202311075714.4A CN202311075714A CN116795424B CN 116795424 B CN116795424 B CN 116795424B CN 202311075714 A CN202311075714 A CN 202311075714A CN 116795424 B CN116795424 B CN 116795424B
Authority
CN
China
Prior art keywords
model
assembled
assembly
preamble
parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202311075714.4A
Other languages
Chinese (zh)
Other versions
CN116795424A (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.)
CETC 15 Research Institute
Original Assignee
CETC 15 Research Institute
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 CETC 15 Research Institute filed Critical CETC 15 Research Institute
Priority to CN202311075714.4A priority Critical patent/CN116795424B/en
Publication of CN116795424A publication Critical patent/CN116795424A/en
Application granted granted Critical
Publication of CN116795424B publication Critical patent/CN116795424B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The application relates to a common model assembling and debugging method and system based on a workflow engine, and belongs to the technical field of model assembling and debugging. The method comprises the following steps: obtaining a model library list; defining a blank BPMN file template; respectively selecting and configuring a preamble model to be assembled and a current model to be assembled; acquiring an assembly model; generating an interface link which can be called by the assembly model, and storing the information of the assembly model and the interface link which can be called by the assembly model into a business system model library; and inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model. According to the method and the system provided by the application, the preamble model to be assembled and the current model to be assembled are respectively configured, connection judgment is carried out, the rapid construction of the assembled model is realized according to the judgment result, and the model meeting the specification can be rapidly integrated into the workflow engine, so that the assembled model can be reused and secondarily assembled subsequently, and meanwhile, the debugging of the model is supported.

Description

Workflow engine-based commonality model assembling and debugging method and system
Technical Field
The application relates to the technical field of model assembly and debugging, in particular to a method and a system for assembling and debugging a commonality model based on a workflow engine.
Background
In recent years, the application of the big data field is more and more common, and a large number of enterprises need to maintain huge and diversified data for self business development. In practical application, data is usually processed by a bottom algorithm and is encapsulated by an upper algorithm, the encapsulated result can be regarded as a model interface to support user call from the aspect of use, under the same business background, the models are generally consistent in programming language, encapsulation strategy and calling mode, and only the algorithm logics are different, so that the models can be defined as common models, if enterprises need to maintain thousands of such common models, in order to improve the use efficiency of the models, a plurality of unit models are sometimes required to be combined and assembled into a new model according to assembly rules for maintenance management. Workflow is generally an effective solution to the above problems as part of business process management, but the current use of workflow engines in commonality model assembly is still not mature enough that workflow engines and commonality models cannot be integrated efficiently.
Disclosure of Invention
The application aims to provide a method, a system, a device, a terminal device and a storage medium for assembling and debugging a commonality model based on a workflow engine, so as to solve the defects in the prior art.
The application provides a commonality model assembling and debugging method based on a workflow engine, which comprises the following steps:
step S1: accessing a business system model library in a network mode, and acquiring a model library list by calling a system model library interface;
step S2: defining a blank BPMN file template, and displaying the defined blank BPMN file template in a model assembly designer;
step S3: selecting an preamble to-be-assembled model from the obtained model library list, wherein the preamble to-be-assembled model comprises one or more to-be-assembled models;
step S4: configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model;
step S5: selecting a current model to be assembled from the obtained model library list, repeating the step S4, and configuring the current model to be assembled;
step S6: assembling the preamble model to be assembled and the current model to be assembled to obtain an assembled model;
step S7: forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating interface links which can be called by an assembly model, and storing the assembly model information and the interface links which can be called by the assembly model into a business system model library;
step S8: and inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model.
In the above scheme, step S4 includes:
automatically adding task element labels corresponding to the preamble to-be-assembled model through a model assembly designer, and converting the task element labels into BPMN files through blank BPMN file templates;
calling a selected preamble to-be-assembled model interface to acquire the name, input parameters and output parameters of the selected preamble to-be-assembled model;
setting a connection mode corresponding to the BPMN file as a connector through a character string modification mode, setting a connector ID corresponding to the BPMN file as an http-connector, and configuring url, method and headers of a model to be assembled of a preamble;
writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format.
In the above scheme, step S6 includes:
analyzing BPMN files respectively corresponding to the preamble model to be assembled and the current model to be assembled;
acquiring output parameters of a preamble model to be assembled and input parameters of a current model to be assembled, and judging model connection according to the acquired parameters;
and (5) carrying out model assembly by introducing a model assembly tool according to the judgment result to obtain an assembly model.
In the above-mentioned scheme, performing model connection judgment according to the acquired parameters includes:
when the input parameters of the current model to be assembled are not completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is failed to be connected;
and when the input parameters of the current model to be assembled are completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is successfully connected.
In the above scheme, step S7 includes:
placing a start event label at the head part of the workflow, placing an end event label at the tail part of the workflow, and adding relevant label elements according to service requirements to form a workflow diagram;
deploying the formed workflow diagram into a workflow engine database by calling a workflow engine deployment interface and generating an interface link which can be called by an assembly model;
and calling a service system storage model interface to store the assembly model information and interface links which can be called by the assembly model into a service system model library.
In the above scheme, step S8 includes:
selecting an assembly model, calling an interface link corresponding to the assembly model, and displaying a workflow diagram in the interface link;
inputting all parameters which are corresponding to the assembly model and need to be manually input;
creating an operation instance to execute the operation task of the assembly model by calling the operation interface of the workflow engine, and returning to output parameters in the execution process of the operation instance;
and evaluating all the input parameters and the output parameters, and debugging the assembly model according to the evaluation result until all the parameters reach the expected result.
The application provides a commonality model assembling and debugging system based on a workflow engine, which adopts the commonality model assembling and debugging method based on the workflow engine to assemble and debug the commonality model, and comprises the following steps:
the preprocessing module is used for accessing a business system model library in a network mode, acquiring a model library list by calling a system model library interface, defining a blank BPMN file template, and displaying the defined blank BPMN file template in a model assembly designer;
the preamble to-be-assembled model configuration module is used for selecting a preamble to-be-assembled model from the obtained model library list, and configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model;
the current model to be assembled configuration module is used for selecting a current model to be assembled from the obtained model library list and configuring the current model to be assembled;
the assembly model acquisition module is used for assembling the preamble to-be-assembled model and the current to-be-assembled model to acquire an assembly model;
the integration module is used for forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating an interface link which can be called by an assembly model, and storing the assembly model information and the interface link which can be called by the assembly model into a business system model library;
the assembly model debugging module is used for inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model.
In the above solution, the preamble to-be-assembled model configuration module includes:
the BPMN file acquisition unit is used for automatically adding task element labels corresponding to the model to be assembled by the model assembly designer, and converting the task element labels into BPMN files by a blank BPMN file template;
the information acquisition unit is used for calling the selected preamble to-be-assembled model interface to acquire the name, the input parameters and the output parameters of the selected preamble to-be-assembled model;
a connection setting unit, configured to set a connection mode corresponding to the BPMN file as a connector through a character string modification mode, set a connector ID corresponding to the BPMN file as an http-connector, and configure url, method, and headers of a model to be assembled in the preamble;
and the parameter configuration unit is used for writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format.
The application also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the steps of the workflow engine-based commonality model assembling and debugging method when executing the program.
The present application also provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the workflow engine based commonality model assembly and debugging method as described above.
The embodiment of the application has the following advantages:
according to the workflow engine-based common model assembling and debugging method and system, the preamble model to be assembled and the current model to be assembled are respectively configured, connection judgment is carried out, rapid construction of the assembled model is achieved according to the judgment result, and the model meeting the specification can be rapidly integrated into the workflow engine, so that the assembled model can be reused and secondarily assembled subsequently, and debugging of the model is supported.
Drawings
FIG. 1 is a step diagram of a workflow engine based commonality model assembly and debugging method of the present application;
FIG. 2 is a step diagram of configuring a preamble to be assembled model according to the present application;
FIG. 3 is a step diagram of the present application for obtaining an assembly model;
FIG. 4 is a step diagram of the present application for performing assembly model and workflow diagram integration;
FIG. 5 is a step diagram of debugging an assembly model of the present application;
FIG. 6 is a schematic diagram of a workflow engine-based commonality model assembly and debugging system according to the present application.
Detailed Description
It should be noted that, without conflict, the embodiments of the present application and features of the embodiments may be combined with each other. The application will be described in detail below with reference to the drawings in connection with embodiments.
As shown in fig. 1, the present application provides a method for assembling and debugging a commonality model based on a workflow engine, comprising:
step S1: accessing a business system model library in a network mode, and acquiring a model library list by calling a system model library interface.
Step S2: defining blank BPMN file templates, and displaying the defined blank BPMN file templates in a model assembly designer.
Step S3: and selecting an preamble to-be-assembled model in the obtained model library list, wherein the preamble to-be-assembled model comprises one or more to-be-assembled models.
Step S4: and configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model.
As shown in fig. 2, step S4 includes:
step S41: automatically adding task element labels corresponding to the preamble to-be-assembled model through a model assembly designer, and converting the task element labels into BPMN files through blank BPMN file templates;
step S42: calling a selected preamble to-be-assembled model interface to acquire the name, input parameters, output parameters and the like of the selected preamble to-be-assembled model;
step S43: setting a connection mode corresponding to the BPMN file as a connector through a character string modification mode, setting a connector ID corresponding to the BPMN file as an http-connector, and configuring url, method, headers and other information of a model to be assembled of a preamble;
step S44: writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format.
Step S5: and selecting a current model to be assembled from the obtained model library list, repeating the step S4, and configuring the current model to be assembled.
Step S6: and assembling the preamble to-be-assembled model and the current to-be-assembled model to obtain an assembled model.
As shown in fig. 3, step S6 includes:
step S61: analyzing BPMN files respectively corresponding to the preamble model to be assembled and the current model to be assembled;
step S62: acquiring output parameters of a preamble model to be assembled and input parameters of a current model to be assembled, and judging model connection according to the acquired parameters;
step S63: according to the judgment result, model assembly is carried out by introducing a model assembly tool, and an assembly model is obtained, wherein in order to enable the model output result to be more accurate, small-sized calculation modules such as curve smooth calculation and average value calculation are developed in the model assembly tool, and can be directly introduced according to actual needs, and the model assembly can be adapted to more application scenes through the model assembly tool, so that the model assembly is more rapid and efficient.
Specifically, performing model connection judgment according to the acquired parameters includes:
when the input parameters of the current model to be assembled are not completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is failed to be connected;
and when the input parameters of the current model to be assembled are completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is successfully connected.
Specifically, when the connection failure of the model is judged, the current model to be assembled is reconfigured until the input parameters of the current model to be assembled are completely the output parameters or the manual input parameters of the preamble model to be assembled.
Step S7: and forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating interface links which can be called by the assembly model, and storing the assembly model information and the interface links which can be called by the assembly model into a business system model library.
As shown in fig. 4, step S7 includes:
step S71: placing a start event label at the head part of the workflow, placing an end event label at the tail part of the workflow, and adding label elements such as an exclusive gateway, a parallel gateway, a conditional gateway and the like according to service requirements to form a workflow diagram, wherein the exclusive gateway and the conditional gateway support the direct addition of conditions on a connecting line;
step S72: deploying the formed workflow diagram into a workflow engine database by calling a workflow engine deployment interface and generating an interface link which can be called by an assembly model;
step S73: and calling a service system storage model interface to store the assembly model information and interface links which can be called by the assembly model into a service system model library, thereby completing all model assembly processes, and the formed assembly model can be reused and secondarily assembled later.
Step S8: and inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model.
As shown in fig. 5, step S8 includes:
step S81: selecting an assembly model, calling an interface link corresponding to the assembly model, and displaying a workflow diagram in the interface link;
step S82: inputting all parameters which are corresponding to the assembly model and need to be manually input, wherein all the input parameters are displayed when the assembly model is selected, and if the input parameters come from a first assembly model in the assembly model, the parameters cannot be defined in a model assembly system, so that the parameters need to be manually defined to avoid the problem of incapability of normal operation caused by parameter deletion;
step S83: creating an operation instance to execute the operation task of the assembly model by calling the operation interface of the workflow engine, and returning to output parameters in the execution process of the operation instance;
step S84: and evaluating all the input parameters and the output parameters, and debugging the assembly model according to the evaluation result until all the parameters reach the expected result.
Specifically, step S84 includes: judging whether the input parameters of each model to be assembled in the assembly model come from the preamble model or are manually input, judging whether the numerical value of the output parameters is correct, and debugging the assembly model according to the judging result until all the parameters reach the expected result.
As shown in fig. 6, the present application provides a common model assembling and debugging system based on a workflow engine, which adopts the common model assembling and debugging method based on the workflow engine to perform common model assembling and debugging, comprising:
the preprocessing module is used for accessing a business system model library in a network mode, acquiring a model library list by calling a system model library interface, defining a blank BPMN file template, and displaying the defined blank BPMN file template in a model assembly designer;
the preamble to-be-assembled model configuration module is used for selecting a preamble to-be-assembled model from the obtained model library list, and configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model;
the current model to be assembled configuration module is used for selecting a current model to be assembled from the obtained model library list and configuring the current model to be assembled;
the assembly model acquisition module is used for assembling the preamble to-be-assembled model and the current to-be-assembled model to acquire an assembly model;
the integration module is used for forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating an interface link which can be called by an assembly model, and storing the assembly model information and the interface link which can be called by the assembly model into a business system model library;
the assembly model debugging module is used for inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model.
Specifically, the preamble to-be-assembled model configuration module includes:
the BPMN file acquisition unit is used for automatically adding task element labels corresponding to the model to be assembled by the model assembly designer, and converting the task element labels into BPMN files by a blank BPMN file template;
the information acquisition unit is used for calling the selected preamble to-be-assembled model interface to acquire the name, the input parameters and the output parameters of the selected preamble to-be-assembled model;
a connection setting unit, configured to set a connection mode corresponding to the BPMN file as a connector through a character string modification mode, set a connector ID corresponding to the BPMN file as an http-connector, and configure url, method, and headers of a model to be assembled in the preamble;
and the parameter configuration unit is used for writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format.
The application also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the steps of the workflow engine-based commonality model assembling and debugging method when executing the program.
The present application also provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the workflow engine based commonality model assembly and debugging method as described above.
It should be noted that the foregoing detailed description is exemplary and is intended to provide further explanation of the application. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the present application. As used herein, the singular is intended to include the plural unless the context clearly indicates otherwise. Furthermore, it will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, steps, operations, devices, components, and/or groups thereof.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present application and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the terms so used are interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or otherwise described herein.
Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those elements but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Spatially relative terms, such as "above … …," "above … …," "upper surface at … …," "above," and the like, may be used herein for ease of description to describe one device or feature's spatial location relative to another device or feature as illustrated in the figures. It will be understood that the spatially relative terms are intended to encompass different orientations in use or operation in addition to the orientation depicted in the figures. For example, if the device in the figures is turned over, elements described as "above" or "over" other devices or structures would then be oriented "below" or "beneath" the other devices or structures. Thus, the exemplary term "above … …" may include both orientations of "above … …" and "below … …". The device may also be positioned in other different ways, such as rotated 90 degrees or at other orientations, and the spatially relative descriptors used herein interpreted accordingly.
In the above detailed description, reference is made to the accompanying drawings, which form a part hereof. In the drawings, like numerals typically identify like components unless context indicates otherwise. The illustrated embodiments described in the detailed description, drawings, and claims are not meant to be limiting. Other embodiments may be utilized, and other changes may be made, without departing from the spirit or scope of the subject matter presented herein.
The above description is only of the preferred embodiments of the present application and is not intended to limit the present application, but various modifications and variations can be made to the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (7)

1. A workflow engine-based commonality model assembling and debugging method, the method comprising:
step S1: accessing a business system model library in a network mode, and acquiring a model library list by calling a system model library interface;
step S2: defining a blank BPMN file template, and displaying the defined blank BPMN file template in a model assembly designer;
step S3: selecting an preamble to-be-assembled model from the obtained model library list, wherein the preamble to-be-assembled model comprises one or more to-be-assembled models;
step S4: configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model;
step S5: selecting a current model to be assembled from the obtained model library list, repeating the step S4, and configuring the current model to be assembled;
step S6: assembling the preamble model to be assembled and the current model to be assembled to obtain an assembled model;
step S7: forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating interface links which can be called by an assembly model, and storing the assembly model information and the interface links which can be called by the assembly model into a business system model library;
step S8: inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model;
wherein, step S4 includes:
automatically adding task element labels corresponding to the preamble to-be-assembled model through a model assembly designer, and converting the task element labels into BPMN files through blank BPMN file templates;
calling a selected preamble to-be-assembled model interface to acquire the name, input parameters and output parameters of the selected preamble to-be-assembled model;
setting a connection mode corresponding to the BPMN file as a connector through a character string modification mode, setting a connector ID corresponding to the BPMN file as an http-connector, and configuring url, method and headers of a model to be assembled of a preamble;
writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format;
the step S6 comprises the following steps:
analyzing BPMN files respectively corresponding to the preamble model to be assembled and the current model to be assembled;
acquiring output parameters of a preamble model to be assembled and input parameters of a current model to be assembled, and judging model connection according to the acquired parameters;
performing model assembly by introducing a model assembly tool according to the connection judgment result of the preamble model to be assembled and the current model to be assembled to obtain an assembly model;
the model connection judgment according to the acquired parameters comprises the following steps:
when the input parameters of the current model to be assembled are not completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is failed to be connected;
and when the input parameters of the current model to be assembled are completely the output parameters or the manual input parameters of the preamble model to be assembled, judging that the model is successfully connected.
2. The workflow engine-based commonality model assembling and debugging method of claim 1, wherein step S7 comprises:
placing a start event label at the head part of the workflow, placing an end event label at the tail part of the workflow, and adding relevant label elements according to service requirements to form a workflow diagram;
deploying the formed workflow diagram into a workflow engine database by calling a workflow engine deployment interface and generating an interface link which can be called by an assembly model;
and calling a service system storage model interface to store the assembly model information and interface links which can be called by the assembly model into a service system model library.
3. The workflow engine-based commonality model assembling and debugging method of claim 1, wherein step S8 comprises:
selecting an assembly model, calling an interface link corresponding to the assembly model, and displaying a workflow diagram in the interface link;
inputting all parameters which are corresponding to the assembly model and need to be manually input;
creating an operation instance to execute the operation task of the assembly model by calling the operation interface of the workflow engine, and returning to output parameters in the execution process of the operation instance;
and evaluating all the input parameters and the output parameters, and debugging the assembly model according to the evaluation result until all the parameters reach the expected result.
4. A workflow engine-based commonality model assembling and debugging system employing the workflow engine-based commonality model assembling and debugging method of any one of claims 1-3, the system comprising:
the preprocessing module is used for accessing a business system model library in a network mode, acquiring a model library list by calling a system model library interface, defining a blank BPMN file template, and displaying the defined blank BPMN file template in a model assembly designer;
the preamble to-be-assembled model configuration module is used for selecting a preamble to-be-assembled model from the obtained model library list, and configuring the preamble to-be-assembled model by acquiring a BPMN file, a name, an input parameter and an output parameter corresponding to the preamble to-be-assembled model;
the current model to be assembled configuration module is used for selecting a current model to be assembled from the obtained model library list and configuring the current model to be assembled;
the assembly model acquisition module is used for assembling the preamble to-be-assembled model and the current to-be-assembled model to acquire an assembly model;
the integration module is used for forming a workflow diagram, deploying the formed workflow diagram into a workflow engine database, generating an interface link which can be called by an assembly model, and storing the assembly model information and the interface link which can be called by the assembly model into a business system model library;
the assembly model debugging module is used for inputting all parameters which are corresponding to the assembly model and need to be manually input to debug the assembly model.
5. The workflow engine based commonality model assembling and debugging system of claim 4, wherein the preamble to-be-assembled model configuration module comprises:
the BPMN file acquisition unit is used for automatically adding task element labels corresponding to the model to be assembled by the model assembly designer, and converting the task element labels into BPMN files by a blank BPMN file template;
the information acquisition unit is used for calling the selected preamble to-be-assembled model interface to acquire the name, the input parameters and the output parameters of the selected preamble to-be-assembled model;
a connection setting unit, configured to set a connection mode corresponding to the BPMN file as a connector through a character string modification mode, set a connector ID corresponding to the BPMN file as an http-connector, and configure url, method, and headers of a model to be assembled in the preamble;
and the parameter configuration unit is used for writing the input parameters of the selected preamble to-be-assembled model into url of the preamble to-be-assembled model in a character string modification mode, and configuring the output parameters of the selected preamble to-be-assembled model through a script format.
6. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the workflow engine based commonality model assembling and debugging method of any of claims 1-3 when the program is executed by the processor.
7. A non-transitory computer readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of the workflow engine based commonality model assembling and debugging method of any of claims 1-3.
CN202311075714.4A 2023-08-25 2023-08-25 Workflow engine-based commonality model assembling and debugging method and system Active CN116795424B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311075714.4A CN116795424B (en) 2023-08-25 2023-08-25 Workflow engine-based commonality model assembling and debugging method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311075714.4A CN116795424B (en) 2023-08-25 2023-08-25 Workflow engine-based commonality model assembling and debugging method and system

Publications (2)

Publication Number Publication Date
CN116795424A CN116795424A (en) 2023-09-22
CN116795424B true CN116795424B (en) 2023-11-14

Family

ID=88045094

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311075714.4A Active CN116795424B (en) 2023-08-25 2023-08-25 Workflow engine-based commonality model assembling and debugging method and system

Country Status (1)

Country Link
CN (1) CN116795424B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553821A (en) * 2021-06-25 2021-10-26 西安电子科技大学 Multi-scale business model construction method, system, medium, equipment and terminal
CN114756273A (en) * 2021-11-26 2022-07-15 北京中软国际信息技术有限公司 BPMN process engine adaptation establishing method and system
CN115964038A (en) * 2022-12-30 2023-04-14 浙江金网信息产业股份有限公司 Low code development method based on dual-model drive
CN116107869A (en) * 2022-12-02 2023-05-12 用友网络科技股份有限公司 Arrangement test method and device, electronic equipment and readable storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8762933B2 (en) * 2010-09-22 2014-06-24 Sap Ag Converting business process models to component models in a service oriented architecture domain

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553821A (en) * 2021-06-25 2021-10-26 西安电子科技大学 Multi-scale business model construction method, system, medium, equipment and terminal
CN114756273A (en) * 2021-11-26 2022-07-15 北京中软国际信息技术有限公司 BPMN process engine adaptation establishing method and system
CN116107869A (en) * 2022-12-02 2023-05-12 用友网络科技股份有限公司 Arrangement test method and device, electronic equipment and readable storage medium
CN115964038A (en) * 2022-12-30 2023-04-14 浙江金网信息产业股份有限公司 Low code development method based on dual-model drive

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
业务流程建模标注可配置建模技术;韩伟伦;张红延;;计算机集成制造系统(第08期);全文 *
基于BPMN的变电站辅助监控应急预案模型研究;杨莎;黄树欣;陈亮;杨世亭;;自动化与仪表(第06期);全文 *
基于BPMN的服务组合执行引擎的研究与实现;班倩超;刘旭东;曾晋;纪一鹏;;计算机应用研究(第07期);全文 *
支持领域复用的过程元模型;李长云;邬惠峰;应晶;李赣生;;小型微型计算机系统(第06期);全文 *

Also Published As

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

Similar Documents

Publication Publication Date Title
CN103150249B (en) A kind of method and system of automatic test
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
CN101017457A (en) Automatically testing method of computer software
JP2005196291A (en) User interface application development program and development device
CN111930357B (en) Construction method of visual modeling job flow scheduling engine
CN112307718B (en) PDF full-automatic indexing system and method based on text features and grammar rules
CN102306122A (en) Automated testing method and equipment
CN116127899B (en) Chip design system, method, electronic device, and storage medium
CN111813661A (en) Global service data drive automatic test method, device, equipment and medium
CN106227654A (en) A kind of test platform
CN104657274A (en) Method and device for testing software interface
CN109165170A (en) A kind of method and system automating request for test
CN112507623A (en) Algorithm middling station construction method and system
US8819619B2 (en) Method and system for capturing user interface structure in a model based software system
CN112463628B (en) Self-adaptive evolution method of autonomous unmanned system software based on model base framework
CN116795424B (en) Workflow engine-based commonality model assembling and debugging method and system
CN109284194A (en) Collecting method, reference main equipment, computer equipment and storage medium
Machado et al. Refinement of software architectures by recursive model transformations
KR101127701B1 (en) A system and a method for generating web service customized based on business process
CN101662394A (en) Automated testing system and automated testing method
CN115454420A (en) Artificial intelligence algorithm model deployment system, method, equipment and storage medium
CN104732341A (en) Control method and control system for simulating service process and service process operation
CN112181511B (en) Executable information analysis flow interaction configuration generation method
CN113886262A (en) Software automation test method and device, computer equipment and storage medium
CN117155760B (en) Comprehensive wiring visual management method, system, equipment and storage medium

Legal Events

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