CN111208979B - Assembly type development method and system based on platform framework - Google Patents

Assembly type development method and system based on platform framework Download PDF

Info

Publication number
CN111208979B
CN111208979B CN201911415452.5A CN201911415452A CN111208979B CN 111208979 B CN111208979 B CN 111208979B CN 201911415452 A CN201911415452 A CN 201911415452A CN 111208979 B CN111208979 B CN 111208979B
Authority
CN
China
Prior art keywords
application
list
business
business process
page
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
CN201911415452.5A
Other languages
Chinese (zh)
Other versions
CN111208979A (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.)
Shenzhen Yihuo Technology Co ltd
Original Assignee
Shenzhen Yihuo 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 Shenzhen Yihuo Technology Co ltd filed Critical Shenzhen Yihuo Technology Co ltd
Priority to CN201911415452.5A priority Critical patent/CN111208979B/en
Publication of CN111208979A publication Critical patent/CN111208979A/en
Application granted granted Critical
Publication of CN111208979B publication Critical patent/CN111208979B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides an assembly type development method and system based on a platform frame, wherein the assembly type development method based on the platform frame comprises the following steps: acquiring a page list of a business application; carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file; registering the application description file to a platform framework, packaging the interface permission list into a preset role, and distributing the preset role to a corresponding user end on the platform framework; the input, output, preconditions and influence of the business processes in the business process model file are registered to the platform framework, and the processes of different business applications are linked through simple tasks. The platform framework is combined with the application mode to provide services for enterprise users, the structure is simple, the application and development are convenient, the individual business requirements are met, the flow is flexible, and the various business scene requirements can be met.

Description

Assembly type development method and system based on platform framework
Technical Field
The invention relates to the technical field of information, in particular to an assembled development method based on a platform frame and an assembled development device based on the platform frame.
Background
With the high-speed development of information and the higher and higher demands of enterprises, general software products cannot meet the requirements of enterprises on management, the development cost of traditional code levels is higher and higher, the functional upgrading of software cannot keep pace with the market change, and the satisfaction degree of clients is lower and lower.
Enterprise system development tends to be more complex and personalized than consumer level software system development. The complexity is that the production, operation and management business of enterprises often involves aspects, and enterprise systems are necessarily complex if the enterprise wants to fully cover; the individuation is that the individuation has specificity in different industries or even in the aspect of restarting business of different enterprises, and a general enterprise business system is difficult to meet individuation requirements.
Disclosure of Invention
In view of the foregoing, embodiments of the present invention have been developed to provide a platform frame-based fabricated development method and corresponding platform frame-based fabricated development apparatus that overcome or at least partially solve the foregoing problems.
In order to solve the above problems, an embodiment of the present invention discloses a platform frame-based fabricated development method, including:
acquiring a page list of a business application;
carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file;
registering the application description file to a platform framework, packaging the interface authority list into preset roles, distributing the preset roles to corresponding user ends on the platform framework, registering the input, output, preconditions and influences of the business processes in the business process model file to the platform framework, and connecting the processes of different business applications through simple tasks.
Further, the application description file includes an application name, and the step of registering the application description file to the platform framework includes:
and packaging the interface authority into a preset role, wherein the name of the preset role is the same as the application name.
Further, the step of obtaining the page list of the service application includes:
and acquiring the page type and the page call address of the service application.
Further, the step of performing business process modeling based on the page list and the role list to obtain an interface authority list, an application description file and a business process model file includes:
and based on the page list and the role list, arranging and modeling a business process according to BPMN standards to obtain the interface authority list, the application description file and the business process model file.
The embodiment of the invention discloses an assembled development system based on a platform frame, which comprises the following components:
the application registration module is used for acquiring a page list and a role list of the business application;
the business process modeling module is used for carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file;
the role packaging module is used for registering the application description file to a platform framework and packaging the interface authority list into a preset role; and distributing the preset roles to corresponding user terminals on the platform framework, registering the input, output, preconditions and influences of the business processes in the business process model file to the platform framework, and connecting the processes of different business applications through simple tasks.
Further, the application description file includes an application name, and the role encapsulation module includes:
and the role packaging sub-module is used for packaging the interface permission into a preset role, and the name of the preset role is the same as the application name.
Further, the application registration module includes:
and the application booklet injection module is used for acquiring the page type and the page calling address of the service application.
Further, the business process modeling module includes:
and the business process modeling module is used for carrying out arrangement and business process modeling through BPMN standards based on the page list and the role list to obtain the interface authority list, the application description file and the business process model.
The embodiment of the invention discloses an electronic device, which comprises a processor, a memory and a computer program stored on the memory and capable of running on the processor, wherein the computer program realizes the steps of the platform frame-based assembly development method when being executed by the processor.
The embodiment of the invention discloses a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and the computer program realizes the steps of the platform framework-based assembly development method when being executed by a processor.
The embodiment of the invention has the following advantages: the platform framework is combined with the application mode to provide services for enterprise users, the structure is simple, the application and development are convenient, the individual business requirements are met, the flow is flexible, and the various business scene requirements can be met.
Drawings
FIG. 1 is a flow chart of the steps of an embodiment of a fabricated development based on a platform framework of the present invention;
FIG. 2 is a block diagram of an embodiment of a platform framework based fabricated development system of the present invention;
FIG. 3 is a block diagram of an embodiment of a platform framework based fabricated development system of the present invention.
Detailed Description
In order that the above-recited objects, features and advantages of the present invention will become more readily apparent, a more particular description of the invention will be rendered by reference to the appended drawings and appended detailed description.
One of the core ideas of the embodiment of the invention is that the embodiment of the invention provides an assembly type development method and system based on a platform frame, wherein the assembly type development method based on the platform frame comprises the following steps: acquiring a page list of a business application; carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file; registering the application description file to a platform framework, packaging the interface permission list into a preset role, and distributing the preset role to a corresponding user end on the platform framework; the input, output, preconditions and influence of the business processes in the business process model file are registered to the platform framework, and the processes of different business applications are linked through simple tasks. The platform framework is combined with the application mode to provide services for enterprise users, the structure is simple, the application and development are convenient, the individual business requirements are met, the flow is flexible, and the various business scene requirements can be met.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a platform framework-based fabricated development method of the present invention may specifically include the following steps:
s100, acquiring a page list of a business application;
s200, carrying out business process modeling based on a page list and a preset role list to obtain an interface authority list, an application description file and a business process model file;
s300, registering the application description file to a platform framework, packaging the interface authority list into preset roles, distributing the preset roles to corresponding user ends on the platform framework, registering the input, output, preconditions and influence of the business processes in the business process model file to the platform framework, and connecting the processes of different business applications through simple tasks.
The page list and the role list of the business application are acquired as described above with reference to step S100. The application development flow comprises the steps of respectively opening a list page, a detail page and an approval page according to the requirements of business application through a form engine or direct coding. And acquiring a service list contained in the service application, wherein the service list comprises a form page, a list page, a detail page and an approval page, and simultaneously acquiring a page call address of the service application. And simultaneously acquiring a role list which needs to participate in the corresponding business application from the platform framework.
And (2) carrying out business process modeling based on the page list and the role list to obtain an interface authority list and an application description file according to the step (S200). According to the requirements of business application, based on the page list and the role list, the form page, list page, detail page and approval page participating in the business and the roles necessary for participating in the business flow are arranged and business flow modeling is carried out based on BPMN standards to obtain an interface authority list and an application description file, wherein the interface authority list comprises interfaces for realizing all the pages and flows and operation methods thereof, and the application description file comprises application basic configuration information.
The application description file is registered to the platform framework and the interface authority is encapsulated into a preset role as described above with reference to step S300. Registering the information in the application description file to the platform framework, and if the enterprise needs to modify the corresponding basic information, modifying the application basic information. The interfaces and their operations in the interface permission list are packaged into the required roles, in this embodiment, the platform framework directly generates a role name identical to the corresponding name of the service application, and when the roles are modified, the operation permissions of all the interfaces of the application are modified. And distributing the preset roles to the corresponding user ends on the platform framework. The roles generated by the registered applications are distributed to the corresponding users for use, the business process models of the applications are registered to the platform, virtual users or roles in the applications which participate in the business process and are originally virtual are bound with actual users or roles of the platform framework, and therefore the users of the system can normally use the applications and participate in the business application process.
In one embodiment, the flow of one application invoking another application is:
the first application calls the second application by requesting the bridging task;
the bridging task receives a call request of the first application and checks whether a call condition is met;
if the calling condition is met, the bridging task queries an entry flow node of the second application to the flow booklet module;
the bridging task completes the invocation of the second application by initiating a invocation request to the second application flow node.
Referring to FIG. 3, a form page in one embodiment is business data for which the user enters the responsibility of the application. One application may include zero to multiple form pages. The form page can be developed by a third party form engine or can be developed by fully custom encoding.
The list pages in one embodiment are listing related services by list classification or by specific requirements, and clicking on any one of the list pages may access the details page. One application may include zero to multiple list pages. The list page can be developed by a third party form engine or can be developed by full custom coding.
The detail page in a particular embodiment is for completely or on-demand presentation of business data of the logging application and its statistics. The detail page can be developed by a third party form engine or can be developed by full custom coding.
The approval page in one embodiment is used to enter and display approval comments and results once the corresponding information is designed into the approval process. The approval page can be developed by a third-party form engine or can be developed by fully custom coding.
The application description file in a specific embodiment is used for recording and storing application basic information of an application to be registered to the platform framework, including application names, application states, icons exposed by the application, access forms of the application (web pages, android applications, iOS applications, weChat applets, etc.), classifications to which the application belongs, and other information.
The interface operation list in a specific embodiment is a list of all interfaces involved in the application and corresponding interface operation methods, which information will be registered to the platform framework according to the platform framework requirements and finally packaged as services as required.
According to the BPMN standard, the business process model in a specific embodiment develops or fully autonomously develops the business process model related to the application through a third party process engine, and the model carries out process arrangement on specific form pages, list pages, detail pages and approval pages and users or roles participating in the business process model (at the moment, the application cannot know the actual users or roles of the platform framework, and therefore the users and roles are virtual users or roles in the application) according to business needs, so that the corresponding application can meet specific business scene needs; the input and output of the business process, preconditions and subsequent effects will be registered to the platform framework according to the platform framework requirements.
In this embodiment, the step S300 of registering the application description file to the platform framework and encapsulating the interface rights into a preset role includes:
and packaging the interface permission into a preset role, wherein the name of the preset role is the same as the application name.
In this embodiment, the step S100 of obtaining the page list and the role list of the service application includes:
and acquiring the page type, page calling address and role list of the service application.
In this embodiment, the step S200 of performing business process modeling based on the page list and the role list to obtain the interface permission list and the application description file includes:
and on the basis of the page list and the role list, programming and business process modeling are carried out through BPMN standards, and an interface authority list and an application description file are obtained.
The invention provides an assembled development method based on a platform frame, which can not only meet the complex and individual business demands of enterprises, but also has a simple enterprise system structure, and adopts a mode of 'the platform frame plus a plurality of applications' to provide services for enterprise users, namely the platform frame provides basic capability and application aggregation capability, and a plurality of applications cooperate to meet the business function demands of the enterprise system; the minimum business unit forming the enterprise system is an application, the application structure is simple, each application specifically meets a certain small personalized business requirement or scene, and therefore each application is also called as fragmented and scene application; the enterprise system meets the requirements of more complex services through the cooperation of different applications, and the flow is flexible, so that more service application scenes can be met.
It should be noted that, for simplicity of description, the method embodiments are shown as a series of acts, but it should be understood by those skilled in the art that the embodiments are not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred embodiments, and that the acts are not necessarily required by the embodiments of the invention.
Referring to FIG. 2, a block diagram of an embodiment of a platform framework-based fabricated development system of the present invention is shown, which may include the following modules in particular:
the application registration module 100 is configured to obtain a page list and a role list of a service application;
the business process modeling module 200 is configured to perform business process modeling based on the page list and the role list, and obtain an interface authority list and an application description file;
the role encapsulation module 300 is used for registering the application description file to the platform framework and encapsulating the interface authority list into a preset role; and distributing the preset roles to the corresponding user ends on the platform framework, registering the input, output, preconditions and influences of the business processes in the business process model file to the platform framework, and connecting the processes of different business applications through simple tasks.
In this embodiment, the application description file includes an application name, and the role encapsulation module 300 includes:
and the role packaging sub-module is used for packaging the interface permission into a preset role, and the name of the preset role is the same as the application name.
In this embodiment, the application registration module includes:
and the application booklet injection module is used for acquiring the page type, the page calling address and the role list of the service application.
In this embodiment, the business process modeling module includes:
and the business process modeling module is used for carrying out programming and business process modeling through the BPMN standard based on the page list and the preset role list to obtain an interface authority list and an application description file.
For the device embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described by differences from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other.
The embodiment of the invention discloses an electronic device, which comprises a processor, a memory and a computer program stored on the memory and capable of running on the processor, wherein the computer program realizes the steps of the platform frame-based assembly development method when being executed by the processor.
The embodiment of the invention discloses a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of the platform framework-based assembly development method are realized.
It will be apparent to those skilled in the art that embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the invention may take the form of a computer program product on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal device to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal device, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or terminal device comprising the element.
The above description of the invention provides a method and a system for developing an assembly based on a platform framework, which uses specific examples to describe the principles and embodiments of the invention, and the description of the above examples is only for helping to understand the method and core ideas of the invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (10)

1. A method of fabricated development based on a platform framework, comprising:
acquiring a page list of a business application;
carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file, wherein the interface authority list comprises interfaces for realizing all pages and processes and operation methods thereof;
registering the application description file to a platform framework, packaging the interface authority list into preset roles, distributing the preset roles to corresponding user ends on the platform framework, registering the input, output, preconditions and influences of business processes in the business process model file to the platform framework, and connecting the processes of different business applications through simple tasks;
the first application calls the second application by requesting the bridging task;
the bridging task receives a call request of the first application and checks whether a call condition is met;
if the calling condition is met, the bridging task queries an entry flow node of the second application to the flow booklet module;
the bridging task completes the invocation of the second application by initiating a invocation request to the second application flow node.
2. The method of claim 1, wherein the application description file includes an application name, and wherein the registering the application description file to the platform framework comprises:
and packaging the interface authority into a preset role, wherein the name of the preset role is the same as the application name.
3. The method of claim 1, wherein the step of obtaining a page listing of the business application comprises:
and acquiring the page type and the page call address of the service application.
4. The method of claim 3, wherein the step of performing business process modeling based on the page list and a preset role list to obtain an interface permission list, an application description file, and a business process model file comprises:
and based on the page list and a preset role list, arranging and modeling a business process according to BPMN standards to obtain the interface authority list, the application description file and the business process model file.
5. A platform frame-based fabricated development system, comprising:
the application registration module is used for acquiring a page list and a role list of the business application;
the business process modeling module is used for carrying out business process modeling based on the page list and a preset role list to obtain an interface authority list, an application description file and a business process model file, wherein the interface authority list comprises interfaces for realizing all pages and processes and operation methods thereof;
the role packaging module is used for registering the application description file to a platform framework and packaging the interface authority list into a preset role; the preset roles are distributed to corresponding user ends on the platform framework, input, output, preconditions and influences of service flows in the service flow model file are registered to the platform framework, flows of different service applications are linked through simple tasks, and a first application calls a second application through requesting a bridging task;
the bridging task receives a call request of the first application and checks whether a call condition is met;
if the calling condition is met, the bridging task queries an entry flow node of the second application to the flow booklet module;
the bridging task completes the invocation of the second application by initiating a invocation request to the second application flow node.
6. The system of claim 5, wherein the application description file includes an application name, and wherein the role packaging module includes:
and the role packaging sub-module is used for packaging the interface permission into a preset role, and the name of the preset role is the same as the application name.
7. The system of claim 5, wherein the application registration module comprises:
and the application booklet injection module is used for acquiring the page type and the page calling address of the service application.
8. The system of claim 7, wherein the business process modeling module comprises:
and the business process modeling module is used for carrying out arrangement and business process modeling through BPMN standards based on the page list and the preset role list to obtain the interface authority list, the application description file and the business process model.
9. An electronic device comprising a processor, a memory and a computer program stored on the memory and capable of running on the processor, which when executed by the processor implements the steps of the platform framework based assembly development method of any one of claims 1 to 4.
10. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the steps of the platform framework based assembly development method of any one of claims 1 to 4.
CN201911415452.5A 2019-12-31 2019-12-31 Assembly type development method and system based on platform framework Active CN111208979B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911415452.5A CN111208979B (en) 2019-12-31 2019-12-31 Assembly type development method and system based on platform framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911415452.5A CN111208979B (en) 2019-12-31 2019-12-31 Assembly type development method and system based on platform framework

Publications (2)

Publication Number Publication Date
CN111208979A CN111208979A (en) 2020-05-29
CN111208979B true CN111208979B (en) 2023-05-23

Family

ID=70784184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911415452.5A Active CN111208979B (en) 2019-12-31 2019-12-31 Assembly type development method and system based on platform framework

Country Status (1)

Country Link
CN (1) CN111208979B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220272B (en) * 2021-04-27 2022-11-29 支付宝(杭州)信息技术有限公司 Method, device and equipment for accessing open capability of service platform

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102135883A (en) * 2011-03-14 2011-07-27 山东大学 Software-as-a-service (SaaS) application generation and deployment supporting method and device
CN103136612A (en) * 2011-11-29 2013-06-05 神州数码信息系统有限公司 Development method of zero-coding component-based flow business
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140317596A1 (en) * 2012-06-29 2014-10-23 George BOURIS Device-independent application development based on business processes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102135883A (en) * 2011-03-14 2011-07-27 山东大学 Software-as-a-service (SaaS) application generation and deployment supporting method and device
CN103136612A (en) * 2011-11-29 2013-06-05 神州数码信息系统有限公司 Development method of zero-coding component-based flow business
CN107888681A (en) * 2017-11-09 2018-04-06 北京中电普华信息技术有限公司 A kind of business flow processing method and device

Also Published As

Publication number Publication date
CN111208979A (en) 2020-05-29

Similar Documents

Publication Publication Date Title
CN109002362B (en) Service method, device and system and electronic equipment
US20230333906A1 (en) Discovering and publishing api information
US8458703B2 (en) Application requesting management function based on metadata for managing enabler or dependency
US10127569B2 (en) Service design and order fulfillment system with service order design and assign provider function
US20120047506A1 (en) Resource abstraction via enabler and metadata
US9158510B2 (en) System and computer program product for creating a telecommunications application
US10594800B2 (en) Platform runtime abstraction
CN104216912A (en) Method and device for achieving non-intrusive service form workflow
CN109032590B (en) Configuration method, device, terminal and storage medium of visual development environment
CN109446648B (en) Simulation service establishing method and device
CN113448728B (en) Cloud resource scheduling method, device, equipment and storage medium
CN112149838A (en) Method, device, electronic equipment and storage medium for realizing automatic model building
CN108810164A (en) Device supporting SaaS application flow customization and operation as required
CN111208979B (en) Assembly type development method and system based on platform framework
CN114240382A (en) Flow instance generation method and device based on structured flow template
WO2024002217A1 (en) Application management method and related device
CN111198677A (en) Equipment object generation method, device and equipment
CN112035156A (en) E-commerce platform docking device, method, equipment and medium
US20070038979A1 (en) Method and system for transparently controlling the behavior of service methods in a service oriented architecture
WO2022135592A1 (en) Method and apparatus for generating model training program mirror image, device, and storage medium
CN112631696B (en) Service arranging method, arranging device, processor and service arranging system
KR101266685B1 (en) Method and system for policy enabled programming
CN111652580A (en) Method and device for processing data of nodes
CN113626001A (en) API dynamic editing method and device based on script
CN115145699A (en) Interface processing method and device

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