CN111414151A - Page generation method and device for process application, electronic equipment and storage medium - Google Patents

Page generation method and device for process application, electronic equipment and storage medium Download PDF

Info

Publication number
CN111414151A
CN111414151A CN202010125440.5A CN202010125440A CN111414151A CN 111414151 A CN111414151 A CN 111414151A CN 202010125440 A CN202010125440 A CN 202010125440A CN 111414151 A CN111414151 A CN 111414151A
Authority
CN
China
Prior art keywords
module
target
list
page
label
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.)
Granted
Application number
CN202010125440.5A
Other languages
Chinese (zh)
Other versions
CN111414151B (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.)
Chinaetek Service & Technology Co ltd
Original Assignee
Chinaetek Service & Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chinaetek Service & Technology Co ltd filed Critical Chinaetek Service & Technology Co ltd
Priority to CN202010125440.5A priority Critical patent/CN111414151B/en
Publication of CN111414151A publication Critical patent/CN111414151A/en
Application granted granted Critical
Publication of CN111414151B publication Critical patent/CN111414151B/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/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The embodiment of the invention provides a page generation method, a page generation device, electronic equipment and a storage medium for a process application, wherein for any target process example needing to create a page, a tag list is determined according to information needing to be displayed and operation needing to be carried out in the target process example, a module list under each tag, fields under the modules and/or provided operation functions are further determined, and the page corresponding to the target process example can be directly generated according to the tag list, the module list, the fields under the modules and/or the provided operation functions of the target process example through a developed component. The development mode has the advantages that a whole set of codes is not required to be written, the code repetition rate is high, the development efficiency is high, the business requirement change can be quickly responded through extracting the label list, the module list and the fields under the modules and/or the provided operation functions from the process example, the output capacity of a development team is improved, and the development of the application can be quickly completed for new developers.

Description

Page generation method and device for process application, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for generating a page of a process application, an electronic device, and a storage medium.
Background
Mature applications are enormous in number, possibly hundreds of thousands. If the applications are differentiated according to the architecture, the applications can be roughly divided into a C/S class and a B/S class, wherein the B/S can be subdivided into a PC end and a mobile end according to the terminal. Particularly in recent years, mobile terminals on enterprise business applications have become a popular situation. In business applications of an enterprise, one of the types is process-related, such as application-type application, approval-type application and audit-type application, which is the result of slowly solidifying a workflow into business logic in the process of the enterprise going toward maturity and perfecting. The process-type service application generally needs to move up the mobile terminal, and similar to the development process of common software products, if a process-type service application needs to move up the mobile terminal, the required things can be divided into the following links: requirement analysis, summary design, detailed design, code implementation, test acceptance and production online. The requirement analysis, summary design, detailed design, test acceptance and production on-line are the same as the development process of a common product, but for the code implementation link, the process business application has inherent display logic and processing logic. At present, most enterprises still adopt a development mode of common software products during development, and the development mode is not beneficial to improving the output rate of a development team, improving the user experience of customers and quickly responding to the change of business requirements.
At present, most enterprises adopt the same development mode as common software products when developing process business applications on a mobile terminal, so that codes are independent and low in reuse rate when different process business applications are developed in the same enterprise and the same research and development team. Generally, relatively mature enterprises can generate business requirements of the process types at regular intervals, and if a common software mode is adopted for development, the problem of low development efficiency still exists, and the new process cannot be put on line for use, so that the time for generating business value by the new process is prolonged. In addition, the business logic of general processes needs to be advanced all the time, which can put forward the improvement demand to the existing process logic, if the business logic is developed according to the development mode of the common software product, the change of the business demand can not be responded quickly, the new business demand can be realized only by spending more cost, if the business demand is changed frequently, the development of other applications and functions is influenced because the cost for inputting and responding the new business demand is overlarge, and the overall output of the development team is poor
Therefore, the existing process application has low code repetition rate, low development efficiency, incapability of quickly responding to business requirement changes, low yield of development teams, and high learning cost for new developers.
Disclosure of Invention
The embodiment of the invention provides a page generation method and device for a process application, electronic equipment and a storage medium, and aims to solve the problems that in the prior art, the development code repetition rate of the process application is low, the development efficiency is low, the business requirement change cannot be responded quickly, the yield of a development team is low, and the learning cost is high for new developers.
In view of the foregoing technical problems, in a first aspect, an embodiment of the present invention provides a method for generating a page of a flow class application, where the method includes:
determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance;
determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label;
determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list;
and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
In a second aspect, an embodiment of the present invention provides a page generating apparatus for a process application, including:
the first determining module is used for determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance;
the second determining module is used for determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label;
a third determining module, configured to determine, for any target module in the module list, a field describing information to be displayed by the target module and/or an operation function to be provided;
and the generating module is used for generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the page generation method for the flow-class application when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the page generation method for a flow class application described in any one of the above.
Embodiments of the present invention provide a method, an apparatus, an electronic device, and a storage medium for generating a page of a process application, where for any target process instance of a page to be created, a tag list is determined according to information to be displayed and an operation to be performed in the target process instance, and then a module list under each tag, and a field under a module and/or an operation function provided are determined. Since the means for displaying the tag lists, the module lists, the fields under the modules, and/or the provided operation functions are developed in advance, the page corresponding to the target process instance can be directly generated according to the tag lists, the module lists, the fields under the modules, and/or the provided operation functions of the target process instance. The development mode has the advantages that a whole set of codes is not required to be written, the code repetition rate is high, the development efficiency is high, the business requirement change can be quickly responded through extracting the label list, the module list and the fields under the modules and/or the provided operation functions from the process example, the output capacity of a development team is improved, and the development of the application can be quickly completed for new developers.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a page generation method for a flow-class application according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating page generation of an example flow provided by an embodiment of the present invention;
fig. 3 is a schematic diagram of a logical organization manner when a page of a flow class application is generated according to an embodiment of the present invention;
fig. 4 is a block diagram illustrating a structure of a page generation apparatus for a flow class application according to an embodiment of the present invention;
fig. 5 is a physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
In order to improve the development efficiency of the process application, fig. 1 is a schematic flowchart of a page generation method for the process application provided in this embodiment, where the method is executed by a server, for example, the method is executed by a background server of a company that needs to develop the process application. Referring to fig. 1, the method includes:
step 101: determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance;
step 102: determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label;
step 103: determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list;
step 104: and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
Wherein, before executing the above steps 101-104, the method further comprises:
developing a first means for mapping whether a process instance is open to whether a process on a page is visible or not;
developing a second means for mapping the mapping relationship between the process instance and the tab list to the tab list displayed under the process instance on the page;
developing a third means for mapping the tags to the module list under the displayed tags on the page;
and developing a fourth component for mapping the modules and the fields and/or the operating functions to be provided under the modules into the fields and/or the operating functions to be provided under each module displayed on the page.
Wherein the step 104 specifically includes: and generating a page corresponding to the target process example through the first component, the second component, the third component and the fourth component according to the tag list determined for the target process example, the module list determined for each tag, the field determined for each module and/or the operation function to be provided.
For further explaining the page generation process of the flow-class application, fig. 2 is a schematic flow diagram of page generation of a flow example provided in this embodiment, and referring to fig. 2, after a user enters an application, the user is first provided with the flow example having an access right by determining whether the flow is open, that is, by determining the access right. Further, for the process example with the access right of the user, the isomorphic tag configuration displays the tag list, the module configuration displays the module list, the field configuration displays the field list, and the like.
Fig. 3 is a schematic diagram of a logical organization manner when a page of a flow class application is generated according to this embodiment, and referring to fig. 3, for a flow instance, configuration may be performed according to characteristics of the flow instance itself and actual requirements of a user, for example, the number of tags included in a tag list of the flow instance may be configured. For each tag, the number of modules included in the module list for that tag may be configured. For each module, the number of fields that the module includes may be configured.
Further, a console component is developed for configuring a list of tags for the target process instance, a list of modules under each tag, and fields and/or operating functions provided under each module.
The flow examples to be described are various specific flows, for example, in the application type flow, the flow example of applying for office articles, the flow example of applying for computers, and the like. In the approval process, a process example of applying for approval of job entry, a process example of applying for approval of shift post, a process example of applying for approval of business trip, and the like. In the collaborative process, a process example of a hotel required for business trip is applied, a process example of a high-speed railway ticket is applied, and the like. In the reminding process, a process example of the application process to-be-handled reminding, a process example of the application supervision and the like.
For example, for a process instance of "applying for office supplies", the label included in the label list that can be determined for the process instance is "work order information, sponsor approval, acceptance assignment, audit log and attachments". The modules included in the module list that can be determined for the label "work order information" are "work order basic information, application information". The module "work order basic information" includes fields of "submission time, work order number, acceptor, and work order status", and the module "application information" includes fields of "information of the office supplies to be applied, for example, name, number, and model of the office supplies to be applied".
The present embodiment provides a method for generating a page of a process application, where for any target process instance of a page to be created, a tag list is determined according to information to be displayed and an operation to be performed in the target process instance, and then a module list under each tag, a field under a module, and/or an operation function provided are determined. Since the means for displaying the tag lists, the module lists, the fields under the modules, and/or the provided operation functions are developed in advance, the page corresponding to the target process instance can be directly generated according to the tag lists, the module lists, the fields under the modules, and/or the provided operation functions of the target process instance. The development mode has the advantages that a whole set of codes is not required to be written, the code repetition rate is high, the development efficiency is high, the business requirement change can be quickly responded through extracting the label list, the module list and the fields under the modules and/or the provided operation functions from the process example, the output capacity of a development team is improved, and the development of the application can be quickly completed for new developers.
Further, on the basis of the above embodiment, the method further includes:
configuring a user having access rights to the target process instance;
if a first request of a target user for accessing the target process example is received, whether the target user has access authority to the target process example is judged, if yes, a generated page corresponding to the target process example is sent to a terminal corresponding to the target user, and if not, prompt information of no-authority access is sent to the terminal corresponding to the target user.
And configuring personal information (for example, personal identity information, biological information such as fingerprints or irises) and/or a user account of a user having access rights to the target process instance.
Specifically, a user having access to a target process instance is configured through a console component.
And after receiving the first request, judging whether the target user has access right to the target process instance according to the personal information and/or the user account of the target user.
The terminal in this embodiment is a personal computer, a mobile phone, or other personal interactive terminals.
According to the method and the device, the network security of each process instance is enhanced by configuring the access authority of the target process instance, the process instances irrelevant to the user are prevented from occupying the page space of the user, and the space utilization rate and layout rationality of page layout are improved.
Further, on the basis of the above embodiments, the method further includes:
configuring display information of each label in the label list, and/or configuring display information of each module in the module list, and/or configuring display information of a field describing information required to be displayed by each module, and/or configuring display information of an operation function provided by each module;
the display information comprises a display position, a display sequence and a display format.
Specifically, a list of tags, a list of modules, fields under the modules, and/or display information of the operation functions to be provided under each process instance are configured by the console means.
The display format includes the font type and font size to be displayed, and the characters or symbols to be highlighted.
According to the embodiment, the tag list, the module list, the fields and/or the display information of the operation functions to be provided can be configured, so that a user has greater flexibility in the layout of the page, and the page more meeting the requirements of the user can be provided.
Further, on the basis of the above embodiments, the method further includes:
configuring display information of a plurality of process instances when the plurality of process instances are displayed on the same page; the display information comprises a display position, a display sequence and a display format;
and if a second request for accessing the process instance by the target user is received, acquiring the process instance which has the access right and is not executed and ended by the target user, taking the process instance as the process instance to be processed, generating a page comprising each process instance to be processed according to display information configured for a plurality of process instances, and sending the generated page comprising each process instance to be processed to the terminal corresponding to the target user.
Specifically, when a plurality of process instances are configured through the console component to be displayed on the same page, the display information of the plurality of process instances is displayed.
The display format includes the font type and font size to be displayed, and the characters or symbols to be highlighted.
The second request is generally generated when the user opens the APP of the terminal, and requests to acquire all to-be-handled process instances belonging to the user.
The method and the device for displaying the flow instance can configure the display information of the page where the flow instance is located, so that the flow instance can be displayed according to the requirements of the user, and the display flexibility is improved.
Further, on the basis of the above embodiments, the method further includes:
and taking the newly created process instance as the target process instance, or taking the process instance needing to be updated as the target process instance after clearing the page corresponding to the current process instance needing to be updated when the process instance needing to be updated exists.
The target process instance is typically a newly created process instance, i.e., a process instance that has not been configured by the current system, or a process instance that requires reconfiguration because of adjustments to the process.
The embodiment realizes the creation of the page of the newly created or updated process instance.
Specifically, the functions of the first member, the second member, the third member, and the fourth member described above may be described as follows:
a first member: if a process class service application is configured to be opened, a process instance list under the application can be seen on the mobile terminal, and a process instance is opened to see a service display page and a service operation page of the process, wherein the component is an entry class component.
A second member: when a process example is opened, a service display page and a service operation page of the process can be seen, a tag list which can be seen on the service display page is determined by the component, and the component determines which tags are displayed, in what order and in what style by obtaining the tag list configured by the process template.
A third member: when a process example is opened, a service display page and a service operation page of the process can be seen, a tag list can be seen on the service display page, under a certain tag list, a module list which can be seen is determined by the component, and the component determines which modules are displayed by acquiring the modules which are configured by the process template and correspond to a specific tag, and displays the modules in what order and in what style.
A fourth member: when a process example is opened, a service display page and a service operation page of the process can be seen, a tag list can be seen on the service display page, a module list can be seen under a certain tag list, and for a certain module list, a field list displayed under the certain module list is determined by the component, and the component determines which fields are displayed by acquiring the fields which are configured by the process template and correspond to the certain module, displays the fields in what sequence and in what style.
In addition, for the console component, the processing modes of whether the business process is open, the mapping relation between the business process and the label, the mapping relation between the label and the display module on the page and the mapping relation between the module displayed on the page and the field list under the module are all realized through the configuration of the console component, and the logic of the configuration and the mapping is obtained by abstracting and abstracting the logic of the business display page and the business operation page applied to the process class business in the enterprise.
It can be seen that the embodiment determines the display contents and modes of the service operation page and the service display page by providing on the underlying data whether the service flow is open, the mapping relationship between the service flow and the tag, the mapping relationship between the tag and the display module on the page, and the mapping relationship between the module displayed on the page and the field list under the module, therefore, the method provided by each embodiment of the present invention can map whether a business process is open or not to a process on a page that is visible or not, map a mapping relationship between the business process and a tag to a tag list displayed under the process on the page, map a mapping relationship between the tag and a display module on the page to a module list displayed on the page, and map a mapping relationship between the module displayed on the page and a field list under the module to a field list displayed under each module on the page.
Therefore, for the service application needing to move the mobile terminal upwards, compared with the development mode of a common software product, the technical scheme provided by the embodiment of the invention mainly embodies a plurality of aspects. Firstly, the code reuse rate is high, and the specific service logic of each process is accumulated, thereby providing reusable logic for subsequent similar requirements; secondly, the development efficiency is high, the general process application can realize the construction generation of a business display page and a business operation page through configuration, code development is not needed, the configuration process only needs about half an hour, and compared with the prior art, if the development mode of a common software product is adopted, at least 2 days are needed, the development time is greatly saved, and the yield is improved; thirdly, the change of the service requirement can be responded quickly, and for the process type service application which is put into use online, if the service logic is changed, the new service requirement can be responded and realized by changing the configuration online, code development is not needed, service stopping is not needed, and production is not needed; fourthly, the learning cost is low, the method is friendly to new team members, and the new process can be put on line and the change requirement of the existing process business application can be responded without being familiar with business logic; and fourthly, the yield of the development team is improved, because the process type business application can be realized through configuration, code development is not needed, the investment cost is low, and the vacated cost can be put to other needed places, so that the yield of the team is improved.
Fig. 4 is a block diagram of a structure of a page generating apparatus of a flow class application provided in this embodiment, and referring to fig. 4, the page generating apparatus of the flow class application includes a first determining module 401, a second determining module 402, a third determining module 403, and a generating module 404, wherein,
a first determining module 401, configured to determine, for a target process instance of any page to be created, a tag list according to information to be displayed and an operation to be performed in the target process instance;
a second determining module 402, configured to determine a module list for any target tag in the tag list according to information to be displayed and an operation to be performed, where the information corresponds to the target tag;
a third determining module 403, configured to determine, for any target module in the module list, a field describing information to be displayed by the target module and/or an operation function to be provided;
a generating module 404, configured to generate a page corresponding to the target process instance according to the tag list determined for the target process instance, the module list determined for each tag, and the field determined for each module and/or the operation function to be provided.
The page generation apparatus for the flow application provided in this embodiment is suitable for the page generation method for the flow application provided in the above embodiment, and details are not described here again.
The present embodiment provides a page generating apparatus for a process-type application, where for any target process instance of a page to be created, a tag list is determined according to information to be displayed and an operation to be performed in the target process instance, and then a module list under each tag, a field under the module, and/or an operation function provided are determined. Since the means for displaying the tag lists, the module lists, the fields under the modules, and/or the provided operation functions are developed in advance, the page corresponding to the target process instance can be directly generated according to the tag lists, the module lists, the fields under the modules, and/or the provided operation functions of the target process instance. The development mode has the advantages that a whole set of codes is not required to be written, the code repetition rate is high, the development efficiency is high, the business requirement change can be quickly responded through extracting the label list, the module list and the fields under the modules and/or the provided operation functions from the process example, the output capacity of a development team is improved, and the development of the application can be quickly completed for new developers.
Further, on the basis of the foregoing embodiment, the generating module is further configured to:
configuring a user having access rights to the target process instance;
if a first request of a target user for accessing the target process example is received, whether the target user has access authority to the target process example is judged, if yes, a generated page corresponding to the target process example is sent to a terminal corresponding to the target user, and if not, prompt information of no-authority access is sent to the terminal corresponding to the target user.
Further, on the basis of the foregoing embodiments, the generating module is further configured to:
configuring display information of each label in the label list, and/or configuring display information of each module in the module list, and/or configuring display information of a field describing information required to be displayed by each module, and/or configuring display information of an operation function provided by each module;
the display information comprises a display position, a display sequence and a display format.
Further, on the basis of the foregoing embodiments, the generating module is further configured to:
configuring display information of a plurality of process instances when the plurality of process instances are displayed on the same page; the display information comprises a display position, a display sequence and a display format;
and if a second request for accessing the process instance by the target user is received, acquiring the process instance which has the access right and is not executed and ended by the target user, taking the process instance as the process instance to be processed, generating a page comprising each process instance to be processed according to display information configured for a plurality of process instances, and sending the generated page comprising each process instance to be processed to the terminal corresponding to the target user.
Further, on the basis of the above embodiments, the method further includes:
and taking the newly created process instance as the target process instance, or taking the process instance needing to be updated as the target process instance after clearing the page corresponding to the current process instance needing to be updated when the process instance needing to be updated exists.
Fig. 5 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 5: a processor (processor)501, a communication Interface (Communications Interface)502, a memory (memory)503, and a communication bus 504, wherein the processor 501, the communication Interface 502, and the memory 503 are configured to communicate with each other via the communication bus 504. The processor 501 may call logic instructions in the memory 503 to perform the following method: determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance; determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label; and determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list, and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
In addition, the logic instructions in the memory 503 may be implemented in the form of software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Further, embodiments of the present invention disclose a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions, which when executed by a computer, the computer is capable of performing the methods provided by the above-mentioned method embodiments, for example, comprising: determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance; determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label; and determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list, and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
In another aspect, an embodiment of the present invention further provides a non-transitory readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the transmission method provided in the foregoing embodiments when executed by a processor, for example, the method includes: determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance; determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label; and determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list, and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for generating a page of a process application is characterized by comprising the following steps:
determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance;
determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label;
determining a field for describing information to be displayed by the target module and/or an operation function to be provided for any target module in the module list;
and generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
2. The method for generating pages of a process application according to claim 1, further comprising:
configuring a user having access rights to the target process instance;
if a first request of a target user for accessing the target process example is received, whether the target user has access authority to the target process example is judged, if yes, a generated page corresponding to the target process example is sent to a terminal corresponding to the target user, and if not, prompt information of no-authority access is sent to the terminal corresponding to the target user.
3. The method for generating pages of a process application according to claim 1, further comprising:
configuring display information of each label in the label list, and/or configuring display information of each module in the module list, and/or configuring display information of a field describing information required to be displayed by each module, and/or configuring display information of an operation function provided by each module;
the display information comprises a display position, a display sequence and a display format.
4. The method for generating pages of a process application according to claim 1, further comprising:
configuring display information of a plurality of process instances when the plurality of process instances are displayed on the same page; the display information comprises a display position, a display sequence and a display format;
and if a second request for accessing the process instance by the target user is received, acquiring the process instance which has the access right and is not executed and ended by the target user, taking the process instance as the process instance to be processed, generating a page comprising each process instance to be processed according to display information configured for a plurality of process instances, and sending the generated page comprising each process instance to be processed to the terminal corresponding to the target user.
5. The method for generating pages of a process application according to claim 1, further comprising:
and taking the newly created process instance as the target process instance, or taking the process instance needing to be updated as the target process instance after clearing the page corresponding to the current process instance needing to be updated when the process instance needing to be updated exists.
6. A page generating apparatus for a process application, comprising:
the first determining module is used for determining a tag list for a target process instance of any page to be created according to information to be displayed and operation to be carried out in the target process instance;
the second determining module is used for determining a module list for any target label in the label list according to the information to be displayed and the operation to be carried out corresponding to the target label;
a third determining module, configured to determine, for any target module in the module list, a field describing information to be displayed by the target module and/or an operation function to be provided;
and the generating module is used for generating a page corresponding to the target process example according to the label list determined for the target process example, the module list determined for each label, the field determined for each module and/or the operation function to be provided.
7. The apparatus for generating pages for process-type applications according to claim 6, wherein the generating module is further configured to:
configuring a user having access rights to the target process instance;
if a first request of a target user for accessing the target process example is received, whether the target user has access authority to the target process example is judged, if yes, a generated page corresponding to the target process example is sent to a terminal corresponding to the target user, and if not, prompt information of no-authority access is sent to the terminal corresponding to the target user.
8. The apparatus for generating pages for process-type applications according to claim 6, wherein the generating module is further configured to:
configuring display information of each label in the label list, and/or configuring display information of each module in the module list, and/or configuring display information of a field describing information required to be displayed by each module, and/or configuring display information of an operation function provided by each module;
the display information comprises a display position, a display sequence and a display format.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the page generation method for a process-type application according to any one of claims 1 to 5 when executing the program.
10. A non-transitory readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of the page generation method for a process-type application according to any one of claims 1 to 5.
CN202010125440.5A 2020-02-27 2020-02-27 Page generation method and device for process application, electronic equipment and storage medium Active CN111414151B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010125440.5A CN111414151B (en) 2020-02-27 2020-02-27 Page generation method and device for process application, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010125440.5A CN111414151B (en) 2020-02-27 2020-02-27 Page generation method and device for process application, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111414151A true CN111414151A (en) 2020-07-14
CN111414151B CN111414151B (en) 2023-04-14

Family

ID=71491008

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010125440.5A Active CN111414151B (en) 2020-02-27 2020-02-27 Page generation method and device for process application, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111414151B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120158798A1 (en) * 2010-12-20 2012-06-21 Patil Chatur B Executing a business process in a framework
CN106445556A (en) * 2016-10-18 2017-02-22 中国银行股份有限公司 Visualized code generation method and system thereof
CN107122171A (en) * 2017-03-23 2017-09-01 北京邮电大学 Automatically generate the method and system of data manipulation in operation flow
CN107577458A (en) * 2017-08-18 2018-01-12 深圳怡化电脑股份有限公司 A kind of finance self-help terminal traffic flow development approach and device
CN108363587A (en) * 2018-03-07 2018-08-03 平安普惠企业管理有限公司 Application program operation and monitoring method, device, computer equipment and storage medium
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page
CN109558202A (en) * 2018-12-14 2019-04-02 平安城市建设科技(深圳)有限公司 Original list development approach, device, equipment and storage medium based on small routine
CN110231936A (en) * 2019-06-21 2019-09-13 北京金山软件有限公司 A kind of application method of mobile terminal flow engine frame and mobile terminal flow engine
CN110232162A (en) * 2019-05-29 2019-09-13 北京中亦安图科技股份有限公司 A kind of flow defining method and system based on HTML5
CN110363542A (en) * 2019-07-15 2019-10-22 江苏满运软件科技有限公司 Construction method, device, storage medium and the electronic equipment of customer service system
CN110825374A (en) * 2019-11-04 2020-02-21 泰康保险集团股份有限公司 Page generation method and device based on component, electronic equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120158798A1 (en) * 2010-12-20 2012-06-21 Patil Chatur B Executing a business process in a framework
CN106445556A (en) * 2016-10-18 2017-02-22 中国银行股份有限公司 Visualized code generation method and system thereof
CN107122171A (en) * 2017-03-23 2017-09-01 北京邮电大学 Automatically generate the method and system of data manipulation in operation flow
CN107577458A (en) * 2017-08-18 2018-01-12 深圳怡化电脑股份有限公司 A kind of finance self-help terminal traffic flow development approach and device
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page
CN108363587A (en) * 2018-03-07 2018-08-03 平安普惠企业管理有限公司 Application program operation and monitoring method, device, computer equipment and storage medium
CN109558202A (en) * 2018-12-14 2019-04-02 平安城市建设科技(深圳)有限公司 Original list development approach, device, equipment and storage medium based on small routine
CN110232162A (en) * 2019-05-29 2019-09-13 北京中亦安图科技股份有限公司 A kind of flow defining method and system based on HTML5
CN110231936A (en) * 2019-06-21 2019-09-13 北京金山软件有限公司 A kind of application method of mobile terminal flow engine frame and mobile terminal flow engine
CN110363542A (en) * 2019-07-15 2019-10-22 江苏满运软件科技有限公司 Construction method, device, storage medium and the electronic equipment of customer service system
CN110825374A (en) * 2019-11-04 2020-02-21 泰康保险集团股份有限公司 Page generation method and device based on component, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111414151B (en) 2023-04-14

Similar Documents

Publication Publication Date Title
CN107862425B (en) Wind control data acquisition method, device and system and readable storage medium
CN104133765B (en) The test case sending method of network activity and test case server
CN110688828A (en) File processing method and device, file processing system and computer equipment
CN105184943A (en) Appointment number arranging method and device
CN112017060A (en) Method and device for resource allocation for target user and electronic equipment
CN109688050B (en) Instant messaging control method and system
CN111177541A (en) Data analysis method and device based on user tag generation time, server and storage medium
CN110231936A (en) A kind of application method of mobile terminal flow engine frame and mobile terminal flow engine
CN111951040A (en) Information sending method and device, electronic equipment and storage medium
CN111414151B (en) Page generation method and device for process application, electronic equipment and storage medium
CN111612508A (en) Financial resource allocation request processing method and device and electronic equipment
CN112015979A (en) Method and device for sending information to target crowd and electronic equipment
CN111679824A (en) Method and device for making active page, electronic equipment and storage medium
CN110866054A (en) Label configuration method and device and computer storage medium
CN114285896B (en) Information pushing method, device, equipment, storage medium and program product
CN110795137A (en) Authority configuration method, device, system, electronic equipment and readable medium
CN113312900A (en) Data verification method and device
CN113590243A (en) Energy enterprise project creation method and device, computer equipment and medium
CN111953583A (en) Information processing system and method, electronic device, and computer-readable storage medium
CN111679823A (en) Method and device for generating activity page, electronic equipment and computer-readable storage medium
Sellier et al. Managing requirements inter-dependency for software product line derivation
CN109684819A (en) Data verification method and device
US20020184396A1 (en) Input control method, recording medium having stored therein program which can be executed under the input control method and server
CN113328913B (en) Method, device and system for improving project testing efficiency
US20220391808A1 (en) Data processing method, electronic device and storage medium

Legal Events

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