CN109388387B - Service flow template, service flow generation method and device - Google Patents

Service flow template, service flow generation method and device Download PDF

Info

Publication number
CN109388387B
CN109388387B CN201811155796.2A CN201811155796A CN109388387B CN 109388387 B CN109388387 B CN 109388387B CN 201811155796 A CN201811155796 A CN 201811155796A CN 109388387 B CN109388387 B CN 109388387B
Authority
CN
China
Prior art keywords
execution condition
service flow
target
configuration file
flow template
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
CN201811155796.2A
Other languages
Chinese (zh)
Other versions
CN109388387A (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201811155796.2A priority Critical patent/CN109388387B/en
Publication of CN109388387A publication Critical patent/CN109388387A/en
Application granted granted Critical
Publication of CN109388387B publication Critical patent/CN109388387B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The application provides a service flow template, a service flow generation method and a device, and the service flow template generation method enables a service flow template to be multiplexed and execution condition information configured in a second configuration file to be multiplexed when a service flow is generated, the corresponding same service flow template can be generated by directly calling the service flow belonging to the same service, and the same execution condition information configured in the second configuration file can be generated by directly calling the function comprising the same service execution condition information, so that the multiplexing of the service flow template and the execution condition information in the process of generating the service flow is realized, the artificial resources are reduced, and the accuracy of service flow generation is improved.

Description

Service flow template, service flow generation method and device
Technical Field
The present invention relates to the field of computer software technologies, and in particular, to a service flow template, a service flow generation method, and a device.
Background
With the enhancement of the enterprise on the flow management, the application of the business flow is more and more extensive. Based on the execution state of the service flow, the user can well know the processing condition of the service and realize the real-time follow-up of the service.
In the existing service flow generation method, a user creates each function of a service flow step by step, and corresponding execution condition information is written for the function in the process of creating each function. However, the execution condition information is often complex, and the existing service flow generation method not only wastes human resources, but also greatly increases the cases that the execution condition information is wrongly written, so that the generated service flow is inaccurate.
Disclosure of Invention
In view of this, the present invention provides a service flow template, a method and a device for generating a service flow, so as to generate a service flow on the basis of reducing human resources and improving accuracy of generating a service flow.
The technical scheme is as follows:
a method for generating a service flow template comprises the following steps:
receiving a service flow template generation request, wherein the service flow template generation request indicates at least one target function with a certain execution sequence included in a target service flow template requested to be generated;
displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
receiving a selection operation of an execution condition identifier in the first configuration file, and generating the target service flow template in the first configuration file, where the target service flow template is composed of the at least one target function and the execution condition identifiers respectively selected for each target function.
Preferably, the method further comprises the following steps:
receiving configuration operation on a second configuration file, and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier;
and synchronously updating the target execution condition identification to the first configuration file.
Preferably, the execution condition information includes an operation rule that needs to be satisfied when the function operates.
Preferably, the execution condition information further includes a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, and the processing method includes style information.
A method for generating service flow includes:
receiving a service flow generation request and displaying a first configuration file;
receiving selection operation of the service flow template in the first configuration file, and determining a target service flow template;
and for each target function in at least one target function of the target service flow template, searching target execution condition information of the target function from a second configuration file based on an execution condition identifier carried by the target function, so that the target function endowed with the execution condition information forms a service flow.
A traffic flow template generation apparatus, comprising:
a service flow template generation request receiving unit, configured to receive a service flow template generation request, where the service flow template generation request indicates at least one target function with a certain execution order included in a target service flow template requested to be generated;
the configuration file display unit is used for displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
a service flow template generating unit, configured to receive a selection operation of an execution condition identifier in the first configuration file, and generate the target service flow template in the first configuration file, where the target service flow template is formed by the at least one target function and the execution condition identifiers selected for each target function.
Preferably, the method further comprises the following steps:
the target execution condition information generating unit is used for receiving configuration operation on a second configuration file and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier;
and the target execution condition identifier updating unit is used for synchronously updating the target execution condition identifier to the first configuration file.
Preferably, the execution condition information includes an operation rule that needs to be satisfied when the function operates.
Preferably, the execution condition information further includes a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, and the processing method includes style information.
A traffic flow generating apparatus, comprising:
a service flow generation request receiving unit, configured to receive a service flow generation request and display a first configuration file;
a target service flow template determining unit, configured to receive a selection operation on a service flow template in the first configuration file, and determine a target service flow template;
and a service flow generating unit, configured to, for each target function of the at least one target function of the target service flow template, based on the execution condition identifier carried by the target function, search target execution condition information of the target function from the second configuration file, so that a service flow is formed by the target function given with the execution condition information.
The application provides a service flow template, a service flow generation method and a device, and the service flow template generation method enables a service flow template to be multiplexed and execution condition information configured in a second configuration file to be multiplexed when a service flow is generated, the corresponding same service flow template can be generated by directly calling the service flow belonging to the same service, and the same execution condition information configured in the second configuration file can be generated by directly calling the function comprising the same service execution condition information, so that the multiplexing of the service flow template and the execution condition information in the process of generating the service flow is realized, the artificial resources are reduced, and the accuracy of service flow generation is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for generating a service flow template according to an embodiment of the present application;
fig. 2 is a schematic view of a scenario of a method for generating a service flow template according to an embodiment of the present application;
fig. 3 is a flowchart of another method for generating a service flow template according to an embodiment of the present application;
fig. 4(a) - (b) are schematic scene diagrams of another traffic flow template generation method provided in the embodiment of the present application;
fig. 5 is a flowchart of a method for generating a service flow according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a traffic flow template generating apparatus according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a service flow generation apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example (b):
fig. 1 is a flowchart of a method for generating a service flow template according to an embodiment of the present application.
As shown in fig. 1, the method includes:
s101, receiving a service flow template generation request, wherein the service flow template generation request indicates at least one target function with a certain execution sequence included in a target service flow template requested to be generated;
in the embodiment of the application, the service flow template is composed of at least one function with a certain execution sequence, each function carries an execution condition identifier, and different execution condition identifiers correspond to different execution condition information; and the execution condition information corresponding to the execution condition identifier carried by the function is the execution condition information of the function.
In the embodiment of the present application, the execution condition information may be preferably, whether there is a limit to a money amount or not, whether there is a limit to login or not, an optional range of an auditor, whether cross-organization auditing is possible, or the like. The above is only a preferred mode of the execution condition information provided in the embodiment of the present application, and the inventor may set the execution condition information according to his own needs, which is not limited herein.
In the embodiment of the application, a first configuration file and a second configuration file are provided, wherein the first configuration file comprises a service flow template, and for one service flow template, the service flow template is composed of at least one function, and each function carries an execution condition identifier; the second configuration file comprises execution condition information, and different execution condition information corresponds to different execution condition identifiers.
When a user needs to generate a service flow template, the user can send a service flow template generation request, and for the convenience of distinguishing, the service flow template requested to be generated by the service flow template generation request is temporarily called a target service flow template; the traffic flow template generation request indicates at least one function having a certain execution order for constituting the target traffic flow template, and each of the at least one function for constituting the target traffic flow template is temporarily referred to as a target function for the sake of distinction.
S102, displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
in the embodiment of the application, after a service flow template generation request sent by a user is received, a first configuration file and a second configuration file can be displayed.
S103, receiving selection operation of the execution condition identifiers in the first configuration file, and generating a target service flow template in the first configuration file, wherein the target service flow template is composed of at least one target function and the execution condition identifiers respectively selected for each target function.
In this embodiment of the present application, at least one target function with a certain execution sequence included in the target service flow template may also be displayed, and further, for each target function, the user may select, from the first configuration file, an execution condition identifier corresponding to the execution condition information of the target function, and after the execution condition identifier is selected, the execution condition identifier is determined to be the execution condition identifier carried by the target function.
Specifically, for each target function, a selection operation of a user on an execution condition identifier in a first configuration file is received, the selected execution condition identifier is determined, and the selected execution condition identifier is determined as the execution condition identifier carried by the target function; and generating a service flow template based on at least one target function with an execution condition identifier and a certain execution sequence, and storing the service flow template in a first configuration file.
Fig. 2 is a scene schematic diagram of a method for generating a service flow template according to an embodiment of the present application.
As shown in fig. 2, after receiving a service flow template generation request, it may be determined that at least one target function (see identifier 1 in fig. 2) having a certain execution sequence included in a service flow template requested to be generated by the service flow template generation request and a first configuration file are displayed, where the displayed first configuration file includes two service flow templates, which are respectively a service flow template 1 and a service flow template 2, and the service flow template 1 is composed of a function 1, a function 2, and a function 3 that are executed in sequence, where the function 1 carries an execution condition identifier 1, the function 2 carries an execution condition identifier 2, and the function 3 carries an execution condition identifier 3; the service flow template 2 is composed of a function 2, a function 1 and a function 4 which are executed in sequence, wherein the function 2 carries an execution condition identifier 2, the function 1 carries an execution condition identifier 1, and the function 4 carries an execution condition identifier 4; furthermore, the execution condition identifier 4 can be set as the execution condition identifier carried by the function 4 for forming the target service flow template in response to the selection operation of the user on the execution condition identifier 4 in the displayed first configuration file; further, the execution condition identifier 2 may also be set as the execution condition identifier carried by the function 2 for constituting the target service flow template in response to a selection operation of the user on the execution condition identifier 2 in the displayed first configuration file (it should be noted herein that the execution condition identifier 2 selected by the user in the first configuration file may be any one execution condition identifier 2 in the first configuration file); and generating a target service flow template by at least one function with a certain execution sequence and carrying the execution condition identification, and storing the target service flow template in a first configuration file.
In this embodiment of the present application, a sequential selection operation of the user on the execution condition identifier 4 and the execution condition identifier 2 in the first configuration file may also be responded, and each selected execution condition identifier is set as an execution condition identifier carried by each target function having a certain execution sequence in the target service flow template in sequence. Specifically, the execution condition identifier 4 is set as an execution condition identifier carried by the function 4 for constituting the target service flow template, and the execution condition identifier 2 is set as an execution condition identifier carried by the function 2 for constituting the target service flow template; specifically, the inventor may set the execution condition identifier in the first configuration file according to his or her own needs, which is not limited herein.
Fig. 3 is a flowchart of another method for generating a service flow template according to an embodiment of the present application.
As shown in fig. 3, the method includes:
s301, receiving a service flow template generation request, wherein the service flow template generation request indicates at least one target function with a certain execution sequence included in a target service flow template requested to be generated;
s302, displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
the execution process of steps S301 to S302 provided in the embodiment of the present application is the same as the execution process of steps S101 to S102 provided in the above embodiment, and for the specific execution process of steps S301 to S302, reference is made to the description of the execution process of steps S101 to S102 in the above embodiment, which is not limited herein.
S303, receiving configuration operation on the second configuration file, and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier;
in the embodiment of the present application, when it is determined that the execution condition identifier carried by the function for forming the target service flow template exists in the first configuration file, the purpose of generating the target service flow template may be achieved by directly referring to fig. 2; however, when it is determined that an execution condition identifier (for convenience of distinction, the execution condition identifier is referred to as a target execution condition identifier temporarily) that is to be carried by a function configuring a target traffic flow template does not exist in the first configuration file, referring to fig. 4(a), a configuration operation for the second configuration file is received, and target execution condition information [ as shown in fig. 4(a), the target execution condition information is execution condition information 5, and a target execution condition identifier corresponding to the target execution condition information is execution condition identifier 5 ] is generated in the second configuration file, and the target execution condition information corresponds to the target execution condition identifier; and synchronously updating the target execution condition identification to the first configuration file.
S304, synchronously updating the target execution condition identifier to a first configuration file;
s305, receiving selection operation of the execution condition identification in the first configuration file, and generating a target service flow template in the first configuration file, wherein the target service flow template comprises at least one target function and the execution condition identification selected for each target function;
referring to fig. 4(a), a selection operation of the execution condition identifier in the first configuration file may be received, and a target traffic flow template is generated in the first configuration file, where the target traffic flow template generated in the first configuration file is referred to fig. 4 (b).
In the embodiment of the present application, preferably, the execution condition information of the function includes an operation rule that needs to be satisfied when the function operates. The operation rule can be whether the amount of money is limited or not, whether the login is limited or not, the optional range of an auditor, whether cross-organization auditing is possible or not, and the like.
Further, the execution condition information of the function may further include a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, where the processing method includes style information.
The processing method corresponding to the operation rule to be satisfied during the function operation may be style information of the operation rule to be satisfied during the function operation in the implementation process. For example, if the operation rule that needs to be satisfied when the function operates is the login limit, the processing method corresponding to the operation rule may be to pop up a password box in the interface for receiving the password information input by the user, so as to determine whether the operation rule is satisfied based on the password information (i.e., determine whether the login is successful based on the password information). In the embodiment of the present application, the password information may be an account and a password.
The above is only a preferred mode of the execution condition information provided in the embodiment of the present application, and the inventor may set the execution condition information according to his own needs, which is not limited herein.
Fig. 5 is a flowchart of a method for generating a service flow according to an embodiment of the present application.
As shown in fig. 5, the method includes:
s501, receiving a service flow generation request and displaying a first configuration file;
in this embodiment of the present application, preferably, after receiving a service flow generation request input by a user, a first configuration file may be displayed, where the first configuration file includes a plurality of service flow templates, each service flow template is formed by at least one function having a certain execution sequence, and each function carries an execution condition identifier.
S502, receiving selection operation of a service flow template in a first configuration file, and determining a target service flow template;
in the embodiment of the present application, the service flow template selected by the user in the first configuration file may be determined as the target service flow template in response to the selection operation of the user on the service flow template in the first configuration file.
S503, for each target function of at least one target function of the target service flow template, based on the execution condition identifier carried by the target function, searching for target execution condition information of the target function from the second configuration file, so that the target function given with the execution condition information forms a service flow.
In this embodiment of the present application, for each function in the target service flow template (for convenience of differentiation, each function in the target service flow template is temporarily referred to as a target function), the execution condition information corresponding to the execution condition identifier may be searched from the second configuration file based on the execution condition identifier carried by the target function, and the searched execution condition information is used as the execution condition information carried by the target function to generate a service flow corresponding to the target service flow template, where the service flow is composed of target functions in the target service flow template having a certain execution order, and each target function carries the execution condition information.
Fig. 6 is a schematic structural diagram of a traffic flow template generating device according to an embodiment of the present application.
As shown in fig. 6, the apparatus includes:
a service flow template generation request receiving unit 61, configured to receive a service flow template generation request, where the service flow template generation request indicates at least one target function with a certain execution sequence included in a target service flow template requested to be generated;
a configuration file display unit 62, configured to display a first configuration file and a second configuration file, where the first configuration file includes a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file includes a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
a service flow template generating unit 63, configured to receive a selection operation of the execution condition identifier in the first configuration file, and generate a target service flow template in the first configuration file, where the target service flow template is composed of at least one target function and the execution condition identifier selected for each target function.
Further, an apparatus for generating a service flow template provided in an embodiment of the present application further includes: the target execution condition information generating unit is used for receiving configuration operation on a second configuration file and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier; and the target execution condition identifier updating unit is used for synchronously updating the target execution condition identifier to the first configuration file.
In the embodiment of the present application, preferably, the execution condition information includes an operation rule that needs to be satisfied when the function operates.
Further, in this embodiment of the application, the execution condition information further includes a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, and the processing method includes style information.
Fig. 7 is a schematic structural diagram of a service flow generation apparatus according to an embodiment of the present application.
As shown in fig. 7, the apparatus includes:
a service flow generation request receiving unit 71, configured to receive a service flow generation request and display a first configuration file;
a target service flow template determining unit 72, configured to receive a selection operation on a service flow template in the first configuration file, and determine a target service flow template;
and a service flow generating unit 73, configured to, for each target function of the at least one target function of the target service flow template, based on the execution condition identifier carried by the target function, search target execution condition information of the target function from the second configuration file, so as to form a service flow from the target function to which the execution condition information is assigned.
The application provides a service flow template, a service flow generation method and a device, and the service flow template generation method enables a service flow template to be multiplexed and execution condition information configured in a second configuration file to be multiplexed when a service flow is generated, the corresponding same service flow template can be generated by directly calling the service flow belonging to the same service, and the same execution condition information configured in the second configuration file can be generated by directly calling the function comprising the same service execution condition information, so that the multiplexing of the service flow template and the execution condition information in the process of generating the service flow is realized, the artificial resources are reduced, and the accuracy of service flow generation is improved.
The service flow template, the service flow generation method and the device provided by the invention are introduced in detail, and a specific example is applied in the text to explain the principle and the implementation of the invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include or include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for generating a service flow template is characterized by comprising the following steps:
receiving a service flow template generation request, wherein the service flow template generation request indicates at least one target function with a certain execution sequence included in a target service flow template requested to be generated;
displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
receiving a selection operation of an execution condition identifier in the first configuration file, determining the selected execution condition identifier as an execution condition identifier carried by a target function, and generating the target service flow template in the first configuration file, where the target service flow template is composed of the at least one target function and the execution condition identifiers respectively selected for each target function, and an execution sequence of each target function in the target service flow template is a sequence in which the execution condition identifiers are selected.
2. The method of claim 1, further comprising:
receiving configuration operation on a second configuration file, and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier;
and synchronously updating the target execution condition identification to the first configuration file.
3. The method of claim 1, wherein the execution condition information comprises an operation rule that a function needs to satisfy when operating.
4. The method according to claim 3, wherein the execution condition information further includes a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, and the processing method includes style information.
5. A method for generating a service flow, comprising:
receiving a service flow generation request and displaying a first configuration file;
receiving a selection operation of a service flow template in the first configuration file, determining a target service flow template, and generating the target service flow template in the first configuration file, including: receiving a selection operation of the execution condition identifier in the first configuration file, determining the selected execution condition identifier, and determining the selected execution condition identifier as the execution condition identifier carried by the target function; the execution sequence of each target function in the target service flow template is the sequence selected by the execution condition identifier;
and for each target function in at least one target function of the target service flow template, searching target execution condition information of the target function from a second configuration file based on an execution condition identifier carried by the target function, so that the target function endowed with the execution condition information forms a service flow.
6. A traffic flow template generation apparatus, comprising:
a service flow template generation request receiving unit, configured to receive a service flow template generation request, where the service flow template generation request indicates at least one target function with a certain execution order included in a target service flow template requested to be generated;
the configuration file display unit is used for displaying a first configuration file and a second configuration file, wherein the first configuration file comprises a plurality of service flow templates, each service flow template is composed of a plurality of functions with a certain execution sequence, each function carries an execution condition identifier, the second configuration file comprises a plurality of execution condition information, and different execution condition information corresponds to different execution condition identifiers;
a service flow template generating unit, configured to receive a selection operation on an execution condition identifier in the first configuration file, determine the selected execution condition identifier as an execution condition identifier carried by a target function, and generate the target service flow template in the first configuration file, where the target service flow template is composed of the at least one target function and the execution condition identifiers respectively selected for each target function, and an execution sequence of each target function in the target service flow template is a sequence in which the execution condition identifiers are selected.
7. The apparatus of claim 6, further comprising:
the target execution condition information generating unit is used for receiving configuration operation on a second configuration file and generating target execution condition information in the second configuration file, wherein the target execution condition information corresponds to a unique target execution condition identifier;
and the target execution condition identifier updating unit is used for synchronously updating the target execution condition identifier to the first configuration file.
8. The apparatus of claim 6, wherein the execution condition information comprises an operation rule to be satisfied when the function is executed.
9. The apparatus according to claim 8, wherein the execution condition information further includes a processing method corresponding to an operation rule that needs to be satisfied when the function is executed, and the processing method includes style information.
10. A traffic flow generation apparatus, comprising:
a service flow generation request receiving unit, configured to receive a service flow generation request and display a first configuration file;
a target service flow template determining unit, configured to receive a selection operation on a service flow template in the first configuration file, determine a target service flow template, and generate the target service flow template in the first configuration file;
the target service flow template determining unit is specifically configured to receive a selection operation of an execution condition identifier in the first configuration file, determine the selected execution condition identifier, and determine the selected execution condition identifier as an execution condition identifier carried by a target function; the execution sequence of each target function in the target service flow template is the sequence selected by the execution condition identifier;
and a service flow generating unit, configured to, for each target function of the at least one target function of the target service flow template, based on the execution condition identifier carried by the target function, search target execution condition information of the target function from the second configuration file, so that a service flow is formed by the target function given with the execution condition information.
CN201811155796.2A 2018-09-30 2018-09-30 Service flow template, service flow generation method and device Active CN109388387B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811155796.2A CN109388387B (en) 2018-09-30 2018-09-30 Service flow template, service flow generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811155796.2A CN109388387B (en) 2018-09-30 2018-09-30 Service flow template, service flow generation method and device

Publications (2)

Publication Number Publication Date
CN109388387A CN109388387A (en) 2019-02-26
CN109388387B true CN109388387B (en) 2022-03-01

Family

ID=65419169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811155796.2A Active CN109388387B (en) 2018-09-30 2018-09-30 Service flow template, service flow generation method and device

Country Status (1)

Country Link
CN (1) CN109388387B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102542407A (en) * 2011-12-16 2012-07-04 深圳中兴网信科技有限公司 Software development method based on service specifications
CN106485390A (en) * 2015-09-01 2017-03-08 北京奇虎科技有限公司 The generation method of examination & approval stream and device
CN107451789A (en) * 2016-05-31 2017-12-08 北京京东尚科信息技术有限公司 Business flow processing method and system
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080174485A1 (en) * 2007-01-24 2008-07-24 Carani Sherry L Tracking System and Method with Asset Tool Bar for Polling, Message, Historic Report, Location, Map and Geo Fence Features

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102542407A (en) * 2011-12-16 2012-07-04 深圳中兴网信科技有限公司 Software development method based on service specifications
CN106485390A (en) * 2015-09-01 2017-03-08 北京奇虎科技有限公司 The generation method of examination & approval stream and device
CN107451789A (en) * 2016-05-31 2017-12-08 北京京东尚科信息技术有限公司 Business flow processing method and system
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus

Also Published As

Publication number Publication date
CN109388387A (en) 2019-02-26

Similar Documents

Publication Publication Date Title
AU2015419073B2 (en) Life cycle management method and device for network service
WO2018133864A1 (en) Page display method, device, terminal, server, and data storage medium
CN107423070B (en) Page generation method and device
US20160330208A1 (en) Method and apparatus for implementing document sharing between user groups
EP3232338A1 (en) Cloud platform application-oriented service recommendation method, device and system
US20120054824A1 (en) Access control policy template generating device, system, method and program
CN113010255B (en) Interaction method and device based on binding session group and computer equipment
CN112732895A (en) Method and device for auditing text, electronic equipment and storage medium
CN103927303A (en) Method and device for searching accounts
CN111046640B (en) Dynamic generation method and device for certificate
CN108829882B (en) Information collection method, device, terminal and medium
CN107133204B (en) Terminal shortcut input method
CN109388387B (en) Service flow template, service flow generation method and device
CN110502574B (en) Cross-system information synchronization method, user equipment, storage medium and device
CN108574719B (en) Cloud host creation method and device
CN110866229B (en) Multi-platform account authority unified management method and system
WO2011148408A1 (en) Operation support computer program, operation support computer system
WO2021077862A1 (en) File synchronization method and device
CN115294979A (en) Method, apparatus, storage medium, and voice device for reducing voice response time
CN114969603A (en) 5G message-based picture acquisition and picture generation method and system
CN110290172B (en) Container application cloning method and device, computer equipment and storage medium
CN108256957A (en) Vehicle source search result based on user's history behavior shows method and device
CN105787763A (en) Advertisement information search method and advertisement information search system
CN113691575A (en) Communication method, device and system
CN110971664A (en) Interface service management system

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