CN115640989A - Configuration device and method for dynamically adjusting business process - Google Patents

Configuration device and method for dynamically adjusting business process Download PDF

Info

Publication number
CN115640989A
CN115640989A CN202211671535.2A CN202211671535A CN115640989A CN 115640989 A CN115640989 A CN 115640989A CN 202211671535 A CN202211671535 A CN 202211671535A CN 115640989 A CN115640989 A CN 115640989A
Authority
CN
China
Prior art keywords
selector
rule
clause
management system
dynamically adjusting
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
CN202211671535.2A
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.)
Kmerit Suzhou Information Science & Technology Co ltd
Original Assignee
Kmerit Suzhou Information Science & 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 Kmerit Suzhou Information Science & Technology Co ltd filed Critical Kmerit Suzhou Information Science & Technology Co ltd
Priority to CN202211671535.2A priority Critical patent/CN115640989A/en
Publication of CN115640989A publication Critical patent/CN115640989A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application relates to the field of financial systems, in particular to a configuration device and a configuration method for dynamically adjusting a business process, wherein the configuration device is used for flexibly adjusting operation rules of a financial management system and comprises the following steps: the selector configuration module is used for configuring a selector corresponding to the business process through a visual interface by a user, and the selector is used for outputting a rule term output result through the configured rule term and the received variable value; and the selector calling module is connected with the financial management system and the selector and used for receiving the process selection parameters of the financial management system, calling the corresponding selector and sending the output rule clause output result to the financial management system. The method facilitates business personnel to adjust the business process in the financial management system in a visualized and flexible manner, and avoids the business personnel writing configuration files and restarting the service after changing the process.

Description

Configuration device and method for dynamically adjusting business process
Technical Field
The present application relates to the field of financial systems, and in particular, to a configuration device, a configuration method, an electronic device, and a storage medium for dynamically adjusting a business process.
Background
In a financial fund transaction management system, transaction services of different service types exist, transaction flows of the transaction services of different service types are often different, transaction flows of the transaction services of the same service type are also different, and with the increase of financial transaction products, complexity of the service types and the service flows is increased, so that developers need to have high familiarity with the whole transaction service and relatively high development cost when developing the transaction management system.
In the prior art, a transaction service of a transaction system is extracted from a corresponding service rule by using a mature rule management system such as visual rules, iLog and drools, and a mapping relation between the service and the rule is written into a configuration file in an xml format of a financial management system, so that when a service flow needs to be changed, a change configuration file is developed. However, this method is only suitable for developers, and is not suitable for financial business personnel to flexibly change the business process of the configuration business according to business requirements, and this method needs to restart the service every time the business is changed, which is inefficient.
Disclosure of Invention
In order to solve the defects in the prior art, the present application aims to provide a configuration device, a configuration method, an electronic device, and a storage medium for dynamically adjusting a business process, so as to facilitate business personnel to flexibly adjust the business process of a financial management system.
In order to achieve the above object, the present application provides a configuration device for dynamically adjusting a business process, which is used for flexibly adjusting an operation rule of a financial management system, and includes:
the selector configuration module is used for configuring a selector corresponding to the business process through a visual interface by a user, and the configuration content of the selector at least comprises the following steps: a selector attribute and a number of rule terms; the selector attributes include at least: number, name, class, default output value, and priority of default output value; the rule terms include at least: a rule clause attribute and a plurality of clause sets; the rule term attributes include: the rule clause name, the logic relationship, the rule clause output result and the output priority; the set of rule clauses clause includes: clause group attributes and a plurality of clause clauses; the clause group attribute includes: name and logical relationship; the clause includes: variables, operators, and operation values;
the selector is connected with the selector configuration module and used for outputting a rule clause output result through the configured rule clause and the received variable value;
the selector calling module is connected with the financial management system and the selector and used for receiving the process selection parameters of the financial management system, calling the corresponding selector and sending the output result of the output rule clause to the financial management system, wherein the process selection parameters at least comprise; the number of selectors and the variable values.
Further, the types of variables include: STRING, INT and LONG types; the operator includes: greater than, less than, equal to, greater than or equal to, less than or equal to, not equal to, inclusive and not inclusive; the operation value is used for being compared with the received variable value to execute the corresponding rule clause.
Further, the logical relationship includes at least: and logical relations, or logical relations and inverted logical relations.
Further, for the financial service of the transaction type, the classification attribute is configured for the selector corresponding to the service flow according to the life cycle of each service flow in the transaction.
Further, for the financial business of the asset type, the classification attribute is configured for the selector corresponding to the business process according to the function of each business process on the asset.
In order to achieve the above object, the present application provides a method for dynamically adjusting a service flow, where the method is applied to the configuration device, and includes:
responding to a business process execution requirement of financial business, generating a process selection parameter by a financial management system and sending the process selection parameter to a configuration device, wherein the process selection parameter at least comprises; the number and variable value of the selector;
based on the number of the selector, the configuration device determines the corresponding selector;
based on the variable value, the selector matches the matched rule clause, and the rule clause output result of the rule clause is output to the transaction management system;
the financial management system outputs a result in response to the rule term.
Further, the method further comprises:
and configuring the output value of the corresponding selector by using a configuration device based on the change requirement of the business process.
Further, the method further comprises:
a new selector is configured using the configuration means based on the new business process requirements.
Further, the method further comprises:
for the financial service of the transaction type, the configuration device configures classification attributes for selectors corresponding to the service flows according to the life cycles of the service flows in the transaction;
and for the financial service of the asset type, configuring classification attributes for selectors corresponding to the service flows according to the functions of the service flows on the assets.
Further, the method further comprises:
and responding to the rule clause output result as the serial number of the flow template, and calling the flow template corresponding to the serial number by the financial management system to execute the flow.
Further, the method further comprises:
and responding to the output result of the rule clause as a class name, and calling a processing method execution flow of a processing class corresponding to the class name by the financial management system.
To achieve the above object, the present application provides an electronic device, comprising:
a processor;
a memory including one or more computer program modules;
wherein the one or more computer program modules are stored in the memory and configured to be executed by the processor, the one or more computer program modules for, when executed, implementing the method of dynamically adjusting a business process as described above.
To achieve the above objects, the present application provides a computer readable storage medium, on which computer instructions are stored, and when the computer instructions are executed, the steps of the method for dynamically adjusting a business process as described above are executed.
The configuration device for dynamically adjusting the business process facilitates business personnel to adjust the business process in the financial management system visually and flexibly, and avoids the business personnel writing configuration files and restarting services after changing the process.
Additional features and advantages of the present application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the present application.
Drawings
The accompanying drawings are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic structural diagram of a configuration apparatus for dynamically adjusting a business process according to the present application;
fig. 2 is a schematic flowchart of a method for dynamically adjusting a business process according to an embodiment of the present application;
FIG. 3 is a schematic block diagram of an electronic device of the present application;
fig. 4 is a schematic diagram of a storage medium of the present application.
Detailed Description
Embodiments of the present application will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present application are shown in the drawings, it should be understood that the present application may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present application. It should be understood that the drawings and embodiments of the present application are for illustration purposes only and are not intended to limit the scope of the present application.
It should be understood that the various steps recited in the method embodiments of the present application may be performed in a different order and/or in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present application is not limited in this respect.
The term "including" and variations thereof as used herein is intended to be open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It is noted that references to "a", "an", and "the" modifications in this application are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that reference to "one or more" unless the context clearly dictates otherwise. "plurality" is to be understood as two or more.
Hereinafter, embodiments of the present application will be described in detail with reference to the accompanying drawings.
Example 1
One embodiment of the present application provides a configuration device for dynamically adjusting a business process, which is used to flexibly adjust an operation rule of a financial management system.
Fig. 1 is a schematic structural diagram of a configuration apparatus for dynamically adjusting a business process according to the present application, and the configuration apparatus for dynamically adjusting a business process according to the present application will be described in detail with reference to fig. 1:
a configuration apparatus 100 for dynamically adjusting a business process, comprising:
the selector configuration module 101 is configured to configure, by a user through a visualization interface 1011, a selector corresponding to a business process, where configuration contents of the selector 102 at least include: a selector attribute and a number of rule terms; the selector attributes include at least: number, name, classification, default output value, and priority of default output value; the rule terms include at least: a rule clause attribute and a plurality of clause sets; the rule term attributes include: rule clause name, logic relation, rule clause output result and output priority; the set of rule clauses clause includes: clause group attribute and a plurality of clause clauses; the clause set attributes include: name and logical relationship; the clause includes: variables, operators, and operation values;
it is understood that the selector configuration module 101 may configure a plurality of selectors 102, and may perform an add-drop and check on the contents of the selectors.
It should be noted that clause clauses in different rule clauses in the same selector 102 may be the same or different, and when the clause clauses are the same, a rule clause output result with a higher priority is output according to the priority of the rule clause.
A selector 102 connected to the selector configuration module 101, wherein the selector 102 is configured to output a rule clause output result through the configured rule clause and the received variable value;
it should be noted that, the rule term output result of the rule term is matched with a value required by the financial management system, in this embodiment, the rule term output result includes two types, i.e., a process template number and a class name, for example, the rule term output result in the process template selector is the process template number, and the financial management system searches for a corresponding process template execution process through the process template number; if the output result of the rule clause in a clearing selector is the class name of clearing processing, the financial management system uses a JAVA class reflection mechanism to find a processing class corresponding to the class name to call a processing method to execute.
It will be appreciated that such classes of operations will generally accomplish the same type of operation by implementing a unified interface approach.
It should be noted that, the technical solutions of finding the flow template for execution according to the serial number and executing the method according to the class name both belong to the prior art, and the response process after the financial management system outputs the result according to the obtained rule and term can be set adaptively according to the business flow requirements, which is not described herein.
It can be understood that, when the financial management system needs to change the service flow, the financial management system only needs to change the rule clause output result of the selector corresponding to the service flow to be changed on the configuration device, and after the configuration device outputs the rule clause, the financial management system does not need to restart, and the financial management system can complete the change of the service flow by directly responding to the corresponding flow according to the rule clause output result.
A selector calling module 103, connected to the financial management system 104 and the selector 102, configured to receive a flow selection parameter of the financial management system, call the corresponding selector 102, and send a rule provision output result to the financial management system 104, where the flow selection parameter at least includes; the number of selectors and the variable values.
In this embodiment, the types of variables include: STRING, INT and LONG types; the operator includes: greater than, less than, equal to, greater than or equal to, less than or equal to, not equal to, inclusive and not inclusive; the operation value is used to compare with the received variable value to execute the corresponding rule clause.
It will be appreciated that the variable types and operator settings are adapted to accommodate a variety of different variable scenarios.
In this embodiment, the logical relationship at least includes: and logical relations, or logical relations and logical relations of negation.
In this embodiment, for the financial service of the transaction type, the classification attribute is configured for the selector corresponding to the business process according to the life cycle of each business process in the transaction.
It should be noted that, in the financial management system, there are many transaction type services, and for convenience of process management of such services, corresponding selectors and selector classification attributes are configured for each service process in the whole lifecycle of the transaction type service, for example, the service processes in the whole lifecycle of a bond buying service are as follows: initiating transaction, process approval and review, bond clearing and accounting, and correspondingly configuring a selector with a classification attribute as a process template, a selector with a classification attribute as clearing and a selector with a classification attribute as accounting through a selector configuration module 101.
In this embodiment, for the financial service of the asset type, the selector corresponding to the business process is configured with the classification attribute according to the role of each business process on the asset.
It should be noted that, in the financial management system, there are many asset types of services, and for convenience of process management of such services, classification attributes are configured for selectors corresponding to service processes according to functions of each service process on assets, for example, the service of asset management has two main functions, one is transaction asset management and accounting asset management, and a selector with classification attribute as transaction asset and a selector with classification attribute as accounting asset are configured through the selector configuration module 101.
The working principle of the invention is as follows: when a business person wants the financial management system to realize a ' procedure A for buying bonds and a procedure B for selling bonds ', the selector 102 of a procedure template is configured through the selector configuration module 101, the rule clause 1 is configured in the selector, when the variable value of the variable of the transaction type is equal to ' buying bonds ', the template number of the procedure A is output, the rule clause 2 is configured in the selector, when the variable value of the variable of the transaction type is equal to ' buying bonds ', the template number of the procedure B is output, after configuration is completed, when the procedure selection parameter sent by the financial management system is received and is the selector 102 for calling the procedure template, the selector 102 is called, according to whether the variable value in the procedure selection parameter is ' buying bonds ' or selling bonds ', the corresponding template number is output and sent to the financial management system, and the financial management system finds the template of the corresponding number for use after receiving the template number.
Example 2
One embodiment of the present application provides a method for dynamically adjusting a business process, which is applied to the configuration device and used for flexibly adjusting the operation rules of the financial management system.
Fig. 2 is a schematic flow chart of the method for dynamically adjusting a business process of the present application, and the method for dynamically adjusting a business process of the present application will be described in detail with reference to fig. 2:
step S101: responding to a business process execution requirement of financial business, generating a process selection parameter by a financial management system and sending the process selection parameter to a configuration device, wherein the process selection parameter at least comprises; the number and variable value of the selector;
step S102: based on the number of the selector, the configuration device determines the corresponding selector;
s103, based on the variable value, the selector matches the adaptive rule clause and outputs the rule clause output result of the rule clause to the transaction management system;
step S104: the financial management system outputs a result in response to the rule term.
In this embodiment, when a business process needs to be changed, the configuration device is used to configure the rule clause output result of the corresponding selector so as to change the process.
Illustratively, the result is output by changing the rules and terms of the selector to allow the financial management system to select a different flow template for execution.
In this embodiment, when a new business process is to be added, a new selector is configured using the configuration means.
It will be appreciated that when the selector is configured using the configuration means, the financial management system adaptively sets the method of outputting the result in response to the terms of the selector rules to perform the new business process.
In the embodiment, in order to manage different transaction services and corresponding selectors, for financial services of a transaction type, the configuration device configures classification attributes for the selectors corresponding to the service flows according to the life cycles of the service flows in the transaction;
and for the financial service of the asset type, configuring classification attributes for selectors corresponding to the service flows according to the functions of the service flows on the assets.
In this embodiment, when the rule term output result is the number of the flow template, the financial management system calls the flow template corresponding to the number to execute the flow.
In this embodiment, when the rule term output result is a class name, the financial management system calls a processing method execution flow of a processing class corresponding to the class name.
Illustratively, if the output result of the rule clause in the flow template selector is the number of the flow template, the financial management system searches the corresponding flow template to execute the flow through the number of the flow template; if the output result of the rule clause in a clearing selector is the class name of clearing processing, the financial management system uses a JAVA class reflection mechanism to find the processing class corresponding to the class name to call the processing method for execution.
Example 3
In this embodiment, an electronic device is further provided, and fig. 3 is a schematic block diagram of the electronic device provided in this application. As shown in fig. 3, the electronic device 130 includes a processor 131 and a memory 132. The memory 132 is used to store non-transitory computer readable instructions (e.g., one or more computer program modules). The processor 131 is configured to execute non-transitory computer readable instructions that, when executed by the processor core 131, may perform one or more of the steps of the method of dynamically adjusting a business process described above. The memory 132 and the processor 131 may be interconnected by a bus system and/or other form of connection mechanism (not shown).
For example, the processor 131 may be a Central Processing Unit (CPU), a Digital Signal Processor (DSP), or other form of processing unit having data processing capabilities and/or program execution capabilities, such as a Field Programmable Gate Array (FPGA), or the like; for example, the Central Processing Unit (CPU) may be an X86 or ARM architecture or the like.
For example, memory 132 may include any combination of one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. Volatile memory can include, for example, random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, read Only Memory (ROM), a hard disk, an Erasable Programmable Read Only Memory (EPROM), a portable compact disc read only memory (CD-ROM), USB memory, flash memory, and the like. One or more computer program modules may be stored on the computer-readable storage medium and executed by the processor 131 to implement the various functions of the electronic device 130. Various applications and various data, as well as various data used and/or generated by the applications, and the like, may also be stored in the computer-readable storage medium.
It should be noted that, in the embodiment of the present application, reference may be made to the above description about the method for dynamically adjusting the service flow for specific functions and technical effects of the electronic device 130, and details are not described here again.
Example 4
In this embodiment, a computer-readable storage medium is further provided, and fig. 4 is a schematic diagram of a storage medium according to the present application. As shown in fig. 4, storage medium 150 is used to store non-transitory computer readable instructions 151. For example, the non-transitory computer readable instructions 151, when executed by a computer, may perform one or more steps of a method of dynamically adjusting a business process in accordance with the description above.
For example, the storage medium 150 may be applied to the electronic device 130 described above. For example, the storage medium 150 may be the memory 132 in the electronic device 130 shown in fig. 3. For example, the related description about the storage medium 150 may refer to the corresponding description of the memory 132 in the electronic device 130 shown in fig. 3, and is not repeated here.
It should be noted that the storage medium (computer-readable medium) described above in the present application may be a computer-readable signal medium or a non-transitory computer-readable storage medium or any combination of the two. The non-transitory computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the non-transitory computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
In the present application, a non-transitory computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a non-transitory computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
Computer program code for carrying out operations for aspects of the present application may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), system on a chip (SOCs), complex Programmable Logic Devices (CPLDs), etc.
The above description is only a few embodiments of the present application and is intended to be illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other combinations of features described above or equivalents thereof without departing from the spirit of the disclosure. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the application. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (13)

1. A configuration device for dynamically adjusting business process is used for flexibly adjusting operation rules of a financial management system, and is characterized by comprising:
the selector configuration module is used for configuring a selector corresponding to the business process through a visual interface by a user, and the configuration content of the selector at least comprises selector attributes and a plurality of rule terms; the selector attributes include at least a number, a name, a classification, a default output value, and a priority of the default output value; the rule clauses at least comprise a rule clause attribute and a plurality of clause groups; the rule clause attribute comprises a rule clause name, a logic relationship, a rule clause output result and an output priority; the rule clause group comprises clause group attributes and a plurality of clause clauses; the clause set attributes include: name and logical relationship; the clause includes a variable operators and operation values;
the selector is connected with the selector configuration module and used for outputting a rule clause output result through the configured rule clause and the received variable value;
the selector calling module is connected with the financial management system and the selector and used for receiving the process selection parameters of the financial management system, calling the corresponding selector and sending the output rule clause output result to the financial management system, wherein the process selection parameters at least comprise; the number of selectors and the variable values.
2. The apparatus for dynamically adjusting configuration of business processes according to claim 1, wherein the types of variables comprise: STRING, INT and LONG types; the operator includes: greater than, less than, equal to, greater than or equal to, less than or equal to, not equal to, inclusive and not inclusive; the operation value is used for being compared with the received variable value to execute the corresponding rule clause.
3. The apparatus for dynamically adjusting configuration of business processes according to claim 1, wherein the logical relationship at least comprises: and logical relations, or logical relations and inverted logical relations.
4. The configuring device for dynamically adjusting business processes according to claim 1, wherein for financial services of a transaction type, the classifying attributes are configured for the selectors corresponding to the business processes according to the life cycles of the business processes in the transaction.
5. The apparatus for configuring dynamically adjusted business processes according to claim 1, wherein for financial services of the asset type, the selectors corresponding to the business processes are configured with classification attributes according to the functions of the business processes on the asset.
6. A method for dynamically adjusting a business process, the method being applied to the configuration device according to any one of claims 1 to 5, and comprising:
responding to a business process execution requirement of financial business, generating a process selection parameter by a financial management system and sending the process selection parameter to a configuration device, wherein the process selection parameter at least comprises; the number and variable value of the selector;
based on the number of the selector, the configuration device determines the corresponding selector;
based on the variable value, the selector matches the matched rule clause, and the rule clause output result of the rule clause is output to the transaction management system;
the financial management system outputs a result in response to the rule term.
7. The method of dynamically adjusting a business process of claim 6, further comprising:
and configuring the output value of the corresponding selector by using a configuration device based on the change requirement of the business process.
8. The method of dynamically adjusting a business process of claim 6, further comprising:
for the financial service of the transaction type, the configuration device configures classification attributes for selectors corresponding to the service flows according to the life cycles of the service flows in the transaction;
and for the financial service of the asset type, configuring classification attributes for selectors corresponding to the service flows according to the functions of the service flows on the assets.
9. The method of dynamically adjusting a business process of claim 6, further comprising:
a new selector is configured using the configuration means based on the new business process requirements.
10. The method for dynamically adjusting business processes of claim 6, wherein said method further comprises:
and responding to the rule clause output result as the serial number of the flow template, and calling the flow template corresponding to the serial number by the financial management system to execute the flow.
11. The method for dynamically adjusting business processes of claim 6, wherein said method further comprises:
and responding to the output result of the rule clause as a class name, and calling a processing method execution flow of a processing class corresponding to the class name by the financial management system.
12. An electronic device, comprising:
a processor;
a memory including one or more computer program modules;
wherein the one or more computer program modules are stored in the memory and configured to be executed by the processor, the one or more computer program modules for implementing the method of dynamically adjusting a business process of any of claims 6-11.
13. A computer-readable storage medium having stored thereon computer instructions which, when executed, perform the steps of the method of dynamically adjusting a business process of any one of claims 6-11.
CN202211671535.2A 2022-12-26 2022-12-26 Configuration device and method for dynamically adjusting business process Pending CN115640989A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211671535.2A CN115640989A (en) 2022-12-26 2022-12-26 Configuration device and method for dynamically adjusting business process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211671535.2A CN115640989A (en) 2022-12-26 2022-12-26 Configuration device and method for dynamically adjusting business process

Publications (1)

Publication Number Publication Date
CN115640989A true CN115640989A (en) 2023-01-24

Family

ID=84949837

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211671535.2A Pending CN115640989A (en) 2022-12-26 2022-12-26 Configuration device and method for dynamically adjusting business process

Country Status (1)

Country Link
CN (1) CN115640989A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116243969A (en) * 2023-05-11 2023-06-09 云账户技术(天津)有限公司 Wind control rule engine configuration method, system, equipment and medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112953754A (en) * 2020-05-12 2021-06-11 深圳市明源云客电子商务有限公司 Configuration method and device of differentiated service, electronic equipment and storage medium
CN115375278A (en) * 2022-08-25 2022-11-22 中国工商银行股份有限公司 Business work order processing method and device, electronic equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112953754A (en) * 2020-05-12 2021-06-11 深圳市明源云客电子商务有限公司 Configuration method and device of differentiated service, electronic equipment and storage medium
CN115375278A (en) * 2022-08-25 2022-11-22 中国工商银行股份有限公司 Business work order processing method and device, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116243969A (en) * 2023-05-11 2023-06-09 云账户技术(天津)有限公司 Wind control rule engine configuration method, system, equipment and medium

Similar Documents

Publication Publication Date Title
US10579638B2 (en) Automating extract, transform, and load job testing
CN112015739A (en) Data verification and data query method and device
CN113052696B (en) Financial business task processing method, device, computer equipment and storage medium
EP3912074A1 (en) Generating a synchronous digital circuit from a source code construct defining a function call
CN107203465A (en) System interface method of testing and device
CN115640989A (en) Configuration device and method for dynamically adjusting business process
US11121942B2 (en) Orchestration engine facilitating management of dynamic connection components
CN111078579A (en) Monkey testing method and device and terminal equipment
US10073938B2 (en) Integrated circuit design verification
CN114185874A (en) Big data based modeling method and device, development framework and equipment
US11520564B2 (en) Intelligent recommendations for program code
US20200089539A1 (en) Optimization of memory usage by integration flows
CN110968404A (en) Equipment data processing method and device
US11138094B2 (en) Creation of minimal working examples and environments for troubleshooting code issues
CN110188071B (en) Data processing method and device, electronic equipment and computer readable medium
US10482171B2 (en) Digital form optimization
CN114449063B (en) Message processing method, device and equipment
CN110187874A (en) A kind of regular configuration method executed in computer equipment and device
CN115599401A (en) Publishing method, device, equipment and medium of user-defined model
US20220417175A1 (en) Method and system for resource governance in a multi-tenant system
CN111881025B (en) Automatic test task scheduling method, device and system
CN113282284A (en) Packing method and packing system adaptive to multiple customized projects
US8495033B2 (en) Data processing
CN116301758B (en) Rule editing method, device, equipment and medium based on event time points
US20230281529A1 (en) Business behavior management system and business behavior management method

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20230124

RJ01 Rejection of invention patent application after publication