CN114185632A - Page configuration method, device, computer equipment, medium and program product - Google Patents

Page configuration method, device, computer equipment, medium and program product Download PDF

Info

Publication number
CN114185632A
CN114185632A CN202111485120.1A CN202111485120A CN114185632A CN 114185632 A CN114185632 A CN 114185632A CN 202111485120 A CN202111485120 A CN 202111485120A CN 114185632 A CN114185632 A CN 114185632A
Authority
CN
China
Prior art keywords
configuration
template
page
content
preview
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
CN202111485120.1A
Other languages
Chinese (zh)
Other versions
CN114185632B (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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202111485120.1A priority Critical patent/CN114185632B/en
Publication of CN114185632A publication Critical patent/CN114185632A/en
Application granted granted Critical
Publication of CN114185632B publication Critical patent/CN114185632B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention discloses a page configuration method, a page configuration device, computer equipment, a page configuration medium and a page configuration program product, and relates to the technical field of computers. The method comprises the following steps: responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page; detecting a configuration request for a configurable area in a configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for displaying; and detecting the configuration content corresponding to the configuration item, loading the configuration content to the corresponding configurable area for displaying, responding to the configuration storage request of the current template, and storing the template identifier and the configuration content of the current template in an associated manner. The embodiment of the invention can solve the problems of redundant configuration data, non-intuitive configuration process and more dispersed and complex configuration actions in the development process of the related pages of the business process, and achieves the effects of reducing the configuration difficulty and improving the configuration efficiency.

Description

Page configuration method, device, computer equipment, medium and program product
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page configuration method, a page configuration device, computer equipment, a medium and a program product.
Background
With the development and popularization of computer technology, some transactional jobs are subjected to circulation processing according to business processes developed based on process engines.
In a general business process development process, related configuration is to fill an excel template manually, then generate an sql script from data in the excel template through a script generation tool, copy the sql script to a database tool for execution, and finish configuration data storage. And verifying the correctness of the display of each task node through the actual operation workflow. And uploading the verified and correct excel template to a back-end server through a version control System (SVN).
The inventor finds that in the process of implementing the invention, the configuration scheme in the related art is implemented based on the manually filled excel template, and the problems of configuration data redundancy, insufficiently intuitive configuration process and comparatively dispersed and complex configuration actions exist, so that the configuration efficiency is low.
Disclosure of Invention
Embodiments of the present invention provide a page configuration method, device, computer device, medium, and program product, which can solve the problems of configuration data redundancy, a configuration process that is not intuitive enough, and configuration actions that are dispersed and complex, and improve configuration efficiency.
In a first aspect, an embodiment of the present invention provides a page configuration method, including:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
and detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for displaying, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
In a second aspect, an embodiment of the present invention further provides a page configuration apparatus, where the apparatus includes:
the configuration page display module is used for responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
a configuration item display module, configured to detect a configuration request for a configurable area in the configuration page, determine a configuration item corresponding to the configurable area, and load the configuration item to the configuration page for display, where the configuration item includes a multiplexing configuration field, and the multiplexing configuration field is used to identify a page in which the same configuration content is multiplexed in a service flow;
and the configuration content display module is used for detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a page configuration method as in any embodiment of the invention.
In a fourth aspect, embodiments of the present invention further provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the page configuration method according to any of the embodiments of the present invention.
In a fifth aspect, an embodiment of the present invention further provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the computer program implements the page configuring method according to any embodiment of the present invention.
The embodiment of the invention provides a page configuration method, a page configuration device, a computer device, a medium and a program product. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not visual enough is avoided; in addition, the configuration action is realized through the configuration items in the configuration page, the problem that the configuration action is dispersed and complex is avoided, in addition, the multiplexing configuration field is configured in the configuration content, the multiplexing of the same configuration content by a plurality of pages in the business process is realized, the problem of configuration data redundancy is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
Drawings
Fig. 1 is a schematic diagram of a composition architecture of a system to which a page allocation method according to an embodiment of the present invention is applied;
fig. 2a is a flowchart of a page configuration method according to an embodiment of the present invention;
fig. 2b is a schematic diagram of a template query page in the page configuration method according to the embodiment of the present invention;
fig. 2c is a schematic diagram illustrating configuration items in a page configuration method according to an embodiment of the present invention;
fig. 2d is a schematic diagram of an editing configuration item in the page configuration method according to the embodiment of the present invention;
fig. 3a is a flowchart of another page configuring method according to an embodiment of the present invention;
FIG. 3b is a schematic diagram of a configuration page with preview template keys according to an embodiment of the present invention;
fig. 4a is a flowchart of another page configuring method according to an embodiment of the present invention;
fig. 4b is a schematic diagram of a preview page according to an embodiment of the present invention;
fig. 5 is a flowchart of another page configuring method according to an embodiment of the present invention;
fig. 6 is a block diagram of a page configuration apparatus according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
For ease of understanding, the system used in the solution of the invention will be described. Fig. 1 is a schematic diagram of a composition architecture of a system to which a page allocation method according to an embodiment of the present invention is applied. As shown in fig. 1, the system includes a client 110 and a server 120, and the client 110 and the server 120 are connected through a network. The client 110 may be installed with a browser 111, and the browser 111 displays a configuration page, and may support a configuration business process approval page visualized in the configuration page, and support a preview function of the approval page, and the like. The present embodiment does not limit the type of the client 110, for example, the client 110 may be a mobile client, a personal computer, or the like.
In one embodiment of the invention, client 110 interacts data with server 120 through AJAX engine 112. The AJAX engine 112 is implemented based on AJAX (Asynchronous JavaScript and XML ) technology. Ajax is a client technology, javascript actions (sliding a page, clicking a button, and the like) are performed on the browser 111, the Ajax engine 112 sends an HTTP request to the server 120, the server 120 returns data to the Ajax engine 112, and then the Ajax engine 112 renders the data returned by the server 120 to the current page of the browser 111.
The following describes a page configuration method in the embodiment of the present invention with reference to a flowchart. Fig. 2a is a flowchart of a page configuration method according to an embodiment of the present invention, where the present embodiment is applicable to a scenario in which each approval page in a business process is developed, and the method may be executed by a page configuration apparatus, and the apparatus may be implemented by software and/or hardware and is generally configured in a computer device. As shown in fig. 2a, the method comprises:
step 210, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
The configuration request is used for identifying the template to be configured and triggering the client to screen the template to be configured from the configuration template list, wherein the template to be configured is used for configuring an approval page of the business process. In order to select a template to be configured from the list of configuration templates, the configuration request includes a configuration template selection parameter. For example, the configuration template selection parameters may include a template number, a template name, a service type, and the like of the configuration template.
The configuration template list is a list of configuration templates that have been created. Optionally, the configuration template list is saved in the back-end server, and when a template list query request sent by the client is received, the configuration template list is returned to the client. In particular, the back-end server provides a query template list interface through which to interact with the client. The list of configuration templates may be presented via a template query page in the browser. Fig. 2b is a schematic diagram of a template query page in the page configuration method according to the embodiment of the present invention. As shown in fig. 2b, the template query page includes a query condition control, a configuration template list display control, and an operation control. The query condition control comprises a template number, a template name and a service type. The configurator can inquire the existing configuration template by inputting the template number, the template name and the service type in the query condition control. The operation controls comprise an inquiry control, a newly added control and the like. The configuration template list display control is used for displaying the template number, the template name, the service type, the operation content and the like of each created configuration template. Optionally, the operation content of the configuration template list display control includes an editing control, a history control and a deletion control. The editing control is used for triggering an editing event of the configuration template. The history control is used for triggering a query event of the history update record of the configuration template. The client sends the query event to the back-end server through the query template history interface so as to instruct the back-end server to determine a template history updating record in response to the query event and return the template history updating record to the client. The delete control is used to trigger a delete event for the configuration template. The client sends the deletion event to the back-end server through the template deletion interface so as to instruct the back-end server to respond to the deletion event and delete the corresponding template in the configuration template list.
Illustratively, parsing the configuration request results in a template number, a template name, and a service type. And inquiring a configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiry as the current template. And rendering the current template to obtain a configuration page, wherein the configurable areas in the configuration page comprise an information area, a form area, an opinion area, a link area, an operation area and a submission area, and each configurable area corresponds to one sub-component.
Specifically, the client encapsulates a parent component that can handle template configuration and template exposure. The parent component can provide template configuration functionality and template rendering functionality. And the parent component comprises the sub-components corresponding to the configurable areas. And the parent component selects a template to be configured from the configuration template list as the current template according to the template number, the template name and the service type. And acquiring template data of the current template, respectively transmitting the template data to each corresponding sub-component through the parent component, instantiating each sub-component based on the template data, and generating a configuration page.
Step 220, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for displaying.
In the embodiment of the invention, the configuration item is a configuration field of a business process page. The configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying the page multiplexing the same configuration content in the service process. Specifically, the configuration item is a configuration field corresponding to each sub-component in the configuration template. For example, the configuration items of the information area may include fields such as a title, an attribute, a sort, and a multiplexing configuration field, the number of fields for configuring the title in the information area, the sort, and which pages in the business process multiplex the configured information area configuration content, and the like. In practical application, fields in configuration items can be added or deleted according to application requirements.
In the embodiment of the invention, the configuration items of the current configurable area are displayed in other areas which are not overlapped with the configurable area in the configuration page, so that the configuration items of the configurable area are edited and displayed under the same interface, and the configuration operation is more concentrated.
It should be noted that, the configuration item table stores the configuration item of each configurable area, and each configuration item table is associated with the component identifier of the sub-component corresponding to each configurable area. The client can query the corresponding configuration item table based on the component identification.
Exemplarily, a configuration request for a configurable area in a configuration page is detected, and a component identifier of a sub-component corresponding to the configurable area is obtained; inquiring a corresponding configuration item table according to the component identifier to obtain a configuration item in the configuration item table; and loading the configuration items to the area outside the configurable area in the configuration page for display.
In a specific implementation manner, a configurator clicks a configurable area corresponding to an information area in a configuration page, and displays a corresponding configuration item in other areas of the configuration page that do not overlap with the configurable area, and the configurator can edit the configuration item. It should be noted that the configuration items of each sub-component are correspondingly stored in different configuration item tables, so as to distinguish the configuration fields of different configurable areas. Fig. 2c is a schematic diagram illustrating configuration items in a page configuration method according to an embodiment of the present invention. As shown in fig. 2c, the information area arrangement area is displayed on the right side of the arrangement page upon detection of a click operation by the arrangement person on the information area on the left side of the arrangement page. And the options such as the name and the value of the configuration item field are displayed in the configuration area of the information area. For example, one configuration item field is test field 1, and the corresponding attribute value is configured. Another configuration item field is the flow number, which configures its corresponding attribute value. Yet another configuration item field is the task number, which configures its corresponding attribute value. Yet another configuration item field is a product broad class, configures its corresponding attribute values, and so on.
It should be noted that the process number is used to identify the business process. The task number is used to identify a task node of a process. The combination of the process number and the task number can identify the business process to which the currently configured configuration page belongs and the task node to which the business process belongs. For example, if in a certain approval process, the difference between the two configurable areas of the task nodes 1, 3, and 5 in the information area and the opinion area is not large, the attributes of the task nodes may be assigned as the identifiers of the task nodes (that is, the node numbers are 1, 3, and 5) when the information area and the opinion area in the configuration page corresponding to the task node 1 are configured, so that multiple task nodes multiplex the same configuration content, and the multiplexing rate of the configuration data is improved.
In the embodiment of the invention, the flexibility rate of the configuration data is improved by adding the dimension except the task number into the configuration item. That is, the display dimensions of configuration items can be added or deleted by self-definition. For example, the approval page can be differentially displayed to approvers of different roles in the business process by adding a role number dimension to the configuration item.
Step 230, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
The configuration content is content which is input by a configuration user aiming at the configuration field and is used for configuring the configurable area. For example, for configuration items of the information area, fields such as a title, an attribute, an ordering and multiplexing configuration field, and the like can be included. Accordingly, the configuration content may be the field content of the title, attributes, ordering and multiplexing configuration fields.
The configuration storage request is triggered by clicking operation of a confirmation key in the configuration page and is used for triggering the client to call an interface provided by the back-end server and transmitting the template number and the configuration content of the current template to the corresponding back-end server. And after receiving the template number and the configuration content, the back-end server stores the current template number and the configuration content in an associated manner. In the actual business process, the browser refers to the parent component, transmits the template number into the parent component, and implements instantiation of the configuration content by processing the configuration content and rendering logic through the parent component.
The template identification is identification information for distinguishing the configuration template. For example, one or more of a template number, a template name, and a service type are used to distinguish between different configuration templates. Optionally, the corresponding relationship between the template number, the template name, the service type, and the configuration template is maintained at the client. And the back-end server maintains the association relationship between the template number, the template name and the service type and the configuration content of each configuration template, and the like.
Illustratively, configuration content corresponding to configuration items input by configuration personnel in a configuration page is detected, and corresponding target sub-components are determined according to the incidence relation between the configuration items and the component identifiers. And instantiating the target sub-component through the configuration content so as to display the configuration content in the configurable area corresponding to the target sub-component. And when the submission key in the configuration page is detected to be clicked, calling an interface of the back-end server, and transmitting the template identifier and the configuration content of the current template to the back-end server through the interface so as to indicate the back-end server to store the template identifier and the configuration content in an associated manner.
In a specific implementation manner, after a configurator edits a configuration item corresponding to a certain configurable area, the configurable area displays corresponding configuration content in a configuration page. Fig. 2d is a schematic diagram of an editing configuration item in the page configuration method according to the embodiment of the present invention. As shown in fig. 2d, it is detected that a configurator edits the name and value of a configuration item field in an information area configuration area, and a corresponding configuration content is displayed in a configurable area corresponding to the information area in a configuration page.
In an alternative implementation manner, a template import request is detected, and the corresponding configuration content is requested from the back-end server according to a template identifier included in the template import request. And loading the configuration template corresponding to the configuration content and the template identifier to a configuration page so as to display the configuration template and the configuration content corresponding to the template identifier in the configuration page, thereby realizing multiplexing and fine tuning of the existing template data, avoiding the repeated configuration of the page with smaller difference by configuration personnel, and improving the development efficiency. Specifically, after the configurator inputs the template number, the template name and the service type, the introduction template button is clicked. And when the client detects that the introduced template key is clicked, the client generates a template import request by taking the template number, the template name and the service type as template identifications. And sending a template import request to a back-end server by inquiring a single template configuration interface. And the back-end server determines the corresponding configured configuration template and the corresponding configuration content based on the template number, the template name and the service type in the template import request, and returns the configured configuration template and the configuration content to the client. And the client loads the configuration content and the configuration template to a configuration page so as to display the content of the configured configuration template on the configuration page.
It should be noted that, when the submit button on the configuration page is clicked, a newly added template configuration interface provided by the back-end server is called through a parent component encapsulated in the client, and the current template identifier and the configuration content are transmitted to the back-end server through the newly added template configuration interface. And after receiving the template identification and the configuration content, the back-end server stores the template identification and the configuration content in an associated manner.
According to the technical scheme of the embodiment, the configuration items are displayed in response to the configuration request of the configuration personnel for the configurable area in the configuration page, the configuration content corresponding to the configuration items is detected, the configuration content is displayed in the corresponding configurable area, and the template identification and the configuration content are stored in an associated manner in response to the configuration storage request. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not visual enough is avoided; in addition, the configuration action is realized through the configuration items in the configuration page, the problem that the configuration action is dispersed and complex is avoided, in addition, the multiplexing configuration field is configured in the configuration content, the multiplexing of the same configuration content by a plurality of pages in the business process is realized, the problem of configuration data redundancy is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
On the basis of the above technical solution, the present embodiment adds a step of previewing the page display under the current configuration. Fig. 3a is a flowchart of another page configuring method according to an embodiment of the present invention, and as shown in fig. 3a, the method includes:
and 310, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 320, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
Step 330, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
Step 340, detecting the first preview request, and in response to the first preview request, obtaining a target configuration template corresponding to the first preview request and first configuration content configured in the corresponding target configuration template.
The first preview request is used for requesting to display the page content under the current configuration. The first preview request comprises parameters such as a template number, a template name and a service type, and a configuration template determined based on at least one parameter in the first preview request is used as a target configuration template.
Illustratively, in the process of configuring the configuration template by the configuration personnel, the page display effect under the current configuration may need to be viewed. The preview event can be triggered by clicking a preview template key in a configuration page corresponding to the current configuration template. After the client detects the preview event, the client queries the temporary storage data based on the template identifier corresponding to the current configuration template, and acquires all first configuration contents corresponding to the target configuration template.
Fig. 3b is a schematic diagram of a configuration page with a preview template key according to an embodiment of the present invention. As shown in fig. 3b, the configuration page displays the template code, the template name, the service type and the preview template. The template code, the template name and the service type can be determined through the template code, the template name and the content input in the textbox control corresponding to the service type. The page display under the current configuration can also be previewed by clicking the preview template.
And 350, rendering the first configuration content and the target configuration template to generate a first preview page.
It should be noted that the first preview page is a business process page displaying a configuration effect. If the difference of a plurality of business process pages is smaller than the preset threshold value, the same configuration content can be multiplexed during configuration and distinguished through the task number field. At this time, when the target configuration template is rendered based on the first configuration content, a plurality of first preview pages may be generated.
Illustratively, the client transmits the first configuration content into a parent component packaged by the target template configuration template, filters data content to be displayed through the parent component based on the first configuration content, renders the target configuration template based on the data content, and generates at least one first preview page for a configurator to verify the page configuration effect.
According to the technical scheme of the embodiment, the target configuration template corresponding to the first preview request and the configured first configuration content in the corresponding target configuration template are obtained, the target configuration template is rendered based on the first configuration content, the first preview page is generated, page preview in the configuration process is achieved, and the page display correctness can be verified without running an actual workflow.
On the basis of the above technical solution, the present embodiment adds a data preview step. Fig. 4a is a flowchart of another page configuring method according to an embodiment of the present invention. As shown in fig. 4a, the method comprises:
step 410, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 420, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
Step 430, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
Step 440, detecting a second preview request, responding to the second preview request, obtaining a preview page element corresponding to the second preview request, transmitting the configuration content of each saved configuration template into a preview condition control in the preview page element, and generating a second preview page.
And the second preview request is used for requesting to display page data corresponding to the configured configuration template. And the client responds to the second preview request and acquires a preview page element corresponding to the second preview request. Specifically, the client detects a second preview request, and acquires a preset preview page element corresponding to the second preview request. And meanwhile, the client requests the configuration contents corresponding to all the saved configuration templates from the back-end server based on the second preview request, transmits the configuration contents of all the saved configuration templates into a preview condition control in a preview page element, generates a second preview page, and realizes that the configuration contents of all the saved configuration templates are displayed in a pull-down menu bar form in the preview condition control of the second preview page.
It should be noted that the preview condition control in the second preview page may display field contents such as template numbers, flow numbers, and task numbers of all configured configuration templates in a form of a pull-down menu, so as to be selected by the configuration staff.
Fig. 4b is a schematic diagram of a preview page according to an embodiment of the present invention. As shown in fig. 4b, a preview condition control and a preview data control are displayed in the preview page. And screening out the page data to be previewed by the configurator through the operation of the pull-down menu content of the preview condition control. For example, the content of the pull-down menu of the preview condition control can comprise a service type, a template, a flow number, a task number, a product category, service properties and the like.
Step 450, detecting a first operation of a configuration staff on the preview condition control, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for displaying.
Illustratively, when detecting that a configurator clicks the preview condition control, the corresponding configuration content is presented in a pull-down menu form. The first operation content of the configuration personnel comprises configuration content selected from a pull-down menu, content to be previewed can be selected from all configured configuration content based on the first operation content, the preview content is transmitted to a parent component, and the preview content is rendered on a second preview page through the parent component and displayed.
And step 460, obtaining the to-do data identifier corresponding to each preview condition related to the first operation.
The to-do data identifier is used for identifying different to-do data. The to-do data is real service data corresponding to the preview condition. After the preview condition is configured, the client may automatically query the existing to-do data under the corresponding condition.
Illustratively, after the configurator finishes selecting the content of the preview condition field, screening the existing to-do data under the corresponding preview condition based on the selected content of the preview condition, transmitting the to-do data into the preview data control, and displaying the to-do data in a pull-down menu mode in response to a selection request of the configurator for the preview data.
Step 470, detecting a second operation of the configurator on the to-do data identifier in the second preview page, and acquiring the data content corresponding to the to-do data identifier based on the second operation content.
The second operation may be an operation of selecting the to-do data identifier from a pull-down menu of the preview data control. Correspondingly, the second operation content refers to the to-do data identifier selected from the pull-down menu.
Exemplarily, the to-be-handled data identifier is sent to the back-end server, so that the real business process data is queried through the back-end server based on the to-be-handled data identifier, the data content corresponding to the to-be-handled data identifier is obtained, and the data content corresponding to the to-be-handled data identifier is returned to the client.
And step 480, loading the data content to the second preview page for displaying.
Illustratively, the client passes the data content into the parent component for rendering the data content by the parent component to the second preview page for display.
According to the technical scheme of the embodiment, the preview condition and the preview data in the second preview page are operated, so that the real data after the configuration is previewed can be verified, and the page display correctness can be verified without running an actual workflow. In addition, page previewing under different dimensions can be realized by selecting previewing conditions, and verification efficiency is improved.
On the basis of the above technical solution, the present embodiment adds a step of importing existing template data. Fig. 5 is a flowchart of another page configuring method according to an embodiment of the present invention. As shown in fig. 5, the method includes:
step 510, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 520, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
Step 530, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
And 540, detecting a configuration updating operation, and requesting a back-end server to backup the corresponding configuration content as a historical configuration record according to the template number, the template name and the service type corresponding to the configuration updating operation.
The configuration update operation may be that a configuration person clicks an edit button in the template query page. The editing key has an association relation with the template number, the template name and the service type. When an editing key of a certain configuration template is clicked, the configuration template with the updating time closest to the current time associated with the clicked editing key is obtained for editing.
The historical configuration record is used for recording the historical configuration content of each configuration template. After the configuration template is edited, a new configuration template is formed, and the old configuration template and the new configuration template need to be saved respectively. Specifically, the configuration template may be backed up before being edited.
Illustratively, the client detects that a configurator clicks an editing key, and generates a template editing request based on a template number, a template name and a service type corresponding to the clicked key. And sending a template editing request to a back-end server through an editing template configuration interface. And the back-end server receives the template editing request, and analyzes the template editing request to obtain the template number, the template name and the service type. And selecting the configuration template to be edited from the configuration template list based on the template number, the template name and the service type. And determining the configuration content corresponding to the configuration template to be edited. The server first backs up the configuration content as a history configuration record in response to a template edit request.
And 550, modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identifier of the configuration template to be edited and the new configuration content in an associated manner.
Wherein the configuration updating operation comprises an editing operation on the configured configuration template. The editing operation may be to edit a configuration item corresponding to the configurable area and/or to edit configuration content corresponding to the configuration item.
For example, the configuration item and the corresponding configuration content are added or deleted according to the content of the configuration updating operation, an editing template configuration interface of the back-end server is called, and the modification operation content is transmitted to the back-end server through the editing template configuration interface. And the back-end server correspondingly modifies the configuration items of the configuration template to be edited according to the modification operation content.
For another example, the configuration content of the configuration template to be edited is modified according to the content of the configuration updating operation to obtain new configuration content, an editing template configuration interface of the back-end server is called, and the new configuration content and the template identifier of the configuration template to be edited are transmitted to the back-end server through the editing template configuration interface to indicate the back-end server to associate the stored template identifier with the new configuration content.
When storing new configuration contents, the update time, the update person, and the update reason of the configuration template also need to be updated.
Optionally, when the configurator needs to query the history update record, the configurator may query the history button in the page by clicking the template. Since the history key has an association relation with the template number, the template name and the service type. And the client detects the clicking operation of the history key, and generates a history operation inquiry request based on the template number, the template name and the service type corresponding to the clicked key. And sending a historical query operation request to a back-end server through a historical query operation interface. And the back-end server receives the historical operation query request, and analyzes the historical operation query request to obtain the template number, the template name and the service type. And screening out corresponding historical configuration records based on the template number, the template name and the service type, and returning the historical configuration records to the client so as to display the configuration templates edited at each time at the client. If a configurator wants to view an editing operation, the configuration content of the configuration template can be displayed by clicking the configuration template of the corresponding time.
According to the technical scheme of the embodiment, before the configuration content of the configuration template to be edited is updated, the configuration content corresponding to the configuration template to be edited is backed up to be used as a historical configuration record, the configuration content of the configuration template to be edited is modified according to the configuration updating operation to obtain new configuration content, the template number of the configuration template to be edited and the new configuration content are stored in a correlated mode, multiple edition versions of the same configuration template are saved, the traceable effect of the configuration history is achieved, and a basis is provided for configuration investigation.
Fig. 6 is a block diagram of a page configuration apparatus according to an embodiment of the present invention, where the apparatus may execute a page configuration method according to any embodiment of the present invention, and implement page visualization configuration by executing the method. The apparatus may be implemented by software and/or hardware and configured in a computer device. As shown in fig. 6, the apparatus includes a configuration page display module 610, a configuration item display module 620, and a configuration content display module 630.
A configuration page display module 610, configured to respond to a configuration request, select a corresponding template to be configured from a configuration template list as a current template, and render the current template to generate a configuration page;
a configuration item display module 620, configured to detect a configuration request for a configurable area in the configuration page, determine a configuration item corresponding to the configurable area, and load the configuration item to the configuration page for display, where the configuration item includes a multiplexing configuration field, and the multiplexing configuration field is used to identify a page in which the same configuration content is multiplexed in a service flow;
a configuration content display module 630, configured to detect the configuration content corresponding to the configuration item, load the configuration content to a corresponding configurable area for display, and in response to the configuration saving request of the current template, store the template identifier of the current template and the configuration content in an associated manner.
The embodiment of the invention provides a page configuration device, which is used for responding to a configuration request of a configuration personnel for a configurable area in a configuration page, displaying a configuration item for the configuration personnel to input configuration content, detecting the configuration content corresponding to the configuration item, displaying the configuration content in the corresponding configurable area, responding to a configuration storage request, and associating a storage template identifier and the configuration content. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not visual enough is avoided; in addition, the configuration action is realized through the configuration items in the configuration page, the problem that the configuration action is dispersed and complex is avoided, in addition, the multiplexing configuration field is configured in the configuration content, the multiplexing of the same configuration content by a plurality of pages in the business process is realized, the problem of configuration data redundancy is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
Further, the apparatus further comprises:
the device comprises a first preview module, a second preview module and a third preview module, wherein the first preview module is used for responding to a first preview request when the first preview request is detected, and acquiring a target configuration template corresponding to the first preview request and first configuration content configured in the corresponding target configuration template;
rendering the first configuration content and the target configuration template to generate a first preview page.
Further, the apparatus further comprises:
the second preview module is used for responding to a second preview request when the second preview request is detected, acquiring preview page elements corresponding to the second preview request, transmitting the configuration content of each saved configuration template into a preview condition control in the preview page elements, and generating a second preview page;
and detecting a first operation of a configurator on the preview condition control, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for displaying.
Optionally, the second preview module is further specifically configured to:
after first operation of a configurator on the preview condition control is detected, obtaining to-be-processed data identifiers corresponding to the preview conditions related to the first operation;
detecting a second operation of the configurator on the to-do data identifier in the second preview page, and acquiring data content corresponding to the to-do data identifier based on second operation content;
and loading the data content to the second preview page for display.
Further, the configuration page display module 610 is specifically configured to:
analyzing the configuration request to obtain a template number, a template name and a service type;
inquiring the configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiry as a current template;
and rendering the current template to obtain the configuration page, wherein the configurable area in the configuration page comprises an information area, a form area, an opinion area, a link area, an operation area and a submission area.
Further, the configuration item display module 620 is specifically configured to:
detecting a configuration request for a configurable area in the configuration page, and acquiring a component identifier of a sub-component corresponding to the configurable area;
inquiring a corresponding configuration item table according to the component identifier to obtain a configuration item in the configuration item table;
and loading the configuration item to an area outside the configurable area in the configuration page for display.
Further, the configuration content display module 630 is specifically configured to:
detecting configuration content corresponding to the configuration items input by a configuration person in the configuration page;
determining a corresponding target sub-component according to the incidence relation between the configuration item and the component identifier;
and instantiating the target sub-component through the configuration content so as to display the configuration content in a configurable area corresponding to the target sub-component.
Further, the configuration content display module 630 is further specifically configured to:
and when the fact that a submission key in the configuration page is clicked is detected, calling an interface of a back-end server, and transmitting the template identifier of the current template and the configuration content to the back-end server through the interface so as to indicate the back-end server to store the template identifier and the configuration content in an associated manner.
Alternatively, the configuration content display module 630 is specifically configured to:
detecting a template import request, and requesting corresponding configuration content from the back-end server according to a template identifier contained in the template import request;
and loading the configuration content and the configuration template corresponding to the template identifier to the configuration page so as to display the configuration template corresponding to the template identifier and the configuration content in the configuration page.
Further, the apparatus further comprises:
the template configuration updating module is used for requesting a back-end server to backup corresponding configuration content as a historical configuration record according to a template number, a template name and a service type corresponding to the configuration updating operation when the configuration updating operation is detected; and modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identifier of the configuration template to be edited and the new configuration content in an associated manner.
The page configuration device provided by the embodiment of the invention can execute the page configuration method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present invention, as shown in fig. 7, the computer device includes a processor 70, a memory 71, a graphics processor 72, a network interface 73, an input device 74, and an output device 75; the number of the processors 70 in the computer device may be one or more, and one processor 70 is taken as an example in the figure C; the processor 70, memory 71, graphics processor 72, network interface 73, input device 74 and output device 75 in the computer apparatus may be connected by a bus or other means, as exemplified by the bus connection in fig. 7.
The memory 71 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the page configuration method in the embodiment of the present invention (for example, the configuration page display module 610, the configuration item display module 620, and the configuration content display module 630 in the page configuration apparatus). The processor 70 executes various functional applications and data processing of the computer device by executing software programs, instructions and modules stored in the memory 71, that is, implements the page configuration method described above.
The memory 71 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 71 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 71 may further include memory located remotely from the processor 70, which may be connected to a computer device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The graphics processor 72 is operative to provide at least rendering functionality for the display interface.
The network interface 73 is used for network communication with the server, such as requesting the server to modify the configuration content of the configuration template or to view the configuration content.
The input device 74 is operable to receive numeric or character information input by a user and to generate key signal inputs relating to user settings and function controls of the computer apparatus. The output device 75 may include a display device such as a display screen for displaying pages.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method of page configuration, the method comprising:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
and detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for displaying, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the page configuration method provided by any embodiment of the present invention.
An embodiment of the present invention further provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the computer program implements the page configuring method according to any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the page configuration apparatus, each unit and each module included in the embodiment are only divided according to functional logic, but are not limited to the above division as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (14)

1. A page configuration method is characterized by comprising the following steps:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
and detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for displaying, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
2. The method of claim 1, upon detecting the first preview request, further comprising:
responding to the first preview request, and acquiring a target configuration template corresponding to the first preview request and first configuration content configured in the corresponding target configuration template;
rendering the first configuration content and the target configuration template to generate a first preview page.
3. The method of claim 1, upon detecting a second preview request, further comprising:
responding to the second preview request, acquiring a preview page element corresponding to the second preview request, transmitting the configuration content of each saved configuration template into a preview condition control in the preview page element, and generating a second preview page;
and detecting a first operation of a configurator on the preview condition control, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for displaying.
4. The method of claim 3, wherein after detecting the first operation of the preview condition control by the configurator, further comprising:
acquiring to-be-handled data identifiers corresponding to the preview conditions related to the first operation;
detecting a second operation of the configurator on the to-do data identifier in the second preview page, and acquiring data content corresponding to the to-do data identifier based on second operation content;
and loading the data content to the second preview page for display.
5. The method according to claim 1, wherein the responding to the configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page includes:
analyzing the configuration request to obtain a template number, a template name and a service type;
inquiring the configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiry as a current template;
and rendering the current template to obtain the configuration page, wherein the configurable area in the configuration page comprises an information area, a form area, an opinion area, a link area, an operation area and a submission area.
6. The method of claim 1, wherein the detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display comprises:
detecting a configuration request for the configurable area in the configuration page, and acquiring a component identifier of a sub-component corresponding to the configurable area;
inquiring a corresponding configuration item table according to the component identifier to obtain a configuration item in the configuration item table;
and loading the configuration item to an area outside the configurable area in the configuration page for display.
7. The method of claim 1, wherein the detecting the configuration content corresponding to the configuration item, and loading the configuration content to a corresponding configurable area for display comprises:
detecting configuration content corresponding to the configuration items input by a configuration person in the configuration page;
determining a corresponding target sub-component according to the incidence relation between the configuration item and the component identifier;
and instantiating the target sub-component through the configuration content so as to display the configuration content in a configurable area corresponding to the target sub-component.
8. The method of claim 1, wherein the associating and storing the template identifier of the current template and the configuration content in response to the configuration save request of the current template comprises:
and when the fact that a submission key in the configuration page is clicked is detected, calling an interface of a back-end server, and transmitting the template identifier of the current template and the configuration content to the back-end server through the interface so as to indicate the back-end server to store the template identifier and the configuration content in an associated manner.
9. The method of claim 1, wherein detecting the configuration content corresponding to the configuration item, and loading the configuration content to a corresponding configurable area for display comprises:
detecting a template import request, and requesting corresponding configuration content from the back-end server according to a template identifier contained in the template import request;
and loading the configuration content and the configuration template corresponding to the template identifier to the configuration page so as to display the configuration template corresponding to the template identifier and the configuration content in the configuration page.
10. The method of claim 1, upon detecting a configuration update operation, further comprising:
requesting a back-end server to backup the corresponding configuration content as a historical configuration record according to the template number, the template name and the service type corresponding to the configuration updating operation;
and modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identifier of the configuration template to be edited and the new configuration content in an associated manner.
11. A page configuring apparatus, comprising:
the configuration page display module is used for responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
a configuration item display module, configured to detect a configuration request for a configurable area in the configuration page, determine a configuration item corresponding to the configurable area, and load the configuration item to the configuration page for display, where the configuration item includes a multiplexing configuration field, and the multiplexing configuration field is used to identify a page in which the same configuration content is multiplexed in a service flow;
and the configuration content display module is used for detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in an associated manner.
12. A computer device, characterized in that the computer device comprises:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the page configuration method of any of claims 1-10.
13. A storage medium containing computer-executable instructions, characterized in that: the computer-executable instructions, when executed by a computer processor, are for performing the page configuration method of any of claims 1-10.
14. A computer program product comprising a computer program, characterized in that the computer program realizes the page configuration method according to any of claims 1-10 when executed by a processor.
CN202111485120.1A 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product Active CN114185632B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111485120.1A CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111485120.1A CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Publications (2)

Publication Number Publication Date
CN114185632A true CN114185632A (en) 2022-03-15
CN114185632B CN114185632B (en) 2023-06-02

Family

ID=80603628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111485120.1A Active CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Country Status (1)

Country Link
CN (1) CN114185632B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114446417A (en) * 2022-04-06 2022-05-06 深圳市帝迈生物技术有限公司 Configuration method, device, equipment and storage medium of multi-mode constraint rule
CN114968242A (en) * 2022-06-20 2022-08-30 中国农业银行股份有限公司 Front-end code generation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
CN111240659A (en) * 2019-12-23 2020-06-05 福建亿能达信息技术股份有限公司 Page design method based on Vue
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script
CN111240659A (en) * 2019-12-23 2020-06-05 福建亿能达信息技术股份有限公司 Page design method based on Vue

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114446417A (en) * 2022-04-06 2022-05-06 深圳市帝迈生物技术有限公司 Configuration method, device, equipment and storage medium of multi-mode constraint rule
CN114446417B (en) * 2022-04-06 2022-07-29 深圳市帝迈生物技术有限公司 Configuration method, device, equipment and storage medium of multi-mode constraint rule
CN114968242A (en) * 2022-06-20 2022-08-30 中国农业银行股份有限公司 Front-end code generation method and device

Also Published As

Publication number Publication date
CN114185632B (en) 2023-06-02

Similar Documents

Publication Publication Date Title
US11386077B2 (en) System and method for building business service model
US8839107B2 (en) Context based script generation
US11775262B2 (en) Multi-technology visual integrated data management and analytics development and deployment environment
CN114185632A (en) Page configuration method, device, computer equipment, medium and program product
US7467122B2 (en) System for aiding the design of product configuration
US20230205835A1 (en) Configuration of content site user interaction monitoring in data networks
CN111984239B (en) Page configuration method, page configuration device, server and storage medium
US11416677B2 (en) Dynamic resource management systems and form integration methods
US20060200441A1 (en) Information processing apparatus, information managing apparatus, information managing system, information processing method, information managing method, information processing program, information managing program, and recording medium
JP2002342317A (en) Method and device for managing document, processing program therefor, and storage medium with the same stored therein
CN111310007B (en) Webpage interface query method and device, electronic equipment and storage medium
CN112817817B (en) Buried point information query method, buried point information query device, computer equipment and storage medium
CN112686580B (en) Workflow definition method and system capable of customizing flow
US11734294B2 (en) Systems and methods for context development
JP2008197751A (en) Electronic form preparation/management system, electronic form preparation/management program, and recording medium storing this program
JP4064621B2 (en) Software support system and computer-readable recording medium recording support program
US10909135B1 (en) Systems and methods for context development
CN113515715A (en) Generating method, processing method and related equipment of buried point event code
JP2001134681A (en) Method for processing and defining electronic document, storage medium with stored processing program for electronic document, storage medium with stored definition program for electronic document and electronic document system
WO2024037407A1 (en) Media content publishing method and apparatus and computer-readable storage medium
JP7395934B2 (en) Information processing device and program
US20230081725A1 (en) Intelligent insights across applications
JP2003208500A (en) Business process definition display method, system and program
WO2020141572A1 (en) Information linking device, information linking system, information linking method and program
CN115705319A (en) Operation log management method and device and electronic equipment

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