CN112990769A - Service processing method and device, electronic equipment and storage medium - Google Patents

Service processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112990769A
CN112990769A CN202110428124.XA CN202110428124A CN112990769A CN 112990769 A CN112990769 A CN 112990769A CN 202110428124 A CN202110428124 A CN 202110428124A CN 112990769 A CN112990769 A CN 112990769A
Authority
CN
China
Prior art keywords
service
processed
component
processing
cell
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
CN202110428124.XA
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.)
Beijing Yusys Technologies Group Co ltd
Original Assignee
Beijing Yusys Technologies Group 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 Beijing Yusys Technologies Group Co ltd filed Critical Beijing Yusys Technologies Group Co ltd
Priority to CN202110428124.XA priority Critical patent/CN112990769A/en
Publication of CN112990769A publication Critical patent/CN112990769A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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

Abstract

The application discloses a service processing method, a service processing device, electronic equipment and a storage medium. The business processing method is realized based on a process engine, the process engine is configured into a table, and each cell in the table is configured with a corresponding component, the method comprises the following steps: under the condition that a table corresponding to the service to be processed is displayed, responding to the trigger operation of the target cell, and calling a component corresponding to the target cell; responding to the configuration operation of the component, and configuring the execution condition, the service parameter and the service logic of the component; and processing each service to be processed based on the configuration of each component to obtain a processing result corresponding to each service to be processed. By adopting the business processing method provided by the application, the stability of the business processing flow engine is improved by using a simple flow engine configuration mode in a table format, and the expansibility and the application range of the flow engine are improved by replacing a fixed examination and approval interface logic in a component pluggable mode.

Description

Service processing method and device, electronic equipment and storage medium
Technical Field
The present application relates to computer technologies, and in particular, to a method and an apparatus for processing a service, an electronic device, and a storage medium.
Background
With the rapid development of financial technology, when various services in the financial industry are processed, the services are basically processed by using a service process engine, specifically, a process arrangement for processing the services is configured in the service process engine, and the services can be correspondingly processed by using the process arrangement.
At present, a flow engine for processing business in the financial industry is basically of a mesh structure, that is, after an applicant proposes a business approval application, an approval department requiring each branch performs processing by calling each approval logic interface, and after the approval department completes the processing, the processing is returned to the applicant.
The process engine with the mesh structure needs to distribute different approval departments according to different approval limits, processes approval business based on an approval business logic interface, collects processing results according to the different approval departments, and feeds the processing results back to an applicant.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method and an apparatus for processing a service, an electronic device, and a storage medium, so as to implement a simple configuration manner of a flow engine using a table format, implement processing of multiple services, improve stability of the flow engine for processing the service, and improve extensibility and application range of the flow engine by replacing a fixed approval interface logic with a component pluggable manner.
The technical scheme of the application is as follows:
in a first aspect, a business processing method is provided, where the business processing method is implemented based on a flow engine, the flow engine is configured as a table, the table has a plurality of cells, and each cell is configured with a corresponding component, and the method includes:
under the condition that a table corresponding to a service request to be processed is displayed, responding to the trigger operation of a target cell, and calling a component corresponding to the target cell; wherein the target cell is one of the cells;
responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, and configuring the execution condition, the service parameter and the service logic of the component;
processing each service to be processed in the service request to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed;
and feeding back each processing result to the client.
In a second aspect, a business processing apparatus is provided, where the apparatus is configured in a process engine, the process engine is configured in a table form, the process engine has a plurality of target cells therein, and each target cell has a corresponding component configured therein, and the apparatus includes:
the component calling module is used for calling a component corresponding to a target cell in response to the trigger operation of the target cell under the condition that a table corresponding to a service request to be processed is displayed; wherein the target cell is one of the cells;
the component configuration module is used for responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component and configuring the execution condition, the service parameter and the service logic of the component;
the service processing module is used for processing each service to be processed in the service request to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed;
and the processing result feedback module is used for feeding back each processing result to the client.
In a third aspect, an embodiment of the present application provides an electronic device, which includes a processor, a memory, and a program or an instruction stored on the memory and executable on the processor, where the program or the instruction, when executed by the processor, implements the steps of the service processing method according to any embodiment of the present application.
In a fourth aspect, an embodiment of the present application provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and the program or the instruction, when executed by a processor, implements the steps of the service processing method according to any embodiment of the present application.
The technical scheme provided by the embodiment of the application at least has the following beneficial effects:
the service processing method provided by the embodiment of the application can be realized by a flow engine configured in a table form, and by responding to the trigger operation of the target cell under the condition that the table corresponding to the service request to be processed is displayed, calling the component corresponding to the target cell, and responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, configuring the execution condition, the service parameter and the service logic of the component, so that the execution condition, the service parameter and the service logic of the service to be processed are all sunk into the component for execution, and the performance of the flow engine is greatly improved. And processing each service to be processed in the service request to be processed according to the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to the service to be processed. The process engine is configured into the table, the mesh-type process configuration is abandoned, the process arrangement configuration is simple and easy to use, and meanwhile, when the service to be processed needs to be added and/or deleted, the service to be processed only needs to be added and/or deleted in the cells in the table on the basis of the existing table, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, and the expansibility and the application range of the process engine are improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and, together with the description, serve to explain the principles of the application and are not to be construed as limiting the application.
FIG. 1 is a schematic diagram of a prior art flow engine's mesh configuration;
fig. 2 is a first flowchart of a service processing method according to an embodiment of the present application;
fig. 3 is a flowchart illustrating a service processing method according to an embodiment of the present application;
fig. 4 is a third schematic flowchart of a service processing method according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a service processing apparatus according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings. It should be understood that the specific embodiments described herein are intended to be illustrative only and are not intended to be limiting. It will be apparent to one skilled in the art that the present application may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present application by illustrating examples thereof.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or described herein. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples consistent with certain aspects of the present application, as detailed in the appended claims.
To facilitate understanding of the technical solutions of the present application, the background of the present application will be described first.
Referring to fig. 1, a current flow engine for processing business in the financial industry is basically of a mesh structure, that is, after a business applicant submits a business approval application, the approval business is allocated to different approval departments according to different auditing limits in business approval, the approval business is processed based on an approval business logic interface, and the approval business is summarized according to processing results of the different approval departments and then fed back to the business applicant.
Specifically, as shown in fig. 1, after the service applicant proposes an application, if the approval quota is greater than 10000, the service applicant is handed to a parallel branch test to test approval, and for the amount greater than 10000, the service applicant may be assigned to different branches to perform approval according to the difference of the amounts, if the approval quota is greater than 500 and less than 10000, the service applicant is handed to the corresponding approval department, if the approval quota is less than or equal to 1000, the service applicant is handed to finance to perform approval, if the approval quota is greater than 1000 and less than 5000, the service applicant is handed to a general manager to perform approval, and then each department performs summarization after the approval is completed, and finally feeds back the summary to the service applicant.
The processing process of the approval service is complicated, the process arrangement in the process engine is configured into a mesh structure, and the process arrangement in the process engine is complex. Meanwhile, the existing process engine only aims at approval business, and if business is expanded in process arrangement in the existing process engine, the process arrangement of the existing mesh structure needs to be greatly changed.
In order to solve the above problem, the present application provides a service processing method, and a specific service processing method may participate in the following embodiments.
In an example, in order to solve the problem that the configuration of the process arrangement in the process engine in the prior art is complex, and the current process engine only aims at the approval business, and if the business is expanded in the process arrangement in the current process engine, the process arrangement of the current mesh structure needs to be greatly modified, the application provides an implementation manner of the business processing method.
As an example, the table may be as shown in table 1.
Table 1: tabular process engine layout configuration
Phases Node point Node point Node point Node point Node point ……
Acceptance of Admission verification Credit check Anti-fraud check Big data wind control Client profiling
Credit granting Quota prediction Line filing
Review of Risk department review
Examination and approval Approval by customer manager Subsidiary leader approval General bank approval
Contract (contract) Contract signing Contract signing
Paying Quota management and control Approval of money deposit center Paying
……
In an example, in table 1, there are service processing stage cells corresponding to each service to be processed, that is, each service to be processed in the request to be processed, such as acceptance, credit granting, audit, approval, contract, payment, and the like in table 1.
In another example, there may also be a corresponding node cell in table 1 for each pending traffic, such as an admission check node cell, a credit check node cell, an anti-fraud check node cell, a big data wind control node cell, and a customer profiling node cell in table 1 for accepting this pending traffic.
Based on the flow engine in the form of the table, as shown in fig. 2, the present application provides a specific implementation manner of the business processing method. The specific implementation manner may specifically include the following steps:
s210, under the condition that a table corresponding to the service request to be processed is displayed, responding to the trigger operation of the target cell, and calling a component corresponding to the target cell; wherein the target cell is one of the cells.
In one example, the pending service request may be a user requested pending service. Specifically, for example, the pending service request may be initiated by a user at a client through a trigger operation corresponding to the pending service request. For example, the user may click the corresponding to-be-processed service control at the client to trigger generation of the to-be-processed service request.
It should be noted that the above-mentioned manner for generating the pending service request is only one example of the embodiment of the present application, and those skilled in the art should know that other manners for generating the pending service request may also be used, for example, speech, gesture, and the like. In the embodiment of the present application, the manner of generating the pending service request is not limited to the above-mentioned listed manner, and any manner capable of generating the pending service request belongs to the protection of the present application.
In one example, a pending service request may include a plurality of pending services. For example, the service may be an acceptance service, a credit service, an audit service, an approval service, a contract service, a loan service, and the like.
It should be noted that, in the table in table 1, the service to be processed and/or a processing node of a certain service to be processed may be added or deleted. Therefore, when the service to be processed needs to be added or deleted and/or a processing node of a certain service to be processed needs to be added or deleted, the service to be processed only needs to be added or deleted in the cell in the table on the basis of the existing table, and/or the processing node of the certain service to be processed can replace the fixed examination and approval interface logic in a component pluggable manner, and the expansibility and the application range of the flow engine are improved.
After the service request to be processed is obtained, the service request to be processed can be analyzed, and a table corresponding to the service request to be processed can be obtained in the process engine, namely, each service to be processed in the service request to be processed is displayed in a table form.
In one example, the target cell may be any one of the cells in the table corresponding to the pending service request. Specifically, for example, any one cell in the table in table 1 may be referred to as a target cell.
In an example, when a table corresponding to a pending service request is displayed, a user may operate a target cell, specifically, the user may click a certain cell through a mouse, for example, the user may click "accept" this cell through the mouse, and a server (specifically, a server in a process engine) may invoke a component corresponding to the target cell in response to a trigger operation on the target cell.
In one example, the components corresponding to the cells can be stored in a component library, and when the components corresponding to the cells need to be called, the components can be directly called in the component library.
S220, responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, and configuring the execution condition, the service parameter and the service logic of the component.
In one example, the execution condition may be an execution condition corresponding to the component, and specifically may be whether the component is executed.
Specifically, a field identifier corresponding to the execution condition in the component is obtained, and when the field identifier is detected as the execution identifier, the component is executed, and when the field identifier is detected as the non-execution identifier, the component is not executed. For example, the business parameter set in a component is to execute the component if the application amount is greater than or equal to 100 ten thousand. First, the field of the application quota in the service to be processed is obtained, if the quota is greater than or equal to 100 ten thousand, the execution identifier for executing the component is configured in the component, and when the execution identifier is detected, the component is proved to be executed.
In one example, the business parameter may be a parameter required by the component when executing, and specifically may be an execution rule set by the component when executing. For example, the admission check component in table 1 selects 2 rules during parameter setting, for example, the rule may be whether the service applicant is 18 years old or older, whether the service applicant has an economic basis, or the like. Then these 2 rules will be the parameters of the admission check component. For another example, the credit investigation component in table 1 selects 3 rules during parameter setting, for example, the 3 rules may be: if there are more than a preset number of times (e.g., 2) that the loan has not yet been cleared before the repayment deadline, if it is blacklisted on any credit agency, if there is illegal activity, then these 3 rules will be used as parameters of the credit investigation component.
In one example, the business logic may be logic executed by business parameters in the component to describe component code writing to implement the corresponding functionality of the component. Specifically, continuing with the above example, if 2 rules are selected for parameter setting for the admission check component in table 1, then only the selected 2 rules are executed when executing the business logic. For example, the execution logic of the admission check component may be described in the form of a code, for example, the code has an identifier whether the component is executed or not at first, then the compiled 2 rules are executed, and after the execution of the compiled 2 rules is completed, the obtained result is input into the next component to be executed. And writing the logic by using codes, namely the business logic corresponding to the admission checking component.
After the component corresponding to the target cell is called, the user can configure the execution condition, the service parameter and the service logic corresponding to the component on the component corresponding to the target cell, and the server responds to the configuration operation of the user on the execution condition, the service parameter and the service logic of the component corresponding to the target cell at the client, so as to configure the execution condition, the service parameter and the service logic of the component.
And S230, processing each service to be processed in the service request to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed.
In one example, the processing result may be a result of processing the service to be processed.
After the execution conditions, the service parameters and the service logic of each component are configured, each service to be processed in the service request to be processed is processed based on the configured execution conditions, the service parameters and the service logic of each component, and a result corresponding to each service to be processed is obtained. Specifically, the components may be automatically called one by one according to the table in table 1, and based on the execution conditions, the service parameters, and the service logic of each component, each service to be processed in the service request to be processed is processed, so as to obtain a result corresponding to each service to be processed.
The flow engine is configured into the table, and the mesh-type flow configuration is abandoned, so that the flow arrangement configuration is simple and easy to use. And the main function of the flow engine is reduced to that all the logics (execution conditions, service parameters and service logics) of the service to be processed are completely sunk into the components for execution only by calling the corresponding components according to the table, so that the performance of the flow engine is greatly improved under the distributed technology. The main functions of the flow engine are gathered to the grid-by-grid calling assembly, so that the execution stability of the flow is greatly improved, and the flow is not abnormal after the assembly is tested stably, namely the possibility of the abnormality of the flow engine is greatly reduced. Meanwhile, the table format flow arrangement configuration enables business personnel to greatly participate in the construction of a business system, and the business personnel are not required to have high professional knowledge to compile a business processing process.
And S240, feeding back each processing result to the client.
After the processing results corresponding to the to-be-processed services are obtained, the processing results can be fed back to the client, so that a user can see the processing results of the to-be-processed services on the client in time.
The service processing method provided by the embodiment of the application can be realized by a flow engine configured in a table form, and by responding to the trigger operation of the target cell under the condition that the table corresponding to the service request to be processed is displayed, calling the component corresponding to the target cell, and responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, configuring the execution condition, the service parameter and the service logic of the component, so that the execution condition, the service parameter and the service logic of the service to be processed are all sunk into the component for execution, and the performance of the flow engine is greatly improved. And processing each service to be processed in the service request to be processed according to the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to the service to be processed. The process engine is configured into the table, the mesh-type process configuration is abandoned, the process arrangement configuration is simple and easy to use, and meanwhile, when the service to be processed needs to be added and/or deleted, the service to be processed only needs to be added and/or deleted in the cells in the table on the basis of the existing table, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, and the expansibility and the application range of the process engine are improved.
In the above embodiment, a manner of processing each service to be processed in the service request to be processed by using the configured flow engine in the table format is introduced, so that the stability of the flow engine for service processing is improved, and a fixed approval interface logic is replaced by a component pluggable manner, so that the expansibility and the application range of the flow engine are improved.
In one example, in the case that a table corresponding to the pending service request is displayed, a component corresponding to the target cell is called in response to a trigger operation on the target cell, and before that, the table corresponding to the pending service request is obtained first. In order to obtain a table corresponding to a service request to be processed, an embodiment of the present application further provides another implementation manner of service processing, and reference may be specifically made to the following embodiments.
Referring to fig. 3, another implementation manner of the service processing method provided by the present application may specifically include the following steps:
s310, a to-be-processed service request sent by the client is obtained, wherein the to-be-processed service request comprises at least one to-be-processed service.
In one example, a user may perform a trigger operation for generating a pending service request at a client, a server (or a server in the client) generates the pending service request in response to the trigger operation, and the pending service request may be sent to a process engine, and the process engine may receive the pending service request sent by the client.
In one example, the pending service request includes at least one pending service, which may be, for example, an acceptance service, a credit service, an audit service, an approval service, a contract service, a loan service, and the like.
S320, aiming at each service to be processed, determining a stage and a node corresponding to the service to be processed.
In one example, for each pending service, there is a phase and a node corresponding to the pending service.
Specifically, for example, a received service is taken as an example, the received service has a corresponding stage, that is, a received stage, and the received service also has a corresponding node, such as admission check, credit investigation check, anti-fraud check, big data wind control, and client profiling.
In one example, after each service to be processed is obtained, the service to be processed is analyzed for each service to be processed, and a stage and a node corresponding to the service to be processed can be obtained.
Specifically, for example, for each service to be processed, a field of the service to be processed is obtained, a keyword in the field is identified, and when the identified keyword is consistent with the keyword corresponding to the stage and the node corresponding to the service to be processed, the stage and the node corresponding to the service to be processed are determined according to the identified keyword.
In one example, the obtaining of the field of the to-be-processed service may be implemented based on a participle neural network, and the field of the to-be-processed service may be automatically and accurately obtained by using the participle neural network.
In one example, the keywords in the identification field may be keywords corresponding to a stage and a node corresponding to each service to be processed, which are preset in the neural network based on deep learning, and after the fields of the services to be processed are obtained, each field is analyzed and identified, and when it is determined that the obtained fields are the same as the keywords corresponding to the stage and the node corresponding to the services to be processed, which are prestored in the neural network, the keywords corresponding to the stage and the node corresponding to the services to be processed may be input, and based on the keywords, the stage and the node corresponding to the services to be processed may be determined.
It should be noted that, the above-mentioned obtaining the field of the to-be-processed service and the keyword in the identification field are implemented in two neural networks, respectively, and those skilled in the art should understand that, the obtaining of the field of the to-be-processed service and the keyword in the identification field may also be implemented in one neural network, which is not limited herein.
It should be noted that, the above-mentioned obtaining the field of the service to be processed and the identifying the keyword in the field are implemented based on a neural network, and those skilled in the art should understand that other processing manners may also be used to obtain the field of the service to be processed and identify the keyword in the field, for example, a corresponding processing algorithm may be used, which is not limited herein, and any manner that can achieve obtaining the field of the service to be processed and identifying the keyword in the field all belong to the protection of the embodiment of the present application.
And S330, displaying a table corresponding to the service request to be processed based on the stage and the node.
After the stage and the node corresponding to each service to be processed are obtained, the stage and the node corresponding to each service to be processed may be configured in the table of the flow engine, and the table is displayed, that is, the table corresponding to the service request to be processed is displayed, as shown in table 1.
Therefore, according to the analysis of each service to be processed in the acquired service request to be processed, the stage and the node corresponding to the service to be processed are determined for each service to be processed, and the table corresponding to the service request to be processed can be obtained based on the stage and the node, so that the stage and the node corresponding to each service to be processed in the service request to be processed are automatically configured in the table, and the service processing efficiency is improved.
S340, under the condition that a table corresponding to the service request to be processed is displayed, responding to the trigger operation of the target cell, and calling a component corresponding to the target cell; wherein the target cell is one of the cells.
And S350, responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, and configuring the execution condition, the service parameter and the service logic of the component.
And S360, processing each service to be processed in the service request to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed.
And S370, feeding back each processing result to the client.
The specific implementation manner of steps S340 to S370 is the same as that of steps S210 to S240 described above, and for brevity, detailed description is omitted here, and please refer to the description of steps S210 to S240 described above.
According to the technical scheme of the embodiment of the application, the phases and nodes corresponding to the services to be processed are determined according to each service to be processed by analyzing each service to be processed in the obtained service request to be processed, and the table corresponding to the service request to be processed can be obtained based on the phases and nodes, so that the phases and nodes corresponding to the services to be processed in the service request to be processed are automatically configured in the table, and the service processing efficiency is improved.
In the foregoing embodiment, the configuration of the table corresponding to the to-be-processed service request is completed, and in order to enable a user to know the progress of processing each to-be-processed service more intuitively and in real time in the process of processing each to-be-processed service in the to-be-processed service request based on the configured table, another implementation manner of the service processing method is further provided in the embodiment of the present invention, which can be referred to in the following embodiments.
In an example, in order to enable a user to more intuitively know the progress of each to-be-processed service processing in real time, on the basis of the foregoing embodiments, the service processing method may further include:
when the table corresponding to the service request to be processed is configured, the monitoring module is configured in the component corresponding to each cell and is used for monitoring the execution condition of each component during execution, so that a user can observe the processing progress of the service to be processed in real time, if the problem of the processing of the service to be processed is found, manual intervention can be timely carried out, and larger errors are avoided.
According to the technical scheme, the processing process of each service to be processed can be monitored in real time through the processing process of each service to be processed, so that a user can observe the processing progress of the service to be processed in real time, if the problem of the processing of the service to be processed is found, manual intervention can be timely performed, and larger errors are avoided.
In the above embodiment, a table is configured in detail according to the stage and the node corresponding to the service to be processed, that is, the cells in the table may include two types of cells, which are: the service processing stage unit grids corresponding to the services to be processed and the node unit grids are provided with the node unit grids corresponding to the service processing stage unit grids aiming at each service processing stage unit grid.
For describing the two cells in detail, the embodiment of the present invention further provides another implementation manner of the service processing method, and the following embodiments may be specifically referred to.
In one example, different types of cells and invoked components are different, and therefore, for two cases, namely, a cell in a service processing stage corresponding to each service to be processed and a cell in a node, the detailed implementation process of the component corresponding to the target cell is invoked in response to a trigger operation on the target cell in the two cases.
First, a procedure of calling a component corresponding to a target cell in response to a trigger operation on the target cell in a case where the cell includes a service processing stage cell corresponding to each service to be processed will be described. That is, step S340 may specifically include the following steps:
and S3401, responding to the trigger operation of the target business processing stage unit cell, and calling a component corresponding to the target business processing stage unit cell.
The target business processing stage cell can be a cell of a trigger operation executed by a current user on one business processing stage cell. For example, if the user performs the trigger operation for the "accept" business process phase cell in table 1, the "accept" business process phase cell may be the target business process phase cell.
When the cell is a service processing stage cell corresponding to each service to be processed, and when a user performs a trigger operation on a certain service processing stage cell, specifically, for example, when the user clicks a target service processing stage cell with a mouse, a server in the process engine may invoke a component corresponding to the target service processing stage cell in response to the trigger operation on the target service processing stage cell.
When the cell is a service processing stage cell corresponding to each service to be processed, the component corresponding to the target service processing stage cell is called through the triggering operation of the target service processing stage cell, so that the fixed examination and approval interface logic can be replaced by a component pluggable mode, the service to be processed can be added and/or deleted according to the requirement, and the expansibility and the application range of the process engine are improved.
According to the technical scheme of the embodiment of the application, when the cell is the service processing stage cell corresponding to each service to be processed, the component corresponding to the target service processing stage cell is called through the triggering operation corresponding to the target service processing stage cell, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, the service to be processed can be added and/or deleted as required, and the expansibility and the application range of the process engine are improved.
The following describes a procedure of calling a component corresponding to a target cell in response to a trigger operation on the target cell in the case where the cell includes a node cell. That is, step S340 may further include the following steps:
and S3402, responding to the trigger operation of the target node cell, and calling a component corresponding to the target node cell.
The target node cell may be a cell of a trigger operation performed on a certain node cell by a current user. For example, if the user performs the trigger operation of "admission check" in the "accept" traffic processing phase cell in table 1, the "admission check" node cell is the target node cell.
When the cell is a node cell, when a user performs a trigger operation on a certain node cell, specifically, for example, when the user clicks a target node cell with a mouse, the server in the flow engine may invoke a component corresponding to the target node cell in response to the trigger operation on the target node cell.
When the cell is a node cell, the component corresponding to the target node cell is called through the triggering operation corresponding to the target node cell, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, the nodes in the service to be processed can be added and/or deleted according to the requirement, and the expansibility and the application range of the process engine are improved.
According to the technical scheme of the embodiment of the application, when the cell is the node cell, the component corresponding to the target node cell is called through the triggering operation corresponding to the target node cell, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, the nodes in the service to be processed can be increased and/or deleted according to the requirement, and the expansibility and the application range of the process engine are improved.
In one example, different types of cells are different in the configuration of the execution condition, the service parameter, and the service logic in the cell, and therefore, a detailed implementation process for configuring the execution condition, the service parameter, and the service logic of the component in response to the configuration operation on the execution condition, the service parameter, and the service logic corresponding to the component is introduced for two cases, namely, a service processing stage cell corresponding to each service to be processed and a node cell.
First, a process of configuring the execution condition, the service parameter, and the service logic of the component in response to the configuration operation of the execution condition, the service parameter, and the service logic corresponding to the component in the case where the cell includes a service processing stage cell corresponding to each service to be processed is described. That is, step S350 may specifically include the following steps:
s3501, based on each service to be processed and the first processing logic, determining a service processing stage cell corresponding to each service to be processed.
In one example, the first processing logic may be a processing logic between the pending services, that is, which service is processed first and then which service is processed between the pending services.
In one example, the first processing logic may be carried in the pending service request.
After the first processing logic is obtained, the service processing stage unit cell corresponding to each service to be processed can be determined according to each service to be processed and the first processing logic.
S3502, responding to the configuration operation of the execution condition, the service parameter and the service logic of the corresponding component of each service processing stage cell, and configuring the execution condition, the service parameter and the service logic of each component.
After determining the service processing stage cells corresponding to each service to be processed, the user may perform configuration operations on the execution conditions, the service parameters, and the service logic of the components corresponding to each service processing stage cell, specifically, the user may configure the execution conditions, the service parameters, and the service logic of the components corresponding to each service processing stage cell by using a tool such as a mouse, a keyboard, and the like, for example, after calling a component corresponding to a certain service processing stage cell, a yes or no control is selected from the execution conditions in the component to determine whether the component is executed, or a rule to be executed may be set in the component, and specifically, the rule may be input to a corresponding position in the component. And the server responds to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to the unit grid in each service processing stage, and configures the execution condition, the service parameter and the service logic of each component.
When the cell is a service processing stage cell corresponding to each service to be processed, the service processing stage cell corresponding to each service to be processed is determined according to each service to be processed and the first processing logic, and the execution condition, the service parameter and the service logic of each component are configured in response to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each service processing stage cell, so that the execution condition, the service parameter and the service logic of the service to be processed are all sunk into the component for execution, and the performance of the flow engine is greatly improved.
According to the technical scheme of the embodiment of the application, when the cell is the service processing stage cell corresponding to each service to be processed, the service processing stage cell corresponding to each service to be processed is determined according to each service to be processed and the first processing logic, the execution condition, the service parameter and the service logic of each component are configured in response to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each service processing stage cell, so that the execution condition, the service parameter and the service logic of the service to be processed are all sunk into the component for execution, and the performance of the process engine is greatly improved.
The following describes a procedure for configuring the execution conditions, the service parameters and the service logic of the components in response to the configuration operation of the execution conditions, the service parameters and the service logic corresponding to the components in the case that the cells include node cells. That is, step S350 may specifically include the following steps:
s3503, for each service to be processed, based on the service to be processed and the second processing logic, determining a node cell corresponding to each processing node in the service to be processed.
In one example, the second processing logic may be, for each pending service, processing logic between processing nodes in the pending service, that is, which node is processed first and then which node is processed between the processing nodes.
In one example, the second processing logic may be carried in the pending service request.
After the second processing logic is obtained, the node cell corresponding to each processing node in the service to be processed can be determined according to each service to be processed and the second processing logic.
S3504, responding to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each node cell, and configuring the execution condition, the service parameter and the service logic of each component.
For each service to be processed, after determining the node cell corresponding to each processing node in the service to be processed, the user may perform a configuration operation on the execution condition, the service parameter, and the service logic of the component corresponding to each processing node cell in the service to be processed, specifically, the user may configure the execution condition, the service parameter, and the service logic of the component corresponding to each processing node cell in the service to be processed by using a tool such as a mouse, a keyboard, and the like, for example, after calling a component corresponding to a certain node cell, a yes or no control is selected from the execution condition in the component to determine whether the component is executed, or a rule to be executed is set in the component, and specifically, the rule may be input to a corresponding position in the component. And the server responds to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each processing node cell in the service to be processed, and configures the execution condition, the service parameter and the service logic of each component.
When the cell is a node cell, for each service to be processed, the node cell corresponding to each processing node in the service to be processed is determined according to the service to be processed and the second processing logic, and the execution condition, the service parameter and the service logic of each component are configured in response to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each node cell, so that the execution condition, the service parameter and the service logic of each processing node in the service to be processed are all sunk into the component for execution, and the performance of the flow engine is greatly improved.
According to the technical scheme of the embodiment of the application, when the cell is the node cell, the node cell corresponding to each processing node in the service to be processed is determined according to the service to be processed and the second processing logic aiming at each service to be processed, and the execution condition, the service parameter and the service logic of each component are configured in response to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each node cell, so that the execution condition, the service parameter and the service logic of each processing node in the service to be processed are all sunk into the component for execution, and the performance of the flow engine is greatly improved.
In one example, the components corresponding to the cells may be classified, and the specific classification manners may include the following two manners:
(1) the classification is made by type.
Specifically, refer to each component in the above embodiments, each component in the above embodiments is classified according to the type, specifically, a component for processing an approval service may be used as an approval component, and components of other services may be used as service components.
(2) Classified by the purpose.
Specifically, the method can be divided into a general service component and a personalized service component.
In one example, the common business component can be a common business logic for satisfying individual financial products.
In one example, the personalized business component can be a characteristic business logic for satisfying different financial products.
When the assemblies are configured, according to the services of each financial product, if common service logics exist among the financial products, the common service logics can be configured in one assembly, and the characteristic service logics of different financial products are configured in another assembly, so that when the service products need to be innovated quickly, the similar products can be used for realizing the quick online of new products only by replacing differentiated service assemblies with corresponding services in the table.
According to the technical scheme of the embodiment of the application, the components are classified, service processing with different purposes can be achieved, and good user experience is provided.
In an example, in the process of processing each service to be processed, the processing process of each service to be processed may also be monitored in real time, so that a user may observe the processing progress of the service to be processed in real time.
Referring to fig. 4, the configuration of the flow engine may be as follows:
1. performing flow configuration, specifically table format flow layout
And configuring a table corresponding to the service request to be processed according to the acquired service request to be processed.
In one example, performing table formatting process may specifically be performing: the method includes the steps of automatic process table formatting (specifically, table formatting of other services except for approval services, and a specific formatting manner may refer to a manner of obtaining a table corresponding to a service request to be processed in the above embodiment), approval process table formatting (specifically, table formatting for approval services may be performed, and a specific formatting manner is consistent with a manner of obtaining a table corresponding to a service request to be processed in the embodiment of the present application), and mixed process table formatting (specifically, table formatting of approval services and other services, that is, the formatting shown in table 1).
2. Executing engine functions at a process engine
Specifically, the executing engine function in the flow engine may be to call a component on a table-by-table basis, and record a processing result corresponding to the table on a table-by-table basis. The method comprises the steps of calling each component corresponding to a target cell in response to a trigger operation on the target cell under the condition that a table corresponding to a service request to be processed is displayed, configuring the execution conditions, the service parameters and the service logic of the components in response to the configuration operation on the execution conditions, the service parameters and the service logic corresponding to the components, and processing each service to be processed in the service request to be processed based on the configured execution conditions, the service parameters and the service logic of each component to be processed to obtain a processing result corresponding to each service to be processed.
It should be noted that, when each cell needs to be manually intervened in the execution process, for example, in the execution process of each cell, if the execution condition, the service parameter, and the service logic of the component corresponding to a certain cell are found to be incorrect and need to be adjusted, manual intervention is needed, and at this time, a page response may be waited.
3. Flow monitoring monitors tabular flows
When the table format flow arrangement is carried out, the arranged table has automatic flow table format arrangement, approval flow table format arrangement and mixed flow table format arrangement, so that when the table format flow arrangement is monitored, the 3 table format flow arrangements are monitored respectively. Therefore, a user can observe the processing progress of the service to be processed in real time, and if the problem of the processing of the service to be processed is found, manual intervention can be performed in time, and larger errors are avoided.
According to the technical scheme, the processing process of each service to be processed can be monitored in real time through the processing process of each service to be processed, so that a user can observe the processing progress of the service to be processed in real time, if the problem of the processing of the service to be processed is found, manual intervention can be timely performed, and larger errors are avoided.
Based on the service processing method provided by the foregoing embodiment, correspondingly, the present application further provides a specific implementation manner of the service processing apparatus, where the service processing apparatus is configured in a process engine, the process engine is configured as a table, the table has a plurality of cells, and each cell is configured with a corresponding component. Please see the examples below.
Referring to fig. 5, a service processing apparatus provided in an embodiment of the present application may include the following modules:
a component calling module 510, configured to, in a case where a table corresponding to a service request to be processed is displayed, respond to a trigger operation on a target cell, and call a component corresponding to the target cell; wherein the target cell is one of the cells;
a component configuration module 520, configured to respond to configuration operations on the execution conditions, the service parameters, and the service logic corresponding to the components, and configure the execution conditions, the service parameters, and the service logic of the components;
a service processing module 530, configured to process each service to be processed in the service request to be processed based on the configured execution condition, service parameter, and service logic of each component, to obtain a processing result corresponding to each service to be processed;
a processing result feedback module 540, configured to feed back each processing result to the client.
According to the technical scheme, the device can be arranged in a flow engine configured in a table form, the component corresponding to the target cell is called by responding to the trigger operation of the target cell on the basis of the component calling module under the condition that the table corresponding to the service request to be processed is displayed, the execution condition, the service parameter and the service logic of the component are configured on the basis of the component configuring module responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, and therefore the execution condition, the service parameter and the service logic of the service to be processed are all sunk into the component to be executed, and the performance of the flow engine is greatly improved. And processing each service to be processed in the service request to be processed based on the service processing module according to the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to the service to be processed, and finally feeding back each processing result to the client through the processing result feedback module. The process engine is configured into the table, the mesh-type process configuration is abandoned, the process arrangement configuration is simple and easy to use, and meanwhile, when the service to be processed needs to be added and/or deleted, the service to be processed only needs to be added and/or deleted in the cells in the table on the basis of the existing table, so that the fixed examination and approval interface logic is replaced by a component pluggable mode, and the expansibility and the application range of the process engine are improved.
In order to obtain a table corresponding to the pending service request, as an implementation manner of the present application, the apparatus may further include:
the system comprises a to-be-processed service request acquisition module, a to-be-processed service request processing module and a service processing module, wherein the to-be-processed service request acquisition module is used for acquiring a to-be-processed service request sent by a client, and the to-be-processed service request comprises at least one to-be-processed service;
the stage and node determining module is used for determining a stage and a node corresponding to each service to be processed;
and the table determining module is used for displaying a table corresponding to the service request to be processed based on the stage and the node.
In one example, the cell includes: and service processing stage unit grids corresponding to the to-be-processed services.
For describing the component calling module in detail, as an implementation manner of the present application, the component calling module 510 may further include:
and the first component calling unit is used for responding to the triggering operation of the target service processing stage unit cell and calling the component corresponding to the target service processing stage unit cell.
In one example, the cell includes: and the node cell is provided with each node cell corresponding to the service processing stage cell aiming at each service processing stage cell.
For describing the component calling module in detail, as an implementation manner of the present application, the component calling module 510 may further include:
and the second component calling unit is used for responding to the trigger operation of the target node cell and calling the component corresponding to the target node cell.
As an example, the pending service request further includes: and the first processing logic of each service to be processed.
For describing the component configuration module in detail, as an implementation manner of the present application, the component configuration module 520 may further include:
a service processing stage cell determining unit, configured to determine, based on each to-be-processed service and the first processing logic, the service processing stage cell corresponding to each to-be-processed service;
and the first component configuration unit is used for responding to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each service processing stage cell and configuring the execution condition, the service parameter and the service logic of each component.
As an example, the pending service request further includes: and aiming at each service to be processed, second processing logic of each node in the service to be processed.
For describing the component configuration module in detail, as an implementation manner of the present application, the component configuration module 520 may further include:
a node cell determining unit, configured to determine, for each service to be processed, the node cell corresponding to each processing node in the service to be processed based on the service to be processed and the second processing logic;
and the second component configuration unit is used for responding to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each node cell and configuring the execution condition, the service parameter and the service logic of each component.
In one example, the execution condition includes: whether the component corresponding to the execution condition is executed or not; the service parameters comprise: the execution rule is set when the component corresponding to the service parameter is executed; the business logic comprises: logic for business parameter execution in the component.
The service processing apparatus provided in the embodiment of the present application may be configured to execute the service processing method provided in each of the above method embodiments, and the implementation principle and the technical effect are similar, and for the sake of brevity, no further description is given here.
Based on the same inventive concept, the embodiment of the application also provides the electronic equipment.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application. As shown in fig. 6, the electronic device may include a processor 601 and a memory 602 storing computer programs or instructions.
Specifically, the processor 601 may include a Central Processing Unit (CPU), or an Application Specific Integrated Circuit (ASIC), or may be configured as one or more Integrated circuits implementing embodiments of the present invention.
Memory 602 may include mass storage for data or instructions. By way of example, and not limitation, memory 602 may include a Hard Disk Drive (HDD), floppy Disk Drive, flash memory, optical Disk, magneto-optical Disk, tape, or Universal Serial Bus (USB) Drive or a combination of two or more of these. Memory 602 may include removable or non-removable (or fixed) media, where appropriate. The memory 602 may be internal or external to the integrated gateway disaster recovery device, where appropriate. In a particular embodiment, the memory 602 is a non-volatile solid-state memory. In a particular embodiment, the memory 602 includes Read Only Memory (ROM). Where appropriate, the ROM may be mask-programmed ROM, Programmable ROM (PROM), Erasable PROM (EPROM), Electrically Erasable PROM (EEPROM), electrically rewritable ROM (EAROM), or flash memory or a combination of two or more of these.
The processor 601 realizes any of the service processing methods in the above embodiments by reading and executing the computer program instructions stored in the memory 602.
In one example, the electronic device may also include a communication interface 603 and a bus 610. As shown in fig. 6, the processor 601, the memory 602, and the communication interface 603 are connected via a bus 610 to complete communication therebetween.
The communication interface 603 is mainly used for implementing communication between modules, devices, units and/or devices in the embodiment of the present invention.
The bus 610 includes hardware, software, or both to couple the components of the electronic device to one another. By way of example, and not limitation, a bus may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a Front Side Bus (FSB), a Hypertransport (HT) interconnect, an Industry Standard Architecture (ISA) bus, an infiniband interconnect, a Low Pin Count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCI-X) bus, a Serial Advanced Technology Attachment (SATA) bus, a video electronics standards association local (VLB) bus, or other suitable bus or a combination of two or more of these. Bus 610 may include one or more buses, where appropriate. Although specific buses have been described and shown in the embodiments of the invention, any suitable buses or interconnects are contemplated by the invention.
The electronic device may execute the service processing method in the embodiment of the present invention, so as to implement the service processing method described in any embodiment of fig. 2 to fig. 4.
In addition, in combination with the service processing method in the foregoing embodiment, the embodiment of the present invention may provide a readable storage medium to implement. The readable storage medium having stored thereon program instructions; the program instructions, when executed by a processor, implement any of the service processing methods in the above embodiments.
It is to be understood that the invention is not limited to the specific arrangements and instrumentality described above and shown in the drawings. A detailed description of known methods is omitted herein for the sake of brevity. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present invention are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications and additions or change the order between the steps after comprehending the spirit of the present invention.
The functional blocks shown in the above-described structural block diagrams may be implemented as hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, plug-in, function card, or the like. When implemented in software, the elements of the invention are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine-readable medium or transmitted by a data signal carried in a carrier wave over a transmission medium or a communication link. A "machine-readable medium" may include any medium that can store or transfer information. Examples of a machine-readable medium include electronic circuits, semiconductor memory devices, ROM, flash memory, Erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, Radio Frequency (RF) links, and so forth. The code segments may be downloaded via computer networks such as the internet, intranet, etc.
It should also be noted that the exemplary embodiments mentioned in this patent describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be performed in an order different from the order in the embodiments, or may be performed simultaneously.
As described above, only the specific embodiments of the present invention are provided, and it can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the module and the unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. It should be understood that the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the present invention, and these modifications or substitutions should be covered within the scope of the present invention.

Claims (10)

1. A business processing method is realized based on a flow engine, the flow engine is configured as a table, the table is provided with a plurality of cells, and each cell is provided with a corresponding component, the method comprises the following steps:
under the condition that a table corresponding to a service request to be processed is displayed, responding to the trigger operation of a target cell, and calling a component corresponding to the target cell; wherein the target cell is one of the cells;
responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component, and configuring the execution condition, the service parameter and the service logic of the component;
processing each service to be processed in the service request to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed;
and feeding back each processing result to the client.
2. The method according to claim 1, wherein before the invoking of the component corresponding to the target cell in response to the trigger operation on the target cell in the case that the flow engine corresponding to the pending service request is displayed, the method further comprises:
acquiring a to-be-processed service request sent by a client, wherein the to-be-processed service request comprises at least one to-be-processed service;
for each service to be processed, determining a stage and a node corresponding to the service to be processed;
and displaying a table corresponding to the service request to be processed based on the stage and the node.
3. The method of claim 2, wherein the cell comprises: service processing stage unit grids corresponding to the services to be processed;
the calling of the component corresponding to the target cell in response to the trigger operation on the target cell comprises the following steps:
and responding to the trigger operation of the target business processing stage unit cell, and calling a component corresponding to the target business processing stage unit cell.
4. The method of claim 2, wherein the cell further comprises: the node cell is provided with each node cell corresponding to the service processing stage cell aiming at each service processing stage cell;
the calling of the component corresponding to the target cell in response to the trigger operation on the target cell comprises the following steps:
and responding to the trigger operation of the target node cell, and calling a component corresponding to the target node cell.
5. The method of claim 3, wherein the pending service request further comprises: a first processing logic of each service to be processed, wherein the first processing logic comprises a processing sequence among the services to be processed;
the configuring the execution condition, the service parameter and the service logic of the component in response to the configuring operation of the execution condition, the service parameter and the service logic corresponding to the component comprises:
determining the service processing stage cell corresponding to each service to be processed based on each service to be processed and the first processing logic;
and responding to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each service processing stage unit grid, and configuring the execution condition, the service parameter and the service logic of each component.
6. The method of claim 4, wherein the pending service request further comprises: for each service to be processed, second processing logic of each node in the service to be processed, where the second processing logic includes a processing order among the nodes in the service to be processed;
the configuring the execution condition, the service parameter and the service logic of the component in response to the configuring operation of the execution condition, the service parameter and the service logic corresponding to the component comprises:
for each service to be processed, determining the node cell corresponding to each processing node in the service to be processed based on the service to be processed and the second processing logic;
and responding to the configuration operation of the execution condition, the service parameter and the service logic of the component corresponding to each node cell, and configuring the execution condition, the service parameter and the service logic of each component.
7. The method of claim 1, wherein the execution condition comprises: whether the component corresponding to the execution condition is executed or not;
the service parameters comprise: the execution rule is set when the component corresponding to the service parameter is executed;
the business logic comprises: logic for business parameter execution in the component.
8. A business process apparatus configured in a process engine configured as a table having a plurality of cells with corresponding components configured in each cell, the apparatus comprising:
the component calling module is used for calling a component corresponding to a target cell in response to the trigger operation of the target cell under the condition that a table corresponding to a service to be processed is displayed; wherein the target cell is one of the cells;
the component configuration module is used for responding to the configuration operation of the execution condition, the service parameter and the service logic corresponding to the component and configuring the execution condition, the service parameter and the service logic of the component;
the service processing module is used for processing each service to be processed based on the configured execution condition, service parameter and service logic of each component to obtain a processing result corresponding to each service to be processed;
and the processing result feedback module is used for feeding back each processing result to the client.
9. An electronic device comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the business process method of any one of claims 1 to 7.
10. A readable storage medium, characterized in that it stores thereon a program or instructions which, when executed by a processor, implement the steps of the traffic processing method according to any of claims 1-7.
CN202110428124.XA 2021-04-21 2021-04-21 Service processing method and device, electronic equipment and storage medium Pending CN112990769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110428124.XA CN112990769A (en) 2021-04-21 2021-04-21 Service processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110428124.XA CN112990769A (en) 2021-04-21 2021-04-21 Service processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112990769A true CN112990769A (en) 2021-06-18

Family

ID=76341396

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110428124.XA Pending CN112990769A (en) 2021-04-21 2021-04-21 Service processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112990769A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113419790A (en) * 2021-06-22 2021-09-21 杭州安恒信息技术股份有限公司 Service data processing method, device, equipment and computer readable storage medium
CN114139510A (en) * 2021-11-08 2022-03-04 盟拓软件(苏州)有限公司 Excel table-based process operation method and device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699374A (en) * 2013-12-02 2014-04-02 厦门雅迅网络股份有限公司 Method for flexibly customizing table widgets based on Android platform
CN104679488A (en) * 2013-11-29 2015-06-03 亿阳信通股份有限公司 Flow path customized development platform and method
CN104915193A (en) * 2015-05-04 2015-09-16 北京奇艺世纪科技有限公司 Flow engine processing method and device
CN106155718A (en) * 2015-04-02 2016-11-23 阿里巴巴集团控股有限公司 Flow engine implementation method and flow engine system
CN107025559A (en) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of method for processing business and device
CN109582382A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 Loading method, device, storage medium and the terminal device of configuration information
US10474741B1 (en) * 2018-06-28 2019-11-12 Paypal, Inc. Inline editing field for nested website settings
CN112131843A (en) * 2020-09-02 2020-12-25 苏宁云计算有限公司 Business report generation method and device, computer equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679488A (en) * 2013-11-29 2015-06-03 亿阳信通股份有限公司 Flow path customized development platform and method
CN103699374A (en) * 2013-12-02 2014-04-02 厦门雅迅网络股份有限公司 Method for flexibly customizing table widgets based on Android platform
CN106155718A (en) * 2015-04-02 2016-11-23 阿里巴巴集团控股有限公司 Flow engine implementation method and flow engine system
CN104915193A (en) * 2015-05-04 2015-09-16 北京奇艺世纪科技有限公司 Flow engine processing method and device
CN107025559A (en) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of method for processing business and device
US10474741B1 (en) * 2018-06-28 2019-11-12 Paypal, Inc. Inline editing field for nested website settings
CN109582382A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 Loading method, device, storage medium and the terminal device of configuration information
CN112131843A (en) * 2020-09-02 2020-12-25 苏宁云计算有限公司 Business report generation method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113419790A (en) * 2021-06-22 2021-09-21 杭州安恒信息技术股份有限公司 Service data processing method, device, equipment and computer readable storage medium
CN114139510A (en) * 2021-11-08 2022-03-04 盟拓软件(苏州)有限公司 Excel table-based process operation method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112990769A (en) Service processing method and device, electronic equipment and storage medium
CA3179620A1 (en) Method and system for querying abnormal financial data on basis of knowledge map
CN108876406A (en) Customer service behavior analysis method, device, server and readable storage medium storing program for executing
CN110278201B (en) Security policy evaluation method and device, computer readable medium and electronic device
CN113721950A (en) Resource loss prevention and control processing method and device
CN114064112A (en) Business process configuration method, device, equipment and storage medium
CN116957813A (en) Wind control strategy testing method and device, electronic equipment and readable storage medium
CN112445787A (en) Data auditing method and system based on real-time service
CN112598326A (en) Model iteration method and device, electronic equipment and storage medium
CN109544014B (en) Anti-fraud method and device based on historical data playback
CN111681094A (en) Method and device for monitoring resource strategy abnormity and electronic equipment
CN112433774A (en) Service information matching method, device, equipment and storage medium
CN114675952A (en) Information processing method, information processing apparatus, electronic device, information processing medium, and program product
CN114860608A (en) Scene construction based system automation testing method, device, equipment and medium
CN114638503A (en) Asset risk pressure testing method, device, equipment and storage medium
CN113138906A (en) Call chain data acquisition method, device, equipment and storage medium
CN111984704A (en) Data screening method and device
CN116582462B (en) Converged service monitoring method and device
CN113010424B (en) Interface automatic test processing method, system, computer equipment and storage medium
CN113807956B (en) Data processing method, medium, equipment and system for joint loan
CN113535584B (en) Flow testing method, platform, electronic equipment and storage medium
CN112036751B (en) Method and device for identifying key operation nodes of process
CN116226105A (en) Data management method and device, electronic equipment and computer storage medium
CN115391200A (en) Method, device and equipment for exception handling in long flow and storage medium
CN113393312A (en) Invoice data statistical method and related equipment thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210618

RJ01 Rejection of invention patent application after publication