CN110908638A - Operation flow creating method and electronic equipment - Google Patents

Operation flow creating method and electronic equipment Download PDF

Info

Publication number
CN110908638A
CN110908638A CN201911062921.XA CN201911062921A CN110908638A CN 110908638 A CN110908638 A CN 110908638A CN 201911062921 A CN201911062921 A CN 201911062921A CN 110908638 A CN110908638 A CN 110908638A
Authority
CN
China
Prior art keywords
steps
target
user
input
operation flow
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.)
Pending
Application number
CN201911062921.XA
Other languages
Chinese (zh)
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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN201911062921.XA priority Critical patent/CN110908638A/en
Publication of CN110908638A publication Critical patent/CN110908638A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides an operation flow creating method and electronic equipment, relates to the technical field of communication, and aims to solve the problem that the existing electronic equipment is poor in convenience in creating operation flows. The method comprises the following steps: acquiring target operation information, wherein the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. The method may be applied in a scenario where an operation flow is created by an electronic device.

Description

Operation flow creating method and electronic equipment
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to an operation flow creating method and electronic equipment.
Background
With the continuous development of terminal technology, the applications and functions of electronic equipment are more and more abundant. For example, a user may trigger the electronic device to create or add a custom operation flow, so that the electronic device automatically completes the cooperative operation between the applications according to the custom operation flow.
At present, workflow (shortcut) is mainly added to an operation flow, and the implementation modes of the workflow are mainly two types:
the first implementation mode comprises the following steps: an Application Programming Interface (API) provided by the iOS system is encapsulated into individual operations, and also needs to actively adapt to the API and URL Schemes of the third-party application, and encapsulates the functions of the third-party application into individual operations, and finally, the user assembles the encapsulated operations into a complete shortcut. The defect of the technology is that the system is required to adapt to the application of a third party, so that a large amount of work is brought to the system, meanwhile, the access of a large amount of third party applications is not facilitated, and a lot of limitations are brought to a use scene.
The second implementation mode comprises the following steps: the system does not adapt to the third-party application, but the third-party application develops the operation flow of the corresponding operation combination according to the specification. The operation flow of the system (hereinafter, may be referred to as a system operation flow) may be an operation flow of a single application, or may be an operation flow of a plurality of applications combined, but there is no operation of inputting and outputting data between the operation flows of the applications (hereinafter, may be referred to as an application operation flow), and calls between them are execution of a single action, and there is no feedback or condition determination. Such as the following common scenarios: it is assumed that a user searches for food in a certain area in a certain application (or software), then determines the name of a restaurant, shares the name with a communication application, and navigates through a map navigation application, and the above-mentioned technology does not support continuous operation and feedback of such a scenario. The disadvantage of this technique is that a third party application is required to make adaptation development, and there is no feedback and trigger execution between the operation flows of the application.
The above two implementations have the following drawbacks:
(1) when a user adds an operation flow, the whole flow needs to be defined in mind in advance, so that the operation mode of adding the operation flow is complicated and unintuitive;
(2) there is no interaction of input and output data between application operation streams, resulting in the fact that the overall operation stream cannot complete the composition of complex scenes.
Disclosure of Invention
The embodiment of the invention provides an operation flow creating method and electronic equipment, and aims to solve the problem that the existing electronic equipment is poor in convenience in creating operation flows.
In order to solve the technical problem, the present application is implemented as follows:
in a first aspect, an embodiment of the present invention provides an operation flow creating method, which is applied to an electronic device, and the method includes: acquiring target operation information, wherein the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1.
In a second aspect, an embodiment of the present invention provides an electronic device, which includes an obtaining module and a processing module. The acquisition module is used for acquiring target operation information, and the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence. The processing module is used for performing operation step disassembly on the target operation information acquired by the acquisition module to obtain N operation steps; generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a processor, a memory, and a computer program stored on the memory and executable on the processor, and when executed by the processor, the electronic device implements the steps of the operation flow creation method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when executed by a processor, the computer program implements the steps of the operation flow creation method in the first aspect.
In the embodiment of the invention, target operation information can be acquired, wherein the target operation information comprises an operation record of a user executing a target operation on the electronic equipment according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. According to the scheme, a series of operations of the user on the electronic equipment can be recorded, the operation records are automatically split, a plurality of operation steps are obtained, and then the user can directly create an operation flow based on the plurality of operation steps obtained through splitting according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
Drawings
Fig. 1 is a schematic diagram of an architecture of a possible android operating system according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an operation flow creating method according to an embodiment of the present invention;
fig. 3 is one of interface diagrams of an application of an operation flow creation method according to an embodiment of the present invention;
fig. 4 is a second schematic interface diagram of an application of the operation flow creation method according to the embodiment of the present invention;
fig. 5 is a second schematic diagram of an operation flow creating method according to an embodiment of the present invention;
fig. 6 is a third schematic interface diagram of an application of the operation flow creation method according to the embodiment of the present invention;
fig. 7 is a fourth schematic interface diagram of an application of the operation flow creation method according to the embodiment of the present invention;
fig. 8 is a third schematic diagram of an operation flow creating method according to an embodiment of the present invention;
FIG. 9 is a fourth schematic diagram illustrating an operation flow creating method according to an embodiment of the present invention;
FIG. 10 is a fifth schematic diagram illustrating an operation flow creating method according to an embodiment of the present invention;
FIG. 11 is a sixth schematic diagram illustrating an operation flow creation method according to an embodiment of the present invention;
FIG. 12 is a seventh schematic diagram of an operation flow creation method provided by the embodiment of the invention;
fig. 13 is an eighth schematic diagram of an operation flow creating method according to an embodiment of the present invention;
FIG. 14 is a ninth schematic diagram illustrating an operation flow creation method according to an embodiment of the present invention;
FIG. 15 is a tenth schematic diagram of an operation flow creation method according to an embodiment of the present invention;
fig. 16 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 17 is a second schematic structural diagram of an electronic device according to an embodiment of the invention;
fig. 18 is a third schematic structural diagram of an electronic apparatus according to an embodiment of the invention;
fig. 19 is a fourth schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 20 is a hardware schematic diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The term "and/or" herein is an association relationship describing an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. The symbol "/" herein denotes a relationship in which the associated object is or, for example, a/B denotes a or B.
The terms "first" and "second," and the like, in the description and in the claims herein are used for distinguishing between different objects and not for describing a particular order of the objects. For example, the first input and the second input, etc. are for distinguishing different inputs, rather than for describing a particular order of inputs.
In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
In the description of the embodiments of the present invention, unless otherwise specified, "a plurality" means two or more, for example, a plurality of processing units means two or more processing units, or the like; plural elements means two or more elements, and the like.
The electronic device in the embodiment of the present invention may be an electronic device having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present invention are not limited in particular.
Next, a software environment applied by the operation flow creation method provided by the embodiment of the present invention is described by taking an android operating system as an example.
Fig. 1 is a schematic diagram of an architecture of a possible android operating system according to an embodiment of the present invention. In fig. 1, the architecture of the android operating system includes 4 layers, which are respectively: an application layer, an application framework layer, a system runtime layer, and a kernel layer (specifically, a Linux kernel layer).
The application program layer comprises various application programs (including system application programs and third-party application programs) in an android operating system.
The application framework layer is a framework of the application, and a developer can develop some applications based on the application framework layer under the condition of complying with the development principle of the framework of the application.
The system runtime layer includes libraries (also called system libraries) and android operating system runtime environments. The library mainly provides various resources required by the android operating system. The android operating system running environment is used for providing a software environment for the android operating system.
The kernel layer is an operating system layer of an android operating system and belongs to the bottommost layer of an android operating system software layer. The kernel layer provides kernel system services and hardware-related drivers for the android operating system based on the Linux kernel.
Taking an android operating system as an example, in the embodiment of the present invention, a developer may develop a software program for implementing the operation flow creation method provided in the embodiment of the present invention based on the system architecture of the android operating system shown in fig. 1, so that the operation flow creation method may run based on the android operating system shown in fig. 1. That is, the processor or the electronic device may implement the operation flow creation method provided by the embodiment of the present invention by running the software program in the android operating system.
The electronic equipment in the embodiment of the invention can be a mobile terminal or a non-mobile terminal. For example, the mobile terminal may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted terminal, a wearable device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and the non-mobile terminal may be a Personal Computer (PC), a Television (TV), a teller machine, a self-service machine, and the like, and the embodiment of the present invention is not limited in particular.
The execution main body of the operation flow creation method provided in the embodiment of the present invention may be the electronic device, or may also be a functional module and/or a functional entity capable of implementing the operation flow creation method in the electronic device, which may be specifically determined according to actual use requirements, and the embodiment of the present invention is not limited. The following takes an electronic device as an example to exemplarily explain an operation flow creation method provided by the embodiment of the present invention.
The embodiment of the invention provides an operation flow creating method and electronic equipment, which can acquire target operation information, wherein the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. According to the scheme, a series of operations of the user on the electronic equipment can be recorded, the operation records are automatically split, a plurality of operation steps are obtained, and then the user can directly create an operation flow based on the plurality of operation steps obtained through splitting according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
The following describes an exemplary operation flow creation method according to an embodiment of the present invention with reference to the drawings.
As shown in fig. 2, an embodiment of the present invention provides an operation flow creation method, which may include steps 200 to 202 described below.
And 200, the electronic equipment acquires target operation information.
The target operation information may include an operation record of the user performing the target operation on the electronic device according to the first operation sequence.
In the embodiment of the present invention, if a user needs to create or add an operation flow through an electronic device, at this time, after the user triggers the electronic device to start creating the operation flow, the user may perform an operation for a system (referred to as a system operation for short) and/or an operation for an application (referred to as an application operation for short) on the electronic device. Accordingly, the electronic device may record a series of operation processes of the user, that is, obtain the target operation information.
Optionally, in this embodiment of the present invention, the target operation may include a plurality of system operations (for example, operations such as returning to a desktop and entering a system setting interface), may also include a plurality of application operations, or may include at least one system operation and at least one application operation. The method can be determined according to actual use requirements, and the embodiment of the invention is not limited.
Illustratively, the target operation may include the following operations: opening the application 1, clicking a certain function of the application 1, opening the photo album and selecting pictures, popping up an input box and then recording characters.
As another example, the target operation may include the following operations: the user searches for food in an area in the application 2 and determines a name of a restaurant-shares the searched information to a friend through the application 3 (e.g., a messenger application) -and navigates through the application 3 (e.g., a map navigation application).
And step 201, the electronic equipment performs operation step disassembly on the target operation information to obtain N operation steps.
In the embodiment of the present invention, since the target operation information is an operation record recorded for a target operation (i.e., multiple operations), the electronic device may split the target operation information to obtain multiple operation steps.
Illustratively, assume that the operation record includes the following operations: opening the application 1, clicking a certain function of the application 1, opening a photo album and selecting a picture, popping up an input box and then recording characters, and then the electronic equipment can split the operation record into the following operation steps: (1) opening an application; (2) clicking a certain function of a certain application; (3) opening the photo album to select pictures; (4) and popping up an input box to input characters. It will be appreciated that the operational steps resulting from splitting the operational record support editable, e.g. recombining, adding specific functions, etc.
Step 202, the electronic device generates a first operation flow based on the N operation steps.
Wherein N is a positive integer greater than 1.
For example, the electronic device may generate (e.g., synthesize) the first operation flow based on the plurality of operation steps and other operation steps pre-stored in the electronic device, or the electronic device may generate (e.g., synthesize) the first operation flow based on a part of the plurality of operation steps. The implementation manner of generating the first operation flow by the electronic device based on the multiple operation steps may be specifically determined according to actual use requirements, and the embodiment of the present invention is not limited.
The embodiment of the invention provides a method for creating an operation flow through operation records and editing thereof. The following describes a specific implementation manner of the method provided by the embodiment of the present invention in an exemplary manner with reference to fig. 3 to 4.
First, as shown in fig. 3, the electronic device may display an workflow management page 31. The operation flow management page can display the function options of the prestored operation flow for the user to use directly; and a control with the newly-built operation flow can be displayed, so that a user can create the operation flow by self-definition. The workflow management page may also be referred to as a user operation interface because a user may perform an input operation on the workflow management page. As shown in fig. 3, the workflow management page 31 can be classified according to usage functions, such as common tools, navigation, food, and photo. The user can use, edit, modify, newly add and the like the operation options in the operation flow management page, namely, the user can re-edit the existing operation flow, so that the user can define the existing operation flow, and the convenience and the flexibility of the electronic equipment for managing the operation flow can be improved.
Then, referring to fig. 3, if the user clicks the control 32 of the newly created operation flow in the operation flow management page 31, the electronic device starts the operation flow creation flow. At this time, as shown in (a) of fig. 4, the electronic apparatus may display a prompt message 33 for prompting the user that the recording stage will be started next. Optionally, the prompt message 33 may also be in the form of a control, and if the user clicks the control, the electronic device is triggered to start the recording operation.
Next, the electronic device enters an operational recording phase. As shown in fig. 4 (b), if the user clicks the "save completed" control 34 after performing a series of operations on the electronic device, the operation recording phase is ended, and the electronic device may save a record for the series of operations (referred to as an operation record, i.e., the target operation information).
Further, the electronic device may obtain the target operation information, and split the target operation information to obtain N operation steps. Further, the electronic device may generate an operation flow based on the N operation steps in response to a user input.
The operation flow creating method provided by the embodiment of the invention can acquire the target operation information, wherein the target operation information comprises the operation record of the target operation executed by the user on the electronic equipment according to the first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. According to the scheme, a series of operations of the user on the electronic equipment can be recorded, the operation records are automatically split, a plurality of operation steps are obtained, and then the user can directly create an operation flow based on the plurality of operation steps obtained through splitting according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
Optionally, with reference to fig. 2, as shown in fig. 5, after the step 201 and before the step 202, the operation flow creating method provided in the embodiment of the present invention may further include the following step 203 and step 204. Accordingly, the step 202 can be specifically realized by the step 202a described below.
Step 203, the electronic device receives a first input of the N operation steps from the user.
Optionally, in the embodiment of the present invention, the first input may be a selection input (for example, a click input) of the user for N operation steps, or may be any other input that meets an actual use requirement, which may be determined specifically according to the actual use requirement, and the embodiment of the present invention is not limited.
And step 204, the electronic equipment responds to the first input and executes target processing corresponding to the first input.
Step 202a, the electronic device synthesizes the processed operation steps into a first operation flow according to a first operation sequence.
Wherein the target processing may include at least one of: editing the plurality of operation steps, deleting at least one operation step from the plurality of operation steps, adding at least one operation step to the plurality of operation steps, and merging at least two operation steps from the N operation steps.
The following describes, with reference to fig. 6, a specific implementation of the above steps 201 to 202 a.
As shown in fig. 6, after the electronic device performs operation step decomposition on the target operation information to obtain N operation steps, the electronic device may display the N (e.g., 6) operation steps: 1 application selection, 2 text input, 3 picture selection, 4 function execution, 5 application open, 6 application selection, etc. Since each of the plurality of operation steps corresponds to one operation interface, the electronic device can display the operation interface corresponding to each of the plurality of operation steps. The user can select an editing function to perform an editing operation on at least one of the plurality of operation steps. The user may also select a delete function to delete at least one operation step from the plurality of operation steps. Or, the user can also select a new function and add at least one operation step to the plurality of operation steps. Thus, the user can create an operation flow based on a plurality of operation steps according to actual use requirements. Therefore, convenience of creating operation flow by the electronic equipment can be improved.
Optionally, in the embodiment of the present invention, after the operation steps of the target operation information are disassembled to obtain N operation steps, a capability of recording and editing again is provided for each operation step. It can be understood that the operation flow creation method provided by the embodiment of the present invention is an editing and obtaining method.
This is exemplarily illustrated by the operation of picture stitching in conjunction with fig. 7.
As shown in fig. 7 (a), the first step of picture stitching is to open the picture stitching software, and this step can be selected to be opened in the background; as shown in fig. 7 (b), the second step performs intra-application operation, and may directly select to skip some operations and then select a tile template; as shown in (c) of fig. 7, in the editing of the picture selection in the third step, functions such as picture compression, picture filtering, and the like may be added, so that this operation is performed incidentally when the operation flow is executed. Thus, the user can select operation additional options according to actual use requirements, and an operation flow is created based on a plurality of operation steps. Therefore, convenience of creating operation flow by the electronic equipment can be improved.
Optionally, with reference to fig. 2, as shown in fig. 8, before the step 200, the operation flow creating method provided in the embodiment of the present invention may further include the following step 205.
Step 205, in the process that the user executes the target operation according to the first operation sequence, the electronic device executes the screen recording operation to generate the target operation information.
For example, in the process of recording the operation after the operation flow is added, the click operation of the user on the icon (application icon of the application list page) of the application 1 (denoted as APP 1) may be recorded as: openApp (APP _ packagemame), wherein the icon of APP 1 is clicked by the screen operation in the user operation interface, and the function is described as opening APP 1.
Optionally, in the embodiment of the present invention, the implementation of the part of functions requires the following functional modules:
1) operating the recording module: and the recording and recording of user screen operation are carried out.
2) The operation record storage module: and the system is responsible for storing original operation records and edited operation records for playback and editing of the records.
Optionally, with reference to fig. 8, as shown in fig. 9, after the step 205, the operation flow creation method provided in the embodiment of the present invention may further include the following step 206 and step 207.
Step 206, the electronic device receives a second input of the user.
The second input may be an input for triggering playing of a recorded operation record, and may be determined according to an actual use requirement, which is not limited in the embodiment of the present invention.
And step 207, the electronic equipment responds to the second input and plays the operation record recorded through the screen recording operation.
In the embodiment of the invention, the electronic equipment can enter an operation recording stage, which is similar to a screen recording stage, and is different from the screen recording stage in that the screen recording stage only records the video of an operation picture, and the operation recording stage not only records the video, but also records the operation, and the operation record can be played back through system calling.
In the embodiment of the invention, the screen recording process can record videos and record operation at the same time, and the operation record can be played back through system call. Therefore, convenience of creating operation flow through the electronic equipment by a user can be improved.
Optionally, with reference to fig. 2, as shown in fig. 10, after the step 200 and before the step 201, the operation flow creating method provided in the embodiment of the present invention may further include the step 208 described below.
And step 209, the electronic equipment identifies the operation steps in the target operation information.
In the embodiment of the invention, the electronic equipment can automatically identify and split the operation records. Because the addition of the operation flow is not simple operation recording and playback, but operation recording and process editing and self-defining can be carried out, the electronic equipment can identify the operation recording and automatically split the operation steps. While providing a means of secondary identification and correction to allow correction of trajectory identification.
Optionally, in the embodiment of the present invention, the implementation of the part of functions requires an operation record identification module, and the module may be used to identify the operation record and split the operation record into one step. For example, the electronic device may identify the operation record, and split the identified operation record into: opening a certain application, clicking a certain function of the certain application, opening a photo album to select pictures, popping up an input box to enter characters and the like.
Through the scheme, the electronic equipment can automatically identify and split the operation records, and then a user can edit, add or delete the operation steps based on the operation steps obtained by splitting, so that a first operation flow can be generated. Thus, the user can create an operation flow based on a plurality of operation steps according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
Optionally, with reference to fig. 2, as shown in fig. 11, after the step 201 and before the step 202, the operation flow creating method provided in the embodiment of the present invention may further include the following step 210 and step 211.
Step 210, the electronic device receives a third input of the user to a target operation step of the N operation steps.
Optionally, in this embodiment of the present invention, the third input may be a long-press input (for example, an input that a press duration is greater than a preset duration) of the operation interface corresponding to the target operation step by the user, or may be any other input that meets an actual use requirement, which may be determined specifically according to the actual use requirement, and this embodiment of the present invention is not limited.
And step 211, the electronic device responds to a third input, and splits the target operation step into M sub-operation steps.
Wherein M is a positive integer greater than 1.
In the embodiment of the invention, if the user considers that the operation steps automatically split by the electronic equipment are insufficient, the user can further identify and split the target operation steps in a targeted manner, and the large steps can be further subdivided and split on the implementation scheme, so that the subsequent editing is facilitated.
For example, assuming that the first identified "picture selection" step directly displays a preset picture interface, the "picture selection" step may be further split into: the first step is as follows: entering an application of picture selection; the second step is that: popping up a classification page selected by the picture in the application; the third step: enter "picture selection". Therefore, the electronic equipment can generate the first operation flow based on a plurality of operation steps, and convenience and flexibility of creating the operation flow by the electronic equipment can be improved.
Optionally, with reference to fig. 2, as shown in fig. 12, after the step 202, the operation flow creating method provided in the embodiment of the present invention may further include the following step 212 and step 213.
Step 212, the electronic device receives a fourth input of the user for at least two operation flows.
Wherein the at least two operational flows comprise the first operational flow described above.
Step 213, the electronic device synthesizes the at least two operation flows into a second operation flow according to the second operation sequence in response to the fourth input.
Optionally, in this embodiment of the present invention, the fourth input may be a dragging input of the identifier corresponding to each of the at least two operation streams by the user, or may be any other input meeting the actual use requirement, which may be specifically determined according to the actual use requirement, and this embodiment of the present invention is not limited.
In the embodiment of the present invention, for each operation flow that completes editing, the combination execution of a plurality of operation flows may be performed. Different from the existing implementation scheme, the result output by each operation flow can be obtained among a plurality of operation flows, and the result output by the previous operation flow can be applied to the next operation flow. Thus, the user can create a new operation flow based on a plurality of existing operation flows according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
For example, assuming that the a operation flow is used for picture splicing, the output result is a spliced picture, and the B operation flow is used for picture selection and picture sharing, the a operation flow and the B operation flow may be combined in a specific order, so that a complete operation of picture splicing and picture sharing may be achieved.
Optionally, the output result of each operation flow may be a picture, or may be text content. As shown in fig. 13, the text content and the picture selected by the picture acquired in the previous step may be used as the input of the next step, and may affect the operation of the next step (e.g., acquiring input in an application, executing the operation).
It should be noted that, in the embodiment of the present invention, the diversity of the addition modes of the operation flows can be further improved by combining the addition modes of the existing operation flows.
The embodiment of the invention can realize convenient addition of the operation flow on the electronic equipment, reduce the cost of the operation flow addition, simultaneously improve the flexibility and convenience of creating the operation flow by the electronic equipment by a user through the combination of a series of operation flows, and simultaneously realize certain specific functions through the complex operation flows.
Optionally, with reference to fig. 2, as shown in fig. 14, after the step 202, the operation flow creation method provided in the embodiment of the present invention may further include the following step 214 or step 215.
Step 214, after the interval is preset, the electronic device executes the first operation flow.
Optionally, the preset time period may be set by a default of the system (e.g. 1 minute), or may be set by a user in a customized manner (e.g. 1 hour), which may be determined according to actual usage requirements, and the embodiment of the present invention is not limited.
Optionally, in this embodiment of the present invention, the electronic device may further execute the first operation flow at a preset time. Optionally, the preset time may be set by a default of the system (for example, twelve points per day), or may be set by a user in a customized manner (for example, twelve points per working day), which may be determined according to actual usage requirements, and the embodiment of the present invention is not limited.
Step 215, the electronic device executes the first operation flow when receiving a fifth input from the user.
The fifth input may be an input that a user triggers execution of the first operation flow, and may be determined according to actual usage requirements.
It should be noted that, in the embodiment of the present invention, the electronic device may alternatively perform the step 214 and the step 215, that is, the electronic device may perform the step 214, or the electronic device may perform the step 215.
In the embodiment of the invention, after the trigger time is up, silent execution or awakening execution can be carried out according to the set operation flow through the built-in timer. If the execution is silent, the electronic equipment is not awakened in the execution process of the operation flow and is executed in the background. If the execution is awakening, the screen is lightened, and meanwhile, according to the awakening mode set by triggering, such as ring tone, flashing screen, lightening screen and vibration, the awakened foreground execution is carried out, or the execution is continued after the interactive input is waited. Therefore, the user can set the execution time of the operation flow in the process of creating the operation flow according to the actual use requirement. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
Based on the above disclosure, fig. 15 is a schematic overall flow chart illustrating a method for adding an operation flow through an operation record and editing thereof according to an embodiment of the present invention.
Step 301: and entering an operation flow management interface.
After entering the operation flow management page, the user can check whether there is an existing operation flow needed; if so, the existing operation flow can be directly used; if not, the addition or creation of an operational flow is performed.
Step 302: and clicking to enter an operation flow and establishing a new operation flow.
The user can click to create a new operation flow on the operation flow management page, the operation flow recording and adding process is entered, and the operation flow management page can be classified according to using functions, such as common tools, navigation, gourmet and photographing classification. The user can use, edit, modify and add new operation flows in the operation flow management page.
Step 303: and entering an operation recording stage.
Step 304: and recording the operation of the user to obtain an operation record, wherein the operation record is a plurality of system call and application operations which can be played back and executed.
The electronic equipment enters an operation recording stage, the operation recording not only carries out video recording, but also carries out operation recording, and the operation recording can be played back through system calling.
Step 305: automatically identifying and splitting the operation records: and splitting the operation steps in the operation record according to the application and the function interface according to the execution sequence.
Because the addition of the operation flow is not simple operation recording and playback, but operation recording and process editing and self-defining can be performed, the operation recording needs to be identified and the steps need to be automatically split, and meanwhile, the embodiment of the invention provides a secondary identification and correction mode, and the track identification is allowed to be corrected.
The realization of the partial function can be realized by the following three functional modules:
1) operating the recording module: the system is responsible for recording and recording user screen operation;
2) the operation record storage module: the system is responsible for storing original operation records and edited operation records for playback and editing of the records;
3) an operation record identification module: the operation record is identified and split into one step, for example, the step is split into: opening a certain application, clicking a certain function of the certain application, opening a photo album to select pictures, popping up an input box to enter characters and the like;
step 306: and judging whether the user further identifies and splits the specified operation steps. If yes, continue to step 307; if not, then the process continues to step 308, which is described below.
Step 307: further identifying and splitting the specified operation steps.
If the user considers that the step automatically split in step 305 is missing, the screen recording step can be further identified and split in a targeted manner, and the implementation scheme can be further refined by large steps, so that the subsequent editing is facilitated.
Step 308: and editing or confirming the operation steps obtained by the identification and the splitting.
The user can trigger the electronic equipment to edit, delete and add the operation records generated by splitting.
And after the steps are split and identified, recording and editing can be performed again for each step, for example, the first step of picture splicing is to open splicing software, the background can be selected to open, the second step is to perform in-application operation, the selection of a jigsaw template can be directly selected after skipping some operations, and the picture compression and picture filtering functions can be added in the editing of picture selection in the last step, so that the operation can be additionally completed when the operation flow is executed.
Step 309: defining the execution relation and the execution sequence among a plurality of operation flows: if the A operation flow is executed after the execution is finished, B is executed, or the A operation flow and the B operation flow are executed simultaneously.
For the operation flow which is finished with editing, the combination execution of a plurality of operation flows can be carried out, and different from other implementation schemes, the result output by each operation flow can be obtained among the plurality of operation flows in the scheme and applied to the next operation flow.
If the A operation flow is used for picture splicing, the output is a spliced picture, the B operation flow is used for picture selection and friend circle sharing, and if the A operation flow and the B operation flow are combined according to a specific sequence, the complete operation of picture splicing and sharing can be realized.
The output of each operation flow can be pictures and text contents, for example, texts and pictures acquired by a scene in the previous step, and the pictures and the texts are used as the input of the next step to influence the operation of the next step.
Step 310: defining the execution mode of the operation flow: timed automatic execution or user triggered execution.
The function can be completed by a built-in timer, and silent execution or awakening execution is performed according to the set operation flow after the trigger time is reached. If the execution is silent, the mobile phone is not awakened in the execution process of the operation flow and is executed in the background; if the execution is awakening, the screen is lightened, and meanwhile, according to the awakening mode set by triggering, such as ring tone, flashing screen, lightening screen and vibration, the awakened foreground execution is carried out, or the execution is continued after the interactive input is waited.
In the embodiment of the invention, when a user needs to create an operation flow to complete one or a group of specific things, the application operation or the system operation and the operation sequence thereof on the electronic equipment can be recorded, the operation is automatically split at the same time, the split operation is carried out according to different applications and different operation interfaces and operation records in the applications, the operations of editing, inserting, deleting and the like of the split specific function interfaces and operation interfaces are provided, for example, when the recording operation is carried out, other operations can be added after the operation of a certain application is completed. The addition of the operation flow is simplified and facilitated through the intuitive mode, so that the application covered by the operation flow, the covered operation and the use range are expanded, the acquisition of input and output in the operation flow is provided, and the judgment of branch conditions selects different operation flow paths to execute and other complex operation flow editing settings to meet the coverage of different scenes.
In summary, the embodiments of the present invention have the following functions and improvement points compared to the existing operation flow adding manner.
1) The addition of the operation flow in the embodiment of the invention is realized by recording and editing application operation and operation sequence.
2) In the embodiment of the invention, the operation is automatically identified and split, for example, one operation can be identified as 'application selection', one operation is 'picture selection', and one operation is 'text editing'.
3) According to the embodiment of the invention, the re-editing, inserting and deleting operations of the track part can be carried out when the operation record is edited after the recording is finished.
4) The embodiment of the invention can define the input in each application operation flow and simultaneously support the acquisition of the output data of the application operation flow.
5) The embodiment of the present invention may define an operation flow branch in the operation record, for example, if the condition a is satisfied, the branch a is executed, and if the condition B is satisfied, the branch B is executed.
6) In the embodiment of the invention, the execution of the operation flow can execute some timed operations by defining the execution time, and some scene coverage needing to be operated at a specific time is completed.
In the embodiment of the invention, the addition of the operation flow can be combined with screen recording to obtain the application operation record, the steps can be increased or decreased in the operation flow editing stage through operation record splitting and intelligent identification, the input data of each step can be defined, the output data can be obtained to influence the subsequent operation steps, the execution time of the operation steps can be defined, and the multi-branch condition judgment of the operation steps can be defined.
It should be noted that, each of the drawings (for example, fig. 8, fig. 9, fig. 10, fig. 12, and the like) in the above-described embodiment of the present invention is illustrated in combination with the above-described fig. 2, and when the embodiment is specifically implemented, each of the drawings may also be implemented in combination with any other drawing that may be combined.
As shown in fig. 16, an embodiment of the present invention provides an electronic device 700, where the electronic device 700 may include an obtaining module 701 and a processing module 702;
the obtaining module 701 is configured to obtain target operation information, where the target operation information includes an operation record of a user performing a target operation on an electronic device according to a first operation sequence.
The processing module 702 is configured to perform operation step disassembly on the target operation information acquired by the acquisition module to obtain N operation steps; generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1.
Optionally, in this embodiment of the present invention, the obtaining module 701 is further configured to, after the processing module 702 performs operation step disassembly on the target operation information to obtain N operation steps, receive a first input of the user to the N operation steps before generating a first operation flow based on the N operation steps. The processing module 702 is further configured to execute, in response to a first input, a target process corresponding to the first input. The processing module 702 is specifically configured to combine the processed operation steps into a first operation flow according to a first operation sequence.
Wherein the target processing may include at least one of: editing the N operation steps, deleting at least one operation step from the N operation steps, adding at least one operation step to the N operation steps, and combining at least two operation steps in the N operation steps.
Optionally, in this embodiment of the present invention, with reference to fig. 16, as shown in fig. 17, the operation flow creating method provided in this embodiment of the present invention further includes a screen recording module 703. The screen recording module 703 is configured to execute a screen recording operation to generate target operation information in a process that a user executes a target operation according to a first operation sequence before the obtaining module 701 obtains the target operation information.
Optionally, in this embodiment of the present invention, the obtaining module 701 is further configured to receive a second input of the user after the screen recording module 703 executes a screen recording operation and generates the target operation information. The screen recording module 703 is configured to play the operation record recorded through the screen recording operation in response to the second input received by the obtaining module 701.
Optionally, in this embodiment of the present invention, with reference to fig. 16, as shown in fig. 18, the operation flow creating method provided in this embodiment of the present invention further includes an identification module 704. The identifying module 704 is configured to identify an operation step in the target operation information before the processing module 702 performs operation step disassembly on the target operation information to obtain N operation steps.
Optionally, in this embodiment of the present invention, the obtaining module 701 is further configured to perform operation step disassembly on the target operation information in the processing module 702 to obtain N operation steps, and then receive a third input of the user to a target operation step in the N operation steps. The processing module 702 is further configured to split the target operation step into M sub-operation steps in response to a third input received by the obtaining module 701. Wherein M is a positive integer greater than 1.
Optionally, in this embodiment of the present invention, the obtaining module 701 is further configured to receive a fourth input of the user for at least two operation flows after the processing module 702 generates the first operation flow based on the N operation steps, where the at least two operation flows include the first operation flow. The processing module 702 synthesizes the at least two operation flows into a second operation flow according to a second operation sequence in response to a fourth input received by the obtaining module 701.
Optionally, in this embodiment of the present invention, with reference to fig. 16, as shown in fig. 19, the operation flow creating method provided in this embodiment of the present invention further includes an execution module 705. The executing module 705 is configured to execute the first operation flow after a preset time interval after the processing module 702 generates the first operation flow based on the N operation steps; alternatively, in a case where a fifth input by the user is received, the first operation flow is executed.
The electronic device provided by the embodiment of the present invention can implement each process implemented by the electronic device in the above method embodiments, and is not described herein again to avoid repetition.
The electronic device provided by the embodiment of the invention can acquire the target operation information, wherein the target operation information comprises an operation record of executing the target operation on the electronic device by a user according to the first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. According to the scheme, a series of operations of the user on the electronic equipment can be recorded, the operation records are automatically split, a plurality of operation steps are obtained, and then the user can directly create an operation flow based on the plurality of operation steps obtained through splitting according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
Fig. 20 is a schematic hardware configuration diagram of an electronic device implementing various embodiments of the present invention. As shown in fig. 20, the electronic device 800 includes, but is not limited to: a radio frequency unit 801, a network module 802, an audio output unit 803, an input unit 804, a sensor 805, a display unit 806, a user input unit 807, an interface unit 808, a memory 809, a processor 810, and a power supply 811. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 20 does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components than shown, or combine certain components, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
The processor 810 is configured to obtain target operation information, where the target operation information includes an operation record of a user performing a target operation on the electronic device according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1.
The embodiment of the invention provides electronic equipment, which can acquire target operation information, wherein the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence; performing operation step disassembly on the target operation information to obtain N operation steps; and generating a first operation flow based on the N operation steps; wherein N is a positive integer greater than 1. According to the scheme, a series of operations of the user on the electronic equipment can be recorded, the operation records are automatically split, a plurality of operation steps are obtained, and then the user can directly create an operation flow based on the plurality of operation steps obtained through splitting according to actual use requirements. Therefore, the embodiment of the invention can improve the convenience of creating the operation flow by the electronic equipment.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 801 may be used for receiving and sending signals during a message sending and receiving process or a call process, and specifically, receives downlink data from a base station and then processes the received downlink data to the processor 810; in addition, the uplink data is transmitted to the base station. In general, radio frequency unit 801 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. Further, the radio frequency unit 801 can also communicate with a network and other devices through a wireless communication system.
The electronic device 800 provides wireless broadband internet access to the user via the network module 802, such as to assist the user in sending and receiving e-mail, browsing web pages, and accessing streaming media.
The audio output unit 803 may convert audio data received by the radio frequency unit 801 or the network module 802 or stored in the memory 809 into an audio signal and output as sound. Also, the audio output unit 803 may also provide audio output related to a specific function performed by the electronic apparatus 800 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 803 includes a speaker, a buzzer, a receiver, and the like.
The input unit 804 is used for receiving an audio or video signal. The input unit 804 may include a Graphics Processing Unit (GPU) 8041 and a microphone 8042, and the graphics processor 8041 processes image data of a still picture or video obtained by an image capturing apparatus (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 806. The image frames processed by the graphics processor 8041 may be stored in the memory 809 (or other storage medium) or transmitted via the radio frequency unit 801 or the network module 802. The microphone 8042 can receive sound, and can process such sound into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 801 in case of a phone call mode.
The electronic device 800 also includes at least one sensor 805, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 8061 according to the brightness of ambient light and a proximity sensor that can turn off the display panel 8061 and/or the backlight when the electronic device 800 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 805 may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., which are not described in detail herein.
The display unit 806 is used to display information input by the user or information provided to the user. The display unit 806 may include a display panel 8061, and the display panel 8061 may be configured in the form of a Liquid Crystal Display (LCD), an organic light-emitting diode (OLED), or the like.
The user input unit 807 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic apparatus. Specifically, the user input unit 807 includes a touch panel 8071 and other input devices 8072. The touch panel 8071, also referred to as a touch screen, may collect touch operations by a user on or near the touch panel 8071 (e.g., operations by a user on or near the touch panel 8071 using a finger, a stylus, or any other suitable object or accessory). The touch panel 8071 may include two portions of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 810, receives a command from the processor 810, and executes the command. In addition, the touch panel 8071 can be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 8071, the user input unit 807 can include other input devices 8072. In particular, other input devices 8072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel 8071 can be overlaid on the display panel 8061, and when the touch panel 8071 detects a touch operation on or near the touch panel 8071, the touch operation is transmitted to the processor 810 to determine the type of the touch event, and then the processor 810 provides a corresponding visual output on the display panel 8061 according to the type of the touch event. Although in fig. 20, the touch panel 8071 and the display panel 8061 are two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 8071 and the display panel 8061 may be integrated to implement the input and output functions of the electronic device, and the implementation is not limited herein.
The interface unit 808 is an interface for connecting an external device to the electronic apparatus 800. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 808 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the electronic device 800 or may be used to transmit data between the electronic device 800 and external devices.
The memory 809 may be used to store software programs as well as various data. The memory 809 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 by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 809 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 810 is a control center of the electronic device, connects various parts of the whole electronic device by using various interfaces and lines, performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 809 and calling data stored in the memory 809, thereby monitoring the whole electronic device. Processor 810 may include one or more processing units; optionally, the processor 810 may integrate an application processor and a modem processor, wherein the application processor mainly handles operating systems, user interfaces, application programs, and the like, and the modem processor mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 810.
The electronic device 800 may also include a power supply 811 (e.g., a battery) for powering the various components, and optionally, the power supply 811 may be logically coupled to the processor 810 via a power management system to manage charging, discharging, and power consumption management via the power management system.
In addition, the electronic device 800 includes some functional modules that are not shown, and are not described in detail herein.
Optionally, an embodiment of the present invention further provides an electronic device, including the processor 810 shown in fig. 20, a memory 809, and a computer program stored in the memory 809 and capable of running on the processor 810, where the computer program, when executed by the processor 810, implements each process of the above-mentioned operation flow creation method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not described here again.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the above-mentioned operation flow creation method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may include a read-only memory (ROM), a Random Access Memory (RAM), a magnetic or optical disk, and the like.
It should be noted that, in this document, 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.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling an electronic device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method disclosed in the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. An operation flow creation method applied to an electronic device, the method comprising:
acquiring target operation information, wherein the target operation information comprises an operation record of a user executing target operation on the electronic equipment according to a first operation sequence;
performing operation step disassembly on the target operation information to obtain N operation steps;
generating a first operation flow based on the N operation steps;
wherein N is a positive integer greater than 1.
2. The method of claim 1, wherein after performing the operation step decomposition on the target operation information to obtain N operation steps, and before generating a first operation flow based on the N operation steps, the method further comprises:
receiving first input of the N operation steps from a user;
in response to the first input, performing a target process corresponding to the first input;
wherein the target treatment comprises at least one of: editing the N operation steps, deleting at least one operation step from the N operation steps, adding at least one operation step to the N operation steps, and combining at least two operation steps in the N operation steps;
generating a first operational flow based on the N operational steps, comprising:
and synthesizing the processed operation steps into a first operation flow according to the first operation sequence.
3. The method of claim 1, wherein prior to obtaining target operational information, the method further comprises:
and executing screen recording operation to generate the target operation information in the process that the user executes the target operation according to the first operation sequence.
4. The method of claim 3, wherein after performing a screen recording operation to generate the target operation information, the method further comprises:
receiving a second input of the user;
and responding to the second input, and playing the operation record recorded through screen recording operation.
5. The method of claim 1, wherein before performing the operation step decomposition on the target operation information to obtain N operation steps, the method further comprises:
identifying an operation step in the target operation information.
6. The method according to any one of claims 1 to 5, wherein after performing operation step decomposition on the target operation information to obtain N operation steps, the method further comprises:
receiving a third input of a target operation step in the N operation steps from a user;
splitting the target operation step into M sub-operation steps in response to the third input;
wherein M is a positive integer greater than 1.
7. The method of any of claims 1 to 5, wherein after generating a first operational flow based on the N operational steps, the method further comprises:
receiving a fourth input of a user for at least two operation flows, the at least two operation flows including the first operation flow;
in response to the fourth input, the at least two operation streams are combined into a second operation stream in a second operation order.
8. The method of any of claims 1 to 5, wherein after generating a first operational flow based on the N operational steps, the method further comprises:
after a preset time interval, executing the first operation flow;
alternatively, the first and second electrodes may be,
and executing the first operation flow when a fifth input of the user is received.
9. An electronic device, comprising an acquisition module and a processing module;
the acquisition module is used for acquiring target operation information, and the target operation information comprises an operation record of a user for executing target operation according to a first operation sequence;
the processing module is further configured to perform operation step disassembly on the target operation information acquired by the acquisition module to obtain N operation steps, and generate a first operation flow based on the N operation steps;
wherein N is a positive integer greater than 1.
10. An electronic device, characterized in that the electronic device comprises a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the operational flow creation method according to any one of claims 1 to 8.
CN201911062921.XA 2019-10-31 2019-10-31 Operation flow creating method and electronic equipment Pending CN110908638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911062921.XA CN110908638A (en) 2019-10-31 2019-10-31 Operation flow creating method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911062921.XA CN110908638A (en) 2019-10-31 2019-10-31 Operation flow creating method and electronic equipment

Publications (1)

Publication Number Publication Date
CN110908638A true CN110908638A (en) 2020-03-24

Family

ID=69816382

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911062921.XA Pending CN110908638A (en) 2019-10-31 2019-10-31 Operation flow creating method and electronic equipment

Country Status (1)

Country Link
CN (1) CN110908638A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966265A (en) * 2020-07-30 2020-11-20 维沃移动通信有限公司 Page display method and device and electronic equipment
CN113064533A (en) * 2021-04-02 2021-07-02 南京维沃软件技术有限公司 Control method and control device for electronic equipment
CN113472550A (en) * 2020-03-30 2021-10-01 阿里巴巴集团控股有限公司 Distributed management method and system, and management system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4841291A (en) * 1987-09-21 1989-06-20 International Business Machines Corp. Interactive animation of graphics objects
CN108304105A (en) * 2017-12-20 2018-07-20 维沃移动通信有限公司 A kind of application interface starts method, mobile terminal
CN108681483A (en) * 2018-05-16 2018-10-19 维沃移动通信有限公司 A kind of task processing method and device
CN109445790A (en) * 2018-10-29 2019-03-08 五八有限公司 Implementation method, device, terminal and the storage medium fast instructed in application program
CN109669748A (en) * 2018-11-30 2019-04-23 维沃移动通信有限公司 A kind of display interface processing method and mobile terminal
CN110377384A (en) * 2019-07-02 2019-10-25 维沃移动通信有限公司 Interface quick access method and mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4841291A (en) * 1987-09-21 1989-06-20 International Business Machines Corp. Interactive animation of graphics objects
CN108304105A (en) * 2017-12-20 2018-07-20 维沃移动通信有限公司 A kind of application interface starts method, mobile terminal
CN108681483A (en) * 2018-05-16 2018-10-19 维沃移动通信有限公司 A kind of task processing method and device
CN109445790A (en) * 2018-10-29 2019-03-08 五八有限公司 Implementation method, device, terminal and the storage medium fast instructed in application program
CN109669748A (en) * 2018-11-30 2019-04-23 维沃移动通信有限公司 A kind of display interface processing method and mobile terminal
CN110377384A (en) * 2019-07-02 2019-10-25 维沃移动通信有限公司 Interface quick access method and mobile terminal

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113472550A (en) * 2020-03-30 2021-10-01 阿里巴巴集团控股有限公司 Distributed management method and system, and management system
CN111966265A (en) * 2020-07-30 2020-11-20 维沃移动通信有限公司 Page display method and device and electronic equipment
CN113064533A (en) * 2021-04-02 2021-07-02 南京维沃软件技术有限公司 Control method and control device for electronic equipment

Similar Documents

Publication Publication Date Title
CN111061574B (en) Object sharing method and electronic device
CN111913628B (en) Sharing method and device and electronic equipment
WO2016124095A1 (en) Video generation method, apparatus and terminal
CN113360238A (en) Message processing method and device, electronic equipment and storage medium
CN111596818A (en) Message display method and electronic equipment
CN109525874B (en) Screen capturing method and terminal equipment
CN111010610B (en) Video screenshot method and electronic equipment
WO2019149028A1 (en) Application download method and terminal
CN107948429B (en) Content demonstration method, terminal equipment and computer readable storage medium
CN110557565A (en) Video processing method and mobile terminal
CN110908638A (en) Operation flow creating method and electronic equipment
CN110703972B (en) File control method and electronic equipment
CN110868633A (en) Video processing method and electronic equipment
CN111158817A (en) Information processing method and electronic equipment
KR20140137736A (en) Method and apparatus for displaying group message
CN111383175A (en) Picture acquisition method and electronic equipment
CN108769822B (en) Video display method and terminal equipment
CN108600079B (en) Chat record display method and mobile terminal
CN110913261A (en) Multimedia file generation method and electronic equipment
CN110022445B (en) Content output method and terminal equipment
CN109766156B (en) Session creation method and terminal equipment
CN111061530A (en) Image processing method, electronic device and storage medium
CN108881742B (en) Video generation method and terminal equipment
CN111049977B (en) Alarm clock reminding method and electronic equipment
CN111447598B (en) Interaction method and display device

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