WO2019033405A1 - Service flow updating method and device - Google Patents

Service flow updating method and device Download PDF

Info

Publication number
WO2019033405A1
WO2019033405A1 PCT/CN2017/098098 CN2017098098W WO2019033405A1 WO 2019033405 A1 WO2019033405 A1 WO 2019033405A1 CN 2017098098 W CN2017098098 W CN 2017098098W WO 2019033405 A1 WO2019033405 A1 WO 2019033405A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
service flow
instances
business
flow diagram
Prior art date
Application number
PCT/CN2017/098098
Other languages
French (fr)
Chinese (zh)
Inventor
谢兴锋
谢卫平
贺光容
王庆华
郑明都
雷利文
吴健
Original Assignee
深圳怡化电脑股份有限公司
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 深圳怡化电脑股份有限公司 filed Critical 深圳怡化电脑股份有限公司
Priority to PCT/CN2017/098098 priority Critical patent/WO2019033405A1/en
Publication of WO2019033405A1 publication Critical patent/WO2019033405A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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

Definitions

  • the present invention belongs to the technical field of software bursting, and in particular, to a method and apparatus for updating a service flow.
  • the embodiments of the present invention provide a method and an apparatus for updating a service process, so as to solve the problem that the update method of the service process in the prior art is inefficient.
  • a first aspect of the embodiments of the present invention provides a method for updating a service process, including:
  • a new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities.
  • the business function body is a visualization graphic displayed in the flowchart editing interface;
  • a second aspect of the embodiments of the present invention provides an apparatus for updating a service process, including:
  • a creating module configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, where the function instance is multiple The business function body is connected, and the business function body is a visual graphic displayed in the flowchart editing interface.
  • an association module configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
  • a third aspect of the embodiments of the present invention provides an apparatus for updating a service flow, including a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein The processor executes the computer program to implement the following steps:
  • a new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities.
  • the business function body is a visualization graphic displayed in the flowchart editing interface;
  • a fourth aspect of the embodiments of the present invention provides a computer readable storage medium, where the computer readable storage medium stores a computer program, wherein the computer program is executed by a processor, and the following steps are implemented:
  • a new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities.
  • the business function body is a visualization graphic displayed in the flowchart editing interface;
  • a new service flow chart corresponding to the newly added service function is created, and the new service flow chart is associated with the original service flow chart to generate a total service flow chart, and the total service flow is
  • the business process diagram is used as the updated business process diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw. The efficiency of the hair.
  • 1 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 1 of the present invention
  • 2 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 2 of the present invention
  • FIG. 3 is a schematic diagram of a function example provided by an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of parameter information of a function body according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of parameter information of another functional body according to an embodiment of the present invention.
  • FIG. 6 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 3 of the present invention.
  • FIG. 7 is a structural block diagram of an apparatus for updating a service flow according to Embodiment 4 of the present invention.
  • FIG. 8 is a schematic diagram of an apparatus for updating a service flow according to Embodiment 5 of the present invention.
  • FIG. 1 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 1 of the present invention. As shown in FIG. 1, the method for updating the service process specifically includes the following steps S101 to S102.
  • Step S101 Create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is composed of multiple service functions.
  • the body functions are connected, and the business function body is a visualization graphic displayed in the flowchart editing interface.
  • Step S102 Associate the new service flow chart with the original service flow chart to generate a total service flow chart.
  • the business process is decomposed into a main process and a plurality of sub-processes, and one sub-process includes at least one functional instance.
  • the service function corresponding to a sub-process in the business process is completed by a combination of the function instance or a plurality of the function instances.
  • the functional body includes a business function body and a control function body.
  • Both the service function body and the control function body are multiplexed, that is, the service function body or the control function body can be configured, and the configured service function body and Control function body combination becomes a function instance.
  • the service function body may include a device function body, a page function body, and a sub-process function body;
  • the control function body may include a start function function, an end function body, and a branch function body.
  • the original service flow diagram is also sent on the same burst platform, where the original service flow graph may be bursted once or twice.
  • the original business flow chart includes withdrawals, deposits, changes, transfers, and inquiries.
  • the new business function is to purchase insurance, that is, it needs to have withdrawals, deposits, and changes.
  • the original business flow chart of the five business functions of confidentiality, transfer and inquiry is updated to the total business flow chart with withdrawal, deposit, change, transfer, inquiry and purchase insurance.
  • the total business flow chart is used as the updated business flow chart. .
  • a new service flow chart corresponding to the newly added service function is created in the flowchart editing interface; the new service flow chart of the purchase insurance is connected by multiple function instances, and the function is The instance is formed by connecting a plurality of business functions, and the business function is a visual graphic displayed in the flowchart editing interface.
  • the original business flow chart is associated with the newly created business flow chart of the purchased purchase insurance, and the total business flow chart is generated as the updated business flow chart.
  • the method further includes the following steps:
  • the total service flow chart is saved as a business process file in a custom format.
  • the debugging may be to debug the entire service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. If the debugging is successful, the total service flow chart is executed. And the included data is saved as a business process file in a custom format such as word. If the debugging is wrong, update according to the error prompt until the debugging is successful. It can be understood that there are the following cases: The generated total business flow diagram is directly executable and does not require debugging.
  • a new service flow chart corresponding to the newly added service function is created, and the new service flow chart is associated with the original service flow chart to generate a total service flow chart, where the total service flow is
  • the business process diagram is used as the updated business process diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw. Efficiency; in addition, the creation process is visible It is convenient for users to control the bursting process.
  • FIG. 2 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 2 of the present invention. As shown in FIG. 2, step S101 specifically includes the following steps S201 to S202.
  • Step S201 generating a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information configured by the user for the plurality of functional entities, respectively, and completing the newly added service by using the combination of the multiple functional instances.
  • the business function corresponding to each sub-process in the process.
  • the business function body may include a device function body, a normal page function body, a password input function body, and a sub-process function body;
  • the control function body may include a start function function and an end function body. , branching functions, and converging functions.
  • the corresponding function body is selected, including at least one business function body and at least one control function body.
  • a function body has an input pin and an output pin, defines an input pin and an output pin of a function body, and connects with an output pin of another function body through an input pin of one function body to construct a function instance. .
  • FIG. 3 An example of the function of clearing customer data information is shown in FIG. 3.
  • Start function marks the beginning of the sub-process.
  • the device function body is used to configure parameter information for the device function body, and the configured parameter information is as shown in FIG. 4, and the parameter information includes a trigger device Action, one Execute device action and output pin output, which is used to implement the function segment of "clear this customer transaction information" in the sub-flow.
  • Section(QString) the user input parameter is TRAN, which means clear the transaction information, then call Actio n::Deliver(QString) from the bow
  • the function Action ActiveO triggers, after executing the function, then calling the execution method of the execution device, Action::dataPoolRemoveSection(QString), the input parameter is Customer, indicating that the transaction information is cleared, and then Call Action::Deliver(QString) to go out from the bow
  • End function marks the end of the sub-flow.
  • Step S202 Associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
  • the association relationship may be that after the execution device in the function instance A executes the execution function, the result of the execution function is used as a trigger event, and the execution device in another function instance B is triggered to be triggered; the user will function the function instance.
  • the output pin of A is connected to the input pin of function instance B, and in response to the received user's operation instruction, a corresponding connection relationship is generated, and similarly, the connection of all associated function instances is completed, and an additional connection can be generated.
  • the business process diagram displays the new business process diagram in the edit page.
  • the method further includes the following steps:
  • the debugging may be to debug the entire new service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. It can be understood that the following situations exist: The generated new business flow diagram is directly executable and does not require debugging.
  • a function instance is generated by acquiring a function body selected by a user and configuration information set for the function body, and the function instance is obtained according to association information between the function instances input by the user.
  • generate new business flow diagrams, and functional bursts can make business bursts like "heap
  • the building blocks are as simple as they are, making complex business easy to understand. Therefore, it can reduce the difficulty of bursting and effectively improve the efficiency of bursting.
  • the version of the software can be completely isolated from the burst.
  • the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment.
  • the second burst only needs to drag and parameterize the function body, and the software engineering technology threshold is significantly reduced.
  • step S101 specifically includes the following steps S301 to S303.
  • Step S301 Matching a plurality of functional entities for the newly added service function, and providing parameter information for each functional body for the user to select; the parameter information includes a parameter category and a parameter range.
  • Step S302 Generate multiple function instances based on the plurality of functional bodies and parameter information selected by the user for the multiple functional entities; complete the new business process by using the combination of the multiple functional instances. Business functions corresponding to each sub-process.
  • Step S303 Associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
  • the bursting platform decomposes the newly added business function, identifies the functional body required therein, and matches the plurality of functional bodies, and displays the plurality of functional bodies on the editing interface. Set the area and provide parameter information for each function.
  • the parameter information includes the parameter category and parameter range.
  • connection relationships A variety of connection relationships. A plurality of connection relationships may be arranged according to a priority from simple to complex, and the user selects a connection relationship from the plurality of connection relationships according to actual needs. It should be noted that various connection relationships can implement new business functions normally.
  • the service function corresponding to each sub-process in the newly added business process is completed by the combination of the multiple function instances.
  • Associating the plurality of function instances according to association information between the plurality of function instances The association may be a manual association of the user, or may select an association relationship from multiple association relationships displayed on the editing interface, and generate a new service flow diagram based on the multiple function instances after the association.
  • the method further includes the following steps:
  • the debugging may be to debug the entire new service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. It can be understood that the following situations exist: The generated new business flow diagram is directly executable and does not require debugging.
  • the plurality of functional entities are matched for the new service function, and parameter information is provided for each user for selection by the user, and the multiple functions are based on the multiple functional entities and the user.
  • Generating the parameter information generating a plurality of function instances, associating the plurality of function instances according to the association information between the plurality of function instances, and generating a new service flow chart based on the plurality of function instances after the association
  • the automatic matching of the platform and the function of the next operation prompt enable the user to generate a new business flow chart by simply performing a simple selection operation in this process, which is simple in operation and high in efficiency.
  • FIG. 7 is a structural block diagram of an apparatus for updating a service flow according to Embodiment 5 of the present invention.
  • the update device 40 of the business process includes: a creation module 41 and an association module 42. Among them, the specific functions of each unit are as follows:
  • the creating module 41 is configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface.
  • the new service flow diagram is formed by connecting multiple function instances, and the function instance is composed of multiple The business function bodies are connected, and the business function body is a visualized graphic displayed in the flow chart editing interface;
  • the association module 42 is configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
  • the creating module 41 includes:
  • a generating unit configured to generate a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional bodies; and completing the new by the combination of the multiple functional instances Add the business functions corresponding to each sub-process in the business process;
  • an association unit configured to perform, according to the association information between the multiple function instances, the multiple function instances The association is performed, and a new business flow chart is generated based on the multiple function instances after the association.
  • the creating module 41 includes:
  • a matching unit configured to match the plurality of functional entities for the new service function, and provide parameter information for each user for selection by the user;
  • the parameter information includes a parameter category and a parameter range;
  • a generating unit configured to select, according to the plurality of functional bodies and parameter information selected by the user for the multiple functional bodies
  • the association generating unit is configured to associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
  • the update device 40 of the business process further includes:
  • a debugging unit configured to debug the total service flow chart
  • a saving unit configured to save the total service flow chart as a business process file in a custom format when the debugging is successful.
  • the device for updating the business process provided by the embodiment of the present invention generates a new service flow chart corresponding to the newly added service function, and associates the new service flow chart with the original service flow chart to generate a total
  • the business process diagram uses the total service flow chart as an updated business process flow diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw.
  • the creation process is visualized, which is convenient for the user to control the burst process.
  • the updating apparatus 8 of the business process of this embodiment includes: a processor 80, a memory 81, and a computer program 82 stored in the memory 81 and operable on the processor 80, such as a business process.
  • Update method Preface The processor 80 executes the steps in the computer program 82 to implement the above-described various service flow update method embodiments, such as steps S101 to S102 shown in FIG.
  • the processor 80 executes the computer program 82 to implement the functions of the modules/units in the various apparatus embodiments described above, such as the functions of the modules 41 to 42 shown in FIG.
  • the computer program 82 can be divided into one or more modules/units, which are stored in the memory 81 and executed by the processor 80.
  • the one or more modules/units may be a series of computer program instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer program 82 in the update device 8 of the business process.
  • the computer program 82 can be divided into a creation module and an association module, and the specific functions of each module are as follows:
  • a creating module configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface, where the newly added service flowchart is connected by multiple function instances, where the function instance is multiple
  • the business function body is connected, and the business function body is a visual graphic displayed in the flowchart editing interface.
  • an association module configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
  • the update device 8 of the business process may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the updating means of the business process may include, but is not limited to, the processor 80 and the memory 81.
  • FIG. 8 is merely an example of an update device of a business process, and does not constitute a limitation on an update device of a business process, and may include more or less components than those illustrated, or may combine certain components.
  • different components, such as the update device of the business process may also include an input and output device, a network access device, a bus, and the like.
  • the processor 80 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application Specific Integrated Circuit
  • the memory 81 may be an internal storage unit of the update device 8 of the business process, such as a hard disk or a memory of the update device 8 of the business process.
  • the memory 81 may also be an external storage device of the update device 8 of the business process, such as a plug-in hard disk equipped with the update device 8 of the business process, a smart memory card (SMC), and a secure digital device. (Secure Digital, SD) card, flash card, etc.
  • the memory 81 may also include an internal storage unit of the update device 8 of the business process and an external storage device.
  • the memory 81 is used to store the computer program and other programs and data required by the update device of the business process.
  • the memory 81 can also be used to temporarily store data that has been output or is about to be output.
  • each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned differently according to needs.
  • the functional unit and the module are completed, that is, the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above.
  • Each functional unit and module in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented by hardware.
  • Formal implementation can also be implemented in the form of software functional units.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the modules or units is only a logical function division, and the actual implementation may have another division.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated module/unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present invention implements all or part of the processes in the foregoing embodiments, and may also be completed by a computer program to instruct related hardware.
  • the computer program may be stored in a computer readable storage medium. After the program is executed by the processor, the steps of the various method embodiments described above can be implemented.
  • the computer program includes computer program code, and the computer program code may be in the form of a source code, an object code, an executable file, or some intermediate form.
  • the computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a Read-Only Memory (ROM). , Random Access Memory (RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

Provided are a service flow updating method and device. The method comprises: creating, in a flow diagram editing interface, a newly added service flow diagram corresponding to a newly added service function, the newly added service flow diagram being formed by connecting a plurality of function instances, the function instances being formed by connecting a plurality of service function entities, and the service function entities being visual graphics displayed in the flow diagram editing interface (S101); and associating the newly added service flow diagram with the original service flow diagram, so as to generate a total service flow diagram (S102). When a new service function is added each time, it is only necessary to modify and update a previous service flow diagram, thereby reducing the difficulty of development, avoiding complex development steps in traditional methods, effectively improving the development efficiency.

Description

一种业务流程的更新方法及装置 技术领域  Method and device for updating business process
[0001] 本发明属于软件幵发技术领域, 尤其涉及一种业务流程的更新方法及装置。  [0001] The present invention belongs to the technical field of software bursting, and in particular, to a method and apparatus for updating a service flow.
背景技术  Background technique
[0002] 业务办理是与人们的生活息息相关的事情, 业务办理涉及的行业主要包括银行 、 电信、 电力、 医疗、 航空、 零售等。 随着人们日益增长的业务需求, 业务所 具有的功能也越来越多, 因此作为控制主线的业务流程的更新速度也越来越快 , 目前业务流程的更新方法主要是通过重新编程、 测试和调试来实现的, 每一 次更新都得重复上述步骤, 步骤繁琐, 幵发效率低。  [0002] Business handling is closely related to people's lives. The industries involved in business processing mainly include banking, telecommunications, electricity, medical, aviation, retail and so on. With the increasing business needs of people, the functions of the business are more and more, so the update process of the business process as the main line of control is getting faster and faster. The current update method of business process is mainly through reprogramming, testing and Debugging is implemented. Each step is repeated for each update. The steps are cumbersome and the bursting efficiency is low.
技术问题  technical problem
[0003] 有鉴于此, 本发明实施例提供了一种业务流程的更新方法及装置, 以解决现有 技术中业务流程的更新方法存在效率低的问题。  In view of this, the embodiments of the present invention provide a method and an apparatus for updating a service process, so as to solve the problem that the update method of the service process in the prior art is inefficient.
[0004] 本发明实施例的第一方面提供了一种业务流程的更新方法, 包括: A first aspect of the embodiments of the present invention provides a method for updating a service process, including:
[0005] 在流程图编辑界面创建与新增业务功能对应的新增业务流程图; 所述新增业务 流程图由多个功能实例连接而成, 所述功能实例由多个业务功能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形; [0005] A new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities. The business function body is a visualization graphic displayed in the flowchart editing interface;
[0006] 将所述新增业务流程图与原业务流程图进行关联生成总业务流程图。 [0006] Associate the new service flow chart with the original service flow chart to generate a total service flow chart.
[0007] 本发明实施例的第二方面提供了一种业务流程的更新装置, 包括: [0007] A second aspect of the embodiments of the present invention provides an apparatus for updating a service process, including:
[0008] 创建模块, 用于在流程图编辑界面创建与新增业务功能对应的新增业务流程图 ; 所述新增业务流程图由多个功能实例连接而成, 所述功能实例由多个业务功 能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形 [0008] a creating module, configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, where the function instance is multiple The business function body is connected, and the business function body is a visual graphic displayed in the flowchart editing interface.
[0009] 关联模块, 用于将所述新增业务流程图与原业务流程图进行关联生成总业务流 程图。 [0009] an association module, configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
[0010] 本发明实施例的第三方面提供了一种业务流程的更新装置, 包括存储器、 处理 器以及存储在所述存储器中并可在所述处理器上运行的计算机程序, 其特征在 于, 所述处理器执行所述计算机程序吋实现以下步骤: [0010] A third aspect of the embodiments of the present invention provides an apparatus for updating a service flow, including a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein The processor executes the computer program to implement the following steps:
[0011] 在流程图编辑界面创建与新增业务功能对应的新增业务流程图; 所述新增业务 流程图由多个功能实例连接而成, 所述功能实例由多个业务功能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形;  [0011] a new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities. The business function body is a visualization graphic displayed in the flowchart editing interface;
[0012] 将所述新增业务流程图与原业务流程图进行关联生成总业务流程图。  And [0012] associating the newly added service flow chart with the original service flow chart to generate a total service flow chart.
[0013] 本发明实施例的第四方面提供了一种计算机可读存储介质, 所述计算机可读存 储介质存储有计算机程序, 其特征在于, 所述计算机程序被处理器执行吋实现 以下步骤:  [0013] A fourth aspect of the embodiments of the present invention provides a computer readable storage medium, where the computer readable storage medium stores a computer program, wherein the computer program is executed by a processor, and the following steps are implemented:
[0014] 在流程图编辑界面创建与新增业务功能对应的新增业务流程图; 所述新增业务 流程图由多个功能实例连接而成, 所述功能实例由多个业务功能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形;  [0014] a new service flow diagram corresponding to the newly added service function is created in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional entities. The business function body is a visualization graphic displayed in the flowchart editing interface;
[0015] 将所述新增业务流程图与原业务流程图进行关联生成总业务流程图。  And [0015] associating the newly added service flow chart with the original service flow chart to generate a total service flow chart.
问题的解决方案  Problem solution
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0016] 本发明实施例通过创建与所述新增业务功能对应的新增业务流程图, 并将所述 新增业务流程图与原业务流程图进行关联生成总业务流程图, 将所述总业务流 程图作为更新后的业务流程图。 因此, 每次增加新业务功能吋, 只需要在上一 个业务流程图的基础上进行修改和更新即可, 降低了幵发难度, 避免了传统方 法中繁琐的幵发步骤, 有效地提高了幵发的效率。  [0016] In the embodiment of the present invention, a new service flow chart corresponding to the newly added service function is created, and the new service flow chart is associated with the original service flow chart to generate a total service flow chart, and the total service flow is The business process diagram is used as the updated business process diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw. The efficiency of the hair.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0017] 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。  [0017] In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are merely Some embodiments of the present invention may also be used to obtain other drawings based on these drawings without departing from the skilled artisan.
[0018] 图 1是本发明实施例一提供的业务流程的更新方法的实现流程示意图; [0019] 图 2是本发明实施例二提供的业务流程的更新方法的实现流程示意图; 1 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 1 of the present invention; 2 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 2 of the present invention;
[0020] 图 3是本发明实施例提供的一功能实例示意图;  3 is a schematic diagram of a function example provided by an embodiment of the present invention;
[0021] 图 4是本发明实施例提供的一功能体的参数信息的示意图;  4 is a schematic diagram of parameter information of a function body according to an embodiment of the present invention;
[0022] 图 5是本发明实施例提供的另一功能体的参数信息的示意图;  [0022] FIG. 5 is a schematic diagram of parameter information of another functional body according to an embodiment of the present invention;
[0023] 图 6是本发明实施例三提供的业务流程的更新方法的实现流程示意图;  6 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 3 of the present invention;
[0024] 图 7是本发明实施例四提供的业务流程的更新装置的结构框图;  7 is a structural block diagram of an apparatus for updating a service flow according to Embodiment 4 of the present invention;
[0025] 图 8是本发明实施例五提供的业务流程的更新装置的示意图。  8 is a schematic diagram of an apparatus for updating a service flow according to Embodiment 5 of the present invention.
本发明的实施方式 Embodiments of the invention
[0026] 以下描述中, 为了说明而不是为了限定, 提出了诸如特定系统结构、 技术之类 的具体细节, 以便透彻理解本发明实施例。 然而, 本领域的技术人员应当清楚 , 在没有这些具体细节的其它实施例中也可以实现本发明。 在其它情况中, 省 略对众所周知的系统、 装置、 电路以及方法的详细说明, 以免不必要的细节妨 碍本发明的描述。  [0026] In the following description, for purposes of illustration and description However, it will be apparent to those skilled in the art that the present invention may be practiced in other embodiments without these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the invention.
[0027] 为了说明本发明所述的技术方案, 下面通过具体实施例来进行说明。  [0027] In order to explain the technical solutions described in the present invention, the following description will be made by way of specific embodiments.
[0028] 实施例一 [0028] Embodiment 1
[0029] 图 1示出了本发明实施例一提供的业务流程的更新方法的实现流程示意图。 如 图 1所示, 该业务流程的更新方法具体包括如下步骤 S101至步骤 S102。  [0029] FIG. 1 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 1 of the present invention. As shown in FIG. 1, the method for updating the service process specifically includes the following steps S101 to S102.
[0030] 步骤 S101 : 在流程图编辑界面创建与新增业务功能对应的新增业务流程图; 所 述新增业务流程图由多个功能实例连接而成, 所述功能实例由多个业务功能体 连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形。  [0030] Step S101: Create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, and the function instance is composed of multiple service functions. The body functions are connected, and the business function body is a visualization graphic displayed in the flowchart editing interface.
[0031] 步骤 S102: 将所述新增业务流程图与原业务流程图进行关联生成总业务流程图  [0031] Step S102: Associate the new service flow chart with the original service flow chart to generate a total service flow chart.
[0032] 将业务流程分解为一个主流程和多个子流程, 一个子流程包括至少一个功能实 例。 通过一个所述功能实例或者多个所述功能实例的组合完成业务流程中的一 子流程对应的业务功能。 [0032] The business process is decomposed into a main process and a plurality of sub-processes, and one sub-process includes at least one functional instance. The service function corresponding to a sub-process in the business process is completed by a combination of the function instance or a plurality of the function instances.
[0033] 其中, 功能体包括业务功能体和控制功能体。 业务功能体和控制功能体均是复 用的, 即可以对业务功能体或控制功能体进行配置, 对配置后的业务功能体和 控制功能体组合成为一个功能实例。 一般地, 业务功能体可以包括设备功能体 、 页面功能体和子流程功能体; 控制功能体可以包括幵始功能体、 结束功能体 和分支功能体。 [0033] wherein the functional body includes a business function body and a control function body. Both the service function body and the control function body are multiplexed, that is, the service function body or the control function body can be configured, and the configured service function body and Control function body combination becomes a function instance. Generally, the service function body may include a device function body, a page function body, and a sub-process function body; the control function body may include a start function function, an end function body, and a branch function body.
[0034] 需要说明的是, 原业务流程图也是在同一幵发平台上幵发的, 此处的原业务流 程图可以是一次幵发的, 也可以是二次幵发的。  [0034] It should be noted that the original service flow diagram is also sent on the same burst platform, where the original service flow graph may be bursted once or twice.
[0035] 例如, 当涉及到的是银行业务吋, 不妨假设原业务流程图包括取款、 存款、 改 密、 转账和査询, 新增业务功能为购买保险, 即需要将具有取款、 存款、 改密 、 转账和査询五大业务功能的原业务流程图更新为具有取款、 存款、 改密、 转 账、 査询和购买保险的总业务流程图, 将该总业务流程图作为更新后的业务流 程图。 具体地, 在流程图编辑界面创建与所述新增业务功能 (购买保险) 对应 的新增业务流程图; 所述购买保险的新增业务流程图由多个功能实例连接而成 , 所述功能实例由多个业务功能体连接而成, 所述业务功能体为显示在所述流 程图编辑界面中的可视化图形。 在购买保险的新增业务流程图创建完成后, 将 原业务流程图与创建完成的购买保险的新增业务流程图进行关联, 即可生成总 业务流程图, 作为更新后的业务流程图。  [0035] For example, when it comes to banking, it may be assumed that the original business flow chart includes withdrawals, deposits, changes, transfers, and inquiries. The new business function is to purchase insurance, that is, it needs to have withdrawals, deposits, and changes. The original business flow chart of the five business functions of confidentiality, transfer and inquiry is updated to the total business flow chart with withdrawal, deposit, change, transfer, inquiry and purchase insurance. The total business flow chart is used as the updated business flow chart. . Specifically, a new service flow chart corresponding to the newly added service function (purchasing insurance) is created in the flowchart editing interface; the new service flow chart of the purchase insurance is connected by multiple function instances, and the function is The instance is formed by connecting a plurality of business functions, and the business function is a visual graphic displayed in the flowchart editing interface. After the creation of the new service flow chart for purchasing insurance is completed, the original business flow chart is associated with the newly created business flow chart of the purchased purchase insurance, and the total business flow chart is generated as the updated business flow chart.
[0036] 可选地, 在上述方案的基础上, 还包括如下步骤:  [0036] Optionally, based on the foregoing solution, the method further includes the following steps:
[0037] 对所述总业务流程图进行调试;  [0037] debugging the total service flow chart;
[0038] 若调试成功, 则将所述总业务流程图以自定义格式保存为业务流程文件。  [0038] If the debugging is successful, the total service flow chart is saved as a business process file in a custom format.
[0039] 其中, 调试可以是对整个业务流程图进行调试, 也可以是单独对某一个功能实 例进行调试, 再对对整个业务流程图进行调试, 如果调试成功, 则将所述总业 务流程图以及所包含的数据以自定义格式 (例如 word) 保存为业务流程文件。 如果调试出错则根据出错提示进行更新直到调试成功。 可以理解的是, 存在以 下情况: 生成的总业务流程图直接可执行, 不需要调试。 [0039] The debugging may be to debug the entire service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. If the debugging is successful, the total service flow chart is executed. And the included data is saved as a business process file in a custom format such as word. If the debugging is wrong, update according to the error prompt until the debugging is successful. It can be understood that there are the following cases: The generated total business flow diagram is directly executable and does not require debugging.
[0040] 本发明实施例通过创建与所述新增业务功能对应的新增业务流程图, 并将所述 新增业务流程图与原业务流程图进行关联生成总业务流程图, 将所述总业务流 程图作为更新后的业务流程图。 因此, 每次增加新业务功能吋, 只需要在上一 个业务流程图的基础上进行修改和更新即可, 降低了幵发难度, 避免了传统方 法中繁琐的幵发步骤, 有效地提高了幵发的效率; 另外, 所述创建过程为可视 化的, 便于用户对幵发过程的把控。 [0040] In the embodiment of the present invention, a new service flow chart corresponding to the newly added service function is created, and the new service flow chart is associated with the original service flow chart to generate a total service flow chart, where the total service flow is The business process diagram is used as the updated business process diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw. Efficiency; in addition, the creation process is visible It is convenient for users to control the bursting process.
[0041] 实施例二 Embodiment 2
[0042] 图 2示出了本发明实施例二提供的业务流程的更新方法的实现流程示意图。 如 图 2所示, 步骤 S101具体包括如下步骤 S201至步骤 S202。  [0042] FIG. 2 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 2 of the present invention. As shown in FIG. 2, step S101 specifically includes the following steps S201 to S202.
[0043] 步骤 S201 : 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参 数信息, 生成多个功能实例; 通过所述多个功能实例的组合完成所述新增业务 流程中各个子流程对应的业务功能。  [0043] Step S201: generating a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information configured by the user for the plurality of functional entities, respectively, and completing the newly added service by using the combination of the multiple functional instances. The business function corresponding to each sub-process in the process.
[0044] 例如, 当业务流程为金融业务流程吋, 业务功能体可以包括设备功能体、 普通 页面功能体、 密码输入功能体和子流程功能体; 控制功能体可以包括幵始功能 体、 结束功能体、 分支功能体和汇合功能体。 根据需要构建的功能实例, 选择 对应的功能体, 包括至少一个业务功能体和至少一个控制功能体。 为功能体配 置好参数, 设置好触发所述功能体启动的触发事件 (触发函数) 以及该触发事 件的执行主体, 即触发设备; 以及功能体启动后的执行事件 (执行函数) 以及 执行事件的执行主体, 即执行设备。 一般地, 一个功能体具有输入引脚和输出 引脚, 定义功能体的输入引脚和输出引脚, 通过一功能体的输入引脚与另一功 能体的输出引脚进行连接构建一功能实例。  [0044] For example, when the business process is a financial business process, the business function body may include a device function body, a normal page function body, a password input function body, and a sub-process function body; the control function body may include a start function function and an end function body. , branching functions, and converging functions. According to the function instance that needs to be built, the corresponding function body is selected, including at least one business function body and at least one control function body. Configuring a parameter for the function body, setting a trigger event (trigger function) that triggers the function body to start, and an execution body of the trigger event, that is, a trigger device; and an execution event (execution function) after the function body is started and an execution event The execution subject, the execution device. Generally, a function body has an input pin and an output pin, defines an input pin and an output pin of a function body, and connects with an output pin of another function body through an input pin of one function body to construct a function instance. .
[0045] 下面结合实际情况进行说明:  [0045] The following describes the actual situation:
[0046] 例如, 清除客户数据信息的功能的图形化编程实现过程。  [0046] For example, a graphical programming implementation of the function of clearing customer data information.
[0047] 清除客户数据信息的功能实例如图 3所示。 [0047] An example of the function of clearing customer data information is shown in FIG. 3.
[0048] 在图 3所示的功能实例中, 一共使用了四个功能体来实现该子流程, 两个控制 功能体和两个业务功能体, 包括:  [0048] In the function example shown in FIG. 3, a total of four functional bodies are used to implement the sub-process, two control functions and two business functions, including:
[0049] 1) 幵始功能体: 标志着该子流程的幵始。 [0049] 1) Start function: marks the beginning of the sub-process.
[0050] 2) "清除本次客户交易信息"业务功能体: 采用设备功能体, 为该设备功能体 配置参数信息, 配置的参数信息如图 4所示, 参数信息包括一个触发设备 Action 、 一个执行设备 Action和输出引脚 output, 用于实现子流程中"清除本次客户交易 信息"的功能片段。  [0050] 2) "Clear this customer transaction information" business function body: The device function body is used to configure parameter information for the device function body, and the configured parameter information is as shown in FIG. 4, and the parameter information includes a trigger device Action, one Execute device action and output pin output, which is used to implement the function segment of "clear this customer transaction information" in the sub-flow.
[0051] 清除本次客户交易信息的工作原理如下: 从输入引脚进入"清除本次客户交易 信息"业务功能体, 函数 Action ActiveO触发, 执行完该函数后, 接着调用执行 设备的执行方法, 即 data Pool Remove [0051] The working principle of clearing the customer transaction information is as follows: From the input pin, enter the "clear the customer transaction information" business function body, the function Action ActiveO triggers, after executing the function, then call the execution Device execution method, ie Data Pool Remove
Section(QString) , 用户输入的参数为 TRAN, 表示清除交易信息, 然后调用 Actio n::Deliver(QString)从弓 |脚名为 output的弓 |脚出去。  Section(QString), the user input parameter is TRAN, which means clear the transaction information, then call Actio n::Deliver(QString) from the bow | foot named output bow | foot out.
[0052] 3) "清除客户信息"业务功能体: 采用设备功能体, 为该设备功能体配置参数 信息如图 5所示, 参数信息包括一个触发设备 Action、 一个执行设备 Action和一个 输出引脚 output。 [0052] 3) "clearing customer information" business function body: adopting the device function body, configuring parameter information for the device function body as shown in FIG. 5, the parameter information includes a trigger device action, an execution device action and an output pin Output.
[0053] 工作原理如下: [0053] The working principle is as follows:
[0054] 从输入引脚进入该功能体, 函数 Action ActiveO触发, 执行完该函数后, 接着 调用执行设备的执行方法, Action::dataPoolRemoveSection(QString), 输入参数为 Customer, 表示清除交易信息, 然后调用 Action::Deliver(QString)从弓 |脚名为 outp ut的引脚出去。  [0054] Entering the function body from the input pin, the function Action ActiveO triggers, after executing the function, then calling the execution method of the execution device, Action::dataPoolRemoveSection(QString), the input parameter is Customer, indicating that the transaction information is cleared, and then Call Action::Deliver(QString) to go out from the bow|foot pin named outp ut.
[0055] 4) 结束功能体: 标志着该子流程的结束。  [0055] 4) End function: marks the end of the sub-flow.
[0056] 步骤 S202: 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行 关联, 并基于关联后的多个功能实例生成新增业务流程图。  [0056] Step S202: Associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
[0057] 其中, 关联关系可以是一功能实例 A中的执行设备执行完执行函数后, 这个执 行函数的结果作为触发事件, 对应触发了另一个功能实例 B中的执行设备启动; 用户将功能实例 A的输出引脚与功能实例 B的输入引脚进行连接, 响应于接收到 的用户的操作指令, 生成对应的连接关系, 类似地, 完成所有有关联的功能实 例的连接, 即可生成新增业务流程图, 将所述新增业务流程图显示在编辑页面 中。  [0057] The association relationship may be that after the execution device in the function instance A executes the execution function, the result of the execution function is used as a trigger event, and the execution device in another function instance B is triggered to be triggered; the user will function the function instance. The output pin of A is connected to the input pin of function instance B, and in response to the received user's operation instruction, a corresponding connection relationship is generated, and similarly, the connection of all associated function instances is completed, and an additional connection can be generated. The business process diagram displays the new business process diagram in the edit page.
[0058] 可选地, 在上述方案的基础上, 还包括如下步骤:  [0058] Optionally, based on the foregoing solution, the method further includes the following steps:
[0059] 对新增业务流程图进行调试; [0059] debugging the newly added service flow chart;
[0060] 其中, 调试可以是对整个新增业务流程图进行调试, 也可以是单独对某一个功 能实例进行调试, 再对对整个业务流程图进行调试。 可以理解的是, 存在以下 情况: 生成的新增业务流程图直接可执行, 不需要调试。  [0060] The debugging may be to debug the entire new service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. It can be understood that the following situations exist: The generated new business flow diagram is directly executable and does not require debugging.
[0061] 本发明实施例通过获取用户选择的功能体和为所述功能体设置的配置信息来生 成功能实例, 根据所述用户输入的所述功能实例之间的关联信息, 对所述功能 实例进行关联, 生成新增业务流程图, 功能体化幵发方式可以使业务幵发像"堆 积木"一样简单, 让复杂的业务变得简单易懂, 因此, 可以降低幵发难度, 有效 提高幵发效率; 另外, 还可以实现软件二次幵发的版本与一次幵发完全隔离, 实现了程序代码的版本有效控制, 使得二次幵发不必使用一次幵发的复杂幵发 环境, 二次幵发只需要对功能体进行拖曳和参数配置, 软件工程化技术门槛显 著降低。 [0061] In the embodiment of the present invention, a function instance is generated by acquiring a function body selected by a user and configuration information set for the function body, and the function instance is obtained according to association information between the function instances input by the user. Correlate, generate new business flow diagrams, and functional bursts can make business bursts like "heap The building blocks are as simple as they are, making complex business easy to understand. Therefore, it can reduce the difficulty of bursting and effectively improve the efficiency of bursting. In addition, the version of the software can be completely isolated from the burst. The version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment. The second burst only needs to drag and parameterize the function body, and the software engineering technology threshold is significantly reduced.
[0062] 实施例三  Embodiment 3
[0063] 图 6示出了本发明实施例三提供的业务流程的更新方法的实现流程示意图。 如 图 6所示, 步骤 S101具体包括如下步骤 S301至步骤 S303。  6 is a schematic flowchart showing an implementation process of an update method of a service flow according to Embodiment 3 of the present invention. As shown in FIG. 6, step S101 specifically includes the following steps S301 to S303.
[0064] 步骤 S301 : 为所述新增业务功能匹配多个功能体, 并为每个功能体提供参数信 息以供用户选择; 所述参数信息包括参数类别和参数范围。  [0064] Step S301: Matching a plurality of functional entities for the newly added service function, and providing parameter information for each functional body for the user to select; the parameter information includes a parameter category and a parameter range.
[0065] 步骤 S302: 基于所述多个功能体和用户为所述多个功能体选择的参数信息, 生 成多个功能实例; 通过所述多个功能实例的组合完成所述新增业务流程中各个 子流程对应的业务功能。  [0065] Step S302: Generate multiple function instances based on the plurality of functional bodies and parameter information selected by the user for the multiple functional entities; complete the new business process by using the combination of the multiple functional instances. Business functions corresponding to each sub-process.
[0066] 步骤 S303: 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行 关联, 并基于关联后的多个功能实例生成新增业务流程图。  [0066] Step S303: Associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
[0067] 在本发明实施例中, 幵发平台对输入的新增业务功能进行分解, 识别出其中需 要的功能体并匹配多个功能体, 将所述多个功能体显示在编辑界面的预设区域 内, 并为每一个功能体提供参数信息, 参数信息包括参数类别和参数范围。  [0067] In the embodiment of the present invention, the bursting platform decomposes the newly added business function, identifies the functional body required therein, and matches the plurality of functional bodies, and displays the plurality of functional bodies on the editing interface. Set the area and provide parameter information for each function. The parameter information includes the parameter category and parameter range.
[0068] 用户只需要进行简单的选择操作即可为功能体配置参数, 配置完参数后, 编辑 界面会显示下一步需要进行的操作的提示信息, 用户根据显示的提示信息继续 完成后续操作。 具体地, 功能体的参数配置完成后, 编辑界面完成属于一个功 能实例的多个功能体之间的连接以生成相应的功能实例, 对于显示的多个功能 实例, 编辑界面显示多个功能实例间的多种连接关系。 多种连接关系可以是按 照从简单到复杂的优先级进行排列, 用户根据实际需要从所述多种连接关系中 选择一连接关系。 需要说明的是, 多种连接关系均可以正常实现新增业务功能  [0068] The user only needs to perform a simple selection operation to configure parameters for the function body. After the parameters are configured, the editing interface displays the prompt information of the operation to be performed in the next step, and the user continues to complete the subsequent operations according to the displayed prompt information. Specifically, after the parameter configuration of the function body is completed, the editing interface completes the connection between the multiple function bodies belonging to one function instance to generate a corresponding function instance. For the multiple function instances displayed, the editing interface displays the multiple function instances. A variety of connection relationships. A plurality of connection relationships may be arranged according to a priority from simple to complex, and the user selects a connection relationship from the plurality of connection relationships according to actual needs. It should be noted that various connection relationships can implement new business functions normally.
[0069] 通过所述多个功能实例的组合完成新增业务流程中各个子流程对应的业务功能 。 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关联, 此 处关联可以是用户的手动关联, 也可以是从编辑界面显示的多种关联关系中选 择一关联关系, 并基于关联后的多个功能实例生成新增业务流程图。 [0069] The service function corresponding to each sub-process in the newly added business process is completed by the combination of the multiple function instances. Associating the plurality of function instances according to association information between the plurality of function instances, The association may be a manual association of the user, or may select an association relationship from multiple association relationships displayed on the editing interface, and generate a new service flow diagram based on the multiple function instances after the association.
[0070] 可选地, 在上述方案的基础上, 还包括如下步骤:  [0070] Optionally, based on the foregoing solution, the method further includes the following steps:
[0071] 对所述新增业务流程图进行调试; [0071] debugging the newly added service flow chart;
[0072] 其中, 调试可以是对整个新增业务流程图进行调试, 也可以是单独对某一个功 能实例进行调试, 再对对整个业务流程图进行调试。 可以理解的是, 存在以下 情况: 生成的新增业务流程图直接可执行, 不需要调试。  [0072] The debugging may be to debug the entire new service flow chart, or to separately debug a certain function instance, and then debug the entire service flow chart. It can be understood that the following situations exist: The generated new business flow diagram is directly executable and does not require debugging.
[0073] 本发明实施例通过为所述新增业务功能匹配多个功能体, 并为每个功能体提供 参数信息以供用户选择, 基于所述多个功能体和用户为所述多个功能体选择的 参数信息, 生成多个功能实例, 根据所述多个功能实例之间的关联信息, 对所 述多个功能实例进行关联, 并基于关联后的多个功能实例生成新增业务流程图 , 幵发平台自动匹配以及下一步操作提示的功能使得用户在这个过程中只需要 进行简单的选择操作即可生成新增业务流程图, 操作简单, 幵发效率高。  [0073] In the embodiment of the present invention, the plurality of functional entities are matched for the new service function, and parameter information is provided for each user for selection by the user, and the multiple functions are based on the multiple functional entities and the user. Generating the parameter information, generating a plurality of function instances, associating the plurality of function instances according to the association information between the plurality of function instances, and generating a new service flow chart based on the plurality of function instances after the association The automatic matching of the platform and the function of the next operation prompt enable the user to generate a new business flow chart by simply performing a simple selection operation in this process, which is simple in operation and high in efficiency.
[0074] 实施例四  [0074] Embodiment 4
[0075] 请参考图 7, 其示出了本发明实施例五提供的业务流程的更新装置的结构框图 。 所述业务流程的更新装置 40包括: 创建模块 41和关联模块 42。 其中, 各单元 的具体功能如下:  [0075] Please refer to FIG. 7, which is a structural block diagram of an apparatus for updating a service flow according to Embodiment 5 of the present invention. The update device 40 of the business process includes: a creation module 41 and an association module 42. Among them, the specific functions of each unit are as follows:
[0076] 创建模块 41, 用于在流程图编辑界面创建与新增业务功能对应的新增业务流程 图; 所述新增业务流程图由多个功能实例连接而成, 所述功能实例由多个业务 功能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图 形;  [0076] The creating module 41 is configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface. The new service flow diagram is formed by connecting multiple function instances, and the function instance is composed of multiple The business function bodies are connected, and the business function body is a visualized graphic displayed in the flow chart editing interface;
[0077] 关联模块 42, 用于将所述新增业务流程图与原业务流程图进行关联生成总业务 流程图。  [0077] The association module 42 is configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
[0078] 可选地, 创建模块 41包括:  [0078] Optionally, the creating module 41 includes:
[0079] 生成单元, 用于根据用户选择的多个功能体和用户分别为所述多个功能体配置 的参数信息, 生成多个功能实例; 通过所述多个功能实例的组合完成所述新增 业务流程中各个子流程对应的业务功能;  a generating unit, configured to generate a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional bodies; and completing the new by the combination of the multiple functional instances Add the business functions corresponding to each sub-process in the business process;
[0080] 关联单元, 用于根据所述多个功能实例之间的关联信息, 对所述多个功能实例 进行关联, 并基于关联后的多个功能实例生成新增业务流程图。 [0080] an association unit, configured to perform, according to the association information between the multiple function instances, the multiple function instances The association is performed, and a new business flow chart is generated based on the multiple function instances after the association.
[0081] 可选地, 创建模块 41包括: [0081] Optionally, the creating module 41 includes:
[0082] 匹配单元, 用于为所述新增业务功能匹配多个功能体, 并为每个功能体提供参 数信息以供用户选择; 所述参数信息包括参数类别和参数范围;  [0082] a matching unit, configured to match the plurality of functional entities for the new service function, and provide parameter information for each user for selection by the user; the parameter information includes a parameter category and a parameter range;
[0083] 生成单元, 用于基于所述多个功能体和用户为所述多个功能体选择的参数信息[0083] a generating unit, configured to select, according to the plurality of functional bodies and parameter information selected by the user for the multiple functional bodies
, 生成多个功能实例; 通过所述多个功能实例的组合完成所述新增业务流程中 各个子流程对应的业务功能; And generating a plurality of function instances; performing, by using the combination of the multiple function instances, a service function corresponding to each sub-process in the newly added business process;
[0084] 关联生成单元, 用于根据所述多个功能实例之间的关联信息, 对所述多个功能 实例进行关联, 并基于关联后的多个功能实例生成新增业务流程图。 [0084] The association generating unit is configured to associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association.
[0085] 可选地, 业务流程的更新装置 40还包括: [0085] Optionally, the update device 40 of the business process further includes:
[0086] 调试单元, 用于对所述总业务流程图进行调试; [0086] a debugging unit, configured to debug the total service flow chart;
[0087] 保存单元, 用于当调试成功吋, 则将所述总业务流程图以自定义格式保存为业 务流程文件。  [0087] a saving unit, configured to save the total service flow chart as a business process file in a custom format when the debugging is successful.
[0088] 本发明实施例提供的业务流程的更新装置, 通过创建与所述新增业务功能对应 的新增业务流程图, 并将所述新增业务流程图与原业务流程图进行关联生成总 业务流程图, 将所述总业务流程图作为更新后的业务流程图。 因此, 每次增加 新业务功能吋, 只需要在上一个业务流程图的基础上进行修改和更新即可, 降 低了幵发难度, 避免了传统方法中繁琐的幵发步骤, 有效地提高了幵发的效率 ; 另外, 所述创建过程为可视化的, 便于用户对幵发过程的把控。  [0088] The device for updating the business process provided by the embodiment of the present invention generates a new service flow chart corresponding to the newly added service function, and associates the new service flow chart with the original service flow chart to generate a total The business process diagram uses the total service flow chart as an updated business process flow diagram. Therefore, each time a new business function is added, it only needs to be modified and updated on the basis of the previous business flow chart, which reduces the difficulty of bursting, avoids the cumbersome bursting steps in the traditional method, and effectively improves the flaw. In addition, the creation process is visualized, which is convenient for the user to control the burst process.
[0089] 应理解, 上述实施例中各步骤的序号的大小并不意味着执行顺序的先后, 各过 程的执行顺序应以其功能和内在逻辑确定, 而不应对本发明实施例的实施过程 构成任何限定。  It should be understood that the size of the serial number of each step in the foregoing embodiment does not mean the order of execution sequence, and the execution order of each process should be determined by its function and internal logic, and should not be constituted by the implementation process of the embodiment of the present invention. Any restrictions.
[0090] 还应当理解的是, 上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣 [0091] 实施例五  It should be understood that the serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments. [0091] Embodiment 5
[0092] 图 8是本发明实施例五提供的业务流程的更新装置的示意图。 如图 8所示, 该实 施例的业务流程的更新装置 8包括: 处理器 80、 存储器 81以及存储在所述存储器 81中并可在所述处理器 80上运行的计算机程序 82, 例如业务流程的更新方法程 序。 所述处理器 80执行所述计算机程序 82吋实现上述各个业务流程的更新方法 实施例中的步骤, 例如图 1所示的步骤 S101至 S102。 或者, 所述处理器 80执行所 述计算机程序 82吋实现上述各装置实施例中各模块 /单元的功能, 例如图 7所示模 块 41至 42的功能。 8 is a schematic diagram of an apparatus for updating a service flow according to Embodiment 5 of the present invention. As shown in FIG. 8, the updating apparatus 8 of the business process of this embodiment includes: a processor 80, a memory 81, and a computer program 82 stored in the memory 81 and operable on the processor 80, such as a business process. Update method Preface. The processor 80 executes the steps in the computer program 82 to implement the above-described various service flow update method embodiments, such as steps S101 to S102 shown in FIG. Alternatively, the processor 80 executes the computer program 82 to implement the functions of the modules/units in the various apparatus embodiments described above, such as the functions of the modules 41 to 42 shown in FIG.
[0093] 示例性的, 所述计算机程序 82可以被分割成一个或多个模块 /单元, 所述一个 或者多个模块 /单元被存储在所述存储器 81中, 并由所述处理器 80执行, 以完成 本发明。 所述一个或多个模块 /单元可以是能够完成特定功能的一系列计算机程 序指令段, 该指令段用于描述所述计算机程序 82在所述业务流程的更新装置 8中 的执行过程。 例如, 所述计算机程序 82可以被分割成创建模块和关联模块, 各 模块的具体功能如下:  [0093] Illustratively, the computer program 82 can be divided into one or more modules/units, which are stored in the memory 81 and executed by the processor 80. To complete the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer program 82 in the update device 8 of the business process. For example, the computer program 82 can be divided into a creation module and an association module, and the specific functions of each module are as follows:
[0094] 创建模块, 用于在流程图编辑界面创建与新增业务功能对应的新增业务流程图 ; 所述新增业务流程图由多个功能实例连接而成, 所述功能实例由多个业务功 能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的可视化图形  [0094] a creating module, configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface, where the newly added service flowchart is connected by multiple function instances, where the function instance is multiple The business function body is connected, and the business function body is a visual graphic displayed in the flowchart editing interface.
[0095] 关联模块, 用于将所述新增业务流程图与原业务流程图进行关联生成总业务流 程图。 And an association module, configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
[0096] 所述业务流程的更新装置 8可以是桌上型计算机、 笔记本、 掌上电脑及云端服 务器等计算设备。 所述业务流程的更新装置可包括, 但不仅限于, 处理器 80、 存储器 81。 本领域技术人员可以理解, 图 8仅仅是业务流程的更新装置的示例, 并不构成对业务流程的更新装置的限定, 可以包括比图示更多或更少的部件, 或者组合某些部件, 或者不同的部件, 例如所述业务流程的更新装置还可以包 括输入输出设备、 网络接入设备、 总线等。  [0096] The update device 8 of the business process may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. The updating means of the business process may include, but is not limited to, the processor 80 and the memory 81. It will be understood by those skilled in the art that FIG. 8 is merely an example of an update device of a business process, and does not constitute a limitation on an update device of a business process, and may include more or less components than those illustrated, or may combine certain components. Or different components, such as the update device of the business process, may also include an input and output device, a network access device, a bus, and the like.
[0097] 所称处理器 80可以是中央处理单元 (Central Processing Unit, CPU) , 还可以是其 他通用处理器、 数字信号处理器(Digital Signal Processor, DSP)、 专用集成电路 (Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列  The processor 80 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
(Field-Programmable Gate Array , FPGA)或者其他可编程逻辑器件、 分立门或者 晶体管逻辑器件、 分立硬件组件等。 通用处理器可以是微处理器或者该处理器 也可以是任何常规的处理器等。 [0098] 所述存储器 81可以是所述业务流程的更新装置 8的内部存储单元, 例如业务流 程的更新装置 8的硬盘或内存。 所述存储器 81也可以是所述业务流程的更新装置 8的外部存储设备, 例如所述业务流程的更新装置 8上配备的插接式硬盘, 智能 存储卡 (Smart Media Card, SMC) , 安全数字 (Secure Digital, SD) 卡, 闪存卡 (Flash Card) 等。 进一步地, 所述存储器 81还可以既包括所述业务流程的更新 装置 8的内部存储单元也包括外部存储设备。 所述存储器 81用于存储所述计算机 程序以及所述业务流程的更新装置所需的其他程序和数据。 所述存储器 81还可 以用于暂吋地存储已经输出或者将要输出的数据。 (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like. [0098] The memory 81 may be an internal storage unit of the update device 8 of the business process, such as a hard disk or a memory of the update device 8 of the business process. The memory 81 may also be an external storage device of the update device 8 of the business process, such as a plug-in hard disk equipped with the update device 8 of the business process, a smart memory card (SMC), and a secure digital device. (Secure Digital, SD) card, flash card, etc. Further, the memory 81 may also include an internal storage unit of the update device 8 of the business process and an external storage device. The memory 81 is used to store the computer program and other programs and data required by the update device of the business process. The memory 81 can also be used to temporarily store data that has been output or is about to be output.
[0099] 所属领域的技术人员可以清楚地了解到, 为了描述的方便和简洁, 仅以上述各 功能单元、 模块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功 能分配由不同的功能单元、 模块完成, 即将所述装置的内部结构划分成不同的 功能单元或模块, 以完成以上描述的全部或者部分功能。 实施例中的各功能单 元、 模块可以集成在一个处理单元中, 也可以是各个单元单独物理存在, 也可 以两个或两个以上单元集成在一个单元中, 上述集成的单元既可以采用硬件的 形式实现, 也可以采用软件功能单元的形式实现。 另外, 各功能单元、 模块的 具体名称也只是为了便于相互区分, 并不用于限制本申请的保护范围。 上述系 统中单元、 模块的具体工作过程, 可以参考前述方法实施例中的对应过程, 在 此不再赘述。  [0099] It will be clearly understood by those skilled in the art that, for convenience and brevity of description, only the division of each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned differently according to needs. The functional unit and the module are completed, that is, the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above. Each functional unit and module in the embodiment may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented by hardware. Formal implementation can also be implemented in the form of software functional units. In addition, the specific names of the respective functional units and modules are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application. For the specific working process of the units and modules in the foregoing system, reference may be made to the corresponding processes in the foregoing method embodiments, and details are not described herein again.
[0100] 在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有详述或 记载的部分, 可以参见其它实施例的相关描述。  [0100] In the above embodiments, the descriptions of the various embodiments are different, and the parts that are not detailed or described in the specific embodiments may be referred to the related descriptions of other embodiments.
[0101] 本领域普通技术人员可以意识到, 结合本文中所公幵的实施例描述的各示例的 单元及算法步骤, 能够以电子硬件、 或者计算机软件和电子硬件的结合来实现 。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特定应用和设 计约束条件。 专业技术人员可以对每个特定的应用来使用不同方法来实现所描 述的功能, 但是这种实现不应认为超出本发明的范围。  [0101] Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for implementing the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present invention.
[0102] 在本发明所提供的实施例中, 应该理解到, 所揭露的装置和方法, 可以通过其 它的方式实现。 例如, 以上所描述的装置实施例仅仅是示意性的, 例如, 所述 模块或单元的划分, 仅仅为一种逻辑功能划分, 实际实现吋可以有另外的划分 方式, 例如多个单元或组件可以结合或者可以集成到另一个系统, 或一些特征 可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间的耦合或直接耦合或 通讯连接可以是通过一些接口, 装置或单元的间接耦合或通讯连接, 可以是电 性, 机械或其它的形式。 [0102] In the embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the device embodiments described above are merely illustrative. For example, the division of the modules or units is only a logical function division, and the actual implementation may have another division. Means, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
[0103] 所述作为分离部件说明的单元可以是或者也可以不是物理上分幵的, 作为单元 显示的部件可以是或者也可以不是物理单元, 即可以位于一个地方, 或者也可 以分布到多个网络单元上。 可以根据实际的需要选择其中的部分或者全部单元 来实现本实施例方案的目的。  [0103] The unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
[0104] 另外, 在本发明各个实施例中的各功能单元可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。  In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
[0105] 所述集成的模块 /单元如果以软件功能单元的形式实现并作为独立的产品销售 或使用吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发 明实现上述实施例方法中的全部或部分流程, 也可以通过计算机程序来指令相 关的硬件来完成, 所述的计算机程序可存储于一计算机可读存储介质中, 该计 算机程序在被处理器执行吋, 可实现上述各个方法实施例的步骤。 其中, 所述 计算机程序包括计算机程序代码, 所述计算机程序代码可以为源代码形式、 对 象代码形式、 可执行文件或某些中间形式等。 所述计算机可读介质可以包括: 能够携带所述计算机程序代码的任何实体或装置、 记录介质、 u盘、 移动硬盘、 磁碟、 光盘、 计算机存储器、 只读存储器 (ROM, Read-Only Memory) 、 随机 存取存储器 (RAM, Random Access Memory) 、 电载波信号、 电信信号以及软 件分发介质等。 需要说明的是, 所述计算机可读介质包含的内容可以根据司法 管辖区内立法和专利实践的要求进行适当的增减, 例如在某些司法管辖区, 根 据立法和专利实践, 计算机可读介质不包括电载波信号和电信信号。  [0105] The integrated module/unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present invention implements all or part of the processes in the foregoing embodiments, and may also be completed by a computer program to instruct related hardware. The computer program may be stored in a computer readable storage medium. After the program is executed by the processor, the steps of the various method embodiments described above can be implemented. The computer program includes computer program code, and the computer program code may be in the form of a source code, an object code, an executable file, or some intermediate form. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a Read-Only Memory (ROM). , Random Access Memory (RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.
[0106] 以上所述实施例仅用以说明本发明的技术方案, 而非对其限制; 尽管参照前述 实施例对本发明进行了详细的说明, 本领域的普通技术人员应当理解: 其依然 可以对前述各实施例所记载的技术方案进行更新, 或者对其中部分技术特征进 行等同替换; 而这些更新或者替换, 并不使相应技术方案的本质脱离本发明各 实施例技术方案的精神和范围, 均应包含在本发明的保护范围之内。 The above described embodiments are merely illustrative of the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the foregoing embodiments are updated, or some of the technical features are The present invention is not to be construed as being limited to the spirit and scope of the embodiments of the present invention.

Claims

权利要求书 Claim
一种业务流程的更新方法, 其特征在于, 包括: A method for updating a business process, comprising:
在流程图编辑界面创建与新增业务功能对应的新增业务流程图; 所述 新增业务流程图由多个功能实例连接而成, 所述功能实例由多个业务 功能体连接而成, 所述业务功能体为显示在所述流程图编辑界面中的 可视化图形; A new service flow diagram corresponding to the newly added service function is created on the flowchart editing interface. The new service flow diagram is formed by connecting multiple function instances, and the function instance is connected by multiple service functional bodies. The business function body is a visualization graphic displayed in the flowchart editing interface;
将所述新增业务流程图与原业务流程图进行关联生成总业务流程图。 如权利要求 1所述的业务流程的更新方法, 其特征在于, 所述功能体 包括业务 Agent和控制 Agent; 所述业务 Agent包括设备 Agent、 页面 Ag ent和子流程 Agent; 所述控制 Agent包括幵始 Agent、 分支 Agent、 汇合 Agent禾 [^吉束 Agent。 The new service flow chart is associated with the original service flow chart to generate a total service flow chart. The method for updating a business process according to claim 1, wherein the function body comprises a service agent and a control agent; the service agent comprises a device agent, a page Agent, and a sub-process agent; Agent, branch agent, convergence agent and [[Jiliang Agent].
如权利要求 2所述的业务流程的更新方法, 其特征在于, 在流程图编 辑界面创建与新增业务功能对应的新增业务流程图, 包括: 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参数 信息, 生成多个功能实例; 通过所述多个功能实例的组合完成所述新 增业务流程中各个子流程对应的业务功能; The method for updating a business process according to claim 2, wherein the newly added service flow diagram corresponding to the newly added service function is created in the flowchart editing interface, including: according to the plurality of functional bodies and users selected by the user respectively And the plurality of function instances are generated by the parameter information of the plurality of function bodies; and the service function corresponding to each sub-process in the newly added service process is completed by the combination of the plurality of function instances;
根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关 联, 并基于关联后的多个功能实例生成新增业务流程图。 And performing, according to the association information between the multiple function instances, the multiple function instances, and generating a new service flow chart based on the multiple function instances after the association.
如权利要求 2所述的业务流程的更新方法, 其特征在于, 在流程图编 辑界面创建与新增业务功能对应的新增业务流程图, 包括: 为所述新增业务功能匹配多个功能体, 并为每个功能体提供参数信息 以供用户选择; 所述参数信息包括参数类别和参数范围; The method for updating a business process according to claim 2, wherein the newly added service flow diagram corresponding to the newly added service function is created in the flowchart editing interface, including: matching multiple functional entities for the new service function And providing parameter information for each function body for the user to select; the parameter information includes a parameter category and a parameter range;
基于所述多个功能体和用户为所述多个功能体选择的参数信息, 生成 多个功能实例; 通过所述多个功能实例的组合完成所述新增业务流程 中各个子流程对应的业务功能; Generating a plurality of function instances based on the plurality of functional bodies and parameter information selected by the user for the plurality of functional entities; and completing, by the combination of the plurality of functional instances, services corresponding to the respective sub-processes in the newly added business process Features;
根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关 联, 并基于关联后的多个功能实例生成新增业务流程图。 And performing, according to the association information between the multiple function instances, the multiple function instances, and generating a new service flow chart based on the multiple function instances after the association.
如权利要求 1所述的业务流程的更新方法, 其特征在于, 还包括: 对所述总业务流程图进行调试; The method for updating a business process according to claim 1, further comprising: Debugging the total business flow chart;
若调试成功, 则将所述总业务流程图以自定义格式保存为业务流程文 件。  If the debugging is successful, the total service flow chart is saved as a business process file in a custom format.
[权利要求 6] —种业务流程的更新装置, 其特征在于, 包括:  [Claim 6] An apparatus for updating a business process, comprising:
创建模块, 用于在流程图编辑界面创建与新增业务功能对应的新增业 务流程图; 所述新增业务流程图由多个功能实例连接而成, 所述功能 实例由多个业务功能体连接而成, 所述业务功能体为显示在所述流程 图编辑界面中的可视化图形;  a creating module, configured to create a new service flow diagram corresponding to the newly added service function in the flowchart editing interface; the new service flow diagram is formed by connecting multiple function instances, where the function instance is composed of multiple service functional entities Connected, the business function body is a visualized graphic displayed in the flowchart editing interface;
关联模块, 用于将所述新增业务流程图与原业务流程图进行关联生成 总业务流程图。  The association module is configured to associate the new service flow diagram with the original service flow diagram to generate a total service flow diagram.
[权利要求 7] 如权利要求 6所述的业务流程的更新装置, 其特征在于, 所述创建模 块包括:  [Claim 7] The device for updating a business process according to claim 6, wherein the creating module comprises:
匹配单元, 用于为所述新增业务功能匹配多个功能体, 并为每个功能 体提供参数信息以供用户选择; 所述参数信息包括参数类别和参数范 围;  a matching unit, configured to match a plurality of functional bodies for the new service function, and provide parameter information for each function body for the user to select; the parameter information includes a parameter category and a parameter range;
生成单元, 用于基于所述多个功能体和用户为所述多个功能体选择的 参数信息, 生成多个功能实例; 通过所述多个功能实例的组合完成所 述新增业务流程中各个子流程对应的业务功能; 关联单元, 用于根据所述多个功能实例之间的关联信息, 对所述多个 功能实例进行关联, 并基于关联后的多个功能实例生成新增业务流程 图。  a generating unit, configured to generate a plurality of function instances based on the plurality of functional bodies and parameter information selected by the user for the plurality of functional bodies; and complete each of the newly added business processes by combining the plurality of functional instances The service function corresponding to the sub-process; the association unit, configured to associate the multiple function instances according to the association information between the multiple function instances, and generate a new service flow chart based on the multiple function instances after the association .
[权利要求 8] 如权利要求 6所述的业务流程的更新装置, 其特征在于, 还包括: 调试模块, 用于对所述总业务流程图进行调试; 保存模块, 用于当调试成功吋, 则将所述总业务流程图以自定义格式 保存为业务流程文件。  [Claim 8] The device for updating the business process according to claim 6, further comprising: a debugging module, configured to debug the total service flow chart; and a saving module, configured to be successful after debugging, The total business process flowchart is saved as a business process file in a custom format.
[权利要求 9] 一种业务流程的更新装置, 包括存储器、 处理器以及存储在所述存储 器中并可在所述处理器上运行的计算机程序, 其特征在于, 所述处理 器执行所述计算机程序吋实现如权利要求 1至 5任一项所述方法的步骤 [权利要求 10] —种计算机可读存储介质, 所述计算机可读存储介质存储有计算机程 序, 其特征在于, 所述计算机程序被处理器执行吋实现如权利要求 1 至 5任一项所述方法的步骤。 [Claim 9] A device for updating a business process, comprising: a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein the processor executes the computer Procedure for implementing the steps of the method of any one of claims 1 to 5 [Claim 10] A computer readable storage medium storing a computer program, wherein the computer program is executed by a processor, implementing the method of any one of claims 1 to 5 The steps of the method.
PCT/CN2017/098098 2017-08-18 2017-08-18 Service flow updating method and device WO2019033405A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098098 WO2019033405A1 (en) 2017-08-18 2017-08-18 Service flow updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098098 WO2019033405A1 (en) 2017-08-18 2017-08-18 Service flow updating method and device

Publications (1)

Publication Number Publication Date
WO2019033405A1 true WO2019033405A1 (en) 2019-02-21

Family

ID=65362657

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/098098 WO2019033405A1 (en) 2017-08-18 2017-08-18 Service flow updating method and device

Country Status (1)

Country Link
WO (1) WO2019033405A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101299862A (en) * 2008-06-11 2008-11-05 中国电信股份有限公司 Telecommunication service generation environmental system
CN104360859A (en) * 2014-11-14 2015-02-18 中国建设银行股份有限公司 Visual service development method and system
CN104732306A (en) * 2013-12-19 2015-06-24 北京索为高科系统技术有限公司 Rapid development system for service application system and method
CN106599229A (en) * 2016-12-19 2017-04-26 北京恒华伟业科技股份有限公司 Method and device for constructing business system based on Flex
CN106648660A (en) * 2016-12-22 2017-05-10 深圳怡化电脑股份有限公司 Method and device for service development

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101299862A (en) * 2008-06-11 2008-11-05 中国电信股份有限公司 Telecommunication service generation environmental system
CN104732306A (en) * 2013-12-19 2015-06-24 北京索为高科系统技术有限公司 Rapid development system for service application system and method
CN104360859A (en) * 2014-11-14 2015-02-18 中国建设银行股份有限公司 Visual service development method and system
CN106599229A (en) * 2016-12-19 2017-04-26 北京恒华伟业科技股份有限公司 Method and device for constructing business system based on Flex
CN106648660A (en) * 2016-12-22 2017-05-10 深圳怡化电脑股份有限公司 Method and device for service development

Similar Documents

Publication Publication Date Title
CN107632825A (en) A kind of business software development approach and device
CN107608667A (en) The update method and device of a kind of operation flow
CN109144647B (en) Form design method and device, terminal equipment and storage medium
CN107577458A (en) A kind of finance self-help terminal traffic flow development approach and device
WO2019019702A1 (en) Algorithm generation method and device, terminal device and storage medium
CN111047423A (en) Risk determination method and device and electronic equipment
CN112434952A (en) Business data rule judgment method, device, equipment and storage medium
CN108334346A (en) A kind of development approach and device of Service control flow
CN110599341A (en) Transaction calling method and system
WO2020239044A1 (en) Blockchain-based energy transaction method and apparatus, and terminal device
WO2020024795A1 (en) Implementation method for emv-based middleware and terminal device
CN110941488A (en) Task processing method, device, equipment and storage medium
WO2019214085A1 (en) Scenario matching display method and apparatus, and terminal device and medium
WO2019033405A1 (en) Service flow updating method and device
CN112181521A (en) Parameter acquisition method, device, equipment and medium
CN114971689B (en) Task processing method, device, equipment and storage medium
CN110569038A (en) Random verification parameter design method and device, computer equipment and storage medium
WO2019033404A1 (en) Financial self-service terminal service process development method and device
WO2019033400A1 (en) Service software development method and apparatus
CN107450805A (en) Display control method, device, computer installation and computer-readable recording medium
WO2020155167A1 (en) Application of cross-organizational transactions to blockchain
CN111027196A (en) Simulation analysis task processing method and device for power equipment and storage medium
CN113222332B (en) Bidding process configuration method and device, electronic equipment and storage medium
CN113656038B (en) Editing processing method and device
JP7012699B2 (en) Display method, program, and terminal

Legal Events

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

Ref document number: 17921628

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17921628

Country of ref document: EP

Kind code of ref document: A1