Data conversion method, device and data conversion equipment
By using data conversion equipment to convert the data format of the business system and the camunda device, the communication problem caused by different communication protocols was solved and normal interaction between the two was achieved.
Patent Information
- Application Number
- CN202210013024.5
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2022-01-06
- Publication Date
- 2025-10-03
- Estimated Expiration
- 2042-01-06
AI Technical Summary
The camunda device cannot communicate with the existing business system, resulting in its inability to adapt to the existing business system, mainly due to different communication protocols.
The data conversion equipment is used to convert the format of the data exchanged between the business system and the Camunda device, including duplicate verification, interface determination, format conversion and result conversion, to ensure the normal communication of data between the two.
The normal interaction between the business system and the Camunda device is realized, so that the Camunda device can adapt to the existing business system.
Smart Images

Figure CN114547159B_ABST
Abstract
Description
Technical Field
[0001] The present invention relates to the field of data processing, and more particularly to a data conversion method, apparatus and data conversion equipment. Background Art
[0002] Currently, most enterprise business management systems rely on handwritten processes, resulting in low standardization and poor maintainability. This leads to significant development costs. To address this technical issue, the Camunda device can be used for process mapping. However, when integrating the Camunda device with existing business systems, different communication protocols prevent communication between the two, making the Camunda device incompatible with existing business systems. Summary of the Invention
[0003] In view of this, the present invention provides a data conversion method, apparatus and data conversion device to solve the problem that the camunda device cannot adapt to the existing business system.
[0004] In order to solve the above technical problems, the present invention adopts the following technical solutions:
[0005] A data conversion method, applied to a data conversion device, comprising:
[0006] Obtaining control information in a string format sent by the business system, and performing repeated verification operations on the control information to obtain a verification result;
[0007] If the verification result is passed, determining a call interface in the camunda device corresponding to the control information and using it as a target call interface;
[0008] Determining initial service information in a character string format corresponding to the control information, and converting the format of the initial service information into a key-value pair format to obtain target service information;
[0009] Sending the target service information to the target call interface so that the camunda device processes the target service information and obtains an information processing result;
[0010] The information processing result sent by the camunda device is received, and the information processing result is converted into data in a table structure format to obtain a target information processing result, and the target information processing result is sent to the business system.
[0011] Optionally, repeatedly verifying the control information to obtain a verification result includes:
[0012] Comparing the control information with other control information in the control information set to determine whether there is similar control information that is sent within a preset time threshold from the control information, has the same sending terminal information, and has the same control information content;
[0013] If it does not exist, the verification result is determined to be passed;
[0014] If so, determining whether the identifier of the similar control information is a preset threshold, wherein when the control information is processed, changing the identifier of the control information to the preset threshold;
[0015] If yes, deleting the control information;
[0016] If not, in a case where the sending time of the control information is earlier than that of the similar control information, the similar control information is deleted.
[0017] Optionally, determining a calling interface in a camunda device corresponding to the control information includes:
[0018] Obtain function information of each interface in the camunda device;
[0019] determining function information corresponding to the control information and using the function information as target function information;
[0020] The interface corresponding to the target function information is used as a calling interface in the camunda device corresponding to the control information.
[0021] Optionally, converting the format of the initial business information into a key-value pair format to obtain target business information includes:
[0022] Based on the initial business information, the key content and the value content in the key-value pair are determined, and the key content and the value content are combined into a key-value pair.
[0023] Optionally, converting the information processing result into data in a table structure format to obtain a target information processing result includes:
[0024] The information processing result is stored in a table structure format to obtain a target information processing result.
[0025] A data conversion device, applied to a data conversion device, comprising:
[0026] A verification module is used to obtain the control information in the string format sent by the business system, and repeatedly verify the control information to obtain a verification result;
[0027] An interface determination module, configured to determine, if the verification result is passed, a call interface in the camunda device corresponding to the control information and use it as a target call interface;
[0028] A first format conversion module is configured to determine initial service information in a string format corresponding to the control information, and convert the format of the initial service information into a key-value pair format to obtain target service information;
[0029] An information sending module, configured to send the target service information to the target calling interface so that the camunda device processes the target service information and obtains an information processing result;
[0030] The second format conversion module is used to receive the information processing result sent by the camunda device, convert the information processing result into data in a table structure format, obtain a target information processing result, and send the target information processing result to the business system.
[0031] Optionally, the verification module includes:
[0032] a comparison submodule, configured to compare the control information with other control information in a control information set to determine whether there is similar control information that is sent within a preset time threshold from the control information, has the same sending terminal information, and has the same control information content;
[0033] a verification determination submodule, configured to determine that the verification result is passed if the similar control information does not exist; and if the similar control information exists, determine whether the identifier of the similar control information is a preset threshold, wherein when the control information is processed, the identifier of the control information is changed to the preset threshold;
[0034] The deletion submodule is configured to delete the control information if the threshold is within a preset threshold; and to delete the similar control information if the threshold is not within a preset threshold and the sending time of the control information is earlier than that of the similar control information.
[0035] Optionally, the interface determination module is specifically configured to:
[0036] Acquire function information of each interface in the camunda device, determine function information corresponding to the control information, and use the function information as target function information. Use the interface corresponding to the target function information as the calling interface in the camunda device corresponding to the control information.
[0037] Optionally, the first format conversion module is configured to convert the format of the initial service information into a key-value pair format, and when obtaining the target service information, is specifically configured to:
[0038] Based on the initial business information, the key content and the value content in the key-value pair are determined, and the key content and the value content are combined into a key-value pair.
[0039] A data conversion device, comprising: a memory and a processor;
[0040] Wherein, the memory is used to store programs;
[0041] The processor calls the program and is used to execute the above data conversion method.
[0042] Compared with the prior art, the present invention has the following advantages: the present invention provides a data conversion method, apparatus, and data conversion device. In the present invention, the data conversion device obtains control information in a string format sent by a business system, and repeatedly verifies the control information to obtain a verification result. If the verification result is passed, the data conversion device determines the call interface in the camunda device corresponding to the control information and uses it as the target call interface. The initial business information in the string format corresponding to the control information is determined, and the format of the initial business information is converted into a key-value pair format to obtain target business information. The target business information is sent to the target call interface so that the camunda device processes the target business information to obtain an information processing result. The information processing result sent by the camunda device is received and converted into data in a table structure format to obtain a target information processing result. The target information processing result is sent to the business system. That is, in the present invention, the data conversion device converts the format of data exchanged between the business system and the camunda device, so that the business system and the camunda device can recognize and process the received data, thereby achieving normal interaction between the business system and the camunda device, thereby enabling the camunda device to adapt to existing business systems. BRIEF DESCRIPTION OF THE DRAWINGS
[0043] In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following briefly introduces the drawings required for use in the embodiments or the description of the prior art. Obviously, the drawings described below are merely embodiments of the present invention. For ordinary technicians in this field, other drawings can be obtained based on the provided drawings without paying any creative work.
[0044] Figure 1 A flow chart of a data conversion method provided by an embodiment of the present invention;
[0045] Figure 2 A flow chart of another data conversion method provided by an embodiment of the present invention;
[0046] Figure 3 A flow chart of another data conversion method provided by an embodiment of the present invention;
[0047] Figure 4 A flow chart of another data conversion method provided by an embodiment of the present invention;
[0048] Figure 5 A schematic structural diagram of a data conversion device provided by an embodiment of the present invention. DETAILED DESCRIPTION
[0049] The following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the accompanying drawings. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without making creative efforts are within the scope of protection of the present invention.
[0050] Currently, most enterprise business management systems rely on handwritten processes, resulting in low standardization and poor maintainability. This leads to significant development costs. To address this technical issue, the Camunda device can be used for process mapping. However, when integrating the Camunda device with existing business systems, different communication protocols prevent communication between the two, making the Camunda device incompatible with existing business systems.
[0051] To address this technical issue, the inventors discovered that the camunda device and existing business systems have different communication protocols, resulting in different data formats for each. If the data exchanged between the two could be formatted and converted into data that the other end could understand, normal communication between the two could be achieved.
[0052] Specifically, the present invention provides a data conversion method, apparatus, and device. In the present invention, the data conversion device obtains control information in a string format sent by a business system, repeatedly verifies the control information, and obtains a verification result. If the verification result is passed, the device determines a call interface in a camunda device corresponding to the control information and uses it as a target call interface. Initial business information in a string format corresponding to the control information is determined, and the format of the initial business information is converted into a key-value pair format to obtain target business information. The target business information is sent to the target call interface so that the camunda device processes the target business information to obtain an information processing result. The device receives the information processing result sent by the camunda device, converts the information processing result into data in a table structure format, obtains a target information processing result, and sends the target information processing result to the business system. That is, in the present invention, the data conversion device converts the format of data exchanged between the business system and the camunda device, enabling the business system and the camunda device to recognize and process the received data, thereby achieving normal interaction between the business system and the camunda device and enabling the camunda device to adapt to existing business systems.
[0053] Based on the above, an embodiment of the present invention provides a data conversion method applied to a data conversion device. In this embodiment, the data conversion device can be a data conversion interface. Communication between a business system and a Camunda device is achieved through the data conversion interface. The business system can be a system programmed using JDK 1.8, Spring Boot, Maven, MyBatis Plus, Vue, or the like, and the Camunda device can be a Camunda work engine.
[0054] Reference Figure 1 , the data conversion method includes:
[0055] S11. Acquire control information in a character string format sent by the business system, and perform repeated verification operations on the control information to obtain a verification result.
[0056] In this embodiment, the control information sent by the business system is in a character string format. The control information includes control instructions. The control instructions may be instructions such as complete, submit, return, cancel, forward, and delete.
[0057] For each instruction, the camunda device is equipped with an interface corresponding to the instruction, such as the completion interface, submission interface, return interface, cancellation interface, forwarding interface, and deletion interface. Different interfaces are called when executing different instructions.
[0058] After the data conversion device receives the control information, it will perform repeated verification operations on the control information to obtain a verification result.
[0059] Specifically, when a user sends control information through a service system, there may be an error in operation, resulting in the same control information being sent multiple times. In this embodiment, in order to avoid this situation, the control information is repeatedly verified.
[0060] S12: If the verification result is passed, determine the calling interface in the camunda device corresponding to the control information and use it as the target calling interface.
[0061] In practical applications, step S12 may include:
[0062] S21. Acquire function information of each interface in the camunda device.
[0063] In this embodiment, the description of the functions that can be implemented by each interface in the camunda device is called function information, such as implementing a deletion function, a forwarding function, etc. The calling interface in the camunda device corresponding to the control information is determined through the function information.
[0064] S22. Determine function information corresponding to the control information and use it as target function information.
[0065] Specifically, after obtaining the control instruction in the control information, the function information corresponding to the control instruction can be determined, such as a forwarding instruction corresponding to a forwarding function, a delete instruction corresponding to a delete function, etc. The function information corresponding to the control instruction is used as the target function information.
[0066] S23. Use the interface corresponding to the target function information as a calling interface in the camunda device corresponding to the control information.
[0067] In this embodiment, the function information and the interface have a corresponding relationship. It is only necessary to determine the interface corresponding to the target function information based on the corresponding relationship and use it as the calling interface in the camunda device corresponding to the control information.
[0068] Furthermore, the present invention can also analyze the call interface in the Camunda device corresponding to the control information by using the interface names of each interface in the Camunda device. In this case, each interface in the Camunda device is named after its function, such as the forwarding interface and the delete interface. The call interface in the Camunda device corresponding to the control information can be determined directly based on the keyword, for example, a forward instruction corresponds to a forwarding interface, a delete instruction corresponds to a delete interface, and so on.
[0069] S13: Determine initial service information in a character string format corresponding to the control information, and convert the format of the initial service information into a key-value pair format to obtain target service information.
[0070] In this embodiment, the data conversion device can query the business system or interface the business system to send initial business information corresponding to the control information. The initial business information is parameter information required to execute the control instructions in the control information, such as voting results, approval opinions, approvers, etc.
[0071] After determining the initial business information, the initial business information is still in string format, which the Camunda device cannot recognize. It needs to be converted into a key-value pair that the Camunda device can recognize. Figure 3 , converting the format of the initial business information into a key-value pair format to obtain target business information, including:
[0072] S31. Determine the key content and the value content in the key-value pair based on the initial business information.
[0073] Specifically, first obtain the content of the initial business information and analyze which is the key and which is the value. For example, if the content of the approval opinion is "agree", the key is the approval opinion and the value is "agree".
[0074] S32. Combine the key content and the value content into a key-value pair.
[0075] By combining the above keys and values into key-value pairs, you can get the target business information.
[0076] S14. Send the target service information to the target calling interface, so that the camunda device processes the target service information and obtains an information processing result.
[0077] Specifically, the target calling interface is called, and the target service information is sent to the target calling interface, so that the camunda device receives the target service information and processes the target service information to obtain the information processing result.
[0078] S15. Receive the information processing result sent by the camunda device, convert the information processing result into data in a table structure format, obtain a target information processing result, and send the target information processing result to the business system.
[0079] After the camunda device processes the information and obtains the results, it sends them to the data conversion device, which converts them into data recognizable by the business system. The data recognizable by the business system is in a table structure.
[0080] At this time, the information processing result needs to be converted into data in a table structure format to obtain the target information processing result.
[0081] Specifically, the information processing result is stored in a table structure format to obtain the target information processing result.
[0082] After obtaining the target information processing result, the data conversion device will send the target information processing result to the business system. The business system can perform operations such as storage and viewing.
[0083] In this embodiment, the data conversion device obtains control information in a string format sent by the business system and repeatedly verifies the control information to obtain a verification result. If the verification result is passed, the data conversion device determines the call interface in the camunda device corresponding to the control information and uses it as the target call interface. The data conversion device determines the initial business information in a string format corresponding to the control information and converts the format of the initial business information into a key-value pair format to obtain target business information. The target business information is sent to the target call interface so that the camunda device processes the target business information to obtain an information processing result. The data conversion device receives the information processing result sent by the camunda device and converts the information processing result into data in a table structure format to obtain a target information processing result. The target information processing result is sent to the business system. In other words, in the present invention, the data conversion device converts the format of data exchanged between the business system and the camunda device, enabling the business system and the camunda device to recognize and process the received data, thereby achieving normal interaction between the business system and the camunda device and enabling the camunda device to adapt to existing business systems.
[0084] The above embodiment mentioned "repeated verification operation on the control information to obtain verification results", and now the specific implementation process is introduced, with reference to Figure 4 , which may include:
[0085] S41. Determine whether similar control information exists; if so, execute step S43; if not, execute step S42.
[0086] Specifically, the control information is compared with other control information in the control information set to determine whether there is similar control information that is within a preset time threshold of the control information sending time, has the same sending terminal information, and has the same control information content.
[0087] In actual applications, when a user sends control information through a business system, there may be an error operation, such as clicking the send command multiple times, which will cause the same control information to be sent multiple times. In this embodiment, in order to avoid this situation, the control information will be repeatedly verified.
[0088] Specifically, the control information sent by the business system will be stored in the control information set. At this time, the control information will be compared with other control information in the control information set to determine whether there is other control information that is within a preset time threshold (generally 2 minutes) of the sending time of the control information, has the same sending terminal information (i.e., sending user), and has the same control information content (i.e., specific instructions). If so, it will be regarded as similar control information.
[0089] S42: Determine if the verification result is passed.
[0090] If it does not exist, it means there is no similar control information, and the verification passes.
[0091] S43. Determine whether the identifier of the similar control information is a preset threshold; if so, execute step S44; if not, execute step S45.
[0092] Specifically, when control information is processed, the control information identifier is changed to a preset threshold. The control information in the control information set is processed sequentially according to the time of receipt. If a control information is processed, the control information identifier can be set to a preset threshold, such as 1. In this embodiment, 0 can be used to indicate unprocessed, and 1 can be used to indicate processed.
[0093] S44: Delete the control information.
[0094] Specifically, if the identifier of the similar control information is a preset threshold, it means that the similar control information has been processed or has been processed. In this case, in order to avoid repeated processing, the control information similar to the processed similar control information can be deleted.
[0095] S45: If the control information is sent earlier than the similar control information, delete the similar control information.
[0096] If the flag for similar control information is below the preset threshold, it indicates that the similar control information has not been processed. In this case, only one of the control information and the similar control information needs to be processed. In this embodiment, the one with the earlier transmission time can be selected. If the control information is transmitted earlier than the similar control information, the control information is processed and the similar control information is deleted.
[0097] In this embodiment, a method for handling the situation where the same control information is sent multiple times due to user misoperation is provided, thereby avoiding user misoperation.
[0098] Optionally, based on the above data conversion method, another embodiment of the present invention provides a data conversion device, which is applied to a data conversion device, referring to Figure 5 , the data conversion device includes:
[0099] The verification module 11 is used to obtain the control information in the string format sent by the business system, and repeatedly verify the control information to obtain a verification result;
[0100] The interface determination module 12 is configured to determine, if the verification result is passed, a calling interface in the camunda device corresponding to the control information and use it as a target calling interface;
[0101] A first format conversion module 13 is configured to determine initial service information in a string format corresponding to the control information, and convert the format of the initial service information into a key-value pair format to obtain target service information;
[0102] An information sending module 14 is used to send the target business information to the target calling interface so that the camunda device processes the target business information and obtains an information processing result;
[0103] The second format conversion module 15 is configured to receive the information processing result sent by the camunda device, convert the information processing result into data in a table structure format, obtain a target information processing result, and send the target information processing result to the business system.
[0104] Furthermore, the verification module includes:
[0105] a comparison submodule, configured to compare the control information with other control information in a control information set to determine whether there is similar control information that is sent within a preset time threshold from the control information, has the same sending terminal information, and has the same control information content;
[0106] a verification determination submodule, configured to determine that the verification result is passed if the similar control information does not exist; and if the similar control information exists, determine whether the identifier of the similar control information is a preset threshold, wherein when the control information is processed, the identifier of the control information is changed to the preset threshold;
[0107] The deletion submodule is configured to delete the control information if the threshold is within a preset threshold; and to delete the similar control information if the threshold is not within a preset threshold and the sending time of the control information is earlier than that of the similar control information.
[0108] Furthermore, the interface determination module is specifically configured to:
[0109] Acquire function information of each interface in the camunda device, determine function information corresponding to the control information, and use the function information as target function information. Use the interface corresponding to the target function information as the calling interface in the camunda device corresponding to the control information.
[0110] Furthermore, the first format conversion module is used to convert the format of the initial business information into a key-value pair format, and when obtaining the target business information, is specifically used to:
[0111] Based on the initial business information, the key content and the value content in the key-value pair are determined, and the key content and the value content are combined into a key-value pair.
[0112] Furthermore, the second format conversion module 15 is used to convert the information processing result into data in a table structure format. When the target information processing result is obtained, it is specifically used to:
[0113] The information processing result is stored in a table structure format to obtain a target information processing result.
[0114] In this embodiment, the data conversion device obtains control information in a string format sent by the business system and repeatedly verifies the control information to obtain a verification result. If the verification result is passed, the data conversion device determines the call interface in the camunda device corresponding to the control information and uses it as the target call interface. The data conversion device determines the initial business information in a string format corresponding to the control information and converts the format of the initial business information into a key-value pair format to obtain target business information. The target business information is sent to the target call interface so that the camunda device processes the target business information to obtain an information processing result. The data conversion device receives the information processing result sent by the camunda device and converts the information processing result into data in a table structure format to obtain a target information processing result. The target information processing result is sent to the business system. In other words, in the present invention, the data conversion device converts the format of data exchanged between the business system and the camunda device, enabling the business system and the camunda device to recognize and process the received data, thereby achieving normal interaction between the business system and the camunda device and enabling the camunda device to adapt to existing business systems.
[0115] It should be noted that, for the working process of each module and sub-module in this embodiment, please refer to the corresponding description of the above embodiment, which will not be repeated here.
[0116] Optionally, based on the above data conversion method and apparatus, another embodiment of the present invention provides a data conversion device, including: a memory and a processor;
[0117] Wherein, the memory is used to store programs;
[0118] The processor calls the program and is used to execute the above data conversion method.
[0119] In this embodiment, the data conversion device obtains control information in a string format sent by the business system and repeatedly verifies the control information to obtain a verification result. If the verification result is passed, the data conversion device determines the call interface in the camunda device corresponding to the control information and uses it as the target call interface. The data conversion device determines the initial business information in a string format corresponding to the control information and converts the format of the initial business information into a key-value pair format to obtain target business information. The target business information is sent to the target call interface so that the camunda device processes the target business information to obtain an information processing result. The data conversion device receives the information processing result sent by the camunda device and converts the information processing result into data in a table structure format to obtain a target information processing result. The target information processing result is sent to the business system. In other words, in the present invention, the data conversion device converts the format of data exchanged between the business system and the camunda device, enabling the business system and the camunda device to recognize and process the received data, thereby achieving normal interaction between the business system and the camunda device and enabling the camunda device to adapt to existing business systems.
[0120] The above description of the disclosed embodiments is intended to enable one skilled in the art to implement or use the present invention. Various modifications to these embodiments will be readily apparent to one skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the present invention. Therefore, the present invention is not limited to the embodiments shown herein but is intended to conform to the widest scope consistent with the principles and novel features disclosed herein.
Claims
1. A data conversion method, characterized in that: Applied to a data conversion device, the data conversion method includes: Obtain control information in a string format sent by the business system, and perform repeated verification operations on the control information to obtain a verification result. The control information includes control instructions. For each control instruction, the camunda device is provided with an interface corresponding to the instruction; If the verification result is passed, determining a call interface in the camunda device corresponding to the control information and using it as a target call interface; Determining initial service information in a character string format corresponding to the control information, and converting the format of the initial service information into a key-value pair format to obtain target service information; Sending the target service information to the target call interface so that the camunda device processes the target service information and obtains an information processing result; The information processing result sent by the camunda device is received, and the information processing result is converted into data in a table structure format to obtain a target information processing result, and the target information processing result is sent to the business system.
2. The data conversion method according to claim 1, wherein: Repeating the verification operation on the control information to obtain a verification result includes: Comparing the control information with other control information in the control information set to determine whether there is similar control information that is sent within a preset time threshold from the control information, has the same sending terminal information, and has the same control information content; If it does not exist, the verification result is determined to be passed; If so, determining whether the identifier of the similar control information is a preset threshold, wherein when the control information is processed, changing the identifier of the control information to the preset threshold; If yes, deleting the control information; If not, in a case where the sending time of the control information is earlier than that of the similar control information, the similar control information is deleted.
3. The data conversion method according to claim 1, wherein: Determining a calling interface in the camunda device corresponding to the control information includes: Obtain function information of each interface in the camunda device; determining function information corresponding to the control information and using the function information as target function information; The interface corresponding to the target function information is used as a calling interface in the camunda device corresponding to the control information.
4. The data conversion method according to claim 1, wherein: Convert the format of the initial business information into a key-value pair format to obtain target business information, including: Based on the initial business information, the key content and the value content in the key-value pair are determined, and the key content and the value content are combined into a key-value pair.
5. The data conversion method according to claim 1, wherein: Converting the information processing results into data in a table structure format to obtain target information processing results includes: The information processing result is stored in a table structure format to obtain a target information processing result.
6. A data conversion device, characterized in that: Applied to data conversion equipment, the data conversion device includes: A verification module is used to obtain control information in a string format sent by the business system and repeatedly verify the control information to obtain a verification result. The control information includes control instructions. For each control instruction, the camunda device is provided with an interface corresponding to the instruction. An interface determination module, configured to determine, if the verification result is passed, a call interface in the camunda device corresponding to the control information and use it as a target call interface; A first format conversion module is configured to determine initial service information in a string format corresponding to the control information, and convert the format of the initial service information into a key-value pair format to obtain target service information; An information sending module, configured to send the target service information to the target calling interface so that the camunda device processes the target service information and obtains an information processing result; The second format conversion module is used to receive the information processing result sent by the camunda device, convert the information processing result into data in a table structure format, obtain a target information processing result, and send the target information processing result to the business system.
7. The data conversion device according to claim 6, characterized in that: The verification module includes: a comparison submodule, configured to compare the control information with other control information in a control information set to determine whether there is similar control information that is sent within a preset time threshold from the control information, has the same sending terminal information, and has the same control information content; a verification determination submodule, configured to determine that the verification result is passed if the similar control information does not exist; and if the similar control information exists, determine whether the identifier of the similar control information is a preset threshold, wherein when the control information is processed, the identifier of the control information is changed to the preset threshold; The deletion submodule is configured to delete the control information if the threshold is within a preset threshold; and to delete the similar control information if the threshold is not within a preset threshold and the sending time of the control information is earlier than that of the similar control information.
8. The data conversion device according to claim 6, characterized in that: The interface determination module is specifically used for: Acquire function information of each interface in the camunda device, determine function information corresponding to the control information, and use the function information as target function information. Use the interface corresponding to the target function information as the calling interface in the camunda device corresponding to the control information.
9. The data conversion device according to claim 6, characterized in that: The first format conversion module is used to convert the format of the initial business information into a key-value pair format, and when obtaining the target business information, is specifically used to: Based on the initial business information, the key content and the value content in the key-value pair are determined, and the key content and the value content are combined into a key-value pair.
10. A data conversion device, characterized in that: include: memory and processor; Wherein, the memory is used to store programs; The processor calls the program and is used to execute the data conversion method according to any one of claims 1 to 5.
Citation Information
Patent Citations
Service data processing method and device, computer equipment and storage medium
CN111061678A
Interface matching method and device, equipment and storage medium
CN112269667A
Request processing method, device and equipment
CN113010334A