CN112231040A - Method and device for editing time sequence task in software system - Google Patents

Method and device for editing time sequence task in software system Download PDF

Info

Publication number
CN112231040A
CN112231040A CN202011195378.3A CN202011195378A CN112231040A CN 112231040 A CN112231040 A CN 112231040A CN 202011195378 A CN202011195378 A CN 202011195378A CN 112231040 A CN112231040 A CN 112231040A
Authority
CN
China
Prior art keywords
task
time sequence
editing
tasks
generating
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
CN202011195378.3A
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.)
Aerospace Information Research Institute of CAS
Original Assignee
Aerospace Information Research Institute of CAS
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 Aerospace Information Research Institute of CAS filed Critical Aerospace Information Research Institute of CAS
Priority to CN202011195378.3A priority Critical patent/CN112231040A/en
Publication of CN112231040A publication Critical patent/CN112231040A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Abstract

The invention discloses a method and a device for editing a time sequence task in a software system, wherein the method comprises the following steps: classifying tasks of a software system and determining the types of the tasks; acquiring attribute information and an execution action corresponding to each task type; generating a task editing interface based on the attribute information and the execution action corresponding to each task type; receiving time sequence editing information aiming at the tasks through the task editing interface, and generating time sequence configuration information of each task; and generating a time sequence task script file based on the time sequence configuration information of each task. The tasks of the software system are edited according to the time sequence, the obtained task script file can drive the software system to automatically run without manual intervention, and the editing interaction can be carried out based on the task editing interface.

Description

Method and device for editing time sequence task in software system
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to a method and an apparatus for editing a sequential task in a software system.
Background
In the process of software system function display or case description through a software system, a plurality of procedural and operational actions or data are involved, such as data opening, data closing, page opening, button clicking for data visualization and the like, the event flows are often procedural and repetitive in the process of function display or case description, and can be abstracted into time sequence tasks executed according to time sequence, and the time sequence tasks can be solidified into reusable and automatically-running scripts through flexible task combination, so that the software system is driven to automatically run according to the set scripts.
The existing software system display process is often completed through the interactive operation of personnel, so that misoperation is easy, and precious human resources are wasted; or the demonstration is carried out in a video recording mode, the demonstration content is not easy to change after the video recording is finished, and the real-time interactivity is not available. Therefore, the display process of the existing software system needs to be completed manually, the operation precision is low, and the interactivity is poor.
Disclosure of Invention
In order to solve the problems, the invention provides a method and a device for editing a time sequence task in a software system, which realize that the software system automatically runs through a time sequence task script driving program and solve the problems of low precision and poor interactivity of manual operation.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for editing a time sequence task in a software system comprises the following steps:
classifying tasks of a software system and determining the types of the tasks;
acquiring attribute information and an execution action corresponding to each task type;
generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
receiving time sequence editing information aiming at the tasks through the task editing interface, and generating time sequence configuration information of each task;
and generating a time sequence task script file based on the time sequence configuration information of each task, wherein the time sequence task editing script comprises one or more tasks arranged according to a time editing sequence.
Optionally, the classifying the task of the software system and determining the type of the task include:
acquiring the task duration of each task of the software system;
classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration.
Optionally, the generating a task editing interface based on the attribute information and the execution action corresponding to each task type includes:
generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface.
Optionally, the method further comprises:
generating a control interface based on the task attribute information, wherein the longitudinal axis of the control interface represents task information, and the transverse axis represents time information;
and acquiring time sequence editing information of the tasks through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task.
Optionally, the method further comprises:
and storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server to realize the automatic operation of the time sequence task.
Optionally, the method further comprises:
acquiring a time sequence task type configuration file and generating a task list;
displaying the task list on the task editing interface;
wherein the task editing interface comprises:
a task property editing area, a task position editing area, a task changing area and a task action editing area.
A time-series task editing apparatus in a software system, comprising:
the classification unit is used for classifying tasks of the software system and determining the types of the tasks;
an acquisition unit configured to acquire attribute information corresponding to each task type and execute an action;
the first generating unit is used for generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
the second generation unit is used for receiving time sequence editing information aiming at the tasks through the task editing interface and generating time sequence configuration information of each task;
and the third generating unit is used for generating a time sequence task script file based on the time sequence configuration information of each task, and the time sequence task editing script comprises one or more tasks which are arranged according to a time editing sequence.
Optionally, the classification unit includes:
the first acquisition subunit is used for acquiring the task duration of each task of the software system;
and the classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration.
Optionally, the first generating unit includes:
the first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and the conversion subunit is used for converting the processing flow into editable information, displaying the editable information on an editing interface and obtaining a task editing interface.
Optionally, the apparatus further comprises:
the fourth generation unit is used for generating a control interface based on the task attribute information, wherein the longitudinal axis of the control interface represents the task information, and the transverse axis represents the time information;
and the fifth generating unit is used for acquiring the time sequence editing information of the tasks through the control interface and generating the time sequence task script file corresponding to the edited time sequence task.
Optionally, the apparatus further comprises:
and the storage unit is used for storing the time sequence task script file to a target server, so that the software system calls the time sequence task script file of the target server to realize the automatic operation of the time sequence task.
Optionally, the apparatus further comprises:
the sixth generating unit is used for acquiring a time sequence task type configuration file and generating a task list;
the display unit is used for displaying the task list on the task editing interface;
wherein the task editing interface comprises:
a task property editing area, a task position editing area, a task changing area and a task action editing area.
Compared with the prior art, the invention provides a method and a device for editing a time sequence task in a software system, wherein the method comprises the following steps: classifying tasks of a software system and determining the types of the tasks; acquiring attribute information and an execution action corresponding to each task type; generating a task editing interface based on the attribute information and the execution action corresponding to each task type; receiving time sequence editing information aiming at the tasks through the task editing interface, and generating time sequence configuration information of each task; and generating a time sequence task script file corresponding to each task based on the time sequence configuration information of each task. The tasks of the software system are edited according to the time sequence, the obtained task script file can drive the software system to automatically run without manual intervention, and the editing interaction can be carried out based on the task editing interface.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating a method for editing a time-series task of a software system according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating task processing of a sequential task editor according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a time sequence task playing according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating a recovery process of a time sequence task state in a playing process according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a timing task state recovery at a certain time according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a sequential task editing apparatus in a software system 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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first" and "second," and the like in the description and claims of the present invention and the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not set forth for a listed step or element but may include steps or elements not listed.
The embodiment of the invention provides a time sequence task editing method of a software system, which is an interactive task editor for connecting different tasks or events (loading/unloading data, loading/closing a software interface, data display and the like) together, setting the execution sequence and the execution duration of the tasks and driving the software system to automatically run in the software system in a visualization and interactive editing mode. The time sequence task editor can be applied to the time sequence task editor, the visualization method of the time sequence task editor is that a control interface with horizontal and vertical coordinates is used, the vertical axis represents event information, the horizontal axis represents time, different tasks can be added into a working area, different tasks can be represented by different strip-shaped rectangular frames, the length (task execution time length) of each rectangular frame can be set, and the position can be adjusted by dragging through a mouse. The attributes of each task may be edited, for example, to set the task name, duration of execution, start/end events, and the like. The edited sequential tasks can be exported as sequential task script files.
Referring to fig. 1, the method may include the steps of:
s101, classifying the tasks of the software system and determining the types of the tasks.
S102, acquiring attribute information corresponding to each task type and executing the action.
The invention adopts the idea of object-oriented to abstract and classify the functions or cases of the software system and establish the objectified task types, and each type has corresponding attributes and execution actions. The number of task types can be abstractly classified according to the specific software system or case content.
The invention establishes the basic task types of the tasks possibly related in the process of software system function display or case instruction, and divides all the tasks into a first task type and a second task type. Namely acquiring the task duration of each task of the software system; classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration. I.e. the first task type is a temporal processing task and the second task type is a normal task. Specific task types (file opening, data reading, video playing and the like) are classified into the two types of tasks and respectively correspond to different task processing flows. When a user edits a time sequence task, a specific task instance can be established according to the task type, for example, a 'broadcast video' task is edited by using a 'broadcast video' type.
And S103, generating a task editing interface based on the attribute information and the execution action corresponding to each task type.
And S104, receiving the time sequence editing information aiming at the tasks through the task editing interface, and generating the time sequence configuration information of each task.
And S105, generating a time sequence task script file based on the time sequence configuration information of each task.
One or more tasks are processed according to time arrangement and then stored into a time sequence task script file, namely, a 'story' in the software operation or case telling process corresponds to a time sequence task script file, and the time sequence task script file contains one or more tasks.
The task editing interface is an interface which can edit the flow and the relevant configuration information of the task. In one possible implementation, the processing flow of each task may be generated based on the attribute information and the execution action corresponding to each task type; and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface. In another possible implementation manner, a control interface is generated based on task attribute information, wherein a longitudinal axis of the control interface represents task information, and a transverse axis represents time information; and acquiring time sequence editing information of the tasks through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task.
And storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server to realize the automatic operation of the time sequence task.
Referring to fig. 2, a task processing flow diagram of a sequential task editor provided by an embodiment of the present invention is shown.
The invention establishes basic task types for tasks possibly related in the process of software system function display or case instruction, divides all tasks into time processing tasks and common tasks, and classifies specific task types (opening files, reading data, playing videos and the like) into the two tasks which respectively correspond to different task processing flows. When a user edits a time sequence task, a specific task instance can be established according to the task type, for example, a 'broadcast video' task is edited by using a 'broadcast video' type.
Basic tasks:
the base type of all tasks defines the properties and actions that all tasks possess, from which all tasks inherit or extend. The basic task has attributes including:
task type (number): a unique task type name and number;
task name: the name of a specific task event defaults to an "unnamed task";
the task duration is as follows: the duration of the task execution is in seconds(s). The length of each task rectangle is the same as the corresponding length of the task duration in the time axis;
start time: the starting time of the task determines the position of the task starting on the time axis;
end time: the task ending time is equal to the starting time plus the task duration;
whether to pause: whether the time sequence task is paused after the task is executed is convenient for synchronizing the time of the lecturer.
The general actions possessed by the base task are the start event and the end event of the task, and the specific execution action in the event is determined by each task type.
Time processing task:
the time processing task refers to a task with fixed time in the execution process and can not be changed freely, for example, a task such as 'playing video', and the duration of the task is the duration of the video. In the playing process of the time processing task, the task playing progress needs to be calculated according to the relation between the current time and the task starting time, the correspondence between the task time and the overall time of the time sequence task is ensured, and the recovery of the position corresponding to the current task when the time axis is dragged is facilitated. For example, when the "broadcast promotion video" task start time is 5s, the video duration (task duration) is 30s, and when the global time of the sequential task is 15s, the video shows a picture of 10 s.
The subclass of time processing tasks not only has all the attributes of the basic task, but also has its own specific attributes. For example, the "play video" and "view roaming" tasks in table 1.
The general tasks are as follows:
the common task refers to a non-time processing task with the task duration being freely defined and focusing on the task starting and ending actions. For example, "load data", the task is executed once when it starts, the task duration can be freely defined, and the data can be unloaded or kept when the task ends. Examples of the general tasks and their extension types are shown in table 1.
TABLE 1 time-series task Classification example
Figure BDA0002753870180000081
Figure BDA0002753870180000091
In the embodiment of the invention, a task list is generated by acquiring a time sequence task type configuration file; and displaying the task list on the task editing interface. Different task types can be distinguished by different colors or other modes, so that different types of tasks can be conveniently identified in the editing process.
Wherein the task editing interface comprises:
a task property editing area, a task position editing area, a task changing area and a task action editing area.
The user can add, delete, reduce and change the task in the task change area. For example, a user selects a certain task type in the task type list, drags to the middle working area of the editor, and the editor automatically represents the task for creating a long-bar rectangle. Or opening the saved time sequence task script from the server and restoring each task in the script to the working area. The user may delete some or all tasks that have joined the workspace.
The user can click a certain task in the working area in the task attribute editing area, and the editor displays the attributes and corresponding attribute values of the task, such as the task name, the task duration, the starting time, the file path and the like, in the right attribute column according to the attribute name, the attribute default value or the edited attribute value of the task. The user can edit the attribute values through interactive mouse and keyboard operation. The starting time of the task determines the starting position of the task rectangle in the working area, and the task duration determines the length of the task rectangle. And after the task attribute editing is effective, adding the task into a task list of an editor, so that the playing and previewing of each task are facilitated.
In the task editing area, each task has an exclusive line in the editor working area and can be dragged up and down. The task rectangle can be dragged left and right in the row, the starting position of the task rectangle corresponds to the scale of the task starting time on the time axis, and when the task rectangle is dragged left and right, the starting time and the ending time of the task can be changed accordingly.
The user can play the task in the task action editing area, when the editor is in the initial state, the pointer of the time axis is at 0 second, the task playing is clicked to play and preview the time sequence task, the time sequence task playing flow is shown in fig. 3, and the time sequence task state recovery flow in the playing process is shown in fig. 4. Task suspension and fixed point previewing may also be implemented in this area. In the process of editing and playing the preview of the instant sequence task, pause operation can be carried out, and the timer shaft pointer can be dragged back and forth and positioned by clicking at will after pause. The time axis pointer is dragged back and forth and clicks the task execution process in the positioning process, which can disturb the sequence, special processing is needed, and thus the time sequence task state at the current moment is recovered. Referring to fig. 5, a timing task state recovery flow diagram at a time is shown.
After the time sequence task is edited, all tasks are organized into script files to be stored in a server, so that repeated playing or re-editing is facilitated.
In the embodiment of the invention, the idea of object-oriented is adopted to abstract and classify the functions or cases of the software system and establish the objectified task types, and each type has corresponding attributes and execution actions. Visual and dragging type task arrangement logic is designed, and interactive attribute editing and dragging type position layout of different tasks is supported. The method for organizing, detecting the state and playing the time sequence of the tasks based on the time line is adopted, and the tasks are supported to be played/paused in time sequence, and the task state at any moment is recovered and continuously played. And organizing all tasks according to the sequence of the starting time, and maintaining a time sequence task play list. During the playing process or during the pause, the state (finished, not started and playing) of the task at the current moment is detected according to the starting time and the ending time of each task, and the task is restored to the state at the current moment according to the different execution contents of each task. And after the time sequence task is played, cleaning the residual data or operation in the task and recovering to the starting state. And after the time sequence task is edited, storing each task configuration into a script file for repeated playing or re-editing.
The time sequence task editor has the following functions:
managing a time sequence task: organizing different time sequence task types (data reading, data visualization and the like) according to a list mode;
and (3) loading a time sequence task: loading the tasks into an editor working area in a dragging mode, representing the tasks by adopting a long strip-shaped rectangular frame, wherein the length of the rectangle represents the execution time of the tasks, and each task occupies one line;
editing a time sequence task: the front, back, left and right positions of the task can be adjusted by dragging the mouse, and the task edition can be edited in the attribute panel, such as setting the name of the task, the execution time length, the start/end event and the like
And (3) deleting the time sequence task: deleting the loaded task;
time sequence task play/pause: playing, previewing, pausing and the like on each edited task according to the sequence of time;
exporting and loading a time sequence task script: and exporting the edited time sequence task as a time sequence task script file, so as to facilitate next loading, playing and re-editing.
The embodiment of the invention provides a time sequence task editing method for various functions/tasks of a visual and interactive editing software system, which drives various tasks to be automatically and orderly executed according to time, and a time sequence task script can be repeatedly played or edited for multiple times. When the multifunctional demonstration device is used for function demonstration or case teaching, the operation is simple, the operation is stable, the labor and time cost are saved, and the demonstration effect is improved. The method adopts an object-oriented idea to abstract, classify and design each function/task of the software system, each task type has own attribute and action, and the attribute editing and execution can be independently carried out. The tasks are loosely coupled, so that the editor can conveniently carry out overall time sequence organization, task state recovery and time sequence task execution.
Referring to fig. 6, in an embodiment of the present invention, there is further provided a sequential task editing apparatus in a software system, including:
the classification unit 10 is used for classifying tasks of the software system and determining the types of the tasks;
an acquisition unit 20 for acquiring attribute information corresponding to each task type and performing an action;
a first generating unit 30, configured to generate a task editing interface 40 based on the attribute information and the execution action corresponding to each task type;
the second generating unit 50 is used for receiving the time sequence editing information aiming at the tasks through the task editing interface and generating the time sequence configuration information of each task;
a third generating unit 60, configured to generate a time sequence task script file based on the time sequence configuration information of each task, where the time sequence task editing script includes one or more tasks arranged in a time editing order.
On the basis of the above embodiment, the classification unit includes:
the first acquisition subunit is used for acquiring the task duration of each task of the software system;
and the classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration.
On the basis of the above embodiment, the first generation unit includes:
the first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and the conversion subunit is used for converting the processing flow into editable information, displaying the editable information on an editing interface and obtaining a task editing interface.
On the basis of the above embodiment, the apparatus further includes:
the fourth generation unit is used for generating a control interface based on the task attribute information, wherein the longitudinal axis of the control interface represents the task information, and the transverse axis represents the time information;
and the fifth generating unit is used for acquiring the time sequence editing information of the tasks through the control interface and generating the time sequence task script file corresponding to the edited time sequence task.
On the basis of the above embodiment, the apparatus further includes:
the sixth generating unit is used for acquiring a time sequence task type configuration file and generating a task list;
the display unit is used for displaying the task list on the task editing interface;
wherein the task editing interface comprises:
a task property editing area, a task position editing area, a task changing area and a task action editing area.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for editing a time sequence task in a software system is characterized by comprising the following steps:
classifying tasks of a software system and determining the types of the tasks;
acquiring attribute information and an execution action corresponding to each task type;
generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
receiving time sequence editing information aiming at the tasks through the task editing interface, and generating time sequence configuration information of each task;
and generating a time sequence task script file based on the time sequence configuration information of each task, wherein the time sequence task editing script comprises one or more tasks arranged according to a time editing sequence.
2. The method of claim 1, wherein classifying the task of the software system and determining the type of the task comprises:
acquiring the task duration of each task of the software system;
classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration.
3. The method of claim 1, wherein generating a task editing interface based on the attribute information and the execution action corresponding to each task type comprises:
generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface.
4. The method of claim 1, further comprising:
generating a control interface based on the task attribute information, wherein the longitudinal axis of the control interface represents task information, and the transverse axis represents time information;
and acquiring time sequence editing information of the tasks through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task.
5. The method of claim 1, further comprising:
and storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server to realize the automatic operation of the time sequence task.
6. The method of claim 1, further comprising:
acquiring a time sequence task type configuration file and generating a task list;
displaying the task list on the task editing interface;
wherein the task editing interface comprises:
a task property editing area, a task position editing area, a task changing area and a task action editing area.
7. A sequential task editing apparatus in a software system, comprising:
the classification unit is used for classifying tasks of the software system and determining the types of the tasks;
an acquisition unit configured to acquire attribute information corresponding to each task type and execute an action;
the first generating unit is used for generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
the second generation unit is used for receiving time sequence editing information aiming at the tasks through the task editing interface and generating time sequence configuration information of each task;
and the third generating unit is used for generating a time sequence task script file based on the time sequence configuration information of each task, and the time sequence task editing script comprises one or more tasks which are arranged according to a time editing sequence.
8. The apparatus of claim 7, wherein the classification unit comprises:
the first acquisition subunit is used for acquiring the task duration of each task of the software system;
and the classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the tasks with the fixed task duration, and the second task type represents the tasks with the customizable task duration.
9. The apparatus of claim 7, wherein the first generating unit comprises:
the first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and the conversion subunit is used for converting the processing flow into editable information, displaying the editable information on an editing interface and obtaining a task editing interface.
10. The apparatus of claim 7, further comprising:
the fourth generation unit is used for generating a control interface based on the task attribute information, wherein the longitudinal axis of the control interface represents the task information, and the transverse axis represents the time information;
and the fifth generating unit is used for acquiring the time sequence editing information of the tasks through the control interface and generating the time sequence task script file corresponding to the edited time sequence task.
CN202011195378.3A 2020-10-30 2020-10-30 Method and device for editing time sequence task in software system Pending CN112231040A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011195378.3A CN112231040A (en) 2020-10-30 2020-10-30 Method and device for editing time sequence task in software system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011195378.3A CN112231040A (en) 2020-10-30 2020-10-30 Method and device for editing time sequence task in software system

Publications (1)

Publication Number Publication Date
CN112231040A true CN112231040A (en) 2021-01-15

Family

ID=74121699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011195378.3A Pending CN112231040A (en) 2020-10-30 2020-10-30 Method and device for editing time sequence task in software system

Country Status (1)

Country Link
CN (1) CN112231040A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835681A (en) * 2021-02-25 2021-05-25 北京顶象技术有限公司 Front-end script construction method and device and controller

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971660A (en) * 2006-12-12 2007-05-30 北京浪嘉华晟科技有限公司 Computer teaching system and method
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
CN109213544A (en) * 2017-06-30 2019-01-15 中达电子零组件(吴江)有限公司 Function presentation method, system, medium and the electronic equipment of application program
CN109783365A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 Automated testing method, device, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971660A (en) * 2006-12-12 2007-05-30 北京浪嘉华晟科技有限公司 Computer teaching system and method
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
CN109213544A (en) * 2017-06-30 2019-01-15 中达电子零组件(吴江)有限公司 Function presentation method, system, medium and the electronic equipment of application program
CN109783365A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 Automated testing method, device, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835681A (en) * 2021-02-25 2021-05-25 北京顶象技术有限公司 Front-end script construction method and device and controller

Similar Documents

Publication Publication Date Title
CN106776514B (en) Annotating method and device
CN109605366B (en) Robot graphical programming interaction system and robot
JP4221011B2 (en) Work motion analysis method, work motion analysis apparatus, and work motion analysis program
US10515143B2 (en) Web-based system for capturing and sharing instructional material for a software application
RU2018118194A (en) The way to record, edit and recreate a computer session
US20080244410A1 (en) Light table editor for video snippets
JP2008165768A (en) Apparatus and method for editing template for generating dynamic video object
JP3648130B2 (en) Computer-readable recording medium having recorded video listing method and video listing processing program
US11941728B2 (en) Previewing method and apparatus for effect application, and device, and storage medium
JP6617041B2 (en) Program, work analysis apparatus, and work analysis method
CN114786063B (en) Audio and video processing method, device, equipment and storage medium
US20220383905A1 (en) Video dubbing method, apparatus, device, and storage medium
CN113727140A (en) Audio and video processing method and device and electronic equipment
CN112231040A (en) Method and device for editing time sequence task in software system
Jokela et al. Mobile video editor: design and evaluation
US20130086476A1 (en) Video Editing Methods and Apparatus
JPH0981768A (en) Scenario editing device
KR100929001B1 (en) Method for measurement operation time using movie file
JP2019061521A (en) Planning support device, planning support method, and planning support program
CN114339390A (en) Video editing method, device, equipment and storage medium
CN104581197A (en) Video title and end adding method and device
KR100506180B1 (en) Object analyzing method using mobile image and delivering method of analyzed object
CN114490285A (en) System and method for replaying RPA flow execution process
JP2004240962A (en) Contents compiling method, program and system
CN114818614A (en) File storage method, recovery method, medium and system based on block editor

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