CN113205304B - Business process configuration method, device, equipment and storage medium - Google Patents

Business process configuration method, device, equipment and storage medium Download PDF

Info

Publication number
CN113205304B
CN113205304B CN202110445731.7A CN202110445731A CN113205304B CN 113205304 B CN113205304 B CN 113205304B CN 202110445731 A CN202110445731 A CN 202110445731A CN 113205304 B CN113205304 B CN 113205304B
Authority
CN
China
Prior art keywords
logic
flow
business
business process
sub
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.)
Active
Application number
CN202110445731.7A
Other languages
Chinese (zh)
Other versions
CN113205304A (en
Inventor
陈茂林
敬强
江琳
官民
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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
Priority to CN202110445731.7A priority Critical patent/CN113205304B/en
Publication of CN113205304A publication Critical patent/CN113205304A/en
Application granted granted Critical
Publication of CN113205304B publication Critical patent/CN113205304B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the field of computers and discloses a business process configuration method, a device, equipment and a storage medium, wherein the method comprises the steps of obtaining process logic of different business processes and comparing the process logic to obtain a process logic comparison result; determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result; acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic; and associating the code calling interface with the target sub-business process to realize business process configuration. The process logic of the business processes is compared to further determine the same or similar sub-business processes, and then a code calling interface is generated according to the public code logic corresponding to the sub-business processes and is associated with the sub-business processes, so that repeated development of the code logic of the same or similar sub-business processes is avoided, manpower and material resources are saved, and the workload of code logic maintenance is reduced.

Description

Business process configuration method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for configuring a business process.
Background
Conventional process systems, such as job entry, contract change, job departure, etc., have many similar process links, such as: file generation, event processing, physical submission, online stamping and the like. The links of the flow have a certain commonality in practice, such as a link of generating files, and the different flows are only different in the generated files, and the code logic of the generated files is different in size. The existing system can respectively carry out configuration of code logic under paths corresponding to similar flow links, and because specific business flows are different along with different enterprise departments, even if different departments in an enterprise use the same set of flow class systems, the code development amount is larger due to the existence of the differences, and later maintenance is difficult.
The foregoing is provided merely for the purpose of facilitating understanding of the technical solutions of the present invention and is not intended to represent an admission that the foregoing is prior art.
Disclosure of Invention
The invention mainly aims to provide a business process configuration method, a business process configuration device, business process configuration equipment and a storage medium, and aims to solve the technical problems of large code development amount and complicated maintenance process in the construction and maintenance processes of the existing process system.
In order to achieve the above object, the present invention provides a business process configuration method, which includes the following steps:
acquiring flow logic of different business flows, and comparing the flow logic to obtain a flow logic comparison result;
determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result;
acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic;
and associating the code calling interface with the target sub-business process to realize business process configuration.
Optionally, the step of obtaining the flow logic of different service flows and comparing the flow logic to obtain the flow logic comparison result includes:
acquiring flow logic of different service flows, and reading a flow logic topological diagram corresponding to the flow logic in a preset database;
converting the flow logic topological graph into a flow logic sequence formed by flow logic identifiers;
and comparing the flow logic identifiers in different flow logic sequences to obtain a flow logic comparison result.
Optionally, the step of determining the target sub-business process according to the process logic comparison result, where the target sub-business process meets the preset same similar condition includes:
obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the flow logic comparison result;
acquiring functional logic of a sub-business process to which each target process logic identifier belongs;
and determining to select a target sub-business process from the sub-business processes according to the functional logic.
Optionally, the step of converting the flow logic topology map into a flow logic sequence composed of flow logic identifiers includes:
performing character recognition on the flow logic topological graph through an optical character recognition technology to obtain a flow logic topological graph recognition result;
determining business process key characters corresponding to all sub-business processes according to the process logic topological graph recognition result, and taking the business process key characters as corresponding process logic identifiers;
determining the execution sequence of the corresponding sub-business processes in each business process according to the process logic topological graph;
and constructing a flow logic sequence according to the flow logic identification and the execution sequence.
Optionally, the step of obtaining the target flow logic identifier with the similarity greater than the preset similarity threshold according to the flow logic comparison result includes:
determining a logic identifier of the flow to be matched containing the same character according to the flow logic comparison result;
calculating the similarity between the logic identifications of the flows to be matched, and comparing the similarity with a preset similarity threshold;
and obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the comparison result.
Optionally, after the step of associating the code calling interface with the target sub-business process to implement business process configuration, the method further includes:
when a business process query instruction is received, a business process identifier contained in the business process query instruction is obtained;
determining a business process to be displayed according to the business process identifier, and judging whether the target business sub-process exists in the business process to be displayed;
and if so, displaying the code calling interface corresponding to the target sub-business flow on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business flow.
Optionally, after the step of displaying the code calling interface corresponding to the target sub-business process on the current page in a virtual button manner according to the association relationship between the code calling interface and the target sub-business process, the method further includes:
when a service processing instruction triggered on the basis of the displayed virtual button is detected, user identity information corresponding to an instruction triggering user is obtained;
triggering the instruction to trigger a user to carry out authority verification according to the user identity information;
and when the verification is passed, jumping from the current page to a public service processing page corresponding to the service processing instruction.
In addition, in order to achieve the above object, the present invention further provides a business process configuration device, where the business process configuration device includes:
the logic comparison module is used for obtaining flow logic of different service flows, and comparing the flow logic to obtain flow logic comparison results;
the flow screening module is used for determining a target sub-business flow which accords with the preset same similar condition according to the flow logic comparison result;
the interface configuration module is used for acquiring the public code logic corresponding to the target sub-business flow and generating a code calling interface based on the public code logic;
and the flow association module is used for associating the code calling interface with the sub-business flow so as to realize business flow configuration.
In addition, in order to achieve the above object, the present invention further provides a business process configuration device, where the device includes: the system comprises a memory, a processor and a business process configuration program stored on the memory and capable of running on the processor, wherein the business process configuration program is configured to realize the steps of the business process configuration method.
In addition, in order to achieve the above object, the present invention also proposes a storage medium having stored thereon a business process configuration program which, when executed by a processor, implements the steps of the business process configuration method as described above.
The invention obtains the flow logic comparison result by obtaining the flow logic of different business flows and comparing the flow logic; determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result; acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic; and associating the code calling interface with the target sub-business process to realize business process configuration. The invention compares the flow logic of the business flow to determine the same or similar sub-business flow, then generates the code calling interface according to the public code logic corresponding to the sub-business flow and associates the code calling interface with the sub-business flow, thereby avoiding repeated development of the code logic of the same or similar sub-business flow, saving manpower and material resources and reducing the workload of the code logic maintenance.
Drawings
FIG. 1 is a schematic structural diagram of a business process configuration device of a hardware running environment according to an embodiment of the present invention;
FIG. 2 is a flow chart of a first embodiment of a business flow configuration method of the present invention;
FIG. 3 is a flow chart of a second embodiment of the business flow configuration method of the present invention;
FIG. 4 is a schematic diagram of a flow logic topology diagram of a second embodiment of a business process configuration method according to the present invention;
FIG. 5 is a flow chart of a third embodiment of a business flow configuration method according to the present invention;
fig. 6 is a block diagram of a first embodiment of a business process configuration device according to the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a business process configuration device of a hardware running environment according to an embodiment of the present invention.
As shown in fig. 1, the business process configuration device may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), a communication bus 1002, a user interface 1003, a network interface 1004, a memory 1005. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display, an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a WIreless interface (e.g., a WIreless-FIdelity (WI-FI) interface). The Memory 1005 may be a high-speed random access Memory (Random Access Memory, RAM) Memory or a stable nonvolatile Memory (NVM), such as a disk Memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
Those skilled in the art will appreciate that the architecture shown in fig. 1 does not constitute a limitation of the business process configuration apparatus, and may include more or fewer components than illustrated, or may combine certain components, or may be a different arrangement of components.
As shown in fig. 1, an operating system, a data storage module, a network communication module, a user interface module, and a business process configuration program may be included in the memory 1005 as one type of storage medium.
In the business process configuration device shown in fig. 1, the network interface 1004 is mainly used for data communication with a network server; the user interface 1003 is mainly used for data interaction with a user; the processor 1001 and the memory 1005 in the business process configuration device of the present invention may be disposed in the business process configuration device, where the business process configuration device invokes, through the processor 1001, a business process configuration program stored in the memory 1005, and executes the business process configuration method provided by the embodiment of the present invention.
An embodiment of the present invention provides a service flow configuration method, referring to fig. 2, fig. 2 is a flow schematic diagram of a first embodiment of the service flow configuration method of the present invention.
In this embodiment, the service flow configuration method includes the following steps:
step S10: acquiring flow logic of different business flows, and comparing the flow logic to obtain a flow logic comparison result;
it should be noted that, the execution body of the method of this embodiment may be a flow management system or platform, and a user or manager of the flow management system or platform may perform dynamic configuration of the flow link through the flow management system or platform. In this embodiment, the process management system or platform may analyze different business processes to determine common or similar process links, and then develop unified code logic based on these common or similar process links, so as to save a lot of manpower and material resources, and make the later code maintenance more convenient.
It should be appreciated that the above-described flow logic, i.e., a set of business operations (or steps) involved in a business process from start to end with a corresponding execution order, for example. The flow logic corresponding to the new employee transfer flow may be: submitting an application-forward evaluation-consent/revelation forward, etc. The application is submitted, the transfer assessment is carried out, and the transfer is agreed/refused, namely, the sub-business process under the new employee transfer process.
In a specific implementation, the process management platform can compare the process logic corresponding to different business processes, so as to obtain a process logic comparison result.
It should be noted that, in this embodiment, the comparison of the flow logic may be comparison of flow logic identifiers (such as names "job-in application, job-out application" of a flow link, numbers "1, 2, 3" of a flow link, etc.), or comparison of flow code logic (functions or requirements), such as file generation, online signature/seal, etc., or comparison of the two, which is not limited in this embodiment.
Step S20: determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result;
it should be noted that, the preset same similar condition in this step refers to that functions implemented when different flow logic is executed or operations executed are the same or similar, for example, file generation in the off-job and on-job flows, and although the generated files have differences, operations performed by the generated files are the same or similar, and then the two operations belong to the same or similar flow logic.
In a specific implementation, the process management platform may determine, according to the process logic comparison result, a target sub-process flow meeting the same preset similarity condition, for example, the process logic related to the process flow 1 is a-B-C-D-E, the process logic related to the process flow 2 is a-B-C-D-E ', where the functions implemented when the sub-process flows E and E ' are executed or the operations executed are similar, and the target sub-process flow meeting the same preset similarity condition in the process flow 1 and the process flow 2 is the sub-process flows E and E '.
Step S30: acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic;
the common code logic is a code or program developed according to the target sub-business process.
In a specific implementation, after determining a target sub-business process meeting the same preset similar conditions, the process management platform can firstly inquire whether a developed public code logic corresponding to the target sub-business process exists in a code database, and if so, a corresponding code calling interface is directly generated; if not, the relevant developer needs to be prompted to develop the code to obtain the common code logic and store the common code logic in the code database.
Further, in order to facilitate the query and maintenance of the common code logic, in this embodiment, a many-to-one dynamic mapping may be constructed in the flow management platform, where the mapping source "many" corresponds to the flow identifier of the business flow or the business sub-flow, and the target source "one" corresponds to the identifier corresponding to the common code logic. When the flow management platform determines the target sub-business flow, the corresponding identification of the public code logic can be quickly queried according to the dynamic mapping, and then the corresponding public code logic is determined. When a certain business process or business sub-process is no longer suitable for the current common code logic, only the process identification of the business process or business sub-process in the mapping source is deleted.
In this embodiment, after the process management platform obtains the common code logic, the process management platform further encapsulates the common code logic into the code call interface according to the requirements or application scenarios of the target sub-business process.
In addition, it should be emphasized that, to further secure the common code logic, the common code logic may also be stored in a node of a blockchain in this embodiment.
Step S40: and associating the code calling interface with the target sub-business process to realize business process configuration.
It should be understood that, in order to ensure that the target sub-business processes meeting the same preset similar conditions can commonly use the common code logic, the process management platform in this embodiment may also generate a code call interface based on the common code logic, and then display the interface in a page in a manner of a virtual button, so that a user of the system or platform may call the corresponding common code logic to perform business processing by clicking the virtual button in the page.
In this step, the associating the code call interface with the target sub-business process may be: and associating the virtual button corresponding to the code calling interface to the corresponding service flow, thereby realizing the code logic configuration of the service flow.
In the embodiment, the flow logic comparison result is obtained by acquiring the flow logic of different service flows and comparing the flow logic; determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result; acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic; and associating the code calling interface with the target sub-business process to realize business process configuration. In the embodiment, the flow logic of the business flow is compared to determine the same or similar sub-business flow, and then the code calling interface is generated according to the public code logic corresponding to the sub-business flow and is associated with the sub-business flow, so that repeated development of the code logic of the same or similar sub-business flow is avoided, manpower and material resources are saved, and the workload of code logic maintenance is reduced.
Referring to fig. 3, fig. 3 is a flow chart of a second embodiment of the business flow configuration method of the present invention.
Based on the first embodiment, in this embodiment, the step S10 includes:
step S101: acquiring flow logic of different service flows, and reading a flow logic topological diagram corresponding to the flow logic in a preset database;
it should be noted that, the flow logic topology chart may be a flow structure chart formed by each flow link and its execution sequence, and the specific representation form may refer to fig. 4, and fig. 4 is a schematic diagram of the flow logic topology chart of the second embodiment of the service flow configuration method of the present invention.
In a specific implementation, the flow management platform may obtain flow logic of different service flows, and then read a flow logic topology diagram corresponding to each flow logic in a preset database.
Step S102: converting the flow logic topological graph into a flow logic sequence formed by flow logic identifiers;
it should be noted that the flow logic identifier may be a name (for example, applicant in "please leave-call flow" in fig. 4, directly superior approval, etc.) or a number corresponding to each flow link. Accordingly, the flow logic sequence may be a character sequence composed of flow logic identifiers and marked with the execution order of each flow logic identifier, for example [1 applicant, 2 attendance personnel, 3 direct superior approval … … archive ].
In particular implementations, the flow management platform may employ Optical Character Recognition (OCR) techniques to convert the flow logic topology map into a flow logic sequence of flow logic identifiers.
Further, to ensure accuracy of the obtained flow logic sequence. In this embodiment, the process management platform may perform character recognition on the process logic topology map through an optical character recognition technology, so as to obtain a process logic topology map recognition result; then, determining business process key characters corresponding to all sub-business processes according to the process logic topological graph recognition result, and taking the business process key characters as process logic identifiers; determining the execution sequence of the corresponding sub-business processes in each business process according to the process logic topological graph; and finally, constructing a flow logic sequence according to the flow logic identifier and the execution sequence.
It should be noted that, the business process key character may be a characteristic character capable of characterizing a process link, for example, a business process key character corresponding to a process link (or sub-business process) of "direct upper-level approval" in fig. 4 may be "upper-level approval" or "direct upper-level approval"; and the business process key character corresponding to the process link of "archiving" is "archiving". In this embodiment, the determination of the key characters of the business process may be determined according to the recognition result of the logic topology map of the process.
Step S103: and comparing the flow logic identifiers in different flow logic sequences to obtain a flow logic comparison result.
It should be understood that when the sub-business processes with the same or similar flow logic identifiers are executed, the implemented functions or the executed operations are different, so that the embodiment preferably obtains the flow logic comparison result by the flow logic identifier comparison mode, and then determines the target sub-business process meeting the preset same similar condition.
In a specific implementation, when comparing the flow logic identifiers, the flow management platform can calculate the similarity according to character information contained in the flow logic identifiers, and then generate a flow logic comparison result according to the calculated similarity. For example, the flow logic of flow logic sequence 1 identifies: [1 applicant, 2 human resources, 3 direct superior approval ] and flow logic identification of flow logic sequence 2: the same flow logic mark between [1 applicant, 2 attendance personnel, 3 direct upper level approval ] is: the applicant and the direct superior approval, at this time, the flow logic comparison result can be characterized as { same and similar: applicant, directly superior approval ], not identical: [ human resources, attendance personnel ] }.
Further, based on the method steps in the above embodiment, the step S20 in this embodiment may specifically include:
step S201: obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the flow logic comparison result;
it should be noted that, in this embodiment, the calculation of the similarity of the flow logic identifiers may be determined according to the proportion of the same character in all the characters of the respective flow logic identifiers.
In a specific implementation, in order to accurately obtain the target flow logic identifier, in this embodiment, the flow management platform may determine, according to the flow logic comparison result, a flow logic identifier to be matched that includes the same character; then calculating the similarity between the logic identifications of the flows to be matched, and comparing the similarity with a preset similarity threshold; and obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the comparison result. For example, the proportions of the same characters in the logic identifiers of the flows to be matched are respectively 60%, 70% and 5%, and the preset similarity threshold is 50%, and the finally determined logic identifiers of the target flows are the logic identifiers of the flows to be matched corresponding to 60% and 70%.
Step S202: acquiring functional logic of a sub-business process to which each target process logic identifier belongs;
step S203: and determining to select a target sub-business process from the sub-business processes according to the functional logic.
It should be noted that the functional logic may be the basis of the developer when developing the code, and the functional logic is the same, which indicates that the corresponding code can realize the same function or the operation when being executed, so that the code can be uniformly developed, thereby saving manpower and material resources.
It should be understood that in actual situations, if the target sub-business processes are determined only according to the target process logic identifiers, errors may exist in determining the target sub-business processes, for example, the similarity of the target process logic identifiers is high, but when the corresponding business processes or sub-business processes are executed, the implemented functions or the executed operations (i.e. the function logic) are greatly different. In order to avoid such a situation as much as possible, in this embodiment, the flow management platform further obtains the functional logic of the sub-business process to which each target flow logic identifier belongs, and then determines to select the target sub-business process from the sub-business processes according to the functional logic.
In the embodiment, the flow logic of different service flows is obtained, and the flow logic topological diagram corresponding to the flow logic is read from a preset database; converting the flow logic topological graph into a flow logic sequence formed by flow logic identifiers; comparing the flow logic identifiers in different flow logic sequences to obtain flow logic comparison results, so that the flow logic can be accurately compared; meanwhile, the implementation obtains a target flow logic identifier with similarity larger than a preset similarity threshold according to a flow logic comparison result; acquiring functional logic of a sub-business process to which each target process logic identifier belongs; and then, determining to select a target sub-business process from the sub-business processes according to the functional logic, so that the accurate determination of the same similar business processes is realized, and the effectiveness of unified development of the code logic is ensured.
Referring to fig. 5, fig. 5 is a flow chart of a third embodiment of the business flow configuration method of the present invention.
Based on the above embodiments, in this embodiment, after step S40, the method further includes:
step S50: when a business process query instruction is received, a business process identifier contained in the business process query instruction is obtained;
it should be noted that, the business process identifier is identification information for distinguishing different business processes, for example, a name, a number, a theme, etc. of the business process. The business process query instruction may be triggered by a user of the process management platform on a platform client page. After the dynamic configuration of the business process is realized, the process management platform of the embodiment can also provide a business process query page for use, and the process links of different business processes can be queried through the page, and then different functions can be configured according to different links.
Step S60: determining a business process to be displayed according to the business process identifier, and judging whether the target business sub-process exists in the business process to be displayed;
it should be understood that, if the to-be-displayed business process includes the target business sub-process (i.e. the business process associated with the code call interface in advance), when such a business process is displayed, a process manager or a configurator needs to be prompted, and a specific prompting manner may be to display a virtual button in a display area corresponding to the target sub-business process, or other manners, which is not limited in this embodiment.
Step S70: and if so, displaying the code calling interface corresponding to the target sub-business flow on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business flow.
In a specific implementation, after the code calling interface and the target sub-business process are associated, the process management platform can display the code calling interface corresponding to the target sub-business process on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business process.
Further, in order to shield the difference between different processes and avoid the cross of services, the embodiment also sets different user rights to different process links. Such as: the colleague processing the job entering flow file to generate service does not have the authority to check the file generating data of the job leaving and contract changing flow, so the flow management platform performs authority verification on the service processing instruction triggered by the virtual button, if the user has corresponding service processing authority, the user displays a corresponding service processing page (namely a public service processing page) for service processing operation, otherwise, the user refuses to access the corresponding service processing page. Therefore, the present embodiment further includes the steps of:
step S80: when a service processing instruction triggered on the basis of the displayed virtual button is detected, user identity information corresponding to an instruction triggering user is obtained;
it should be noted that, the user identity information may be data characterizing the user identity, for example, an account ID when the user logs in to the flow management platform, a logged-in IP address, and the like.
Step S90: triggering the instruction to trigger a user to carry out authority verification according to the user identity information;
it should be understood that the implementation manner of the authority verification in this step may be to verify whether the IP address belongs to a preset whitelist, if so, obtain the user authority corresponding to the account ID, then determine whether the operation authority required by the service processing instruction belongs to the user authority, and if so, determine that the verification passes.
Step S100: and when the verification is passed, jumping from the current page to a public service processing page corresponding to the service processing instruction.
It should be understood that when the permission check is passed, the instruction is indicated to trigger the user to have permission to process the related service, and at this time, the flow management platform can jump from the current page to the public service processing page corresponding to the service processing instruction, so that the user can process the service on the public service processing page.
When receiving a business process query instruction, the embodiment obtains a business process identifier contained in the business process query instruction; determining a business process to be displayed according to the business process identifier, and judging whether the target business sub-process exists in the business process to be displayed; if the code calling interface exists, displaying the code calling interface corresponding to the target sub-business flow on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business flow; when a service processing instruction triggered based on the displayed virtual button is detected, user identity information corresponding to the instruction triggering user is obtained; triggering the instruction to trigger the user to carry out permission verification according to the user identity information; and when the verification is passed, jumping from the current page to a public service processing page corresponding to the service processing instruction. According to the embodiment, the code calling interface corresponding to the sub-business flow is displayed on the current page in a virtual button mode, when a user clicks the virtual button, the user is subjected to permission verification, whether the user is loaded with the corresponding public business processing page or not is judged according to the verification result, the difference between different flows is effectively shielded, the business is prevented from crossing, and the accurate control of flow processing is realized.
In addition, the embodiment of the invention also provides a storage medium, wherein the storage medium stores a business process configuration program, and the business process configuration program realizes the steps of the business process configuration method when being executed by a processor.
Referring to fig. 6, fig. 6 is a block diagram of a first embodiment of a business process configuration device according to the present invention.
As shown in fig. 6, the service flow configuration device provided in the embodiment of the present invention includes:
the logic comparison module 601 is configured to obtain flow logic of different service flows, and compare the flow logic to obtain a flow logic comparison result;
the process screening module 602 is configured to determine, according to the process logic comparison result, a target sub-business process that meets a preset same similarity condition;
an interface configuration module 603, configured to obtain a common code logic corresponding to the target sub-business process, and generate a code call interface based on the common code logic;
and a process association module 604, configured to associate the code calling interface with the sub-business process, so as to implement business process configuration.
In the embodiment, the flow logic comparison result is obtained by acquiring the flow logic of different service flows and comparing the flow logic; determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result; acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic; and associating the code calling interface with the target sub-business process to realize business process configuration. In the embodiment, the flow logic of the business flow is compared to determine the same or similar sub-business flow, and then the code calling interface is generated according to the public code logic corresponding to the sub-business flow and is associated with the sub-business flow, so that repeated development of the code logic of the same or similar sub-business flow is avoided, manpower and material resources are saved, and the workload of code logic maintenance is reduced.
Based on the first embodiment of the business process configuration device of the present invention, a second embodiment of the business process configuration device of the present invention is provided.
In this embodiment, the logic comparison module 601 is further configured to obtain flow logic of different service flows, and read a flow logic topology diagram corresponding to the flow logic in a preset database; converting the flow logic topological graph into a flow logic sequence formed by flow logic identifiers; and comparing the flow logic identifiers in different flow logic sequences to obtain a flow logic comparison result.
Further, the process screening module 602 is further configured to obtain, according to the process logic comparison result, a target process logic identifier with a similarity greater than a preset similarity threshold; acquiring functional logic of a sub-business process to which each target process logic identifier belongs; and determining to select a target sub-business process from the sub-business processes according to the functional logic.
Further, the logic comparison module 601 is further configured to perform character recognition on the flow logic topology map through an optical character recognition technology, so as to obtain a recognition result of the flow logic topology map; determining business process key characters corresponding to each sub-business process according to the process logic topological graph recognition result, and taking the business process key characters as a process logic identifier; determining the execution sequence of the corresponding sub-business processes in each business process according to the process logic topological graph; and constructing a flow logic sequence according to the flow logic identification and the execution sequence.
Further, the process screening module 602 is further configured to determine, according to the process logic comparison result, a process logic identifier to be matched that includes the same character; calculating the similarity between the logic identifications of the flows to be matched, and comparing the similarity with a preset similarity threshold; and obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the comparison result.
Further, the business process configuration device provided by the embodiment of the invention further comprises: the business inquiry module is used for acquiring business process identifiers contained in business process inquiry instructions when the business process inquiry instructions are received; determining a business process to be displayed according to the business process identifier, and judging whether the target business sub-process exists in the business process to be displayed; and if so, displaying the code calling interface corresponding to the target sub-business flow on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business flow.
Further, the service inquiry module is further configured to, when a service processing instruction triggered by the virtual button based on the display is detected, obtain user identity information corresponding to the instruction triggering user; triggering the instruction to trigger a user to carry out authority verification according to the user identity information; and when the verification is passed, jumping from the current page to a public service processing page corresponding to the service processing instruction.
Other embodiments or specific implementation manners of the business process configuration device of the present invention may refer to the above method embodiments, and are not described herein again.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and the like. The Blockchain (Blockchain), which is essentially a decentralised database, is a string of data blocks that are generated by cryptographic means in association, each data block containing a batch of information of network transactions for verifying the validity of the information (anti-counterfeiting) and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. read-only memory/random-access memory, magnetic disk, optical disk), comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (8)

1. The business process configuration method is characterized by comprising the following steps:
acquiring flow logic of different business flows, and comparing the flow logic to obtain a flow logic comparison result;
determining a target sub-business process which accords with the preset same similar condition according to the process logic comparison result;
acquiring a public code logic corresponding to the target sub-business flow, and generating a code calling interface based on the public code logic;
associating the code calling interface with the target sub-business process to realize business process configuration;
the step of obtaining the flow logic of different business flows and comparing the flow logic to obtain the flow logic comparison result comprises the following steps:
acquiring flow logic of different service flows, and reading a flow logic topological diagram corresponding to the flow logic in a preset database;
performing character recognition on the flow logic topological graph through an optical character recognition technology to obtain a flow logic topological graph recognition result;
determining business process key characters corresponding to each sub-business process according to the process logic topological graph recognition result, and taking the business process key characters as a process logic identifier;
determining the execution sequence of the corresponding sub-business processes in each business process according to the process logic topological graph;
constructing a flow logic sequence according to the flow logic identifier and the execution sequence;
and comparing the flow logic identifiers in different flow logic sequences to obtain a flow logic comparison result.
2. The method of claim 1, wherein the step of determining the target sub-business processes according to the process logic comparison result, wherein the target sub-business processes meet the same preset similarity condition comprises:
obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the flow logic comparison result;
acquiring functional logic of a sub-business process to which each target process logic identifier belongs;
and determining to select a target sub-business process from the sub-business processes according to the functional logic.
3. The method of claim 2, wherein the step of obtaining the target flow logic identifier with the similarity greater than the preset similarity threshold according to the flow logic comparison result comprises:
determining a logic identifier of the flow to be matched containing the same character according to the flow logic comparison result;
calculating the similarity between the logic identifications of the flows to be matched, and comparing the similarity with a preset similarity threshold;
and obtaining a target flow logic identifier with similarity larger than a preset similarity threshold according to the comparison result.
4. A method according to any one of claims 1 to 3, wherein after the step of associating the code call interface with the target sub-business process to effect business process configuration, the method further comprises:
when a business process query instruction is received, a business process identifier contained in the business process query instruction is obtained;
determining a business process to be displayed according to the business process identifier, and judging whether the target sub-business process exists in the business process to be displayed;
and if so, displaying the code calling interface corresponding to the target sub-business flow on the current page in a virtual button mode according to the association relation between the code calling interface and the target sub-business flow.
5. The method of claim 4, wherein after the step of displaying the code calling interface corresponding to the target sub-business process on the current page in a virtual button manner according to the association relationship between the code calling interface and the target sub-business process, the method further comprises:
when a service processing instruction triggered on the basis of the displayed virtual button is detected, user identity information corresponding to an instruction triggering user is obtained;
triggering the instruction to trigger a user to carry out authority verification according to the user identity information;
and when the verification is passed, jumping from the current page to a public service processing page corresponding to the service processing instruction.
6. A business process configuration device, characterized in that the business process configuration device comprises:
the logic comparison module is used for obtaining flow logic of different service flows, and comparing the flow logic to obtain flow logic comparison results;
the flow screening module is used for determining a target sub-business flow which accords with the preset same similar condition according to the flow logic comparison result;
the interface configuration module is used for acquiring the public code logic corresponding to the target sub-business flow and generating a code calling interface based on the public code logic;
the flow association module is used for associating the code calling interface with the sub-business flow so as to realize business flow configuration;
wherein, the logic comparison module is further configured to:
acquiring flow logic of different service flows, and reading a flow logic topological diagram corresponding to the flow logic in a preset database;
performing character recognition on the flow logic topological graph through an optical character recognition technology to obtain a flow logic topological graph recognition result;
determining business process key characters corresponding to each sub-business process according to the process logic topological graph recognition result, and taking the business process key characters as a process logic identifier;
determining the execution sequence of the corresponding sub-business processes in each business process according to the process logic topological graph;
constructing a flow logic sequence according to the flow logic identifier and the execution sequence;
and comparing the flow logic identifiers in different flow logic sequences to obtain a flow logic comparison result.
7. A business process configuration device, the device comprising: memory, a processor and a business process configuration program stored on the memory and executable on the processor, the business process configuration program configured to implement the steps of the business process configuration method of any one of claims 1 to 5.
8. A storage medium having stored thereon a business process configuration program which, when executed by a processor, implements the steps of the business process configuration method of any of claims 1 to 5.
CN202110445731.7A 2021-04-23 2021-04-23 Business process configuration method, device, equipment and storage medium Active CN113205304B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110445731.7A CN113205304B (en) 2021-04-23 2021-04-23 Business process configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110445731.7A CN113205304B (en) 2021-04-23 2021-04-23 Business process configuration method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113205304A CN113205304A (en) 2021-08-03
CN113205304B true CN113205304B (en) 2023-06-23

Family

ID=77028371

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110445731.7A Active CN113205304B (en) 2021-04-23 2021-04-23 Business process configuration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113205304B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113780778A (en) * 2021-08-30 2021-12-10 北京沃东天骏信息技术有限公司 Information processing method and device and storage medium
CN113792247B (en) * 2021-11-12 2022-06-21 中航金网(北京)电子商务有限公司 Method, apparatus, device and medium for generating functional flow chart based on code characteristics

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101271547A (en) * 2007-03-19 2008-09-24 株式会社理光 Operation procedure management system
CN108958714A (en) * 2018-07-02 2018-12-07 平安科技(深圳)有限公司 Service Component formula development approach, device, computer equipment and storage medium
CN110187931A (en) * 2019-05-17 2019-08-30 北京百度网讯科技有限公司 The operation method and device of small routine

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101271547A (en) * 2007-03-19 2008-09-24 株式会社理光 Operation procedure management system
CN108958714A (en) * 2018-07-02 2018-12-07 平安科技(深圳)有限公司 Service Component formula development approach, device, computer equipment and storage medium
CN110187931A (en) * 2019-05-17 2019-08-30 北京百度网讯科技有限公司 The operation method and device of small routine

Also Published As

Publication number Publication date
CN113205304A (en) 2021-08-03

Similar Documents

Publication Publication Date Title
CN109981679B (en) Method and apparatus for performing transactions in a blockchain network
CN111343142B (en) Data processing method and device based on block chain network and storage medium
US10740411B2 (en) Determining repeat website users via browser uniqueness tracking
EP3552098B1 (en) Operating system update management for enrolled devices
CN104081713B (en) The long-range trust identification of server and client computer in cloud computing environment and geographical location
CN113205304B (en) Business process configuration method, device, equipment and storage medium
CN109446837B (en) Text auditing method and device based on sensitive information and readable storage medium
CN111556005A (en) Authority management method, device, electronic equipment and storage medium
US20130346743A1 (en) Digital certificate issuer-correlated digital signature verification
CN110490416B (en) Task management method and terminal equipment
CN109902493B (en) Script issuing method and server
CN112163240A (en) Block chain based distributed government affair architecture unifying method and system
CN110070360B (en) Transaction request processing method, device, equipment and storage medium
CN111260475A (en) Data processing method, block chain node point equipment and storage medium
CN115185765A (en) Task management method and device, electronic equipment and storage medium
CN110941672A (en) Household registration management method, device, equipment and storage medium
CN112181482B (en) Version verification method and device, electronic equipment and storage medium
CN112613893A (en) Method, system, equipment and medium for identifying malicious user registration
CN111274612B (en) Practitioner trust verification method and system, witness service system and storage medium
CN111899018A (en) Order data processing method, device, server and storage medium
CN116360769A (en) Code generation method, device, equipment and storage medium
CN116226879A (en) Service interface access control method, device, computer equipment and storage medium
CN112000727B (en) Desensitization display method for dynamically configured service data
CN115701607A (en) Rule updating method based on block chain, electronic equipment and storage medium
CN113392382A (en) Data management method, electronic device and readable storage medium

Legal Events

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