CN112527387A - Application processing method and device - Google Patents

Application processing method and device Download PDF

Info

Publication number
CN112527387A
CN112527387A CN202011313195.7A CN202011313195A CN112527387A CN 112527387 A CN112527387 A CN 112527387A CN 202011313195 A CN202011313195 A CN 202011313195A CN 112527387 A CN112527387 A CN 112527387A
Authority
CN
China
Prior art keywords
workflow
trigger
action
target
field
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
CN202011313195.7A
Other languages
Chinese (zh)
Other versions
CN112527387B (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.)
Hangzhou Dasouche Auto Service Co ltd
Original Assignee
Hangzhou Dasouche Auto Service 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 Hangzhou Dasouche Auto Service Co ltd filed Critical Hangzhou Dasouche Auto Service Co ltd
Priority to CN202011313195.7A priority Critical patent/CN112527387B/en
Publication of CN112527387A publication Critical patent/CN112527387A/en
Application granted granted Critical
Publication of CN112527387B publication Critical patent/CN112527387B/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/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

An embodiment of the present specification provides an application processing method and an application processing apparatus, wherein the application processing method includes: acquiring user operation submitted by a user aiming at an application, and determining an operation target and an operation type of the user operation; searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow; determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis; and executing the execution action in the workflow when the trigger detection result is the confirmation trigger. Through the technical scheme of the embodiment of the specification, the code modification work can be reduced, the development workload can be reduced, and the processing efficiency of the application can be improved.

Description

Application processing method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to an application processing method and apparatus.
Background
When the application runs, a situation may occur in which the service data in the list needs to perform a preset action corresponding to the service data after being modified. In the prior art, the scene is manually processed, so that mistakes and omissions are easy to occur, the workload is large, and the efficiency is low. If the mode of modifying the service code and re-online is adopted, the code modification work is increased, the development workload is increased, and the processing efficiency is low.
Disclosure of Invention
One or more embodiments of the present specification provide an application processing method. The application processing method comprises the following steps:
acquiring user operation submitted by a user aiming at an application, and determining an operation target and an operation type of the user operation;
searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs;
acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow;
determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis;
and executing the execution action in the workflow under the condition that the trigger detection result is the confirmation trigger.
Optionally, the type of the trigger condition is a formula type; the acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow comprises:
determining that the triggering condition type of the workflow is a formula type;
acquiring a trigger condition formula of the workflow according to the formula type;
and analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period.
Optionally, the determining the trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by analysis includes:
obtaining first input action data of a first input action submitted aiming at the formula field;
determining a target formula field value of the formula field according to the first input action data and the formula time period;
substituting the target formula field value into the trigger condition formula and calling the formula function to obtain a formula operation result of the trigger condition formula;
and if the formula operation result indicates that the trigger condition formula is established, determining that the detection result of the trigger condition is a confirmation trigger.
Optionally, the triggering condition type is a relational type; the acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow comprises:
acquiring a triggering condition relational expression of the workflow according to the relational expression type;
and analyzing the triggering condition relational expression to obtain a relational expression field and/or a relational expression time period.
Optionally, the determining the trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by analysis includes:
acquiring second input action data of a second input action submitted aiming at the relational field;
determining a target relational field value of the relational field according to the second input action data and the relational time period;
substituting the target relational field value into the triggering condition relational expression to obtain a relational operation result of the triggering condition relational expression;
and if the relational operation result is that the triggering condition relational expression is established, determining that the detection result of the triggering condition is a confirmation trigger.
Optionally, the executing the execution action in the workflow includes:
acquiring an execution action set of the workflow; the set of performance actions includes at least one of the performance actions;
analyzing the execution action set to obtain the execution sequence of the execution actions;
and executing the executing actions in sequence according to the executing sequence.
Optionally, the execution action is a field update action; the executing the execution action in the workflow comprises:
acquiring an updating action configuration parameter of the field updating action;
analyzing the update action configuration parameters to obtain a field to be updated, an update mode and an update value;
determining a target field corresponding to the field to be updated in the specific object;
if the updated value is empty, performing data updating processing on the field value of the target field according to the updating mode;
if the updated value is a reference field, reading the field value of the reference field as a target field value, and updating the field value of the target field into the target field value according to the updating mode;
and if the updated value is the target value, updating the field value of the target field to the target value according to the updating mode.
Optionally, the executing action is a task creating action; the executing the execution action in the workflow comprises:
acquiring a creating action configuration parameter of the task creating action;
analyzing the created action configuration parameters to obtain a task template identifier, a task object, a task deadline, operation buttons and an executor;
calling a target task template corresponding to the task template identification;
and configuring template parameters of the target task template through the task object, the task deadline, the operation buttons and the executor to create a target task.
Optionally, the workflow is configured as follows:
acquiring a selection action submitted by a trigger type of a workflow to be configured;
determining the trigger type selected by the selection action as a target trigger type for triggering and searching the workflow to be configured;
determining a target trigger condition according to a condition configuration action submitted by aiming at the trigger condition of the workflow to be configured;
and determining a target execution action executed after the target trigger condition is met through action configuration operation submitted by aiming at the execution action of the workflow to be configured so as to obtain the workflow.
One or more embodiments of the present specification provide an application processing apparatus including:
the operation acquisition module is used for acquiring user operation submitted by a user aiming at the application and determining an operation target and an operation type of the user operation;
the workflow query module is used for searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs;
the condition acquisition module is used for acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow;
the result determining module is used for determining the trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by analysis;
and the action execution module is used for executing the execution action in the workflow under the condition that the trigger detection result is the confirmation trigger.
In the application processing method provided in one or more embodiments of the present specification, a user operation submitted by a user for an application is acquired, and an operation target and an operation type of the user operation are determined; searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow; determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis; and when the trigger detection result is the confirmation trigger, executing the execution action in the workflow, so that the code modification work can be reduced, the development workload can be reduced, and the processing efficiency of the application can be improved.
Drawings
In order to more clearly illustrate one or more embodiments or prior art solutions of the present specification, the drawings that are needed in the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present specification, and that other drawings can be obtained by those skilled in the art without inventive exercise.
FIG. 1 is a process flow diagram of an application processing method provided in one or more embodiments of the present disclosure;
fig. 2 is a schematic structural diagram of a workflow in an application processing method according to one or more embodiments of the present disclosure;
FIG. 3 is a schematic diagram of a configuration page of a field update action in an application processing method according to one or more embodiments of the present disclosure;
fig. 4 is a schematic diagram of a configuration page of a task creating action in an application processing method according to one or more embodiments of the present specification;
fig. 5 is a second processing flow diagram of an application processing method according to one or more embodiments of the present disclosure;
fig. 6 is a schematic diagram of an application processing apparatus according to one or more embodiments of the present disclosure.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in one or more embodiments of the present disclosure, the technical solutions in one or more embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in one or more embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, and not all embodiments. All other embodiments that can be derived by a person skilled in the art from one or more of the embodiments described herein without making any inventive step shall fall within the scope of protection of this document.
An embodiment of an application processing method provided in this specification:
fig. 1 is a process flow diagram of an application processing method according to one or more embodiments of the present disclosure.
Referring to fig. 1, the application processing method provided in this embodiment includes steps S102 to S110.
Step S102, obtaining user operation submitted by a user aiming at the application, and determining an operation target and an operation type of the user operation.
The application may be a system for providing services to users, for example, a SaaS (Software-as-a-Service) system, that is, a system for providing Software services through a network. The SaaS platform supplier uniformly deploys the application software on the server of the SaaS platform supplier, a client can order the required application software service from a manufacturer through the Internet according to the actual working requirement, pay the cost to the manufacturer according to the amount and time of the ordered service, and obtain the service provided by the SaaS platform supplier through the Internet. The application may also be an application developed on the electronic device side by an intermediary website (e.g., a trading platform) through which a user can process business after registering as a member of the intermediary website. The application may also be an application developed on the electronic device side by a social platform, or the like. The application may be a mobile phone application, a computer application, or an application running on other electronic devices, which is not limited in the present invention.
The user operation includes, but is not limited to, a list creation operation, a list editing operation, a list principal assignment operation, a page creation operation, a page editing operation, a field creation operation, and a field editing operation. The operation targets operated by the user include, but are not limited to, lists, pages, fields, buttons and tools; the operation types of the user operation include, but are not limited to, a new operation type, an editing operation type, and a person in charge assignment operation type.
In the following, it is stated that the user operation is taken as an example of the list editing operation for the specific list, and the embodiments corresponding to other user operations are similar to the embodiment of the list editing operation for the specific list, and are not described again.
The user may perform an edit list operation on the specific list by clicking an edit button for the specific list in the application and entering a list edit page, where an operation target of the edit list operation is the specific list and an operation type is an edit operation type.
When the server receives the edit list operation submitted by the user aiming at the specific list in the application, the edit list operation is analyzed, the operation target is the specific list, and the operation type is the edit operation type.
Step S104, searching the workflow which is matched with the operation target and has the trigger type corresponding to the operation type from the workflow set configured aiming at the specific object to which the operation target belongs.
In application, a relatively independent function module can be regarded as an object, such as a vehicle object, a customer object and a shop object. The vehicle object refers to a function module related to a vehicle in an application, and the function module comprises a plurality of lists.
If the specific object to which the operation target belongs is, for example, a vehicle list, the vehicle object including the vehicle list is the specific object to which the operation target belongs.
A workflow set composed of at least one workflow is preconfigured for a specific object.
Workflow (Workflow) refers to "automation of a portion or the whole of a business process in a computer application environment". The method is an abstract and general description of the workflow and the business rules among the operation steps of the workflow. In computers, workflows are part of Computer Supported Collaborative Work (CSCW). The latter is a general study on how a group can achieve cooperative work with the help of computers. The main problems mainly solved by the workflow are as follows: to achieve a business goal, documents, information, or tasks are automatically communicated between multiple participants using a computer according to some predetermined rule. The structure of the workflow is described below with reference to fig. 2.
Fig. 2 is a schematic structural diagram of a workflow in an application processing method according to one or more embodiments of the present disclosure.
Referring to FIG. 2, a workflow 200 includes a particular object 202, a set of trigger conditions 204, and a set of execution actions 206. Wherein, the workflow 200 only includes one specific object 202, and the trigger condition set 204 includes at least one trigger condition; the set of execution actions 206 includes at least one execution action.
For one trigger condition of the set of trigger conditions 204, for example, trigger condition 1, the trigger condition 1 includes a trigger type 208 and a trigger condition type 210, and the trigger condition 1 includes one of a relational expression 212 and a formula 214.
The trigger types 208 include, but are not limited to, a new trigger type, an edit trigger type, a new or edit trigger type, a principal-assigned trigger type. The new trigger type corresponds to a new operation type in operation types of user operation; the editing triggering type corresponds to an editing operation type in the operation types operated by the user; the new creation or editing trigger type corresponds to a new creation operation type or an editing operation type in operation types operated by a user; the principal allocation trigger type corresponds to a principal allocation operation type among operation types of the user operation.
In one example, the trigger types 208 include a new trigger type, an edit trigger type, a new or edit trigger type, and a responsible person allocation trigger type, all corresponding to a list. When the operation target operated by the user is a specific list, the specific list is matched with the list.
When the trigger condition type 210 is a formula type, the trigger condition 1 includes a trigger condition formula, i.e., formula 214; when the trigger condition type 210 is a relational type, the trigger condition 1 includes a trigger condition relational expression, i.e., a relational expression 212.
The execution actions include, and are not limited to, field update actions, messaging actions, and task creation actions.
The following relationship exists between the set of trigger conditions 204 and the set of execution actions 206: when the trigger detection results of the trigger conditions in the trigger condition set 204 are all determined triggers, each execution action in the execution action set 206 is executed.
For example, the set of trigger conditions 204 includes trigger condition 1, trigger condition 2, and trigger condition 3, and the set of execution actions 206 includes execution action 1 and execution action 2. When the trigger condition 1, the trigger condition 2 and the trigger condition 3 are all satisfied, that is, when the trigger detection results of the trigger condition 1, the trigger condition 2 and the trigger condition 3 are all determined triggers, the action 1 and the action 2 are executed.
It should be noted that the fields included in the trigger condition and the fields included in the execution action are both fields in the specific object 202.
Optionally, the workflow is configured as follows: acquiring a selection action submitted by a trigger type of a workflow to be configured; determining the trigger type selected by the selected action as a target trigger type for triggering and searching the workflow to be configured; determining a target trigger condition according to a condition configuration action submitted by aiming at the trigger condition of the workflow to be configured; and determining a target execution action executed after the target trigger condition is met through action configuration operation submitted by aiming at the execution action of the workflow to be configured so as to obtain the workflow.
And acquiring a selection action submitted by a trigger type of the workflow to be configured on a workflow configuration page aiming at a specific object. The selection action can be a selection action submitted by a user or a selection action automatically submitted by a server. And determining the trigger type selected by the selected action as a target trigger type for triggering and searching the workflow to be configured.
Determining a target trigger condition according to a condition configuration action submitted by aiming at the trigger condition of the workflow to be configured, wherein the target trigger condition comprises the following steps: rendering and updating the workflow configuration page according to the selection action of the trigger condition type in the trigger condition aiming at the workflow to be configured to obtain a target configuration page corresponding to the trigger condition type; and receiving a configuration action of a trigger condition formula or a trigger condition relational expression aiming at the trigger condition on the target configuration page, and obtaining the target trigger condition according to the configuration action.
When the triggering condition type is a formula type, the workflow configuration page comprises a formula editing area; and when the triggering condition type is the relational area, displaying the relational parameter configuration area on the workflow configuration page.
It should be noted that, when the workflow configuration page includes a formula editing area, the workflow configuration page displays a formula checking button or control for the server to check the received formula when configuring the trigger condition formula of the workflow.
And determining a target execution action executed after the target trigger condition is met through action configuration operation submitted by aiming at the execution action of the workflow to be configured so as to obtain the workflow. For example, a selection action submitted by a user aiming at the action parameter of the execution action and a selection confirmation action of the user are received, so as to configure the action parameter of the target execution action, and obtain the configured workflow.
In step S104, a workflow that matches the operation target and has a trigger type corresponding to the operation type is searched from the workflow set configured for the specific object to which the operation target belongs, for example, according to the operation target "list 1" and the operation type "edit", a workflow that has a trigger type for editing and has a list is obtained by querying from the workflow set configured for the vehicle object to which the list 1 belongs.
It should be noted that the workflow runs on a background server, and after the workflow is found by triggering, the workflow is started, and even if the current page is exited, the workflow does not stop.
And step S106, acquiring the trigger condition of the workflow according to the determined trigger condition type of the workflow and analyzing the trigger condition.
Optionally, the type of the trigger condition is a formula type; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow, wherein the method comprises the following steps: determining the triggering condition type of the workflow as a formula type; acquiring a trigger condition formula of the workflow according to the formula type; and analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period.
When the trigger condition is a formula type, the workflow includes a trigger condition formula. And the server acquires a trigger condition formula in the workflow according to the formula type. The trigger condition formula is composed of at least one item of a formula field, a formula time period, a formula operator and a formula preset value. And analyzing the trigger condition formula to obtain at least one of a formula field, a formula time period, a formula function, a formula operator and a formula preset value.
It is noted that the trigger condition formula contains at least one formula field.
A trigger condition formula, for example, a formula time period is configured such that after a field is updated, whether a function is numbered (field 1) is 1, which may be understood as substituting a field value of field 1 into the function "whether a field is numbered", and if the field value of field 1 is a number, the function returns to 1, and the trigger condition formula is satisfied; if the field value of field 1 is not a number, the function returns 0, and is not equal to 1, the trigger condition formula does not hold.
For another example, the triggering condition formula is that, if the field 2 is the function "return to the current month text", that is, the function "return to the current month text" is called to obtain the month, and if the field value of the field 2 is the same as the month, the triggering condition formula is satisfied; otherwise the trigger condition is not established.
Wherein, the formula field is a field contained in the specific object. The formula time period contains the fields before and after the field update. Formula operators include, but are not limited to: addition, subtraction, multiplication, division, greater than, less than, equal to and assignment.
Formula functions include, but are not limited to: whether the fields are empty, return current date text, return current time text, return current date and time text, return current month text, not, whether a number is present, set empty (null) value, time string to long type timestamp, date of the day plus the number of days, whether contained, and date of the day plus the number of hours.
Optionally, the triggering condition type is a relational type; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow, wherein the method comprises the following steps: acquiring a trigger condition relational expression of the workflow according to the relational expression type; and analyzing the trigger condition relational expression to obtain a relational expression field and/or a relational expression time period.
When the trigger condition type is a relational type, the workflow includes a trigger condition relational expression. And the server acquires the trigger condition relational expression in the workflow according to the relational expression type. The trigger condition relational expression is composed of a relational expression field, a relational expression time period, a relational expression operator and a relational expression comparison value. Relational fields are fields that a particular object contains. The relational time period includes before field update and after field update. Relational operators include, but are not limited to: addition, subtraction, multiplication, division, greater than, less than, equal to and assignment. The relational comparison value may be a numeric value or a referenced field value.
In another embodiment, the trigger condition relation is composed of a relation field, a relation operator and a relation comparison value. In this embodiment, the field value of the relational field is pre-configured as a field value before or after the update of the relational field.
And step S108, determining a trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by analysis.
Optionally, determining a trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by the analysis, includes: acquiring first input action data of a first input action submitted aiming at a formula field; determining a target formula field value of the formula field according to the first input action data and the formula time period; substituting the field value of the target formula into a trigger condition formula and calling a formula function to obtain a formula operation result of the trigger condition formula; and if the formula operation result is that the trigger condition formula is established, determining that the trigger detection result of the trigger condition is a confirmation trigger.
Determining the triggering condition type of the workflow as a formula type under the condition that the triggering condition type is the formula type; acquiring a trigger condition formula of the workflow according to the formula type; and analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period. First input action data is obtained for a first input action submitted by the formula field, the first input action may be an update action or a delete action. For example, if the formula field is the field "number," then the first input action submitted for the formula field may be an update action or a delete action for the field "number. Taking the update action as an example, after the formula time period is a field update, the value of the field after the field "number" is updated is determined as the target formula field value according to the action data of the update action and the formula time period. Substituting the target formula field value into the trigger condition formula and calling a formula function to judge whether the trigger condition formula is established. And if so, determining the trigger detection result of the trigger condition as a confirmation trigger.
Optionally, determining a trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by the analysis, includes: acquiring second input action data of a second input action submitted aiming at the relational field; determining a target relational field value of the relational field according to the second input action data and the relational time period; substituting the field value of the target relational expression into the triggering condition relational expression to obtain a relational expression operation result of the triggering condition relational expression; and if the relational expression operation result is that the triggering condition relational expression is established, determining that the detection result of the triggering condition is the confirmation triggering.
Second input action data is obtained for a second input action submitted for the relational field, the second input action being either an update action or a delete action. For example, if the relational field is the field "number," then the second input action submitted for the relational field may be an update action or a delete action for the field "number. Taking the update action as an example, when the relational expression time period is a field update, the field value after the field "number" update is determined as the target relational expression field value according to the action data of the update action and the relational expression time period. And substituting the field value of the target formula into the triggering condition relational expression to judge whether the triggering condition relational expression is established. And if so, determining the trigger detection result of the trigger condition as a confirmation trigger.
In step S110, when the trigger detection result is the confirmation trigger, the execution action in the workflow is executed.
The execution actions include, and are not limited to, field update actions, messaging actions, and task creation actions.
And executing the execution action in the execution action set in the workflow when the trigger detection result is the confirmation trigger. Wherein, the execution action set comprises at least one execution action.
If the execution action is a message sending action, executing the execution action in the workflow, wherein the execution action comprises the following steps: acquiring a sending action configuration parameter of a message sending action; analyzing the sending action configuration parameters to obtain a message formula and a receiver; the message formula is sent to the recipient. Wherein the message formula contains message fields, message operators and/or message functions.
Optionally, executing the execution action in the workflow includes: acquiring an execution action set of a workflow; the set of execution actions includes at least one execution action; analyzing the execution action set to obtain an execution sequence of the execution actions; the actions are executed in sequence in the order of execution.
An execution action set of the workflow is obtained. Analyzing the execution action set to obtain the execution sequence of each execution action; and sequentially executing the execution actions according to the execution sequence.
Optionally, the execution action is a field update action; performing an execution action in a workflow, comprising: acquiring an updating action configuration parameter of a field updating action; analyzing the configuration parameters of the updating action to obtain a field to be updated, an updating mode and an updating value; determining a target field corresponding to a field to be updated in a specific object; if the update value is empty, performing data update processing on the field value of the target field according to an update mode; if the updated value is the reference field, reading the field value of the reference field as a target field value, and updating the field value of the target field into the target field value according to an updating mode; and if the updated value is the target value, updating the field value of the target field to the target value according to an updating mode.
Acquiring update action configuration parameters of a field update action from configuration data of a workflow; and analyzing the update action configuration parameters to obtain a field to be updated, an update mode and an update value. Wherein, the field to be updated is a field contained in the specific object. The update methods include, but are not limited to: emptying, updating to a designated value and updating according to a preset formula. The update value may be a preset numerical value or a field value referring to a field.
And determining a target field corresponding to the field to be updated in the specific object.
If the update value is null, data update processing is performed on the field value of the target field according to the update mode, for example, if the target field is field number, the update mode is null, and if the update value is null, data clearing processing is performed on the field number. For another example, the target field is field "number", the update mode is "update according to a preset formula", and the preset formula "field 'number' + x" is obtained, and if the update value is null, the field "number" is updated, and x is added to the field value of the field "number" to obtain the updated field value. Then
If the updated value is the reference field, reading the field value of the reference field as the target field value, and updating the field value of the target field to the target field value according to the updating mode, for example, if the target field is the field "number", the updating mode is "update to the specified value", and the updated value is the reference field "second number", then performing updating processing on the field "number", and updating the field value of the field "number" to the field value of the field "second number".
If the updated value is the target value, the field value of the target field is updated to the target value according to an updating mode, for example, if the target field is field number, the updating mode is update to a specified value, and the updated value is x, the field number is updated, and the field value of the field number is updated to x. The field update action is described below in conjunction with fig. 3.
Fig. 3 is a schematic diagram of a configuration page of a field update action in an application processing method according to one or more embodiments of the present disclosure.
Referring to FIG. 3, in the configuration page of field update action 302, specific object 304 is the object corresponding to the workflow, and specific object 304 contains target field 308. With the field to be updated 306, a target field 308 is determined in the particular object 304. The update mode 310 includes clearing 314, updating to a specified value 306, and updating 318 according to a predetermined formula. The update value 312 may be null, may be a preset value, or may be a reference field.
By the field update operation configured by the configuration page as shown in fig. 3, the field value of the target field can be updated when the trigger detection result is the confirmation trigger.
Optionally, the execution action is a task creation action; performing an execution action in a workflow, comprising: acquiring a creating action configuration parameter of a task creating action; analyzing the created action configuration parameters to obtain a task template identifier, a task object, a task deadline, operation buttons and an executor; calling a target task template corresponding to the task template identification; the template parameters of the target task template are configured through the task object, the task deadline, the operation buttons and the executor to create the target task.
Acquiring a creating action configuration parameter of a task creating action from configuration data of a workflow; and analyzing the created action configuration parameters to obtain a task template identifier, a task object, a task deadline, operation buttons and an executor. The task deadline can be a time field under a specific object or a custom-added time field. The operation buttons are buttons under the task object. The task object may be a specific object or a sub-object of the specific object. Calling a target task template corresponding to the task template identification; the template parameters of the target task template are configured through the task object, the task deadline, the operation buttons and the executor to create the target task. The task creation action is described below in conjunction with FIG. 4.
Fig. 4 is a schematic diagram of a configuration page of a task creation action in an application processing method according to one or more embodiments of the present specification.
Referring to FIG. 4, in the configuration page of the task creation action 402, the task template identification 404, the task object 406, the task expiration date 408, the action button 414, and the actor 418 are configured. Where the task deadline 408 is configured by a selection action for a time field 410 submission under the task object or an input action for a custom added time field. The operation button 414 is configured by a selection action for button submission under the task object 406.
The process of configuring the actor 418 is as follows: firstly, according to the selection operation of a user, a target selection mode is determined from staff selection 420, organizational structure selection 422, record responsible person selection 424, record creator selection 426 and authority role selection 428, and at least one execution candidate corresponding to the target selection mode is displayed on a configuration page according to the target selection mode. The selection operation of the user is received, and the executor selected by the selection operation is determined 418.
By the task creation operation configured by the configuration page as shown in fig. 4, the target task can be created when the trigger detection result is a confirmation trigger.
In the application processing method provided by one or more embodiments shown in fig. 1, a user operation submitted by a user for an application is obtained, and an operation target and an operation type of the user operation are determined; searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow; determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis; and when the trigger detection result is the confirmation trigger, executing the execution action in the workflow, so that the code modification work can be reduced, the development workload can be reduced, and the processing efficiency of the application can be improved.
Fig. 5 is a second processing flow diagram of an application processing method according to one or more embodiments of the present disclosure.
Step S502, the workflow is searched according to the user operation.
The method comprises the steps of obtaining user operation submitted by a user aiming at an application, and determining an operation target and an operation type of the user operation. And searching the workflow which is matched with the operation target and has the trigger type corresponding to the operation type from the workflow set configured aiming at the specific object to which the operation target belongs.
Step S504, the triggering condition type of the workflow is determined.
And acquiring the trigger condition type of the workflow.
Step S506, determining whether the trigger condition type is a formula type or a relational type.
If yes, go to step S512; if the relationship type is true, step S508 is executed.
Step S508, a trigger condition relation is obtained.
And acquiring a trigger condition relational expression from the configuration data of the workflow according to the relational expression type.
Step S510, a trigger condition relation is analyzed.
And analyzing the trigger condition relational expression to obtain a relational expression field and/or a relational expression time period.
Step S512, a trigger condition formula is obtained.
And acquiring a trigger condition formula from the configuration data of the workflow according to the formula type.
Step S514, the trigger condition formula is analyzed.
And analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period.
In step S516, an execution action set is obtained.
An execution action set of the workflow is obtained, the execution action set comprising at least one execution action.
In step S518, the execution action is analyzed.
The configuration data for performing the action is parsed.
Step S520, executing the execution action according to the analysis result.
The execution action is executed according to the configuration data of the execution action.
As shown in fig. 5, in the application processing method provided by one or more embodiments, a user operation submitted by a user for an application is obtained, and an operation target and an operation type of the user operation are determined; searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow; determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis; and when the trigger detection result is the confirmation trigger, executing the execution action in the workflow, so that the code modification work can be reduced, the development workload can be reduced, and the processing efficiency of the application can be improved.
The embodiment of the application processing method in fig. 5 can implement each process in the foregoing embodiment of the application processing method, and details are not described here.
Fig. 6 is a schematic diagram of an application processing apparatus according to one or more embodiments of the present disclosure.
The present embodiment provides an application processing apparatus 600, including:
an operation obtaining module 602, configured to obtain a user operation submitted by a user for an application, and determine an operation target and an operation type of the user operation;
a workflow query module 604, configured to search a workflow set configured for a specific object to which an operation target belongs, for workflows that are matched with the operation target and have trigger types corresponding to the operation types;
a condition obtaining module 606, configured to obtain a trigger condition of the workflow according to the determined trigger condition type of the workflow and perform analysis;
a result determining module 608, configured to determine a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained through analysis;
and the action execution module 610 is used for executing the execution action in the workflow under the condition that the trigger detection result is the confirmation trigger.
Optionally, the type of the trigger condition is a formula type; the condition obtaining module 606 is specifically configured to:
determining the triggering condition type of the workflow as a formula type;
acquiring a trigger condition formula of the workflow according to the formula type;
and analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period.
Optionally, the result determining module 608 is specifically configured to:
acquiring first input action data of a first input action submitted aiming at a formula field;
determining a target formula field value of the formula field according to the first input action data and the formula time period;
substituting the field value of the target formula into a trigger condition formula and calling a formula function to obtain a formula operation result of the trigger condition formula;
and if the formula operation result is that the trigger condition formula is established, determining that the detection result of the trigger condition is the confirmation trigger.
Optionally, the triggering condition type is a relational type; the condition obtaining module 606 is specifically configured to:
acquiring a trigger condition relational expression of the workflow according to the relational expression type;
and analyzing the trigger condition relational expression to obtain a relational expression field and/or a relational expression time period.
Optionally, the result determining module 608 is specifically configured to:
acquiring second input action data of a second input action submitted aiming at the relational field;
determining a target relational field value of the relational field according to the second input action data and the relational time period;
substituting the field value of the target relational expression into the triggering condition relational expression to obtain a relational expression operation result of the triggering condition relational expression;
and if the relational expression operation result is that the triggering condition relational expression is established, determining that the detection result of the triggering condition is the confirmation triggering.
Optionally, the action performing module 610 is specifically configured to:
acquiring an execution action set of a workflow; the set of execution actions includes at least one execution action;
analyzing the execution action set to obtain an execution sequence of the execution actions;
the execution actions are executed in sequence in the execution order.
Optionally, the execution action is a field update action; the action execution module 610 is specifically configured to:
acquiring an updating action configuration parameter of a field updating action;
analyzing the configuration parameters of the updating action to obtain a field to be updated, an updating mode and an updating value;
determining a target field corresponding to a field to be updated in a specific object;
if the update value is empty, performing data update processing on the field value of the target field according to an update mode;
if the updated value is the reference field, reading the field value of the reference field as a target field value, and updating the field value of the target field into the target field value according to an updating mode;
and if the updated value is the target value, updating the field value of the target field to the target value according to an updating mode.
Optionally, the execution action is a task creation action; the action execution module 610 is specifically configured to:
acquiring a creating action configuration parameter of a task creating action;
analyzing the created action configuration parameters to obtain a task template identifier, a task object, a task deadline, operation buttons and an executor;
calling a target task template corresponding to the task template identification;
the template parameters of the target task template are configured through the task object, the task deadline, the operation buttons and the executor to create the target task.
Optionally, the workflow is configured as follows:
acquiring a selection action submitted by a trigger type of a workflow to be configured;
determining the trigger type selected by the selected action as a target trigger type for triggering and searching the workflow to be configured;
determining a target trigger condition according to a condition configuration action submitted by aiming at the trigger condition of the workflow to be configured;
and determining a target execution action executed after the target trigger condition is met through action configuration operation submitted by aiming at the execution action of the workflow to be configured so as to obtain the workflow.
In the application processing method provided in one or more embodiments of the present specification, a user operation submitted by a user for an application is acquired, and an operation target and an operation type of the user operation are determined; searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs; acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow; determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis; and when the trigger detection result is the confirmation trigger, executing the execution action in the workflow, so that the code modification work can be reduced, the development workload can be reduced, and the processing efficiency of the application can be improved.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
In the 30 s of the 20 th century, improvements in a technology could clearly be distinguished between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Hardware Description Language), traffic, pl (core universal Programming Language), HDCal (jhdware Description Language), lang, Lola, HDL, laspam, hardward Description Language (vhr Description Language), vhal (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the units may be implemented in the same software and/or hardware or in multiple software and/or hardware when implementing the embodiments of the present description.
One skilled in the art will recognize that one or more embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, one or more embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The description has been presented with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the description. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
One or more embodiments of the present description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. One or more embodiments of the specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of this document and is not intended to limit this document. Various modifications and changes may occur to those skilled in the art from this document. Any modifications, equivalents, improvements, etc. which come within the spirit and principle of the disclosure are intended to be included within the scope of the claims of this document.

Claims (10)

1. An application processing method, comprising:
acquiring user operation submitted by a user aiming at an application, and determining an operation target and an operation type of the user operation;
searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs;
acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow;
determining a trigger detection result of the trigger condition according to the acquired input action data and an analysis result obtained by analysis;
and executing the execution action in the workflow under the condition that the trigger detection result is the confirmation trigger.
2. The method of claim 1, wherein the trigger condition type is a formula type; the acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow comprises:
determining that the triggering condition type of the workflow is a formula type;
acquiring a trigger condition formula of the workflow according to the formula type;
and analyzing the trigger condition formula to obtain a formula field, a formula function and/or a formula time period.
3. The method according to claim 2, wherein the determining the trigger detection result of the trigger condition according to the acquired input action data and the parsing result obtained by parsing comprises:
obtaining first input action data of a first input action submitted aiming at the formula field;
determining a target formula field value of the formula field according to the first input action data and the formula time period;
substituting the target formula field value into the trigger condition formula and calling the formula function to obtain a formula operation result of the trigger condition formula;
and if the formula operation result indicates that the trigger condition formula is established, determining that the detection result of the trigger condition is a confirmation trigger.
4. The method of claim 1, wherein the trigger condition type is a relational type; the acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow comprises:
acquiring a triggering condition relational expression of the workflow according to the relational expression type;
and analyzing the triggering condition relational expression to obtain a relational expression field and/or a relational expression time period.
5. The method according to claim 4, wherein the determining the trigger detection result of the trigger condition according to the acquired input action data and the parsing result obtained by parsing comprises:
acquiring second input action data of a second input action submitted aiming at the relational field;
determining a target relational field value of the relational field according to the second input action data and the relational time period;
substituting the target relational field value into the triggering condition relational expression to obtain a relational operation result of the triggering condition relational expression;
and if the relational operation result is that the triggering condition relational expression is established, determining that the detection result of the triggering condition is a confirmation trigger.
6. The method of claim 1, wherein the performing the execution action in the workflow comprises:
acquiring an execution action set of the workflow; the set of performance actions includes at least one of the performance actions;
analyzing the execution action set to obtain the execution sequence of the execution actions;
and executing the executing actions in sequence according to the executing sequence.
7. The method of claim 1, wherein the action is performed as a field update action; the executing the execution action in the workflow comprises:
acquiring an updating action configuration parameter of the field updating action;
analyzing the update action configuration parameters to obtain a field to be updated, an update mode and an update value;
determining a target field corresponding to the field to be updated in the specific object;
if the updated value is empty, performing data updating processing on the field value of the target field according to the updating mode;
if the updated value is a reference field, reading the field value of the reference field as a target field value, and updating the field value of the target field into the target field value according to the updating mode;
and if the updated value is the target value, updating the field value of the target field to the target value according to the updating mode.
8. The method of claim 1, wherein the performing act is a task creation act; the executing the execution action in the workflow comprises:
acquiring a creating action configuration parameter of the task creating action;
analyzing the created action configuration parameters to obtain a task template identifier, a task object, a task deadline, operation buttons and an executor;
calling a target task template corresponding to the task template identification;
and configuring template parameters of the target task template through the task object, the task deadline, the operation buttons and the executor to create a target task.
9. The method of claim 1, wherein the workflow is configured by:
acquiring a selection action submitted by a trigger type of a workflow to be configured;
determining the trigger type selected by the selection action as a target trigger type for triggering and searching the workflow to be configured;
determining a target trigger condition according to a condition configuration action submitted by aiming at the trigger condition of the workflow to be configured;
and determining a target execution action executed after the target trigger condition is met through action configuration operation submitted by aiming at the execution action of the workflow to be configured so as to obtain the workflow.
10. An application processing apparatus, comprising:
the operation acquisition module is used for acquiring user operation submitted by a user aiming at the application and determining an operation target and an operation type of the user operation;
the workflow query module is used for searching a workflow which is matched with the operation target and has a trigger type corresponding to the operation type from a workflow set configured aiming at a specific object to which the operation target belongs;
the condition acquisition module is used for acquiring and analyzing the triggering condition of the workflow according to the determined triggering condition type of the workflow;
the result determining module is used for determining the trigger detection result of the trigger condition according to the acquired input action data and the analysis result obtained by analysis;
and the action execution module is used for executing the execution action in the workflow under the condition that the trigger detection result is the confirmation trigger.
CN202011313195.7A 2020-11-20 2020-11-20 Application processing method and device Active CN112527387B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011313195.7A CN112527387B (en) 2020-11-20 2020-11-20 Application processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011313195.7A CN112527387B (en) 2020-11-20 2020-11-20 Application processing method and device

Publications (2)

Publication Number Publication Date
CN112527387A true CN112527387A (en) 2021-03-19
CN112527387B CN112527387B (en) 2024-03-01

Family

ID=74982092

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011313195.7A Active CN112527387B (en) 2020-11-20 2020-11-20 Application processing method and device

Country Status (1)

Country Link
CN (1) CN112527387B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1535435A (en) * 2001-07-30 2004-10-06 Ӧ�ò��Ϲ�˾ Method and apparatus for analyzing manufacturing data
CN105593818A (en) * 2014-10-03 2016-05-18 数据梅尔公司 Apparatus and method for scheduling distributed workflow tasks
CN106874461A (en) * 2017-02-14 2017-06-20 北京慧正通软科技有限公司 A kind of workflow engine supports multi-data source configuration security access system and method
CN109118155A (en) * 2017-06-26 2019-01-01 华为技术有限公司 A kind of method and device generating operation model
AU2019100273A4 (en) * 2019-03-15 2019-05-02 Data One Technologies Pty Ltd BinWin is a modern-day waste collection technology enabling councils and waste management authorities to manage waste effectively. The framework consists of IoT, AI, mobile & web applications integrated to monitor, track, and plan. The bins ensure eco-friendliness by keeping a constant check on fill levels enabling waste collection on a needs basis preventing over-flow, maintaining a hygienic environment using solar self-charging capability. BinWin promises to increase operational efficiencies in the waste collection chain, reducing cost and labour associated with rubbish collection & removal.
CN110325961A (en) * 2016-12-03 2019-10-11 托马斯·斯塔胡拉 Software application exploitation based on electrical form
US20200310845A1 (en) * 2019-03-27 2020-10-01 Amazon Technologies, Inc. Continuation workflows
CN111752968A (en) * 2020-06-12 2020-10-09 支付宝(杭州)信息技术有限公司 Identity file processing method, device, equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1535435A (en) * 2001-07-30 2004-10-06 Ӧ�ò��Ϲ�˾ Method and apparatus for analyzing manufacturing data
CN105593818A (en) * 2014-10-03 2016-05-18 数据梅尔公司 Apparatus and method for scheduling distributed workflow tasks
CN110325961A (en) * 2016-12-03 2019-10-11 托马斯·斯塔胡拉 Software application exploitation based on electrical form
CN106874461A (en) * 2017-02-14 2017-06-20 北京慧正通软科技有限公司 A kind of workflow engine supports multi-data source configuration security access system and method
CN109118155A (en) * 2017-06-26 2019-01-01 华为技术有限公司 A kind of method and device generating operation model
AU2019100273A4 (en) * 2019-03-15 2019-05-02 Data One Technologies Pty Ltd BinWin is a modern-day waste collection technology enabling councils and waste management authorities to manage waste effectively. The framework consists of IoT, AI, mobile & web applications integrated to monitor, track, and plan. The bins ensure eco-friendliness by keeping a constant check on fill levels enabling waste collection on a needs basis preventing over-flow, maintaining a hygienic environment using solar self-charging capability. BinWin promises to increase operational efficiencies in the waste collection chain, reducing cost and labour associated with rubbish collection & removal.
US20200310845A1 (en) * 2019-03-27 2020-10-01 Amazon Technologies, Inc. Continuation workflows
CN111752968A (en) * 2020-06-12 2020-10-09 支付宝(杭州)信息技术有限公司 Identity file processing method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
E. DEELMAN 等: "《Managing Large-Scale Workflow Execution from Resource Provisioning to Provenance Tracking: The CyberShake Example》", 《2006 SECOND IEEE INTERNATIONAL CONFERENCE ON E-SCIENCE AND GRID COMPUTING (E-SCIENCE\'06)》, 19 December 2006 (2006-12-19), pages 14 *
顾春琴 等: "基于SPN的工作流时间性能分析方法", 《第二十五届中国数据库学术会议》, 15 May 2009 (2009-05-15), pages 652 - 656 *

Also Published As

Publication number Publication date
CN112527387B (en) 2024-03-01

Similar Documents

Publication Publication Date Title
CN107644286B (en) Workflow processing method and device
CN107391101B (en) Information processing method and device
CN109542997B (en) Motion trail display method and device
CN111159982B (en) Document editing method, device, electronic equipment and computer readable storage medium
CN111581069A (en) Data processing method and device
EP2951680B1 (en) Acquiring identification of an application lifecycle management entity associated with similar code
CN107633080B (en) User task processing method and device
CN117389562A (en) Front-end code visual configuration and intelligent generation method and system based on Vue
CN112258295A (en) Recording processing method, device and equipment
CN110187874B (en) Rule configuration method and device executed in computer equipment
CN112183181A (en) Information display method
CN112527387A (en) Application processing method and device
US9542457B1 (en) Methods for displaying object history information
CN107562533B (en) Data loading processing method and device
CN114841604A (en) Cooperative task processing method, device and equipment and computer readable storage medium
CN113971074A (en) Transaction processing method and device, electronic equipment and computer readable storage medium
CN113656606B (en) Code query method, device and equipment of application program and storage medium
CN111967769A (en) Risk identification method, device, equipment and medium
US20150169776A1 (en) System and method for displaying contextual data respective of events
CN111784208A (en) Investigation task processing method, device, equipment and storage medium
CN112966029A (en) Information display and sending method, device, equipment and readable medium
CN114564507A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN112307305A (en) Service component preprocessing method, device and equipment
CN111967767A (en) Business risk identification method, device, equipment and medium
CN112287204A (en) Searching method, device, equipment 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