CN114237587A - Management and control method and system based on IDEA technical service SmartFlow - Google Patents

Management and control method and system based on IDEA technical service SmartFlow Download PDF

Info

Publication number
CN114237587A
CN114237587A CN202111483135.4A CN202111483135A CN114237587A CN 114237587 A CN114237587 A CN 114237587A CN 202111483135 A CN202111483135 A CN 202111483135A CN 114237587 A CN114237587 A CN 114237587A
Authority
CN
China
Prior art keywords
component
transaction
unit
management
file
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
CN202111483135.4A
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.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202111483135.4A priority Critical patent/CN114237587A/en
Publication of CN114237587A publication Critical patent/CN114237587A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The invention provides a SmartFlow control method and a system based on IDEA technical service, wherein the system comprises the following steps: the system comprises a component arranging module, a component management module and a flow deploying module; the component arrangement module is used for realizing the logic arrangement of business or transaction and the development of reusable components; the component management module is used for realizing the functions of business process management, process template management and business component library management; the process deployment module is used for converting the editing state process file into an operation state file and providing the execution of the operation state file by the process engine instance. The invention solves the technical problems of high threshold requirement, high cost, long period and difficulty in meeting business requirements of financial product development in the prior art.

Description

Management and control method and system based on IDEA technical service SmartFlow
Technical Field
The invention relates to the technical field related to financial computer software development, in particular to a management and control method and a management and control system based on IDEA technical service SmartFlow.
Background
The conventional general financial products in banks have high similarity and standardized flows, and a large number of similar functions among a plurality of products need to be repeatedly developed in the development process of the general financial products so as to meet the needs of various financial products with similar functions.
In order to develop popular financial products with high similarity, a development mode of a credit factory assembly line is adopted in the prior art, a user story on the production line is split into technical components with small granularity according to a service model, a general flow template is standardized through a flow template solidification flow, a standard product is solidified and packaged, expandable logic is reserved, and the purpose of convenient customization is achieved.
However, in the process of implementing the technical solution of the invention in the embodiments of the present application, the inventors of the present application find that the above-mentioned technology has at least the following technical problems:
based on the development mode of the credit factory pipeline, components in a product can only be executed in a serialized mode, branch operation of the components is not supported, and if a certain component is used in multiple transactions, the component needs to be repeatedly written into different transactions, so that the efficiency is poor, and the technical problems that the product development threshold requirement is high, the cost is high, the period is long, and the business requirement is difficult to meet exist in the prior art.
Disclosure of Invention
The embodiment of the application provides a control method and a control system based on IDEA technical service SmartFlow, which are used for solving the technical problems that in the prior art, if a certain component is used in a plurality of transactions, the component needs to be repeatedly written into different transactions, so that the efficiency is poor, the component in a financial product can be executed only in a serialization mode, the component does not support the branch operation of the component, the requirement on a product development threshold is high, the cost is high, the period is long, and the service requirement is difficult to meet. According to the method and the device, the SmartFlow plug-in is adopted in the process of developing the financial product, the frequently-used assemblies in the financial product with high similarity can be managed, controlled and arranged, in the process of developing, only a visual design tool is needed to drag the needed assemblies to a designer, and the assemblies are connected in series through connecting lines to complete new service or transaction; when the components are called, all the components required in the transaction are not required to be written into the configuration file in a handwriting mode, and the SmartFlow plug-in can automatically produce the configuration file according to the components dragged in the designer; when the branch flow of the complex business scene is processed, a branch execution condition can be directly added on a connecting line of a flow chart in a designer, the flow jumps to a subsequent node according to the condition, the branch control of the flow is realized without a complex coding mode, technical components in the financial products are visually managed and arranged, the assembly of the financial product transaction service can be completed more quickly, and the technical effect of the adaptability to the complex business scene is improved.
In view of the foregoing problems, embodiments of the present application provide a SmartFlow management and control method and system based on the IDEA technology service.
In a first aspect of the embodiments of the present application, a system for managing and controlling SmartFlow based on IDEA technology service is provided, where the system includes: the component arrangement module is used for realizing logic arrangement of business or transaction and development of reusable components; the component management module is used for realizing the functions of business process management, process template management and business component library management; and the flow deployment module is used for converting the editing state flow file into the running state file and providing the execution of the running state file by the flow engine instance.
In a second aspect of the embodiments of the present application, there is provided a method for controlling SmartFlow based on IDEA technology service, where the method is applied to the system according to the first aspect, and the method includes: creating a process file of a first transaction; importing a business component registration file to obtain a component library; acquiring components required by the first transaction from the component library; the components required by the first transaction are connected in series by setting the connecting lines in the component arrangement module and the branch conditions on the connecting lines; setting a global attribute of the first transaction; and converting the edited flow file into an operation file through a flow deployment module to complete the flow deployment of the first transaction.
In a third aspect of the embodiments of the present application, a system for managing and controlling SmartFlow based on IDEA services is provided, including: a first processing unit for creating a flow document for a first transaction; the first acquisition unit is used for importing a service component registration file and acquiring a component library; a second obtaining unit, configured to obtain a component required for the first transaction from the component library; the second processing unit is used for completing the series connection of the components required by the first transaction through the setting of the connecting lines in the component arrangement module and the branch conditions on the connecting lines; a third processing unit for setting a global attribute of the first transaction; and the fourth processing unit is used for converting the edited flow file into an operation state file through a flow deployment module to complete the flow deployment of the first transaction.
In a fourth aspect of the embodiments of the present application, a management and control system based on IDEA technical service SmartFlow is provided, including: a processor coupled to a memory, the memory for storing a program that, when executed by the processor, causes the system to perform the steps of the method according to the second aspect.
One or more technical solutions provided in the embodiments of the present application have at least the following technical effects or advantages:
according to the method and the system, the SmartFlow plug-in is adopted in the financial transaction service product, and the service scene can be flexibly constructed by using the technical components multiplexed in different products, so that the decoupling of the service and the technology and the decoupling of software and hardware are realized, the development process is simplified, and the component flow arrangement is flexibly carried out on the application scenes of different modules; in the process of developing products, a development mode of 'component + process' is formed, developers form a transaction which can meet a specific service scene through the components and the process by taking arrangement as a main mode and taking codes as an auxiliary mode; and when processing branch flow of a complex business scene, adding branch execution conditions on a connecting line of a flow chart in a designer, and jumping the flow to a subsequent node according to the conditions without complex coding, thereby realizing the branch control of the flow, achieving the technical effects of visualization, low-cost code development, reducing the development difficulty and realizing the quick response of various business requirements.
The foregoing description is only an overview of the technical solutions of the present application, and the present application can be implemented according to the content of the description in order to make the technical means of the present application more clearly understood, and the following detailed description of the present application is given in order to make the above and other objects, features, and advantages of the present application more clearly understandable.
Drawings
Fig. 1 is a schematic structural diagram of a management and control system based on the IDEA flow service provided in the embodiment of the present application;
fig. 2 is a schematic structural diagram of a component arrangement module in a management and control system based on the IDEA technology service SmartFlow according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a component management module in a management and control system based on the IDEA flow of the IDEA technology service provided in the embodiment of the present application;
fig. 4 is a schematic structural diagram of a flow deployment module in a management and control system based on IDEA technical service SmartFlow according to an embodiment of the present application;
fig. 5 is a schematic flow chart of a method for controlling SmartFlow based on IDEA technology services in an embodiment of the present application;
fig. 6 is an actual application interaction diagram of a management and control method based on the IDEA flow service in the embodiment of the present application;
fig. 7 is a second schematic structural diagram of a SmartFlow management and control system based on the IDEA technology service provided by the embodiment of the present application;
fig. 8 is a schematic structural diagram of an exemplary electronic device according to an embodiment of the present application.
Description of reference numerals: the system comprises a component arranging module 11, a component managing module 12, a flow deploying module 13, a first processing unit 21, a first acquiring unit 22, a second acquiring unit 23, a second processing unit 24, a third processing unit 25, a fourth processing unit 26, an electronic device 300, a memory 301, a processor 302, a communication interface 303 and a bus architecture 304.
Detailed Description
The embodiment of the application provides a control method and a control system based on IDEA technical service SmartFlow, which are used for solving the technical problems that in the prior art, if a certain component is used in a plurality of transactions, the component needs to be repeatedly written into different transactions, so that the efficiency is poor, the component in a financial product can be executed only in a serialization mode, the component does not support the branch operation of the component, the requirement on a product development threshold is high, the cost is high, the period is long, and the service requirement is difficult to meet. According to the method and the device, the SmartFlow plug-in is adopted in the process of developing the financial product, the frequently-used assemblies in the financial product with high similarity can be managed, controlled and arranged, in the process of developing, only a visual design tool is needed to drag the needed assemblies to a designer, and the assemblies are connected in series through connecting lines to complete new service or transaction; when the components are called, all the components required in the transaction are not required to be written into the configuration file in a handwriting mode, and the SmartFlow plug-in can automatically produce the configuration file according to the components dragged in the designer; when the branch flow of the complex business scene is processed, a branch execution condition can be directly added on a connecting line of a flow chart in a designer, the flow jumps to a subsequent node according to the condition, the branch control of the flow is realized without a complex coding mode, technical components in the financial products are visually managed and arranged, the assembly of the financial product transaction service can be completed more quickly, and the technical effect of the adaptability to the complex business scene is improved.
Summary of the application
The general financial products have higher similarity and standardized flows, the design is developed based on the original non-credit factory model framework, only the current single product is considered, a large number of similar functions among a plurality of products need to be repeatedly developed, the workload of development and testing is increased, and the universality is poor. The development mode of the credit factory assembly line divides the user story on the production line into technical components with smaller granularity according to the service model, standardizes the general flow template through the flow template solidification flow, solidifies and encapsulates standardized products, reserves extensible logic, and achieves the purpose of convenient customization. However, when the development mode based on the credit factory pipeline is developed, the components can only be executed in a serialization mode, and the component branch operation is not supported, so that the serialization-based component arrangement of some complex service scenarios is caused, and the complex service scenario requirements are difficult to meet. The existing business scene is completed through transaction, the transaction needs to be completed by a plurality of components together, and when a certain transaction needs a plurality of components, the components need to be written in manually; in addition, if a certain component is used in many transactions, the component needs to be repeatedly written into different transactions, which results in poor efficiency; meanwhile, the problem that the influence analysis of the components is difficult to perform through a manual configuration writing mode exists. In summary, the prior art has the following: the development threshold requirement is high, and coding personnel are required to have higher technical level and higher requirements on service level capability, so that fewer suitable developers are caused; the application development is deeply participated by manufacturers and is difficult to master independently, and the development needs experienced personnel to carry out code development of a system level, so that the development period is long and the portability is poor; the function module has no quick multiplexing mechanism, and the flow arrangement module has no combined arrangement tool, so that the technical problems of high development cost, long period and difficulty in meeting service demand response are caused.
In view of the above technical problems, the technical solution provided by the present application has the following general idea:
the embodiment of the application provides a management and control method and a system based on IDEA technical service SmartFlow, wherein the system comprises: the component arrangement module is used for realizing logic arrangement of business or transaction and development of reusable components; the component management module is used for realizing the functions of business process management, process template management and business component library management; and the flow deployment module is used for converting the editing state flow file into the running state file and providing the execution of the running state file by the flow engine instance.
Having described the basic principles of the present application, the following embodiments will be described in detail and fully with reference to the accompanying drawings, it being understood that the embodiments described are only some embodiments of the present application, and not all embodiments of the present application, and that the present application is not limited to the exemplary embodiments described herein. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application. It should be further noted that, for the convenience of description, only some but not all of the elements relevant to the present application are shown in the drawings.
Example one
As shown in fig. 1, the embodiment of the present application provides a SmartFlow management and control system based on IDEA technical service, SmartFlow is a lightweight, efficient, extensible, and highly integrated flow engine tool, and meets and improves efficiency of financial service developers, and business components can be arranged visually, and sequential calls of each business component can be effectively managed and controlled, and complex logic can be displayed in a form of a flow chart. Thereby providing a strong technical support for design and development personnel.
The system comprises: a component orchestration module 11, a component management module 12, and a flow deployment module 13. The component arrangement module 11 is used for implementing logic arrangement of business or transaction and development of reusable components.
Specifically, in the prior art, for example, financial product transactions or business products of a general financial product, there are standard business processes or service processes, so that a large number of similar functions need to be repeatedly developed in the business and transaction of different products, and the workload of development and testing of technicians is increased. Illustratively, when a customer applies for online signing of various different financing application contracts, whether the customer has financing basis needs to be detected, and when any customer applies for online signing of different financing contracts, the technical component detects whether the customer has financing basis, and the technical component needs to be repeatedly developed and detected in different businesses, so that the normal operation of the technical component in different products and business processes is ensured, and the efficiency of technical personnel in developing different products and businesses is greatly influenced.
The component arrangement module 11 is used for managing, controlling and arranging technical components with different functions in financial product transaction and service flows, all components in the system are edited through a visual design tool, a brand new service or transaction flow can be produced only by dragging required components into a designer and then connecting and connecting different components in series, components similar to other services or transactions in the component arrangement module do not need to be developed and tested again, and the development efficiency of technicians is improved.
Further, as shown in fig. 2. The component arrangement module 11 comprises a flow file creation unit, a visual component arrangement unit, a flow global setting unit, a business component attribute setting unit, a connection line attribute setting unit and a primitive attribute setting unit.
In the component arrangement module 11, the creation unit of the process file is used for creating components corresponding to steps required in the transaction or service process according to the steps included in the transaction or service process of the current financial product, and is exemplarily used for creating components for receiving contract signing information, saving contract information, judging whether the client needs financing basis or not, and the like, while the user needs to sign the financing contract online. If the above-mentioned assembly has already been used in other business or trade, it is a frequently-multiplexed technical assembly, already exist in the system, can drag and use directly, and then establish the flow file; if the part of the components are new flow steps in the current transaction or service, technicians can create new components and store the new components in the system, and the components can be reused when reused in other transactions or services, so that the time for the technicians to repeatedly program similar components is saved.
The visualized component arrangement unit is a unit for sequentially arranging the components that have been selected from the system and the created components according to the steps included in the transaction or service flow of the current financial product. The component is a component which is used for appointing a specific function, can be called, is packaged completely and can expose an interface to the outside correctly, and is managed in a component library for a developer to reuse. The visualized component arranging unit is used for arranging the data flow direction and the logic topology among the components, and can also be understood as step sequencing and branch flow direction among the components. The visualization is that the function of the corresponding component in each process file realized in the transaction or service is used as the definition of each component, for example, when the user needs to sign financing on line, the contract information component is saved as savewtraplyinfcmpt, and then the component can be regarded as a step of saving contract information, and the component is defined by adopting the process step function, so that the visualization process file arrangement can be performed when a new transaction or service process is created. In the system provided by the embodiment of the application, each component can be dragged and arranged in the editor, for example, the contract information saving component is placed at the head of the current process file, the first step in the current process file step is to save contract information, and through the visual component arrangement unit, a developer can form transactions capable of meeting specific service scenes through the components and the process by taking arrangement as a main form and taking codes as an auxiliary form.
In the editing process of the component editing unit, different from the existing credit factory mode development, the components in the credit factory mode development can only be executed in a serialization mode, and branch operation of the components is not supported, so that serialization-based component editing of complex functions of some service scenes is difficult to meet requirements of the complex service scenes. In the component arranging unit in the embodiment of the application, if a branch flow is needed for business or transaction in the arranging process, a branch execution condition is added to the connection line of each component in the flow file, and the flow is transferred to a subsequent node according to the condition without complex coding, so that the branch control of the flow is realized.
The process global setting unit, the service component attribute setting unit, the connection line attribute setting unit and the primitive attribute setting unit are used for setting various attributes of the process file finished by the arranging component, and exemplarily, the above units can be used for setting a transaction code, a message type, a channel type, whether to start a workflow, a Chinese name of a transaction or service corresponding to the process file, a transaction type and the like of the process file.
The component arrangement module 11 in the embodiment of the application completes management, control and arrangement of all components in the system through a visual design tool, can only simply drag the components into a designer, and connects the components in series through a connecting line to complete new services or transactions; when the components are called, all the components used in the transaction are written into the configuration file in a handwriting mode, and the SmartFlow plug-in automatically generates the configuration file according to the technical components dragged in from the designer and the connection mode of the technical components; for branch circulation of a complex business scene, branch control can be realized by designing branch execution conditions, technical components in financial products are visually managed and arranged, the assembly of financial product transaction service can be completed more quickly, and the technical effect of adaptability to the complex business scene is improved.
The component management module 12 is used for implementing the functions of business process management, process template management and business component library management.
The business process management and the process template management are to manage different businesses or transaction processes included in different products, similar or identical contents exist among all the business processes, when a new business process file is created by adopting the process template, only different required components are needed to be exported from a business component library, and the components with higher similarity or the same similarity are reserved, so that the new business process file can be created more conveniently, and the development efficiency is improved.
The management of the service component library is the management of the service component library, the service component library comprises all service components, and the management content updates the components in the service component library in real time, deletes the unnecessary components, adds new components, encrypts the components, maintains the components and the like. The management of the service component library is convenient for carrying out the same management on all service components, the timeliness is stronger, the operation is simpler and easier, and the later maintenance is also convenient.
Specifically, as shown in fig. 3, the component management module 12 includes a component import unit, a flow file export unit, a component library configuration file upload unit, a service transaction code generation unit, a flow template import unit, a flow template deletion unit, a component addition deletion unit, a component classification addition deletion unit, a component retrieval unit, and a component library refresh unit.
Further, the component importing unit is configured to import the components corresponding to the steps or functions in the process file into the service component library, so as to be reused when a new service process file is created later.
The flow file export unit is used for exporting the flow file in an editing state after creating the flow file, arranging the components and setting the global attribute of the flow file.
The component library configuration file uploading unit is used for arranging and finishing each component in the process file, and after the SmartFlow plug-in automatically generates the configuration file according to the dragged technical component and the connection mode thereof, the configuration file is uploaded to the service component library to form a process template, and the technical component in the process template is uploaded to the service component library for multiplexing.
The business transaction code generating unit is used for generating a business transaction code; the flow template importing unit is used for exporting a flow file template from the business component library; the flow template deleting unit is used for deleting unneeded flow file templates from the service component library; the component adding and deleting unit is used for adding new service components or deleting unnecessary service components in the service component library; the component searching unit is used for searching and obtaining a set of required service components of a certain type in the service component library according to preset searching conditions; and the component library refreshing unit is used for refreshing the components in the service component library in real time by development technicians so as to obtain the latest service components in the service component library.
The component management module 12 is used for managing the reusable service components, the process file templates, the production service transaction codes and the like, and effectively manages the reusable service components and the process file templates, so that developers can multiplex components from the service component library when developing new services or transaction process files, and can rapidly develop new process files meeting specific service scenes by arranging the components as a main form and the codes as an auxiliary form and multiplexing the components and the processes, thereby achieving the technical effects of improving the development efficiency and intelligently managing the component library.
In addition, different sub-libraries can be arranged in the business component library, and different sub-libraries can be used for storing different kinds of business components with different purposes. Illustratively, the business component library comprises a public component library and a private component library, and the public component library comprises public shared components which can be freely used by all development technicians as basic components and can also be used by other developers cooperating externally. The private component library comprises private components for individuals or a certain group to use, and can be encrypted by adopting an encryption means or set with access authority so as to limit the use of external personnel. Illustratively, the private component library includes private components that need to be used by a certain project group, which relate to business scenario algorithm components, for internal access only by the project group. The service component library can also be provided with the component tree for management and control according to the use stage, so that different management and control requirements are met, developers and manufacturers with different requirements can use the component tree, and the technical effect of improving the development efficiency of the service process files is achieved.
The process deployment module 13 is configured to convert the edited process file into an operating state file, and provide a process engine instance to execute the operating state file.
Specifically, as shown in fig. 4, the process deployment module 13 is configured to convert the edited process file smf (standard MIDI file) into a running xml (extensible Markup language), and includes a process engine instance management unit, a component instance management unit, and a process release management unit. And providing the execution of the process engine instance on the running state file, wherein the execution comprises process engine instance management, component instance management, process release management and the like. And after the arrangement of the process files is finished and the process files are exported to be the running state process files, executing the running state process files, and managing the process engine instances of the running state process files, the component instances in the running state process files and the like.
To sum up, the system for managing and controlling SmartFlow based on IDEA technology services provided by the embodiment of the present application includes a component arrangement module 11, a component management module 12, and a flow deployment module 13, when financial product business or transaction flows are developed by using the embodiment of the present application, a development mode of "component + flow" is formed, and developers form a transaction capable of meeting a specific business scenario through the components and the flow by taking arrangement as a main form and taking codes as an auxiliary form; when processing branch flow of a complex service scene, adding a branch execution condition on a connecting line of a flow chart in a designer, and jumping the flow to a subsequent node according to the condition without a complex coding mode to realize the branch control of the flow; the method can control the service component library and the process file template in real time, so that the multiplexing service components in the service component library are updated along with service updating, and the ecology of the service component library is formed, so that complex and novel service products can be developed, the technical effects of visualization, low-cost code development, reduction of development difficulty and quick response of various service requirements can be achieved.
Example two
Based on the same inventive concept as the system for managing and controlling SmartFlow based on IDEA technology service in the foregoing embodiment, as shown in fig. 5, an embodiment of the present application provides a method for managing and controlling SmartFlow based on IDEA technology service, where the method includes:
s100: creating a process file of a first transaction;
s200: importing a business component registration file to obtain a component library;
s300: acquiring components required by the first transaction from the component library;
s400: the components required by the first transaction are connected in series by setting the connecting lines in the component arrangement module and the branch conditions on the connecting lines;
s500: setting a global attribute of the first transaction;
s600: and converting the edited flow file into an operation file through a flow deployment module to complete the flow deployment of the first transaction.
Smf, the first transaction is any transaction flow in any financial product to be created, and the first transaction comprises a plurality of steps so as to realize the progress of the transaction flow.
And importing a business component registration file, acquiring a component library, wherein the component library comprises all saved reusable business components and the like, importing a corresponding business component registration file according to the attribute of the first transaction, acquiring the corresponding component library, and further selecting and dragging all components in the component library.
And acquiring the components required by the first transaction from the component library, namely selecting the components required to be used in all the components in the required component library according to the process steps included in the first transaction to create the process steps in the first transaction process file.
The components required by the first transaction are connected in series through the arrangement of the connecting lines in the component arrangement module and the branch conditions on the connecting lines, namely, the selected required components are arranged and connected in series in an arrangement mode, for part of complex first transactions, the branch execution conditions are added on the series connecting lines, and the flow circulation jumps to the components corresponding to the subsequent steps according to the conditions, so that the step of arranging and connecting the components in series is completed.
Setting the global attribute of the first transaction, namely setting the transaction code, the message type, the channel type, whether to start the workflow, the Chinese name of the transaction or service corresponding to the flow file, the transaction type and the like of the flow file of the first transaction.
And converting the edited flow file into an operation state file through a flow deployment module to complete the flow deployment of the first transaction, namely completing the arrangement of the flow file of the first transaction, and after the global attribute is set, converting the flow file into the operation state flow file to test and operate and deploying the flow file in a product.
Step S200 of the embodiment of the present application includes:
s210: acquiring first attribute information of the first transaction;
s220: acquiring a sub-component library according to the first attribute information; wherein the component library comprises a plurality of the sub-component libraries.
Specifically, the component library comprises various sub-component libraries comprising different types of components, illustratively, the component library comprises a public sub-component library and a private sub-component library, and the components in the public sub-component library can be accessed and used by all persons; the private sub-component library is provided with the authority or encryption, and external personnel cannot access or see the private sub-component library, so that only part of personnel or groups can access and use the private sub-component library. The classification manner of the component library may also be any classification manner in the prior art, which is not limited to the example, and the component library includes a public component library of a public service component and a private component library of a private service component, but is not limited thereto.
The first attribute information is information included in the first transaction, for example, the first transaction is a basic transaction service, the first attribute information may represent the first transaction as the basic transaction service, and when a developer develops or maintains the first transaction as the basic transaction service, the developer may obtain the above-mentioned public component library and use the public components therein. If the first transaction is a special transaction service and belongs to a transaction service independently developed by a certain project group, the first attribute information can represent that the first transaction is the special transaction service, and a developer can acquire the private sub-component library corresponding to the first transaction and use the private components in the private sub-component library to develop and arrange when developing or maintaining the first transaction which is the special transaction service.
The component library comprises all reusable components, the sub-component library is constructed in the type of transaction classification, and the components in the sub-component libraries of different classes are used corresponding to the transactions of different classes. Illustratively, the first transaction may also be a public transportation transaction or a private transaction, which respectively correspond to the public component library and the private component library. According to the embodiment of the application, the sub-component libraries comprising the components of different types are arranged in the component library, when the component library is obtained according to the first transaction, the sub-component library corresponding to the first transaction type can be directly obtained, the time for searching the required components in the total component library is reduced, the corresponding components can be more conveniently used, the component use errors are avoided, the process file development efficiency is improved, and the technical effects of reducing the development and test cost are achieved.
A description is given below of a scenario of a management and control method based on the IDEA technical service SmartFlow in practical application, so that a technical solution of the embodiment of the present application can be more clearly understood, but the method is not limited to the present application.
Fig. 6 shows an interaction diagram of the method provided by the embodiment of the application in practical application, as shown in fig. 6, firstly, a client initiates a contract signing application CTPD032 transaction at an enterprise internet bank, after a financing platform receives financing application information submitted by the client, firstly, the application information is stored in a library, product parameters are inquired, whether the product needs financing basis is judged, the financing basis information submitted by the client is verified and stored, whether the product is exempted by an entity controller or not is judged, whether an individual highest-rate guarantee contract is signed or not is judged if the non-entity controller exempted, if the client does not sign, a to-do task is generated, the to-do task information of the financing platform is inquired and displayed by a personal internet bank, the client selects a corresponding to-do task to sign at the personal internet bank, the financing platform is notified after signing is finished, the financing platform updates the to-do task information, and then parallel task rules are invoked to verify the same information, and finally, updating the contract information submitted by the client.
By adopting the method provided by the embodiment of the application, the flow of the CTPD032 transaction is arranged as follows based on the SmartFlow technology service plug-in:
step 1, creating a flow file demo.smf;
step 2, importing a service component registration file component. xml to obtain a component library;
step 3, dragging a contract information storage component savewwhltryaplyinfcmpt required in CTPD032 transaction from a component library to a process arrangement interface, judging whether a financing basis component isReqnccmpt is required, judging whether a financing basis component fncGistValidateCmpt is required, judging whether a human exemption component actionExemomptcMpt is required, judging whether a highest guarantee contract component isGengHighGntCtrCtrCrtCmpt is generated, judging whether a task storage component gntCtrToHdlTstDataCmpt is to be handled, updating a task component updateToHkCmpt, a parallel task verification component callSubpProcessCmpt and a contract information updating component whllyInfModCmpt;
step 4, completing the series connection of each service component by setting the connecting line and the branch conditions on the connecting line;
and step 5, setting global attributes of the transaction, wherein the transaction code in the embodiment is set as CTPD032, the message type is set as xml, the channel type is set as O, whether the workflow is started is set as false, the Chinese name of the transaction is contract signing and submitting the transaction, and the type of the transaction is selected to be query and stored.
Step 6, click is led out in the toolbar, the edit-state demo.smf can be converted into the run-state demo.xml, the demo.xml file is the contract signing application CTPD032 transaction in the embodiment, and finally the process deployment of the CTPD032 transaction is completed.
EXAMPLE III
Based on the same inventive concept as the method for controlling SmartFlow based on IDEA technology service in the foregoing embodiment, as shown in fig. 7, an embodiment of the present application provides a system for controlling SmartFlow based on IDEA technology service, where the system includes:
a first processing unit 21, wherein the first processing unit 21 is used for creating a flow file of a first transaction;
a first obtaining unit 22, where the first obtaining unit 22 is configured to import a service component registration file and obtain a component library;
a second obtaining unit 23, where the second obtaining unit 23 is configured to obtain a component required by the first transaction from the component library;
the second processing unit 24 is used for completing the serial connection of the components required by the first transaction through the setting of the connecting lines in the component arrangement module and the branch conditions on the connecting lines;
a third processing unit 25, said third processing unit 25 being configured to set global properties of said first transaction;
a fourth processing unit 26, where the fourth processing unit 26 is configured to convert the process file in the editing state into an operation state file through a process deployment module, so as to complete process deployment of the first transaction.
Further, the system further comprises:
a third obtaining unit, configured to obtain first attribute information of the first transaction;
a fourth obtaining unit, configured to obtain a sub-component library according to the first attribute information; wherein the component library comprises a plurality of the sub-component libraries.
Exemplary electronic device
The electronic device of the embodiment of the present application is described below with reference to figure 8,
based on the same inventive concept as the method for controlling SmartFlow based on IDEA technology service in the foregoing embodiment, an embodiment of the present application further provides a system for controlling SmartFlow based on IDEA technology service, including: a processor coupled to a memory, the memory for storing a program that, when executed by the processor, causes the system to perform the steps of the method of embodiment one.
The electronic device 300 includes: processor 302, communication interface 303, memory 301. Optionally, the electronic device 300 may also include a bus architecture 304. Wherein, the communication interface 303, the processor 302 and the memory 301 may be connected to each other through a bus architecture 304; the bus architecture 304 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus architecture 304 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 8, but this is not intended to represent only one bus or type of bus.
Processor 302 may be a CPU, microprocessor, ASIC, or one or more integrated circuits for controlling the execution of programs in accordance with the teachings of the present application.
The communication interface 303 is a system using any transceiver or the like, and is used for communicating with other devices or communication networks, such as ethernet, Radio Access Network (RAN), Wireless Local Area Network (WLAN), wired access network, and the like.
The memory 301 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an electrically erasable Programmable read-only memory (EEPROM), a compact-read-only-memory (CD-ROM) or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. The memory may be self-contained and coupled to the processor through a bus architecture 304. The memory may also be integral to the processor.
The memory 301 is used for storing computer-executable instructions for executing the present application, and is controlled by the processor 302 to execute. The processor 302 is configured to execute the computer-executable instructions stored in the memory 301, so as to implement a SmartFlow management and control method based on the IDEA technology service provided by the above embodiments of the present application.
Optionally, the computer-executable instructions in the embodiments of the present application may also be referred to as application program codes, which are not specifically limited in the embodiments of the present application.
According to the method and the device, the SmartFlow plug-in is adopted in the process of developing the financial product, the frequently-used assemblies in the financial product with high similarity can be managed, controlled and arranged, in the process of developing, only a visual design tool is needed to drag the needed assemblies to a designer, and the assemblies are connected in series through connecting lines to complete new service or transaction; when the components are called, all the components required in the transaction are not required to be written into the configuration file in a handwriting mode, and the SmartFlow plug-in can automatically produce the configuration file according to the components dragged in the designer; when the branch flow of the complex business scene is processed, a branch execution condition can be directly added on a connecting line of a flow chart in a designer, the flow jumps to a subsequent node according to the condition, the branch control of the flow is realized without a complex coding mode, technical components in the financial products are visually managed and arranged, the assembly of the financial product transaction service can be completed more quickly, and the technical effect of the adaptability to the complex business scene is improved.
Those of ordinary skill in the art will understand that: the various numbers of the first, second, etc. mentioned in this application are only used for the convenience of description and are not used to limit the scope of the embodiments of this application, nor to indicate the order of precedence. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one" means one or more. At least two means two or more. "at least one," "any," or similar expressions refer to any combination of these items, including any combination of singular or plural items. For example, at least one (one ) of a, b, or c, may represent: a, b, c, a-b, a-c, b-c, or a-b-c, wherein a, b, c may be single or multiple.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable system. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device including one or more available media integrated servers, data centers, and the like. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
The various illustrative logical units and circuits described in this application may be implemented or operated upon by general purpose processors, digital signal processors, Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other programmable logic systems, discrete gate or transistor logic, discrete hardware components, or any combination thereof. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing systems, e.g., a digital signal processor and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a digital signal processor core, or any other similar configuration.
The steps of a method or algorithm described in the embodiments herein may be embodied directly in hardware, in a software element executed by a processor, or in a combination of the two. The software cells may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. For example, a storage medium may be coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC, which may be disposed in a terminal. In the alternative, the processor and the storage medium may reside in different components within the terminal. 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.
Although the present application has been described in conjunction with specific features and embodiments thereof, it will be evident that various modifications and combinations can be made thereto without departing from the spirit and scope of the application. Accordingly, the specification and figures are merely exemplary of the present application as defined in the appended claims and are intended to cover any and all modifications, variations, combinations, or equivalents within the scope of the present application. It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations.

Claims (7)

1. A management and control system based on IDEA technology service SmartFlow, the system comprises:
the component arrangement module is used for realizing logic arrangement of business or transaction and development of reusable components;
the component management module is used for realizing the functions of business process management, process template management and business component library management;
and the flow deployment module is used for converting the editing state flow file into the running state file and providing the execution of the running state file by the flow engine instance.
2. The system of claim 1, wherein the component orchestration module comprises:
the system comprises a flow file creating unit, a visual component arranging unit, a flow overall setting unit, a service component attribute setting unit, a connecting line attribute setting unit and a primitive attribute setting unit.
3. The system of claim 1, wherein the component management module comprises:
the system comprises a component import unit, a process file export unit, a component library configuration file uploading unit, a business transaction code generating unit, a process template import unit, a process template deleting unit, a component adding and deleting unit, a component classifying and adding and deleting unit, a component searching unit and a component library refreshing unit.
4. The system of claim 1, wherein the component management module comprises:
the system comprises a process engine instance management unit, a component instance management unit and a process release management unit.
5. A management and control method based on IDEA technology service SmartFlow, wherein the method is applied to the system according to any one of claims 1-4, and the method comprises the following steps:
creating a process file of a first transaction;
importing a business component registration file to obtain a component library;
acquiring components required by the first transaction from the component library;
the components required by the first transaction are connected in series by setting the connecting lines in the component arrangement module and the branch conditions on the connecting lines;
setting a global attribute of the first transaction;
and converting the edited flow file into an operation file through a flow deployment module to complete the flow deployment of the first transaction.
6. A management and control system based on IDEA technology service SmartFlow, wherein the system comprises:
a first processing unit for creating a flow document for a first transaction;
the first acquisition unit is used for importing a service component registration file and acquiring a component library;
a second obtaining unit, configured to obtain a component required for the first transaction from the component library;
the second processing unit is used for completing the series connection of the components required by the first transaction through the setting of the connecting lines in the component arrangement module and the branch conditions on the connecting lines;
a third processing unit for setting a global attribute of the first transaction;
and the fourth processing unit is used for converting the edited flow file into an operation state file through a flow deployment module to complete the flow deployment of the first transaction.
7. A management and control system based on IDEA technology service SmartFlow, wherein the system comprises: a processor coupled to a memory, the memory storing a program that, when executed by the processor, causes a system to perform the steps of the method of claim 5.
CN202111483135.4A 2021-12-07 2021-12-07 Management and control method and system based on IDEA technical service SmartFlow Pending CN114237587A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111483135.4A CN114237587A (en) 2021-12-07 2021-12-07 Management and control method and system based on IDEA technical service SmartFlow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111483135.4A CN114237587A (en) 2021-12-07 2021-12-07 Management and control method and system based on IDEA technical service SmartFlow

Publications (1)

Publication Number Publication Date
CN114237587A true CN114237587A (en) 2022-03-25

Family

ID=80753720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111483135.4A Pending CN114237587A (en) 2021-12-07 2021-12-07 Management and control method and system based on IDEA technical service SmartFlow

Country Status (1)

Country Link
CN (1) CN114237587A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114926143A (en) * 2022-05-16 2022-08-19 三峡高科信息技术有限责任公司 Method and platform for configuring enterprise workflow based on business components and process engine
CN115686472A (en) * 2022-11-04 2023-02-03 国网江苏省电力有限公司信息通信分公司 Service arranging method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114926143A (en) * 2022-05-16 2022-08-19 三峡高科信息技术有限责任公司 Method and platform for configuring enterprise workflow based on business components and process engine
CN114926143B (en) * 2022-05-16 2022-11-08 三峡高科信息技术有限责任公司 Method and platform for configuring enterprise workflow based on business components and process engine
CN115686472A (en) * 2022-11-04 2023-02-03 国网江苏省电力有限公司信息通信分公司 Service arranging method and device
CN115686472B (en) * 2022-11-04 2024-01-30 国网江苏省电力有限公司信息通信分公司 Service arrangement method and device

Similar Documents

Publication Publication Date Title
WO2022160707A1 (en) Human-machine interaction method and apparatus combined with rpa and ai, and storage medium and electronic device
US9547837B2 (en) Migration of process instances
Zimmermann Architectural decisions as reusable design assets
US8701083B2 (en) Systems and methods for varying software build properties using primary and supplemental build files
CN114237587A (en) Management and control method and system based on IDEA technical service SmartFlow
Hu et al. Service net algebra based on logic Petri nets
CN112163337A (en) Avionics collaborative design method and system based on SysML
CN114881616A (en) Business process execution method and device, electronic equipment and storage medium
JPH10254689A (en) Application constitution design supporting system for client/server system
Kubler et al. Decision support system for blockchain (DLT) platform selection based on ITU recommendations: A systematic literature review approach
CN115878589A (en) Version management method and device of structured data and related equipment
US10606843B2 (en) Irreducible modules
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN113052696B (en) Financial business task processing method, device, computer equipment and storage medium
CN115934040A (en) Demand analysis method and device, electronic equipment and storage medium
CN114004505A (en) BPM platform and method for recommending business process based on BPM platform
Bershadsky et al. Techniques for adaptive graphics applications synthesis based on variability modeling technology and graph theory
Turkman et al. Business process model driven automatic software requirements generation
CN112363700A (en) Cooperative creation method and device of intelligent contract, computer equipment and storage medium
CN111859985A (en) AI customer service model testing method, device, electronic equipment and storage medium
M’baba et al. Process mining for artifact-centric blockchain applications
Huang et al. Would the patch be quickly merged?
Fourgeau et al. Managing the embedded systems development process with product lifecycle management
CN115879895B (en) Protocol admittance method, device, computer equipment and storage medium
CN112948480B (en) Data extraction method, device, electronic 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