CN113590892A - Transaction flow monitoring method and device, electronic equipment and storage medium - Google Patents

Transaction flow monitoring method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113590892A
CN113590892A CN202110967787.9A CN202110967787A CN113590892A CN 113590892 A CN113590892 A CN 113590892A CN 202110967787 A CN202110967787 A CN 202110967787A CN 113590892 A CN113590892 A CN 113590892A
Authority
CN
China
Prior art keywords
field
field value
storage
flow
retrieval
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
CN202110967787.9A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202110967787.9A priority Critical patent/CN113590892A/en
Publication of CN113590892A publication Critical patent/CN113590892A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Finance (AREA)
  • Data Mining & Analysis (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a transaction flow monitoring method, a transaction flow monitoring device, electronic equipment and a storage medium, which can be applied to the distributed field or the financial field, can orderly store processing results of different flows in target business transaction, can analyze retrieval factors from the processing results after obtaining a call instruction, and can output the processing results of the flows matched with the retrieval factors based on the storage results. Based on the invention, the processing result of a certain flow can be flexibly returned when the business transaction is called, and the problem that the processing result of the former flow cannot be returned after being covered by the processing result of the latter flow is avoided.

Description

Transaction flow monitoring method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of distributed or financial technologies, and in particular, to a transaction flow monitoring method and apparatus, an electronic device, and a storage medium.
Background
At this stage, when an application system processes a business transaction, if a certain flow fails to process the business transaction, another flow or flows need to be called to perform other operations (for example, rollback data, etc.).
When the processes are executed sequentially in the same program, the processing result of the next process often overlaps the processing result of the previous process, so that the program may not return the required processing result.
Disclosure of Invention
In view of the above, to solve the above problems, the present invention provides a transaction flow monitoring method, apparatus, electronic device and storage medium, and the technical scheme is as follows:
one aspect of the present invention provides a transaction flow monitoring method, including:
processing results of different processes in the target business transaction are stored in order;
responding to a calling instruction aiming at the target business transaction, and analyzing a retrieval element from the calling instruction;
and outputting the processing result of the flow matched with the retrieval element based on the storage result.
Preferably, the orderly storing of the processing results of different processes in the target business transaction includes:
calling configured storage fields, wherein the storage fields comprise a first storage field for representing a process identification and a second storage field for representing a process processing result;
acquiring attribute information and running information of a target process under the condition that the target process is finished in the target service transaction;
extracting a first field value under the first storage field from the attribute information of the target process, and extracting a second field value under the second storage field from the running information of the target process;
and storing a first field value and a second field value of the target process.
Preferably, the retrieving the configured storage field includes:
calling the configured storage field in the storage table;
correspondingly, the storing the first field value and the second field value of the target process includes:
writing the first field value and the second field value of the target process into the storage table to generate a processing record of the target process.
Preferably, the parsing the search element from the call instruction includes:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process;
analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
correspondingly, the outputting the processing result of the flow matched with the retrieval element based on the storage result comprises:
outputting a processing result of the flow matching the third field value and the fourth field value based on a stored result.
Preferably, the first search field has a higher priority than the second search field;
correspondingly, the outputting a processing result of the flow matching the third field value and the fourth field value based on the stored result includes:
under the condition that the third field value is not a null value, outputting a processing result of a flow matched with the third field value;
under the condition that the third field value is a null value and the fourth field value is not a null value, outputting a processing result of a flow matched with the fourth field value;
and under the condition that the third field value is a null value and the fourth field value is a null value, outputting a processing result of a flow with the latest execution time in the target business transaction.
Another aspect of the present invention provides a transaction flow monitoring apparatus, including:
the flow result maintenance module is used for orderly storing processing results of different flows in the target business transaction;
the flow result returning module is used for responding to a calling instruction aiming at the target business transaction and analyzing the retrieval elements from the calling instruction; and outputting the processing result of the flow matched with the retrieval element based on the storage result.
Preferably, the process result maintenance module is specifically configured to:
calling configured storage fields, wherein the storage fields comprise a first storage field for representing a process identification and a second storage field for representing a process processing result; acquiring attribute information and running information of a target process under the condition that the target process is finished in the target service transaction; extracting a first field value under the first storage field from the attribute information of the target process, and extracting a second field value under the second storage field from the running information of the target process; and storing a first field value and a second field value of the target process.
Preferably, the flow result returning module for analyzing the search element from the call instruction is specifically configured to:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process; analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
correspondingly, the process result returning module, configured to output the processing result of the process matched with the search element based on the storage result, is specifically configured to:
outputting a processing result of the flow matching the third field value and the fourth field value based on a stored result.
Another aspect of the present invention provides an electronic device, including: at least one memory and at least one processor; the memory stores a program, the processor calls the program stored in the memory, and the program is used for realizing the transaction flow monitoring method.
In another aspect, the present invention provides a storage medium, where computer-executable instructions are stored in the storage medium, and the computer-executable instructions are configured to execute the transaction flow monitoring method.
Compared with the prior art, the invention has the following beneficial effects:
the invention provides a transaction flow monitoring method, a transaction flow monitoring device, electronic equipment and a storage medium, which can be used for orderly storing processing results of different flows in target business transaction, analyzing retrieval factors from the processing results after obtaining a call instruction, and outputting the processing results of the flows matched with the retrieval factors based on the storage results. Based on the invention, the processing result of a certain flow can be flexibly returned when the business transaction is called, and the problem that the processing result of the former flow cannot be returned after being covered by the processing result of the latter flow is avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method of monitoring a transaction flow according to an embodiment of the present invention;
FIG. 2 is a partial method flow diagram of a transaction flow monitoring method provided by an embodiment of the present invention;
FIG. 3 is an example of a storage table provided by an embodiment of the present invention;
FIG. 4 is an example of the types of flows provided by embodiments of the present invention;
FIG. 5 is an example of a process name provided by an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a transaction flow monitoring apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
The embodiment of the invention provides a transaction flow monitoring method, and the method flow chart of the method is shown in figure 1, and comprises the following steps:
and S10, orderly storing the processing results of different flows in the target business transaction.
When processing a business transaction, an application system may sequentially execute a plurality of processes, and each process is executed without conflict with the processing results of other processes, but in the existing scheme, a problem may occur that the processing result of a previous process is covered by the processing result of a subsequent process. In order to solve the problem, in the embodiment of the present invention, when the multiple processes are sequentially executed in the target business transaction, the processing result of each process may be sequentially stored according to the execution order of the multiple processes.
In a specific implementation process, the step S10 "store the processing results of different flows in the target service transaction in order" may adopt the following steps, and a flowchart of the method is shown in fig. 2:
s101, the configured storage fields are called, and the storage fields comprise a first storage field used for representing the flow identification and a second storage field used for representing the flow processing result.
In the embodiment of the present invention, the first storage field includes, but is not limited to, a flow program number, a flow name, and other fields capable of uniquely identifying a flow, and the second storage field includes, but is not limited to, a flow return code, flow return information, flow processing result data, remarks, and other fields capable of representing a flow processing result.
S102, acquiring attribute information and running information of the target process under the condition that the target process is finished in the target business transaction.
In the embodiment of the invention, after a certain process (namely a target process) in a target business transaction is finished, the attribute information of the target process and the running information generated during execution are obtained from the related log, wherein the attribute information comprises the specific contents of fields such as a stream program number, a process name and the like, and the running information comprises the specific contents of fields such as a process return code, process return information process result data, remarks and the like.
S103, extracting a first field value under a first storage field from the attribute information of the target process, and extracting a second field value under a second storage field from the operation information of the target process.
In the embodiment of the present invention, for a target process that is finished in a target business transaction, specific contents of fields such as a stream program number, a process name, and the like (i.e., a first field value) are extracted from attribute information of the target process, and specific contents of fields such as a process return code, process return information, process processing result data, and remarks, and the like (i.e., a second field value) are extracted from operation information of the target process.
And S104, storing a first field value and a second field value of the target process.
In practical applications, the processing results of each process in the target business transaction are often stored in a form of a table, and the processing result of each process corresponds to one processing record in the table. To this end, in the embodiment of the present invention, a storage table is configured in advance, and configured storage fields are retrieved from the storage table, where the storage fields include the first storage field and the second storage field; further, after extracting a field value under a first storage field (i.e., a first field value) from the attribute information of the target flow and extracting a field value under a second storage field (i.e., a second field value) from the operation information of the target flow, the first field value and the second field value of the target flow are written into the storage table, and a processing record of the target flow is generated.
See the example of a memory table shown in fig. 3. The first field configured in the storage table comprises a flow program number, a flow name, and the second field comprises a flow return code, flow return information, flow processing result data and remarks. Wherein, the number of the stream program is started from 1, and each flow is increased by 1; and the flow processing result data is organized according to a Key-Value form aiming at the Value of each variable after the flow execution is finished. After the execution of each process in the target business transaction is finished, transmitting each parameter item of the storage field, establishing a cache information table of the process processing result in the memory by using the data structure, namely the storage table, and temporarily storing the related data of each process.
S20, in response to the call instruction for the target business transaction, analyzes the search element from the call instruction.
In the embodiment of the invention, after the execution of each flow in the target business transaction is finished, the calling party can call the processing results of different flows in the business transaction processing process as required, the calling instruction comprises the retrieval element configured aiming at the called flow, and the processing result of the called flow can be determined from the storage result based on the retrieval element so as to be output. Therefore, the processing result of a certain flow can be flexibly returned.
S30, based on the stored result, outputs the processing result of the flow matching the search element.
In the specific implementation process, the step S20 of "parsing the search element from the call instruction" may include the following steps:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process; analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
accordingly, the step S30 "outputting the processing result of the flow matching the search element based on the stored result" may adopt the steps of:
outputting a processing result of the flow matching the third field value and the fourth field value based on the stored result.
In the embodiment of the present invention, two types of search fields, that is, a first search field and a second search field, may be provided to an external system or a calling program, where the first search field "resultretrn" represents a flow type and the second search field represents a flow identifier, where the second search field may be a flow name "FlowReturn". Any one or all of the two retrieval fields can be configured in the calling instruction, and processing results of different processes can be returned according to a field value (namely, a third field value) under the first retrieval field and a field value (namely, a fourth field value) under the second retrieval field.
Its matching rule can be set adaptively for the first search field "ResultReturn". See the example of flow type shown in fig. 4. By assigning different field values to the first search field "resultretrn", processing results of different processes in the target business transaction can be returned, for example, when the first field value is null, the corresponding process result is "the last process"; when the first field value is "0", the corresponding is "processing result of the first failed flow"; when the first field value is "1", the "processing result of the last failed flow" corresponds to it. It should be noted that the last process is the process with the latest execution time, and the failed process is the process with the processing result being failed (the process with the process return code of 0001 is the failed process).
For the second search field "FlowReturn", the matching rule is "match with the field value under the flow name (i.e. the first field value) in the processing result", so as to output the processing result of the matched flow. Referring to the example of the process name shown in fig. 5, for example, when the second field value is null, the "processing result of the last process" corresponds to the second field value; the second field value is 'dealCapital', and the corresponding result is 'the processing result of the flow with the flow name of dealCapital'; the second field value is "dealTax", which corresponds to "the flow processing result with the flow name dealTax".
It should be noted that if no other constraint is set for the first search field "resultretrn" and the second search field "FlowReturn", the matching rules of the two search fields need to be satisfied.
In some embodiments, the first search field "resultretrn" is prioritized over the second search field "FlowReturn". In a specific implementation process, in step S30, "outputting a processing result of the flow matched with the search element based on the storage result", the following steps may be adopted:
under the condition that the third field value is not a null value, outputting a processing result of the flow matched with the third field value;
under the condition that the third field value is a null value and the fourth field value is not a null value, outputting a processing result of the flow matched with the fourth field value;
and under the condition that the third field value is a null value and the fourth field value is a null value, outputting a processing result of a flow with the latest execution time in the target business transaction.
In the embodiment of the present invention, the first search field "resultretrn" is preferentially determined, and then the second search field "FlowReturn" is determined, and if the first search field "resultretrn" is null, the second search field "FlowReturn" needs to be determined.
When the third field value in the first search field "resultretrn" is not a null value, outputting a processing result of the flow corresponding to the third field value; when a third field value under the first retrieval field 'resultretrn' is a null value and a fourth field value under the second retrieval field 'FlowReturn' is not a null value, outputting a processing result of a flow corresponding to the fourth field value; and outputting the processing result of the last flow when the third field value under the first search field 'ResultReturn' is a null value and the fourth field value under the second search field 'FlowReturn' is a null value.
The transaction flow monitoring method provided by the embodiment of the invention can be used for orderly storing the processing results of different flows in the target business transaction, resolving the retrieval element from the processing results after obtaining the calling instruction, and outputting the processing results of the flows matched with the retrieval element based on the storage results. Based on the invention, the processing result of a certain flow can be flexibly returned when the business transaction is called, and the problem that the processing result of the former flow cannot be returned after being covered by the processing result of the latter flow is avoided.
Based on the transaction flow monitoring method provided in the foregoing embodiment, an embodiment of the present invention correspondingly provides a device for executing the transaction flow monitoring method, where a schematic structural diagram of the device is shown in fig. 6, and the device includes:
the process result maintenance module 10 is used for orderly storing processing results of different processes in the target business transaction;
a flow result returning module 20, configured to respond to a call instruction for the target service transaction, and analyze the search element from the call instruction; and outputting the processing result of the flow matched with the retrieval element based on the storage result.
Optionally, the flow result maintenance module 10 is specifically configured to:
calling configured storage fields, wherein the storage fields comprise a first storage field for representing a process identification and a second storage field for representing a process processing result; acquiring attribute information and running information of a target process under the condition that the target process is finished in target service transaction; extracting a first field value under a first storage field from the attribute information of the target process, and extracting a second field value under a second storage field from the operation information of the target process; and storing a first field value and a second field value of the target process.
Optionally, the process result maintenance module 10 for retrieving the configured storage field is specifically configured to:
calling the configured storage field in the storage table;
correspondingly, the process result maintenance module 10 for storing the first field value and the second field value of the target process is specifically configured to:
and writing the first field value and the second field value of the target flow into a storage table to generate a processing record of the target flow.
Optionally, the flow result returning module 20 is configured to analyze the search element from the call instruction, and specifically configured to:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process; analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
correspondingly, the process result returning module 20 for outputting the processing result of the process matching the search element based on the stored result is specifically configured to:
outputting a processing result of the flow matching the third field value and the fourth field value based on the stored result.
Optionally, the first search field has a higher priority than the second search field;
correspondingly, the flow result returning module 20, configured to output the processing result of the flow matched with the third field value and the fourth field value based on the storage result, is specifically configured to:
under the condition that the third field value is not a null value, outputting a processing result of the flow matched with the third field value; under the condition that the third field value is a null value and the fourth field value is not a null value, outputting a processing result of the flow matched with the fourth field value; and under the condition that the third field value is a null value and the fourth field value is a null value, outputting a processing result of a flow with the latest execution time in the target business transaction.
It should be noted that, for the detailed functions of each module in the embodiment of the present invention, reference may be made to the corresponding disclosure part of the above method embodiment, and details are not described herein again.
Based on the transaction flow monitoring method provided by the above embodiment, an embodiment of the present invention correspondingly provides an electronic device, where the electronic device includes: at least one memory and at least one processor; the memory stores programs, the processor calls the programs stored in the memory, and the programs are used for realizing the transaction flow monitoring method.
Based on the transaction flow monitoring method provided by the above embodiment, the embodiment of the present invention correspondingly provides a storage medium, where the storage medium stores computer-executable instructions, and the computer-executable instructions are used for executing the transaction flow monitoring method.
It should be noted that the transaction flow monitoring method, the transaction flow monitoring device, the electronic device and the storage medium provided by the invention can be used in the distributed field or the financial field. The above description is only an example, and does not limit the application fields of the transaction flow monitoring method, the transaction flow monitoring device, the electronic device, and the storage medium provided by the present invention.
The transaction flow monitoring method, the transaction flow monitoring device, the electronic device and the storage medium provided by the invention are described in detail, a specific example is applied in the description to explain the principle and the implementation of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include or include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A transaction flow monitoring method, the method comprising:
processing results of different processes in the target business transaction are stored in order;
responding to a calling instruction aiming at the target business transaction, and analyzing a retrieval element from the calling instruction;
and outputting the processing result of the flow matched with the retrieval element based on the storage result.
2. The method according to claim 1, wherein the storing the processing results of different processes in the target business transaction in order comprises:
calling configured storage fields, wherein the storage fields comprise a first storage field for representing a process identification and a second storage field for representing a process processing result;
acquiring attribute information and running information of a target process under the condition that the target process is finished in the target service transaction;
extracting a first field value under the first storage field from the attribute information of the target process, and extracting a second field value under the second storage field from the running information of the target process;
and storing a first field value and a second field value of the target process.
3. The method of claim 2, wherein the retrieving the configured storage field comprises:
calling the configured storage field in the storage table;
correspondingly, the storing the first field value and the second field value of the target process includes:
writing the first field value and the second field value of the target process into the storage table to generate a processing record of the target process.
4. The method of claim 1, wherein parsing a search element from the call instruction comprises:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process;
analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
correspondingly, the outputting the processing result of the flow matched with the retrieval element based on the storage result comprises:
outputting a processing result of the flow matching the third field value and the fourth field value based on a stored result.
5. The method of claim 4, wherein the first search field is higher priority than the second search field;
correspondingly, the outputting a processing result of the flow matching the third field value and the fourth field value based on the stored result includes:
under the condition that the third field value is not a null value, outputting a processing result of a flow matched with the third field value;
under the condition that the third field value is a null value and the fourth field value is not a null value, outputting a processing result of a flow matched with the fourth field value;
and under the condition that the third field value is a null value and the fourth field value is a null value, outputting a processing result of a flow with the latest execution time in the target business transaction.
6. A transaction flow monitoring apparatus, the apparatus comprising:
the flow result maintenance module is used for orderly storing processing results of different flows in the target business transaction;
the flow result returning module is used for responding to a calling instruction aiming at the target business transaction and analyzing the retrieval elements from the calling instruction; and outputting the processing result of the flow matched with the retrieval element based on the storage result.
7. The apparatus of claim 6, wherein the process result maintenance module is specifically configured to:
calling configured storage fields, wherein the storage fields comprise a first storage field for representing a process identification and a second storage field for representing a process processing result; acquiring attribute information and running information of a target process under the condition that the target process is finished in the target service transaction; extracting a first field value under the first storage field from the attribute information of the target process, and extracting a second field value under the second storage field from the running information of the target process; and storing a first field value and a second field value of the target process.
8. The apparatus of claim 6, wherein the flow result returning module for parsing the search element from the call instruction is specifically configured to:
calling configured retrieval fields, wherein the retrieval fields comprise a first retrieval field for representing the type of the process and a second retrieval field for representing the identification of the process; analyzing a third field value under the first retrieval field and a fourth field value under the second retrieval field from the calling instruction;
correspondingly, the process result returning module, configured to output the processing result of the process matched with the search element based on the storage result, is specifically configured to:
outputting a processing result of the flow matching the third field value and the fourth field value based on a stored result.
9. An electronic device, characterized in that the electronic device comprises: at least one memory and at least one processor; the memory stores a program, and the processor calls the program stored in the memory, wherein the program is used for realizing the transaction flow monitoring method of any one of claims 1-5.
10. A storage medium having stored thereon computer-executable instructions for performing the transaction flow monitoring method of any one of claims 1-5.
CN202110967787.9A 2021-08-23 2021-08-23 Transaction flow monitoring method and device, electronic equipment and storage medium Pending CN113590892A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110967787.9A CN113590892A (en) 2021-08-23 2021-08-23 Transaction flow monitoring method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110967787.9A CN113590892A (en) 2021-08-23 2021-08-23 Transaction flow monitoring method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113590892A true CN113590892A (en) 2021-11-02

Family

ID=78238931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110967787.9A Pending CN113590892A (en) 2021-08-23 2021-08-23 Transaction flow monitoring method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113590892A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109815013A (en) * 2019-01-02 2019-05-28 深圳壹账通智能科技有限公司 Business data processing method, device, computer equipment and storage medium
US20200364075A1 (en) * 2018-05-17 2020-11-19 Baidu Online Network Technology (Beijing) Co., Ltd. Blockchain network transaction processing method, apparatus, device, and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200364075A1 (en) * 2018-05-17 2020-11-19 Baidu Online Network Technology (Beijing) Co., Ltd. Blockchain network transaction processing method, apparatus, device, and storage medium
CN109815013A (en) * 2019-01-02 2019-05-28 深圳壹账通智能科技有限公司 Business data processing method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110032568B (en) Data structure reading and updating method and device, and electronic equipment
CN112037061A (en) Processing method and device for transactions in block chain, electronic equipment and storage medium
CN117033249B (en) Test case generation method and device, computer equipment and storage medium
CN112256318B (en) Construction method and equipment for dependent product
CN111124872A (en) Branch detection method and device based on difference code analysis and storage medium
CN111984264B (en) Static library generation method and device
CN111679852A (en) Detection method and device for conflict dependency library
CN111240772B (en) Block chain-based data processing method, device and storage medium
CN113221036B (en) Method and device for processing electronic bill mail
CN112860412A (en) Service data processing method and device, electronic equipment and storage medium
CN111026613A (en) Log processing method and device
CN113590892A (en) Transaction flow monitoring method and device, electronic equipment and storage medium
CN107817972B (en) Cache code processing method and device, storage medium and electronic equipment
CN116466953A (en) Modularized front-end development method, device, computer equipment and storage medium
CN116010461A (en) Data blood relationship analysis method and device, storage medium and electronic equipment
CN115757172A (en) Test execution method and device, storage medium and computer equipment
CN115080012A (en) class file conflict recognition method and device, electronic equipment and storage medium
CN112115125B (en) Database access object name resolution method and device and electronic equipment
CN114020278B (en) Data processing method, device, equipment and storage medium
CN115185576A (en) Process customization method and system based on process application system
CN111736848B (en) Packet conflict positioning method, device, electronic equipment and readable storage medium
CN110221952B (en) Service data processing method and device and service data processing system
CN115705297A (en) Code call detection method, device, computer equipment and storage medium
CN110309121B (en) Log processing method and device, computer readable medium and electronic equipment
CN107705089B (en) Service processing method, device and equipment

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