WO2018149396A1 - 一种业务流程处理方法、可读存储介质、终端设备及装置 - Google Patents

一种业务流程处理方法、可读存储介质、终端设备及装置 Download PDF

Info

Publication number
WO2018149396A1
WO2018149396A1 PCT/CN2018/076662 CN2018076662W WO2018149396A1 WO 2018149396 A1 WO2018149396 A1 WO 2018149396A1 CN 2018076662 W CN2018076662 W CN 2018076662W WO 2018149396 A1 WO2018149396 A1 WO 2018149396A1
Authority
WO
WIPO (PCT)
Prior art keywords
atomic operation
business process
processing
processed
atomic
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.)
Ceased
Application number
PCT/CN2018/076662
Other languages
English (en)
French (fr)
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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Publication of WO2018149396A1 publication Critical patent/WO2018149396A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/08Insurance

Definitions

  • the present application relates to the field of business process management, and in particular, to a business process processing method, a computer readable storage medium, a terminal device and a device.
  • a group-insurance insured business process includes at least dozens of processing steps.
  • the verification logic of these processing steps is complicated, if a certain step fails to be processed during the processing of the insured business process, the processing of the insured business process can only be re-started from the beginning, so that the business process processing efficiency is low, and the enterprise is increased. Business costs.
  • the application provides a business process processing method, a computer readable storage medium, a terminal device and a device, which can improve the processing efficiency of the business process and reduce the business cost of the enterprise.
  • a first aspect of the embodiments of the present application provides a service process processing method, including:
  • the target business process includes one or more steps to be processed
  • the to-be-processed step includes one or more atomic operations
  • the atomic operation passes an operation corresponding to the to-be-processed step in advance Obtained by cutting
  • the atomic operation is performed and completed, wherein if the atomic operation fails, the log information of the atomic operation execution failure is recorded, so that the next execution of the target business process is performed directly from the atomic operation.
  • a second aspect of embodiments of the present application provides a computer readable storage medium storing computer readable instructions that, when executed by a processor, implement an embodiment as in the present application The steps of the business process processing method proposed in the first aspect.
  • a third aspect of an embodiment of the present application provides a terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer
  • the steps of the business process processing method as set forth in the first aspect of the embodiments of the present application are implemented when the instructions are readable.
  • a fourth aspect of the embodiments of the present application provides a service flow processing apparatus, including:
  • a target business process obtaining module configured to acquire a target business process to be processed, where the target business process includes more than one to-be-processed step, the to-be-processed step includes one or more atomic operations, and the atomic operation is pre-paired The operation corresponding to the step to be processed is performed by cutting;
  • a step query module configured to query a task processing schedule corresponding to the target business process, to obtain a current to-be-processed step of the target business process, where the task processing schedule is used to record each of the target business processes The processing step and the real-time processing status of each step to be processed;
  • An atomic operation obtaining module configured to acquire an atomic operation corresponding to the current to-be-processed step, and service data required for the atomic operation
  • An atomic operation execution module configured to execute and complete the atomic operation, wherein if the atomic operation fails to execute, recording log information of the atomic operation execution failure is performed, so that the next execution of the target business process is directly Execute from this atomic operation.
  • the present application cuts the corresponding operations of the target business process into atomic operations, and stores the outputted business data after performing the atomic operation.
  • the atomic operation is performed, if the atomic operation fails, the next execution may be performed.
  • the log information based on the failure of the atomic operation execution is directly executed from the atomic operation, so that even if an atomic operation fails, there is no need to re-process the business process from the beginning, thereby greatly improving the business process. Processing efficiency reduces the business cost of the enterprise.
  • FIG. 1 is a flow chart of a first embodiment of a business process processing method according to the present application.
  • FIG. 2 is a schematic flowchart of analyzing and correcting atomic operations in an application scenario in a business process processing method according to the present application;
  • FIG. 3 is a structural diagram of a first embodiment of a service flow processing apparatus according to the present application.
  • FIG. 4 is a structural diagram of a second embodiment of a service flow processing apparatus according to the present application.
  • FIG. 5 is a structural diagram of a third embodiment of a service flow processing apparatus according to the present application.
  • the present application provides a method and a device for processing a business process, which are used to solve the problem that if a certain step fails in processing a business process, the business process needs to be re-processed from the beginning.
  • a first embodiment of a business process processing method in the present application includes:
  • the target business process to be processed may be an unprocessed business process or a business process that has not been processed.
  • the target business process includes more than one to-be-processed step, the to-be-processed step includes one or more atomic operations, and the atomic operation is obtained by cutting the operation corresponding to the to-be-processed step in advance.
  • the atomic operation may be performed by cutting the operation corresponding to the step to be processed in advance by the following three methods:
  • Manner 1 The processing logic segment belonging to the independent verification process in the operation corresponding to the step to be processed is detected. If the processing logic segment belonging to the independent verification process is detected, the processing logic segment is cut into an atomic operation.
  • Manner 2 detecting a processing logic paragraph having data output in the operation corresponding to the step to be processed, and if the processing logic paragraph having data output is detected, cutting the processing logic segment into an atomic operation.
  • Manner 3 detecting a processing logic paragraph that satisfies a preset condition in the operation corresponding to the step to be processed, and if the processing logic paragraph satisfying the preset condition is detected, cutting the processing logic paragraph into an atomic operation.
  • the processing logic paragraph that satisfies the preset condition is a re-executable processing logic paragraph whose historical error rate exceeds a preset threshold and does not have a logical processing state.
  • the atomic operation can be cut by any one of the foregoing manners 1, 2, and 3, or the operations corresponding to the respective processing steps can be cut by using the first mode, the second mode, and the third mode.
  • This embodiment is not specifically limited. It can be understood that the atomic operations cut out in the above manner are relatively independent, have certain results, and can be repeatedly processed. It can be understood that in order to achieve fine control of the business process, the operations of the various steps of the business process are cut into finer atomic steps, so as to control the business process by controlling and processing the atomic steps. deal with. Among them, the finer the atomic operation is cut, the more precisely the business process can be controlled, but the required computing power and processing power are correspondingly increased.
  • the task processing schedule is used to record each to-be-processed step of the target business process and the real-time processing status of each to-be-processed step. It can be understood that each business process can record its own steps and the real-time processing status of each step in the task processing schedule when the business process is created, and update the task processing schedule in real time. Before executing a business process, you can use the task processing schedule to query which step the business process executes to get its current pending steps.
  • the task processing schedule may be queried, the real-time processing status of each step is obtained according to the sequence of each step of the target business process, and then the real-time processing is obtained for the first time.
  • a step in which the status is failed or not processed is determined as the current pending step.
  • the real-time processing status of each step can be divided into processing completion, processing failure, and unprocessing. It can be understood that each business process can record its own steps and the processing status of each step in the task processing schedule when the business process is created, and update the task processing schedule in real time. The processing status of these steps can be obtained at one time in the order of the individual steps recorded in the task processing schedule.
  • the target business process has four steps of 1, 2, 3, and 4, wherein the processing status of the 1st and 2nd steps is the processing completion, the processing status of 3 is the processing failure, and the processing status of 4 is the unprocessed. Therefore, the processing states that can be sequentially acquired are: processing completion, processing completion, processing failure, and unprocessing.
  • step 3 can be determined to determine the current to-be-processed step.
  • step 103 it can be known from the above that after determining the current to-be-processed step, since the corresponding operations of the respective steps to be processed are cut for more than one atomic operation, the atomic operation that needs to be performed currently can be acquired, and the atomic operation is acquired.
  • Required business data It can be understood that the business data required for the atomic operation may be from the related data of the business corresponding to the business process, or may be the data output from the previously executed atomic operation.
  • the business data after each atomic operation is executed may have a storage backup, so even if the target business process is aborted, when the target business process is reprocessed, the atomic operation position from the last execution may be The step location continues to process without having to reprocess the entire business process.
  • the business data may not be output.
  • the process quantity of the atomic operation execution process and the related data such as the operation log may be stored as business data in the database.
  • the atomic operation can be performed according to the acquired business data.
  • the atomic operation is successful, storing the business data output after the execution of the atomic operation, and performing subsequent atomic operations according to the service data, until the current atomic operations of the current to-be-processed step are performed successfully, determining the current waiting The processing step is completed. Further, after determining that the current to-be-processed step is completed, determining that the next step of the target business process is the current to-be-processed step according to the task processing schedule, and returning to step 103 to implement the target Each of the pending steps of the business process is processed one by one until the processing of all the pending steps of the target business process is completed, and the processing of the target business process is completed.
  • the log information of the atomic operation failure may be recorded, so that when the target business process is executed next time, the atomic operation is directly executed, without restarting from the beginning.
  • Business processes are processed to improve the efficiency of business process processing.
  • the present embodiment can also perform analysis and correction of the atomic operation by the following steps:
  • the log information can record the amount of each process in the execution of the atomic operation, and the analysis of the process quantities and logical reasoning can obtain the reason for the failure of the atomic operation.
  • the business data defect causing the atomic operation may be repaired or corrected according to the analysis result, so that the corrected business data can satisfy the requirements of the atomic operation execution.
  • the atomic operation can then be performed and completed.
  • the failed atomic operation can be corrected at the first time after the atomic operation fails.
  • the atomic operation can be successfully executed and completed, and the reduction is performed.
  • the possibility that the target business process has to be interrupted due to an atomic operation further improves the processing efficiency of the target business process.
  • the task processing schedule may further record information of a service primary key of each processing task, and the table may be used as a task scheduling table, by modifying a current processing step in the task processing schedule. Fields control the execution of a task from either step or any atomic operation.
  • the enterprise staff or related users can conveniently view the cause of the failure and the current processing progress of the target business process, and view the accuracy. Which step in the target business process can be refined to which atomic operation.
  • Fig. 3 is a block diagram showing the first embodiment of a business process processing apparatus in the present application.
  • a service process processing apparatus includes:
  • the target business process obtaining module 301 is configured to acquire a target business process to be processed, where the target business process includes more than one to-be-processed step, the to-be-processed step includes one or more atomic operations, and the atomic operation passes in advance Obtaining an operation corresponding to the step to be processed;
  • the step query module 302 is configured to query a task processing schedule corresponding to the target business process, and obtain a current to-be-processed step of the target business process, where the task processing schedule is used to record the target business process. Each pending step and the real-time processing status of each step to be processed;
  • the atomic operation obtaining module 303 is configured to acquire an atomic operation corresponding to the current to-be-processed step, and service data required for the atomic operation;
  • the atomic operation execution module 304 is configured to execute and complete the atomic operation, wherein if the atomic operation fails to execute, record log information that the atomic operation fails to be executed, so that when the target business process is executed next time, Execute directly from this atomic operation.
  • FIG. 4 is a structural diagram showing a second embodiment of a business process processing apparatus in the present application.
  • the service flow processing apparatus may further include:
  • the first operation execution module 305 is configured to: if the atomic operation is performed successfully, store the business data output after the execution of the atomic operation, and perform subsequent atomic operations according to the service data;
  • the second operation execution module 306 is configured to determine that the current pending processing step is completed if all the atomic operations of the current to-be-processed step are performed successfully.
  • business process processing apparatus may further include:
  • the step determining module 307 is configured to determine, according to the task processing schedule, that the next step of the target service flow is the current to-be-processed step, and trigger the atomic operation obtaining module 303.
  • Fig. 5 is a block diagram showing a third embodiment of a business process processing apparatus in the present application.
  • the business process processing apparatus may further include:
  • the reason analysis module 308 is configured to analyze, according to the log information, a reason why the atomic operation fails to be performed, and obtain an analysis result;
  • the service data modification module 309 is configured to correct the service data of the atomic operation according to the analysis result
  • the operation re-execution module 310 is configured to perform the atomic operation according to the modified service data.
  • the atomic operation may be performed by cutting the operation corresponding to the step to be processed in advance by using the following module:
  • the first detecting module 311 is configured to detect a processing logic segment belonging to the independent verification process in the operation corresponding to the to-be-processed step;
  • the first cutting module 312 is configured to cut the processing logic segment into an atomic operation if a processing logic segment belonging to the independent verification process is detected;
  • a second detecting module 313, configured to detect a processing logic paragraph having data output in the operation corresponding to the to-be-processed step
  • a second cutting module 314, configured to cut the processing logic segment into an atomic operation if a processing logic segment having data output is detected
  • the third detecting module 315 is configured to detect a processing logic paragraph that satisfies a preset condition in the operation corresponding to the to-be-processed step, where the processing logic paragraph that meets the preset condition is that the historical error rate exceeds a preset threshold, and the logic is not provided. Processable re-executable processing logic paragraph;
  • the third cutting module 316 is configured to cut the processing logic segment into an atomic operation if a processing logic segment that satisfies the preset condition is detected.
  • the embodiment of the present application further provides a computer readable storage medium storing computer readable instructions, which are executed by a processor to implement any one of the business processes as shown in FIG. The steps of the processing method.
  • the embodiment of the present application further provides a terminal device, including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, when the processor executes the computer readable instruction.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • General Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Marketing (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Physics & Mathematics (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Technology Law (AREA)
  • Data Mining & Analysis (AREA)
  • Development Economics (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本申请公开了一种业务流程处理方法、计算机可读存储介质、终端设备及装置,用于解决业务流程处理时若某个步骤处理失败,需要从头开始重新进行业务流程处理的问题。所述方法包括:获取待处理的目标业务流程;查询与目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;执行并完成所述原子操作,其中,若原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行目标业务流程时,直接从该原子操作开始执行。

Description

一种业务流程处理方法、可读存储介质、终端设备及装置
本申请要求于2017年2月16日提交中国专利局、申请号为201710083346.6、发明名称为“一种业务流程处理方法和装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及业务流程管理领域,尤其涉及一种业务流程处理方法、计算机可读存储介质、终端设备及装置。
背景技术
为了满足用户的需求和提升服务质量,越来越多业务的流程变得复杂和精细化,这些业务流程的逻辑严密且耗时较长。例如,在保险行业中,团体投保的投保业务流程就包括至少几十个处理步骤。同时,由于这些处理步骤的校验逻辑复杂,在进行投保业务流程处理时若某个步骤处理失败,则只能从头开始重新进行投保业务流程的处理,使得业务流程处理效率低下,增加了企业的业务成本。
技术问题
本申请提供了一种业务流程处理方法、计算机可读存储介质、终端设备及装置,能够提高业务流程的处理效率,降低企业的业务成本。
技术解决方案
本申请实施例的第一方面提供了一种业务流程处理方法,包括:
获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
本申请实施例的第二方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如本申请实施例的第一方面提出的业务流程处理方法的步骤。
本申请实施例的第三方面提供了一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如本申请实施例的第一方面提出的业务流程处理方法的步骤。
本申请实施例的第四方面提供了一种业务流程处理装置,包括:
目标业务流程获取模块,用于获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
步骤查询模块,用于查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
原子操作获取模块,用于获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
原子操作执行模块,用于执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
有益效果
本申请通过将目标业务流程的各个待处理步骤对应操作切割为原子操作,并在执行原子操作后存储其输出的业务数据,在执行原子操作时,若原子操作执行失败,可以在下一次执行所述目标业务流程时,根据原子操作执行失败的日志信息直接从该原子操作开始执行,从而即便出现某个原子操作执行失败的情况,也无需从头开始重新对业务流程进行处理,大大提高了业务流程的处理效率,降低了企业的业务成本。
附图说明
图1为本申请中一种业务流程处理方法第一个实施例流程图;
图2为本申请中一种业务流程处理方法在一个应用场景下对原子操作进行分析和修正的流程示意图;
图3为本申请中一种业务流程处理装置第一个实施例结构图;
图4为本申请中一种业务流程处理装置第二个实施例结构图;
图5为本申请中一种业务流程处理装置第三个实施例结构图。
本发明的实施方式
本申请提供了一种业务流程处理方法和装置,用于解决业务流程处理时若某个步骤处理失败,需要从头开始重新进行业务流程处理的问题。
请参阅图1,本申请中一种业务流程处理方法第一个实施例包括:
101、获取待处理的目标业务流程;
102、查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤;
103、获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
104、执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
对于上述步骤101,上述待处理的目标业务流程可以是未处理完成的业务流程,也可以是未开始处理的业务流程。当一个业务流程中各个步骤均处理完成时,则代表该业务流程处理完成。其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,而所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到。
进一步地,本实施例中,所述原子操作可以通过以下三种方式预先对所述待处理步骤对应的操作进行切割得到:
方式一:检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落,若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
方式二:检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落,若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
方式三:检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。其中,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落。
本实施例中,可以通过上述方式一、方式二、和方式三中任意一种来切割得到原子操作,也可以结合使用方式一、方式二、和方式三对各个待处理步骤对应的操作进行切割,本实施例不作具体限定。可以理解的是,通过以上方式切割出来的原子操作,都具有相对独立、有一定的结果、可重复处理等特征。可以理解的是,为实现对业务流程的精细化控制,将该业务流程的各个步骤的操作切割为更精细的原子步骤,以便于通过对原子步骤的控制和处理来实现对业务流程的控制和处理。其中,将原子操作切割得越精细,则越能精确地控制业务流程,不过相对地其要求的运算能力和处理能力也相应提高。
对于上述步骤102,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态。可以理解的是,每个业务流程在创建时,可以将其各个步骤以及各个步骤的实时处理状态记录在任务处理进度表中,对该任务处理进度表实时更新。在执行某个业务流程之前,可以通过该任务处理进度表查询该业务流程执行到哪一步骤,从而得到其当前待处理步骤。
进一步地,对于上述步骤102,具体可以为:查询所述任务处理进度表,按照所述目标业务流程的各个步骤的顺序获取所述各个步骤的实时处理状态,然后,将首次获取到的实时处理状态为处理失败或者未处理的步骤确定为当前待处理步骤。对于各个步骤的实时处理状态,可以分为处理完成、处理失败和未处理。可以理解的是,每个业务流程在创建时,可以将其各个步骤以及各个步骤的处理状态记录在任务处理进度表中,对该任务处理进度表实时更新。可以按照该任务处理进度表中记录的各个步骤的顺序,一次获取这些步骤的处理状态。例如,假设该目标业务流程有1、2、3、4四个步骤,其中1、2步骤的处理状态为处理完成,3的处理的状态为处理失败,4的处理状态为未处理。因此,可以依次获取到的处理状态为:处理完成、处理完成、处理失败和未处理。当获取到步骤3的处理状态“处理失败”时,则可以将该步骤3确定当前待处理步骤。
对于上述步骤103,由上述内容可知,在确定当前待处理步骤之后,由于各个待处理步骤对应操作均切割为了一个以上的原子操作,因此可以获取到当前需要执行的原子操作,并获取该原子操作所需的业务数据。可以理解的是,该原子操作所需的业务数据可以来自该业务流程对应的业务的相关数据,也可以来自之前已执行的原子操作输出的数据。在本实施例中,每个原子操作执行之后的业务数据均可以有存储备份,因此,即便目标业务流程中止,在重新处理该目标业务流程时,也可以从上一次执行到的原子操作位置或步骤位置继续开始处理,无需重新对整个业务流程进行处理。另外,在原子操作执行之后,也可能没有输出业务数据,此时,可以将该原子操作执行过程的过程量以及操作日志等相关数据作为业务数据存储到数据库中。
对于上述步骤104,在获取到当前需要执行的原子操作以及所需的业务数据之后,可以根据获取到的业务数据执行该原子操作。本实施例中,在执行原子操作时可能存在两种情况:原子操作执行成功和原子操作执行失败。
若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作,直到当前待处理步骤的所有原子操作均执行成功时,判定所述当前待处理步骤执行完成。更进一步地,在判定所述当前待处理步骤执行完成之后,可以根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并返回执行步骤103,从而实现对目标业务流程的各个待处理步骤进行逐个处理,直到该目标业务流程的所有待处理步骤均处理完成时,确定该目标业务流程处理完成。
若所述原子操作执行失败,对于上述步骤104,可以记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行,无需从头开始重新对业务流程进行处理,提高了业务流程的处理效率。
进一步地,在执行原子操作时出现执行失败的情况下,如图2所示,本实施例还可以通过以下步骤进行原子操作的分析和修正:
201、根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
202、根据所述分析结果对所述原子操作的业务数据进行修正;
203、根据修正后的业务数据执行所述原子操作。
对于上述步骤201,可以理解的是,该日志信息可以记录有原子操作执行过程中的各个过程量,通过对这些过程量的分析和逻辑推理,可以得到该原子操作执行失败的原因。
对于上述步骤202和203,在分析得到原子操作执行失败的原因之后,可以根据分析结果对导致原子操作的业务数据缺陷进行修复或修正,从而使得修正后的业务数据可以满足原子操作执行的要求,进而可以执行并完成该原子操作。
可以理解的是,通过上述步骤201~203,可以在原子操作失败后第一时间对失败的原子操作进行纠正,在一般情况下,在纠正后,该原子操作即可顺利执行并完成,降低了目标业务流程因某个原子操作而不得不中断的可能性,进一步提高了目标业务流程的处理效率。
在本实施例中,特别地,上述的任务处理进度表还可以记录有每条处理任务的业务主键的信息,该表可以用作一个任务调度表,通过修改任务处理进度表中的当前处理步骤字段可以控制任务从任一步骤或任一原子操作开始执行。
本实施例中,关于上述的日志信息,通过记录所述原子操作执行失败的日志信息,可以让企业的工作人员或相关用户方便地查看失败的原因和目标业务流程的当前处理进度,且查看精度可以精细至目标业务流程中的哪一个步骤哪一个原子操作。
在本实施例中,通过将目标业务流程的各个待处理步骤对应操作切割为原子操作,并在执行原子操作后存储其输出的业务数据,在执行原子操作时,若原子操作执行失败,可以在下一次执行所述目标业务流程时,根据原子操作执行失败的日志信息直接从该原子操作开始执行,从而即便出现某个原子操作执行失败的情况,也无需从头开始重新对业务流程进行处理,大大提高了业务流程的处理效率,降低了企业的业务成本。
图3示出了本申请中一种业务流程处理装置第一个实施例结构图。
本实施例中,一种业务流程处理装置包括:
目标业务流程获取模块301,用于获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
步骤查询模块302,用于查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
原子操作获取模块303,用于获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
原子操作执行模块304,用于执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
图4示出了本申请中一种业务流程处理装置第二个实施例结构图。
如图4所示,进一步地,所述业务流程处理装置还可以包括:
第一操作执行模块305,用于若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作;
第二操作执行模块306,用于若所述当前待处理步骤的所有原子操作均执行成功,则判定所述当前待处理步骤执行完成。
进一步地,所述业务流程处理装置还可以包括:
步骤确定模块307,用于根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并触发所述原子操作获取模块303。
图5示出了本申请中一种业务流程处理装置第三个实施例结构图。
如图5所示,进一步地,所述业务流程处理装置还可以包括:
原因分析模块308,用于根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
业务数据修正模块309,用于根据所述分析结果对所述原子操作的业务数据进行修正;
操作再执行模块310,用于根据修正后的业务数据执行所述原子操作。
进一步地,所述原子操作可以通过以下模块预先对所述待处理步骤对应的操作进行切割得到:
第一检测模块311,用于检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落;
第一切割模块312,用于若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
和/或
第二检测模块313,用于检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落;
第二切割模块314,用于若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
和/或
第三检测模块315,用于检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落;
第三切割模块316,用于若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
所属领域的技术人员可以清楚地了解到,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
本申请实施例还提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如图1表示的任意一种业务流程处理方法的步骤。
本申请实施例还提供一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如图1表示的任意一种业务流程处理方法的步骤。

Claims (20)

  1. 一种业务流程处理方法,其特征在于,包括:
    获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
    查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
    获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
    执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
  2. 根据权利要求1所述的业务流程处理方法,其特征在于,所述业务流程处理方法还包括:
    若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作;
    若所述当前待处理步骤的所有原子操作均执行成功,则判定所述当前待处理步骤执行完成。
  3. 根据权利要求2所述的业务流程处理方法,其特征在于,在判定所述当前待处理步骤执行完成之后,还包括:
    根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并返回执行所述获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据的步骤。
  4. 根据权利要求1所述的业务流程处理方法,其特征在于,所述若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行的步骤之后,所述业务流程处理方法还包括:
    根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
    根据所述分析结果对所述原子操作的业务数据进行修正;
    根据修正后的业务数据执行所述原子操作。
  5. 根据权利要求1至4中任一项所述的业务流程处理方法,其特征在于,所述原子操作通过以下步骤预先对所述待处理步骤对应的操作进行切割得到:
    检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落;
    若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落;
    若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落;
    若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
  6. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:
    获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
    查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
    获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
    执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
  7. 根据权利要求6所述的计算机可读存储介质,其特征在于,所述计算机可读指令被处理器执行时实现的步骤还包括:
    若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作;
    若所述当前待处理步骤的所有原子操作均执行成功,则判定所述当前待处理步骤执行完成。
  8. 根据权利要求7所述的计算机可读存储介质,其特征在于,在判定所述当前待处理步骤执行完成之后,还包括:
    根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并返回执行所述获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据的步骤。
  9. 根据权利要求6所述的计算机可读存储介质,其特征在于,在所述若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行的步骤之后,还包括:
    根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
    根据所述分析结果对所述原子操作的业务数据进行修正;
    根据修正后的业务数据执行所述原子操作。
  10. 根据权利要求6至9中任一项所述的计算机可读存储介质,其特征在于,所述原子操作通过以下步骤预先对所述待处理步骤对应的操作进行切割得到:
    检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落;
    若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落;
    若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落;
    若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
  11. 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:
    获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
    查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
    获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
    执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
  12. 根据权利要求11所述的终端设备,其特征在于,所述处理器执行所述计算机可读指令时实现的步骤还包括:
    若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作;
    若所述当前待处理步骤的所有原子操作均执行成功,则判定所述当前待处理步骤执行完成。
  13. 根据权利要求12所述的终端设备,其特征在于,在判定所述当前待处理步骤执行完成之后,还包括:
    根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并返回执行所述获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据的步骤。
  14. 根据权利要求11所述的终端设备,其特征在于,在所述若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行的步骤之后,还包括:
    根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
    根据所述分析结果对所述原子操作的业务数据进行修正;
    根据修正后的业务数据执行所述原子操作。
  15. 根据权利要求11至14中任一项所述的终端设备,其特征在于,所述原子操作通过以下步骤预先对所述待处理步骤对应的操作进行切割得到:
    检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落;
    若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落;
    若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落;
    若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
  16. 一种业务流程处理装置,其特征在于,包括:
    目标业务流程获取模块,用于获取待处理的目标业务流程,其中,所述目标业务流程包括一个以上的待处理步骤,所述待处理步骤包括一个以上的原子操作,所述原子操作通过预先对所述待处理步骤对应的操作进行切割而得到;
    步骤查询模块,用于查询与所述目标业务流程对应的任务处理进度表,得到所述目标业务流程的当前待处理步骤,其中,所述任务处理进度表用于记录所述目标业务流程的各个待处理步骤及每个待处理步骤的实时处理状态;
    原子操作获取模块,用于获取与所述当前待处理步骤对应的原子操作,及所述原子操作所需的业务数据;
    原子操作执行模块,用于执行并完成所述原子操作,其中,若所述原子操作执行失败,则记录所述原子操作执行失败的日志信息,以便于下一次执行所述目标业务流程时,直接从该原子操作开始执行。
  17. 根据权利要求16所述的业务流程处理装置,其特征在于,所述业务流程处理装置还包括:
    第一操作执行模块,用于若所述原子操作执行成功,则存储所述原子操作执行后输出的业务数据,并根据该业务数据执行后续原子操作;
    第二操作执行模块,用于若所述当前待处理步骤的所有原子操作均执行成功,则判定所述当前待处理步骤执行完成。
  18. 根据权利要求17所述的业务流程处理装置,其特征在于,所述业务流程处理装置还包括:
    步骤确定模块,用于根据所述任务处理进度表确定所述目标业务流程的下一个步骤为当前待处理步骤,并触发所述原子操作获取模块。
  19. 根据权利要求16所述的业务流程处理装置,其特征在于,所述业务流程处理装置还包括:
    原因分析模块,用于根据所述日志信息分析所述原子操作执行失败的原因,得到分析结果;
    业务数据修正模块,用于根据所述分析结果对所述原子操作的业务数据进行修正;
    操作再执行模块,用于根据修正后的业务数据执行所述原子操作。
  20. 根据权利要求16至19中任一项所述的业务流程处理装置,其特征在于,所述原子操作通过以下模块预先对所述待处理步骤对应的操作进行切割得到:
    第一检测模块,用于检测所述待处理步骤对应的操作中属于独立校验过程的处理逻辑段落;
    第一切割模块,用于若检测到属于独立校验过程的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    第二检测模块,用于检测所述待处理步骤对应的操作中具有数据产出的处理逻辑段落;
    第二切割模块,用于若检测到具有数据产出的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作;
    和/或
    第三检测模块,用于检测所述待处理步骤对应的操作中满足预设条件的处理逻辑段落,所述满足预设条件的处理逻辑段落为历史错误率超过预设阈值,且不具备逻辑处理状态的可重新执行的处理逻辑段落;
    第三切割模块,用于若检测到满足预设条件的处理逻辑段落,则将所述处理逻辑段落切割为一个原子操作。
PCT/CN2018/076662 2017-02-16 2018-02-13 一种业务流程处理方法、可读存储介质、终端设备及装置 Ceased WO2018149396A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710083346.6 2017-02-16
CN201710083346.6A CN107784479A (zh) 2017-02-16 2017-02-16 一种业务流程处理方法和装置

Publications (1)

Publication Number Publication Date
WO2018149396A1 true WO2018149396A1 (zh) 2018-08-23

Family

ID=61438124

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/076662 Ceased WO2018149396A1 (zh) 2017-02-16 2018-02-13 一种业务流程处理方法、可读存储介质、终端设备及装置

Country Status (2)

Country Link
CN (1) CN107784479A (zh)
WO (1) WO2018149396A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115063923A (zh) * 2022-06-28 2022-09-16 北京字跳网络技术有限公司 投票处理方法、系统、装置、电子设备和存储介质

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109767198A (zh) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 业务系统智能管理方法及装置
CN110134573A (zh) * 2019-04-12 2019-08-16 平安普惠企业管理有限公司 造数续跑控制方法、装置、计算机设备及存储介质
CN110647450B (zh) * 2019-08-15 2023-02-07 平安普惠企业管理有限公司 业务流程断点修复方法、装置、计算机设备和存储介质
CN110825391B (zh) * 2019-10-31 2023-10-13 北京金山云网络技术有限公司 服务管理方法、装置、电子设备及存储介质
CN111737055B (zh) * 2020-06-23 2024-11-29 北京同邦卓益科技有限公司 业务处理方法、装置、设备及计算机可读存储介质
CN112580002A (zh) * 2020-12-17 2021-03-30 平安普惠企业管理有限公司 一种登录方法及相关设备
CN112734288A (zh) * 2021-01-22 2021-04-30 中国银行股份有限公司 一种系统组建方法和相关装置
CN114721639A (zh) * 2022-04-21 2022-07-08 中国银行股份有限公司 面向对象的reids操作方法及装置
CN116703140B (zh) * 2023-05-23 2024-08-06 汇链通产业供应链数字科技(厦门)有限公司 基于人工智能的业务办理方法、装置、系统及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853182A (zh) * 2010-05-05 2010-10-06 中兴通讯股份有限公司 基于数据库的任务执行方法及装置
CN104239148A (zh) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 一种分布式任务调度方法及装置
CN105487924A (zh) * 2015-11-30 2016-04-13 中国建设银行股份有限公司 一种批处理控制方法及装置
CN106156198A (zh) * 2015-04-22 2016-11-23 阿里巴巴集团控股有限公司 基于分布式数据库的任务执行方法及装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102542047B (zh) * 2011-12-28 2016-08-03 北京奇虎科技有限公司 一种任务逻辑库生成方法和系统、数据处理方法和系统
CN103678368B (zh) * 2012-09-14 2017-02-08 华为技术有限公司 查询处理方法和装置
CN103647834B (zh) * 2013-12-16 2017-03-22 上海证券交易所 一种用于处理多阶段分布式任务调度的系统及方法
CN104536770A (zh) * 2015-01-28 2015-04-22 浪潮电子信息产业股份有限公司 一种支持并行作业断点恢复的作业提交和恢复方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853182A (zh) * 2010-05-05 2010-10-06 中兴通讯股份有限公司 基于数据库的任务执行方法及装置
CN104239148A (zh) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 一种分布式任务调度方法及装置
CN106156198A (zh) * 2015-04-22 2016-11-23 阿里巴巴集团控股有限公司 基于分布式数据库的任务执行方法及装置
CN105487924A (zh) * 2015-11-30 2016-04-13 中国建设银行股份有限公司 一种批处理控制方法及装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115063923A (zh) * 2022-06-28 2022-09-16 北京字跳网络技术有限公司 投票处理方法、系统、装置、电子设备和存储介质

Also Published As

Publication number Publication date
CN107784479A (zh) 2018-03-09

Similar Documents

Publication Publication Date Title
WO2018149396A1 (zh) 一种业务流程处理方法、可读存储介质、终端设备及装置
CN103034554B (zh) 一种纠错重启以及自动判断启动的etl调度系统及方法
US9870295B2 (en) Automation of workflow creation and failure recovery
CN110673936B (zh) 编排业务的断点续作方法、装置、存储介质及电子设备
US8103911B2 (en) Method and system for disaster recovery based on journal events pruning in a computing environment
EP3226153B1 (en) Impact analysis-based task redoing method, impact analysis calculation apparatus and one-click reset apparatus
CN109144701A (zh) 一种任务流管理方法、装置、设备及系统
US7979743B2 (en) Determining correctness of job plans in a stream processing application
US8099626B2 (en) Recovery method management device, recovery method management method and computer product for recovering a failure of IT system
CN110597649A (zh) 一种数据处理方法、系统及装置
CN114691639A (zh) 实时流式数据处理方法、装置、计算机设备和存储介质
WO2021259120A1 (zh) 镭射机台自动化运行方法及系统
WO2023185137A1 (zh) 一种任务管理方法、装置、设备及存储介质
CN103488549B (zh) 多镜像数据的回滚处理系统和回滚处理方法
CN107577547B (zh) 一种高性能集群的紧急作业续算方法以及系统
CN112905438A (zh) 一种自动化测试方法及装置
CN116107720A (zh) 一种作业处理方法、装置和计算机可读介质
CN114217851B (zh) 系统还原机制的建立方法及系统启动与还原方法
WO2018000908A1 (zh) 一种用户指令队列管理系统及方法
TWI760839B (zh) 系統還原機制之建立方法及系統啟動與還原方法
CN118567912B (zh) 一种数据库备份方法
CN117493361A (zh) 测试数据平台数据池操作方法及装置
CN119883524A (zh) 数据库计划任务的执行方法、介质、产品及设备
CN116485124A (zh) 作业识别方法、装置、处理器及电子设备
CN115202843A (zh) 数据装载方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18754720

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21/11/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 18754720

Country of ref document: EP

Kind code of ref document: A1