CN111984447A - Registration compensation system and method in overtime or abnormal situation of bank transaction - Google Patents

Registration compensation system and method in overtime or abnormal situation of bank transaction Download PDF

Info

Publication number
CN111984447A
CN111984447A CN202010794256.XA CN202010794256A CN111984447A CN 111984447 A CN111984447 A CN 111984447A CN 202010794256 A CN202010794256 A CN 202010794256A CN 111984447 A CN111984447 A CN 111984447A
Authority
CN
China
Prior art keywords
compensation
task
transaction
abnormal
service
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.)
Granted
Application number
CN202010794256.XA
Other languages
Chinese (zh)
Other versions
CN111984447B (en
Inventor
孟站
孙捷
吴超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Suning Bank Co Ltd
Original Assignee
Jiangsu Suning Bank 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 Jiangsu Suning Bank Co Ltd filed Critical Jiangsu Suning Bank Co Ltd
Priority to CN202010794256.XA priority Critical patent/CN111984447B/en
Publication of CN111984447A publication Critical patent/CN111984447A/en
Application granted granted Critical
Publication of CN111984447B publication Critical patent/CN111984447B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions
    • 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/02Banking, e.g. interest calculation or account maintenance
    • 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)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a system and a method for registering and compensating in overtime or abnormal scenes of bank transactions. The system comprises a compensation transaction registration unit, a task trigger unit, a service implementation unit, a context object unit and a compensation transaction closing unit. The method is developed based on java language, is realized by adopting spring + quartz + configuration files, is simple, light and strong in expandability, mainly adopts service configuration compensation tasks, combines the design of modes such as quartz, factories, responsibility chains and the like, and fully meets the requirements of arranging and accepting under different scenes of a complex service system. And strict layering can be realized according to compensation transaction registration, work task starting, service processing and public component realization, so that clear and clear structure and layering are ensured, and the readability and maintainability of the code are strong. The business system can automatically process the abnormal processing only by registering the request and configuring the corresponding abnormal processing flow.

Description

Registration compensation system and method in overtime or abnormal situation of bank transaction
Technical Field
The invention relates to the technical field of computers, in particular to a system and a method for registering and compensating in a bank transaction overtime or abnormal scene.
Background
With the rapid development of the financial industry, online and offline financial scenes are more abundant, the user product experience is continuously improved, the functions of a bank back-end transaction system are gradually increased, the traditional transaction scenes of credit loan, financing and cash withdrawal and the like related to financial services are increased besides the traditional card binding, payment, transfer and remittance, revocation and inquiry, the processing of various service transaction flows becomes very tedious, and overtime or other abnormal conditions can occur in a certain section in the service processing process. At present, for most banks, a traditional transaction system combines a business logic and a processing flow, each business flow needs to be judged hard, the business logic and a functional unit are coupled deeply, and a brand-new business logic is generated when the business flow is changed, so that the system complexity is higher and higher along with the business development, the code maintainability is poorer and poorer, and great risks and cost investment are brought in development, testing, operation and maintenance.
Aiming at the management of the abnormal compensation and the connection control of the process, various abnormal compensation processing frames such as a workflow management system, a compensation frame customized by each company and the like exist in the current market, and the products are often complex in system and function and have much external dependence, need extra learning and use when being integrated with an application system, and cannot be fully adapted to a bank transaction system.
Disclosure of Invention
The invention aims to provide a system and a method for registering and compensating in a bank transaction overtime or abnormal scene aiming at the defects in the prior art.
To achieve the above object, in a first aspect, the present invention provides a system for compensating registration in a bank transaction timeout or abnormal scenario, including:
the compensation transaction registration unit is used for receiving abnormal or overtime transaction information in the transaction system, registering a compensation task according to the received abnormal or overtime transaction information and storing the transaction information into an abnormal compensation table in a database;
the task trigger unit is used for starting a compensation task node through a jobcommand, inquiring a compensation task to be processed in an abnormal compensation table in a database, carrying out pre-check on the compensation task to be processed, acquiring a configured service processing class after the pre-check is qualified, skipping to a specific service, executing specific service logic, circularly executing subsequent compensation logic according to an expected process, and generating a compensation request message according to a registered compensation task;
the service implementation unit is used for arranging actual compensation task nodes, including starting nodes to ending nodes, for specifying the circulation and the trend of the compensation task nodes and for implementing specific service nodes;
the context object unit is used for processing the compensation request message, assembling and calling a compensation query message according to the compensation request message when a task is started, performing compensation query on a payment channel, and performing corresponding service processing according to a query result and a compensation flow configured in the early stage of the service implementation unit after the query result is obtained;
and the compensation transaction closing unit is used for processing the subsequent request of the compensation task, completing the processing in all the processes and canceling the compensation stopping task.
Further, the pre-check includes:
and acquiring the transaction time and the compensation times of the compensation task to be processed, comparing the compensation times with the set compensation times, if the compensation times of the compensation task are less than the set compensation times, performing basic verification on the compensation task to be processed, and outputting that the pre-verification is qualified after the basic verification is passed.
Further, the task trigger unit is further configured to set a time and a frequency of trigger of a job instruction, and the job instruction is triggered at the set time and frequency.
Further, the service implementation unit periodically triggers specific tasks according to the set triggering time and frequency, and queries results within a specified time to perform subsequent process compensation.
Further, the registering of the compensation task according to the received abnormal or overtime transaction information specifically includes:
setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information;
storing the compensation times of the service configuration into a database;
setting a specific service processing class;
and registering a compensation task.
In a second aspect, the present invention provides a method for compensating registration in a bank transaction timeout or exception scenario, including:
receiving abnormal or overtime transaction information in a transaction system, registering a compensation task according to the received abnormal or overtime transaction information, and storing the transaction information into an abnormal compensation table in a database;
starting a compensation task node through a job instruction, inquiring a compensation task to be processed in an abnormal compensation table in a database, carrying out pre-check on the compensation task to be processed, acquiring a configured service processing class after the pre-check is qualified, jumping to a specific service, executing the specific service logic, circularly executing the subsequent compensation logic according to an expected process, and generating a compensation request message according to a registered compensation task;
arranging actual compensation task nodes, including start to end nodes, to specify the circulation and trend of the compensation task nodes and take charge of the realization of specific service nodes;
processing the compensation request message, assembling and calling a compensation query message according to the compensation request message when a task is started, performing compensation query on a payment channel, and performing corresponding service processing according to a query result and a pre-configured compensation flow after the query result is obtained;
and processing the subsequent request of the compensation task, completing the processing in all the processes, and canceling the compensation stopping task.
Further, the pre-check includes:
and acquiring the transaction time and the compensation times of the compensation task to be processed, comparing the compensation times with the set compensation times, if the compensation times of the compensation task are less than the set compensation times, performing basic verification on the compensation task to be processed, and outputting that the pre-verification is qualified after the basic verification is passed.
Further, the time and frequency of the trigger of the job instruction are set, and the job instruction is triggered at the set time and frequency.
Furthermore, specific tasks are triggered regularly according to the established triggering time and frequency, and results are inquired within the specified time to perform subsequent process compensation.
Further, the registering of the compensation task according to the received abnormal or overtime transaction information specifically includes:
setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information;
storing the compensation times of the service configuration into a database;
setting a specific service processing class;
and registering a compensation task.
Has the advantages that: the method is realized based on java and configuration files, does not depend on any third-party framework, is simple, light and strong in expandability, the configuration files are mainly used for compiling service compensation timing jobs and flows, the flow processing is realized by java, and the method and the system fully meet the arrangement and acceptance of complex service systems under different scenes, particularly financial and transaction systems, by combining the design of java adapters, factories, responsibility chains and other modes. On the design of a framework structure of an application system, strict layering can be performed according to request receiving, basic service implementation and public component implementation, the clear and clear layering of the structure is guaranteed, and the readability and maintainability of codes are high. After a business system receives a transaction request, a compensation task can be started only by performing basic processing such as conversion, verification and the like on a request object, and the business system has many advantages in basic development and project construction, and specifically the following steps are performed:
1. development risks are reduced, developers can clearly design business requirements and achieve the business requirements through the design, circulation, state and behavior of timing tasks and task workflows, coupling depth among different businesses is reduced, and business requirement iterative maintenance is convenient.
2. Development efficiency is improved, developers do not need to pay attention to processing and control of a compensation process, only pay attention to service implementation, meanwhile, public components can be directly used, the service process is easy to design and rearrange, development speed of the developers is higher, and system maintenance is easier.
3. The process is managed in a unified mode, business work is managed in a centralized mode through timing tasks, under the condition that the business process is changed frequently, the fact that business implementation codes are scattered in all places does not need to be concerned, and nodes and circulation of the process are maintained easily.
4. The complexity of the system is reduced, the configuration file is written in a light weight mode, the core framework of the compensation task is simple and easy to understand, the compensation task can be flexibly expanded according to the service implementation requirement, the compensation jobis responsible for running connection of the whole process, the code structure of a service implementation layer is clearer, the reusability is high, and the complexity of the application system is greatly reduced.
Drawings
FIG. 1 is a schematic diagram of a registration compensation system in a banking transaction timeout or exception scenario;
fig. 2 is a schematic workflow diagram of the registration compensation system in a bank transaction timeout or exception scenario.
Detailed Description
The present invention will be further illustrated with reference to the accompanying drawings and specific examples, which are carried out on the premise of the technical solution of the present invention, and it should be understood that these examples are only for illustrating the present invention and are not intended to limit the scope of the present invention.
As shown in fig. 1 and 2, an embodiment of the present invention provides a registration compensation system in a bank transaction timeout or abnormal scenario, including a compensation transaction registration unit 1, a task trigger unit 2, a service implementation unit 3, a context object unit 4, and a compensation transaction closing unit 5.
The compensation transaction registration unit 1 according to the embodiment of the present invention is configured to receive abnormal or overtime transaction information in a transaction system, register a compensation task according to the received abnormal or overtime transaction information, and store the transaction information in an abnormal compensation table in a database. Specifically, registering the compensation task according to the received abnormal or overtime transaction information specifically includes: setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information; storing the compensation times of the service configuration into a database; setting a specific service processing class; and registering a compensation task. And identifying and judging the abnormal or overtime transaction information based on the normal transaction result which cannot be obtained by the internal transaction forward flow. After receiving the abnormal or overtime transaction information, the compensation transaction registration unit 1 first stores an internal storage object of the abnormal or overtime transaction information, wherein the internal storage object refers to data in a format set inside the system.
The task trigger unit 2 of the embodiment of the present invention is configured to start a compensation task node through a job instruction, query a compensation task to be processed in an abnormal compensation table in a database, and perform pre-check on the compensation task to be processed, specifically, the compensation task includes transaction information, such as transaction time, and the like, the task trigger unit 2 obtains the transaction time and the compensation times of the compensation task to be processed, where the compensation times refer to the times of having performed the compensation task, and compares the compensation times with the set compensation times, and if the compensation times of the compensation task are less than the set compensation times, performs basic check on the compensation task to be processed, and if the basic check passes, outputs that the pre-check is qualified. And after the pre-check is qualified, acquiring the configured service processing class, skipping to a specific service, executing a specific service logic, and expanding. The task trigger unit 2 enables the subsequent compensation logic to execute circularly according to the expected process, and generates a compensation request message according to the registered compensation task. When the application system is started, the task trigger unit 2 initializes the process configuration information by loading the configuration file, stores the process configuration information in the memory, and is also used for starting an engine responsible for compensating the task. When the internal transaction object does not conform to the expected situation of the process trend, the task trigger unit 2 controls the compensation task to be interrupted, and controls the compensation process to be skipped when the system is abnormal, so as to carry out abnormal processing.
The service implementation unit 3 of the embodiment of the present invention is configured to schedule actual compensation task nodes, including start to end nodes, to specify the flow and direction of the compensation task nodes, and to be responsible for implementing specific service nodes. Any node can be added or deleted during service flow maintenance, deep coupling in traditional mode service realization is removed, and other service flows are not affected in function. A compensation task content statement comprises a compensation task name attribute and a flow node set, core content is compensation task job configuration and compensation task subsequent compensation logic, a bean statement of spring can be used in a creation mode, the compensation task job content statement can also be configured into xml or a database, and application starting and loading are to be carried out. The service implementation unit 3 also preferably prompts specific tasks at regular time according to the established prompting time and frequency, and queries the result within the specified time to perform subsequent process compensation.
The context object unit 4 of the embodiment of the present invention is configured to process the compensation request message, assemble and call the compensation query message according to the compensation request message when the task is started, perform compensation query on the payment channel, and perform corresponding service processing according to the query result and the compensation flow configured in the early stage of the service implementation unit 3 after the query result is obtained. For example, in a transaction overtime scene, in the process of inquiring the result obtaining state, if the inquired transaction result is successful, subsequent posting or other compensation is carried out, such as account deposit or withdrawal in a transaction system; if the inquired transaction result is failure, the process is directly terminated. The business component is to be distinguished from the basic interface service class in the architectural design, the business component plays a role of business implementation in the compensation system, and can depend on the basic layer interface service, the data layer service and the like, the design of the business component needs to consider the universality and the complexity and is not too tedious, otherwise, the huge workflow can be caused.
The compensation transaction closing unit 5 of the embodiment of the invention is used for processing the subsequent request of the compensation task, completing the processing in all the processes, canceling the compensation task and stopping the compensation task, and not continuing to execute the compensation task.
The task trigger unit 2 of the embodiment of the present invention is further configured to set the time and frequency for triggering the job instruction, and the job instruction is triggered at the set time and frequency. Because the service scenes are multiple and the similar parts of different scenes are many, a general compensation logic concept is added on the design of the workflow, if the general compensation logic is not configured by default specially, new job and service processing logic are added if additional processing is needed. For example, the payment timeout transaction compensation task in the transaction system has a default of 3 times a minute compensation, and one hour compensation until the end of day; if the service needs, for example, change treasure service, the current 1 minute compensation cannot meet the requirement of setting 1 minute compensation once, the frequency is increased by 10 times for 3 minutes compensation once, and the result is rapidly obtained for subsequent service processing.
After receiving a service processing request, an application system determines a workflow according to dimensions such as an account, a service type, a channel and the like, for a complex service system, a rule engine is generally adopted to realize workflow routing, the workflow routing can be simply and directly realized by hard coding, and for convenience of maintenance and expansion, a mode of combining specified dimensions with bean configuration can be used for routing.
The flow file of the embodiment of the invention also comprises a thread pool asynchronous execution service component, the thread pool asynchronous execution service component is used for processing the service which does not influence the main flow, and the o-workflow node of the thread pool asynchronous execution service component is set to be asynchronously executed by the thread pool. Such as notification of transaction results, big data push.
When the transaction compensation system is used, the normal service scenes are all completed from the registration node to the cancellation node, but in some specific scenes, the whole process needs to be started from the middle of the workflow, and the requirement can be met after the core architecture of the workflow is known. If the transaction is overtime, the system registers a compensation process, simultaneously caches nodes, states and transaction request information of the workflow process, and after the compensation request is sent, the cached information can be obtained, context objects required by the workflow operation are assembled, and a workflow engine is started, so that the workflow engine is perfectly combined with the flow during the transaction.
As shown in fig. 2, based on the above embodiments, those skilled in the art can understand that the present invention also provides a method for compensating registration in a bank transaction timeout or abnormal scenario, including:
receiving abnormal or overtime transaction information in the transaction system, registering a compensation task according to the received abnormal or overtime transaction information, and storing the transaction information into an abnormal compensation table in a database. Specifically, registering the compensation task according to the received abnormal or overtime transaction information specifically includes: setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information; storing the compensation times of the service configuration into a database; setting a specific service processing class; and registering a compensation task. And identifying and judging the abnormal or overtime transaction information based on the normal transaction result which cannot be obtained by the internal transaction forward flow.
And starting a compensation task node through a jobcommand, inquiring a compensation task to be processed in an abnormal compensation table in a database, carrying out pre-check on the compensation task to be processed, acquiring a configured service processing class after the pre-check is qualified, jumping to a specific service, executing the specific service logic, circularly executing the subsequent compensation logic according to an expected process, and generating a compensation request message according to a registered compensation task. Specifically, the pre-check includes acquiring transaction time and compensation times of the compensation task to be processed, comparing the compensation times with the set compensation times, performing basic check on the compensation task to be processed if the compensation times of the compensation task are smaller than the set compensation times, and outputting that the pre-check is qualified after the basic check is passed.
And arranging actual compensation task nodes, including starting nodes to ending nodes, so as to specify the circulation and the trend of the compensation task nodes and take charge of the realization of specific service nodes. Any node can be added or deleted during service flow maintenance, deep coupling in traditional mode service realization is removed, and other service flows are not affected in function. A compensation task content statement comprises a compensation task name attribute and a flow node set, core content is compensation task job configuration and compensation task subsequent compensation logic, a bean statement of spring can be used in a creation mode, the compensation task job content statement can also be configured into xml or a database, and application starting and loading are to be carried out. The time and frequency of the trigger of the job instruction can be set, and the job instruction is triggered at the set time and frequency.
And processing the compensation request message, assembling and calling a compensation query message according to the compensation request message when the task is started, performing compensation query on the payment channel, and performing corresponding service processing according to the query result and the pre-configured compensation flow after the query result is obtained. For example, in a transaction overtime scene, in the process of inquiring the result obtaining state, if the inquired transaction result is successful, subsequent posting or other compensation is carried out, such as account deposit or withdrawal in a transaction system; if the inquired transaction result is failure, the process is directly terminated. Specific tasks can be triggered regularly according to the established triggering time and frequency, and results are inquired within the specified time to perform subsequent process compensation.
And processing the subsequent request of the compensation task, completing the processing in all the processes, and canceling the compensation stopping task.
The specific implementation mode of the invention is as follows:
1. the registration implementation method comprises the following steps:
Figure BDA0002624933830000081
Figure BDA0002624933830000091
2. the compensation task starting method comprises the following steps:
Figure BDA0002624933830000092
Figure BDA0002624933830000101
Figure BDA0002624933830000111
Figure BDA0002624933830000121
Figure BDA0002624933830000131
the customized compensation task is compiled based on the spring quartz jobs, the method is more convenient in definition, stronger in expansibility and capable of supporting expressions, and the loading and analysis of the compensation task content need to be realized independently, so that the method is suitable for the compensation requirement of a little bit of complexity and does not depend on any other framework.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that other parts not specifically described are within the prior art or common general knowledge to those of ordinary skill in the art. Without departing from the principle of the invention, several improvements and modifications can be made, and these improvements and modifications should also be construed as the scope of the invention.

Claims (10)

1. A system for compensating for registration in a banking transaction timeout or exception scenario, comprising:
the compensation transaction registration unit is used for receiving abnormal or overtime transaction information in the transaction system, registering a compensation task according to the received abnormal or overtime transaction information and storing the transaction information into an abnormal compensation table in a database;
the task trigger unit is used for starting a compensation task node through a jobcommand, inquiring a compensation task to be processed in an abnormal compensation table in a database, carrying out pre-check on the compensation task to be processed, acquiring a configured service processing class after the pre-check is qualified, skipping to a specific service, executing specific service logic, circularly executing subsequent compensation logic according to an expected process, and generating a compensation request message according to a registered compensation task;
the service implementation unit is used for arranging actual compensation task nodes, including starting nodes to ending nodes, for specifying the circulation and the trend of the compensation task nodes and for implementing specific service nodes;
the context object unit is used for processing the compensation request message, assembling and calling a compensation query message according to the compensation request message when a task is started, performing compensation query on a payment channel, and performing corresponding service processing according to a query result and a compensation flow configured in the early stage of the service implementation unit after the query result is obtained;
and the compensation transaction closing unit is used for processing the subsequent request of the compensation task, completing the processing in all the processes and canceling the compensation stopping task.
2. The system of claim 1, wherein the pre-verification comprises:
and acquiring the transaction time and the compensation times of the compensation task to be processed, comparing the compensation times with the set compensation times, if the compensation times of the compensation task are less than the set compensation times, performing basic verification on the compensation task to be processed, and outputting that the pre-verification is qualified after the basic verification is passed.
3. The system of claim 1, wherein the task trigger unit is further configured to set a time and frequency at which a job command is triggered, and the job command is triggered at the set time and frequency.
4. The system for compensating registration in a banking transaction timeout or abnormal scenario according to claim 1, wherein the service implementation unit periodically initiates specific tasks according to established initiation time and frequency, and queries results within a specified time to perform subsequent flow compensation.
5. The system for registering and compensating in a banking transaction timeout or abnormal scenario according to claim 1, wherein the task of registering and compensating according to the received abnormal or timeout transaction information specifically includes:
setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information;
storing the compensation times of the service configuration into a database;
setting a specific service processing class;
and registering a compensation task.
6. A registration compensation method in a bank transaction overtime or abnormal scene is characterized by comprising the following steps:
receiving abnormal or overtime transaction information in a transaction system, registering a compensation task according to the received abnormal or overtime transaction information, and storing the transaction information into an abnormal compensation table in a database;
starting a compensation task node through a job instruction, inquiring a compensation task to be processed in an abnormal compensation table in a database, carrying out pre-check on the compensation task to be processed, acquiring a configured service processing class after the pre-check is qualified, jumping to a specific service, executing the specific service logic, circularly executing the subsequent compensation logic according to an expected process, and generating a compensation request message according to a registered compensation task;
arranging actual compensation task nodes, including start to end nodes, to specify the circulation and trend of the compensation task nodes and take charge of the realization of specific service nodes;
processing the compensation request message, assembling and calling a compensation query message according to the compensation request message when a task is started, performing compensation query on a payment channel, and performing corresponding service processing according to a query result and a pre-configured compensation flow after the query result is obtained;
and processing the subsequent request of the compensation task, completing the processing in all the processes, and canceling the compensation stopping task.
7. The method of claim 6, wherein the pre-verification comprises:
and acquiring the transaction time and the compensation times of the compensation task to be processed, comparing the compensation times with the set compensation times, if the compensation times of the compensation task are less than the set compensation times, performing basic verification on the compensation task to be processed, and outputting that the pre-verification is qualified after the basic verification is passed.
8. The method for compensating registration in a banking transaction timeout or exception scenario according to claim 6, wherein a time and a frequency of a job command trigger are set, and the job command trigger at the set time and frequency.
9. The method for compensating for registration in a banking transaction timeout or abnormal scenario according to claim 6, wherein specific tasks are triggered regularly according to the established trigger time and frequency, and the result is queried within a specified time for subsequent flow compensation.
10. The method for registering and compensating in a banking transaction timeout or abnormal scenario according to claim 6, wherein the task of registering and compensating according to the received abnormal or timeout transaction information specifically includes:
setting compensation transaction according to the total flow number and the sub flow number of the abnormal or overtime transaction information;
storing the compensation times of the service configuration into a database;
setting a specific service processing class;
and registering a compensation task.
CN202010794256.XA 2020-08-10 2020-08-10 Registration compensation system and method in overtime or abnormal situation of bank transaction Active CN111984447B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010794256.XA CN111984447B (en) 2020-08-10 2020-08-10 Registration compensation system and method in overtime or abnormal situation of bank transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010794256.XA CN111984447B (en) 2020-08-10 2020-08-10 Registration compensation system and method in overtime or abnormal situation of bank transaction

Publications (2)

Publication Number Publication Date
CN111984447A true CN111984447A (en) 2020-11-24
CN111984447B CN111984447B (en) 2022-06-28

Family

ID=73444617

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010794256.XA Active CN111984447B (en) 2020-08-10 2020-08-10 Registration compensation system and method in overtime or abnormal situation of bank transaction

Country Status (1)

Country Link
CN (1) CN111984447B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500319A (en) * 2022-02-15 2022-05-13 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN116560896A (en) * 2023-07-11 2023-08-08 智慧眼科技股份有限公司 Abnormality compensation method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107609793A (en) * 2017-10-09 2018-01-19 税友软件集团股份有限公司 A kind of method and device of process for producing transaction system abnormality
CN108989413A (en) * 2018-07-06 2018-12-11 深圳市牛鼎丰科技有限公司 Abnormal traffic compensation method, device, computer equipment and storage medium
CN110535689A (en) * 2019-08-07 2019-12-03 北京数衍科技有限公司 The middleware framework and method that compensation mechanism is realized are interrupted for flow of event

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107609793A (en) * 2017-10-09 2018-01-19 税友软件集团股份有限公司 A kind of method and device of process for producing transaction system abnormality
CN108989413A (en) * 2018-07-06 2018-12-11 深圳市牛鼎丰科技有限公司 Abnormal traffic compensation method, device, computer equipment and storage medium
CN110535689A (en) * 2019-08-07 2019-12-03 北京数衍科技有限公司 The middleware framework and method that compensation mechanism is realized are interrupted for flow of event

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500319A (en) * 2022-02-15 2022-05-13 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN114500319B (en) * 2022-02-15 2024-01-26 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN116560896A (en) * 2023-07-11 2023-08-08 智慧眼科技股份有限公司 Abnormality compensation method, device, equipment and storage medium
CN116560896B (en) * 2023-07-11 2023-10-10 智慧眼科技股份有限公司 Abnormality compensation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111984447B (en) 2022-06-28

Similar Documents

Publication Publication Date Title
US9405577B2 (en) Realizing jumps in an executing process instance
US7386577B2 (en) Dynamic determination of transaction boundaries in workflow systems
US8156137B2 (en) Data processing systems and methods
US11205150B2 (en) Apparatus and method for policy-driven business process exception handling
CN111984447B (en) Registration compensation system and method in overtime or abnormal situation of bank transaction
US20110218842A1 (en) Distributed order orchestration system with rules engine
US20070156487A1 (en) Object model on workflow
CN111724144B (en) Bank transaction workflow engine system
CN103069385A (en) Dynamically loading graph-based computations
CN112700310B (en) Transaction order data optimization processing method based on E-commerce platform
CN111400011A (en) Real-time task scheduling method, system, equipment and readable storage medium
CN112379884A (en) Spark and parallel memory computing-based process engine implementation method and system
US20190007489A1 (en) System and Methods for Running a Condition-Triggered Process Involving Movement of Objects from a Node to at least one other Node Until a Condition with a Set of Parameters Are Met By An Event
US20150312107A1 (en) Composition of Services
CN100410875C (en) Solid mass-based software framework system and running method thereof
CN114936130A (en) Data flow rule engine
US20060257188A1 (en) Check printing system
US20060294006A1 (en) Business transaction process controller for composite transactions
CN109741176B (en) Distributed service scheduling system based on internet financial scene
CN113516545B (en) Internal control compliance service management method and device
CN118071523A (en) Accounting business processing method, system, equipment and storage medium
Portilla et al. A survey for analyzing transactional behavior in service based applications
Hwang et al. A new language to support flexible failure recovery for workflow management systems
CN116071075A (en) Transaction integrity verification method, apparatus, device, medium and program product
CN115689497A (en) Lightweight intelligent code-free process approval method, device and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant