Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
AUTOMATIC EXTRACTION OF TASKS ASSOCIATED WITH COMMUNICATIONS
Document Type and Number:
WIPO Patent Application WO/2017/087304
Kind Code:
A1
Abstract:
Automatically extracting and completing tasks associated with a communication is provided. In some examples, an application, such as a task management application, may generate nodes based on properties extracted from a communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. The task management application may also perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide a task management interface to present the tasks within the graph. The task management application may also transmit the tasks within the graph to a task extraction engine of the task management application in response to a modification input executed on the graph.

Inventors:
PLATAKIS MANOLIS (US)
ZHOVTOBRIUKH IEVGENIIA (US)
MAKRIS CHRISTOS (US)
IFRIM OLIVIA (US)
LEPRI DANIELA (US)
Application Number:
PCT/US2016/061781
Publication Date:
May 26, 2017
Filing Date:
November 14, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MICROSOFT TECHNOLOGY LICENSING LLC (US)
International Classes:
G06Q10/06
Foreign References:
US20060080267A12006-04-13
US20070135936A12007-06-14
Other References:
None
Attorney, Agent or Firm:
MINHAS, Sandip et al. (US)
Download PDF:
Claims:
CLAIMS

1. A computing device for automatically extracting and completing tasks associated with a communication, the computing device comprising:

a networking device;

a memory; and

one or more processors coupled to the memory and the networking device, the one or more processors executing a task management application in conjunction with instructions stored in the memory, wherein the task management application includes:

a task extraction engine configured to:

generate nodes based on one or more properties extracted from a communication;

generate tasks based on the nodes; and

construct a graph based on the nodes and the tasks; and

a task modification engine configured to:

perform a prioritization of the tasks within the graph based on the one or more properties of the nodes;

order the tasks within the graph based on the prioritization of the tasks;

provide, through the networking device, a task management interface to present the tasks within the graph; and

transmit the tasks within the graph to the task extraction engine in response to a modification input executed on the graph.

2. The computing device of claim 1, wherein the task modification engine is further configured to:

order the tasks based on a deadline associated with the tasks;

present a first subset of the tasks on the task management interface, wherein the first subset of the tasks request an input; and

receive the input associated with the first subset of the tasks, wherein the input includes one of: an approval of the first subset of the tasks, a dismissal of the first subset of the tasks, and a tentative approval of the first subset of the tasks.

3. The computing device of claim 2, wherein the task modification engine is further configured to: detect the approval of the first subset of the tasks as the input; and execute the first subset of the tasks.

4. The computing device of claim 2, wherein the task modification engine is further configured to:

detect the dismissal of the first subset of the tasks as the input; and

fail to execute the first subset of the tasks.

5. The computing device of claim 2, wherein the task modification engine is further configured to:

detect the tentative approval of the first subset of the tasks as the input; and execute the first subset of the tasks in response to meeting the deadline associated with the first subset of the tasks.

6. The computing device of claim 1, wherein the task modification engine is further configured to:

receive a feedback associated with one or more of a first subset of the tasks and the prioritization of the first subset of the tasks; and

customize one or more of the first subset of the tasks and the prioritization of the first subset of the tasks based on the feedback.

7. The computing device of claim 1, wherein the task extraction engine is further configured to:

process a qualification of a subset of the nodes to exceed a threshold to generate one of the tasks, wherein the qualification includes a prior history associated with a completion of the task; and

detect the qualification of the subset of the nodes exceeding the threshold.

8. The computing device of claim 7, wherein the task extraction engine is further configured to:

wait for an allocation of the subset of the nodes to the task during a time period; detect the allocation of the subset of the nodes to the task during the time period; generate the task based on the subset of the nodes; and

transmit an alert to the task management interface to indicate a creation of the task.

9. A method executed on a computing device for automatically extracting and completing tasks associated with a communication, the method comprising:

generating nodes based on one or more properties extracted from a

communication, wherein the communication includes one or more of an email, an online calendar invite, an attachment associated with an email, and a text message;

generating tasks based on the nodes;

constructing a graph based on the nodes and the tasks;

performing a prioritization of the tasks within the graph based on the one or more properties of the nodes;

ordering the tasks within the graph based on the prioritization of the tasks; and providing, through a networking device, a task management interface to present the tasks within the graph.

10. The method of claim 9, further comprising:

forming a verification process during the generation of the tasks to determine if a first node associated with a first task is additionally allocated to a second task.

Description:
AUTOMATIC EXTRACTION OF TASKS ASSOCIATED WITH COMMUNICATIONS

BACKGROUND

[0001] In a networked environment, communications may be routed from a source computing device over a network to a target computing device. An application executed on the target computing device may extract tasks associated with a project from the communications. The application may organize the tasks in calendars and tables, for example. The application may enable people to track progress of individual tasks, as well as track the progress of an overall project. However, tracking the progress of the induvial tasks and/or the overall project may be difficult, as the application may receive the communications from multiple sources, such as from email communications, text messaging communications, instant messaging communications, etc. Further, the communications may additionally be received in many different forms, such as graphical communications, audio communications, and textual communications, among others.

SUMMARY

[0002] This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This summary is not intended to exclusively identify key features or essential features of the claimed subject matter, nor is it intended as an aid in determining the scope of the claimed subject matter.

[0003] Embodiments are directed at automatically extracting and completing tasks associated with a communication. In some examples, an application, such as a task management application, may generate nodes based on properties extracted from a communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. The task management application may also perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide a task management interface to present the tasks within the graph. The task management application may also transmit the tasks within the graph to a task extraction engine of the task management application in response to a modification input executed on the graph.

[0004] These and other features and advantages will be apparent from a reading of the following detailed description and a review of the associated drawings. It is to be understood that both the foregoing general description and the following detailed description are explanatory and do not restrict aspects as claimed. BRIEF DESCRIPTION OF THE DRAWINGS

[0005] FIG. 1 is a conceptual diagram illustrating an example computing environment for automatically extracting and completing tasks associated with a communication, according to embodiments;

[0006] FIG. 2 is an architectural diagram illustrating components of a scheme to automatically extract and complete tasks associated with a communication, according to embodiments;

[0007] FIG. 3 is a display diagram illustrating components of a task management application that automatically extracts and completes tasks associated with a

communication, according to embodiments;

[0008] FIG. 4 is a display diagram illustrating a task management interface of a task management application for automatically extracting and completing tasks associated with a communication, according to embodiments;

[0009] FIG. 5 is a simplified networked environment, where a system according to embodiments may be implemented;

[0010] FIG. 6 is a block diagram of an example computing device, which may be used for automatically extracting and completing tasks associated with a communication, according to embodiments; and

[0011] FIG. 7 is a logic flow diagram illustrating a process for automatically extracting and completing tasks associated with a communication, according to embodiments.

DETAILED DESCRIPTION

[0012] As briefly described above, automated extraction and completion of tasks associated with a communication may be provided. In some examples, an application, such as a task management application, may provide automatic task extraction and completion from a communication. The task management application may generate nodes based on properties extracted from the communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. The task management application may also perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide a task management interface to present the tasks within the graph. The task management application may also transmit the tasks within the graph to a task extraction engine of the task management application in response to a modification input executed on the graph. [0013] Furthermore, the task management application may perform a historical trend analysis to analyze a history of the properties of the nodes. The properties may include a priority associated with the communication, a priority associated with a source of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and/or a type of an attachment associated with the communication, among others. The task management application may perform the prioritization of the tasks based on the history of the properties of the nodes.

[0014] In another example scenario, the task management application may order the tasks based on a deadline associated with the tasks and present a subset of the tasks on the task management interface. An input may be requested to approve, to dismiss, or to tentatively approve the subset of the tasks. After receiving the approval of the subset of the tasks, the subset of the tasks may be executed. After receiving a dismissal of the subset of the tasks, the subset of the tasks may be deleted. After receiving a tentative approval of the subset of the tasks, the subset of the tasks may be executed in response to a deadline associated with the subset of the tasks.

[0015] In the following detailed description, references are made to the accompanying drawings that form a part hereof, and in which are shown by way of illustrations, specific embodiments, or examples. These aspects may be combined, other aspects may be utilized, and structural changes may be made without departing from the spirit or scope of the present disclosure. The following detailed description is therefore not to be taken in a limiting sense, and the scope of the present invention is defined by the appended claims and their equivalents.

[0016] While some embodiments will be described in the general context of program modules that execute in conjunction with an application program that runs on an operating system on a personal computer, those skilled in the art will recognize that aspects may also be implemented in combination with other program modules.

[0017] Generally, program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that embodiments may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and comparable computing devices. Embodiments may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.

[0018] Some embodiments may be implemented as a computer-implemented process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage medium readable by a computer system and encoding a computer program that comprises instructions for causing a computer or computing system to perform example process(es). The computer-readable storage medium is a computer- readable memory device. The computer-readable storage medium can for example be implemented via one or more of a volatile computer memory, a non-volatile memory, a hard drive, a flash drive, a floppy disk, or a compact disk, and comparable hardware media.

[0019] Throughout this specification, the term "platform" may be a combination of software and hardware components for automatically extracting and completing tasks associated with a communication. Examples of platforms include, but are not limited to, a hosted service executed over a plurality of servers, an application executed on a single computing device, and comparable systems. The term "server" generally refers to a computing device executing one or more software programs typically in a networked environment. More detail on these technologies and example operations is provided below.

[0020] A computing device, as used herein, refers to a device comprising at least a memory and one or more processors that includes a server, a desktop computer, a laptop computer, a tablet computer, a smart phone, a vehicle mount computer, or a wearable computer. A memory may be a removable or non-removable component of a computing device configured to store one or more instructions to be executed by one or more processors. A processor may be a component of a computing device coupled to a memory and configured to execute programs in conjunction with instructions stored by the memory. Actions or operations described herein may be executed on a single processor, on multiple processors (in a single machine or distributed over multiple machines), or on one or more cores of a multi-core processor. An operating system is a system configured to manage hardware and software components of a computing device that provides common services and applications. An integrated module is a component of an application or service that is integrated within the application or service such that the application or service is configured to execute the component. A computer-readable memory device is a physical computer-readable storage medium implemented via one or more of a volatile computer memory, a non-volatile memory, a hard drive, a flash drive, a floppy disk, or a compact disk, and comparable hardware media that includes instructions thereon to automatically save content to a location. A user experience - a visual display associated with an application or service through which a user interacts with the application or service. A user action refers to an interaction between a user and a user experience of an application or a user experience provided by a service that includes one of touch input, gesture input, voice command, eye tracking, gyroscopic input, pen input, mouse input, and keyboards input. An application programming interface (API) may be a set of routines, protocols, and tools for an application or service that allow the application or service to interact or communicate with one or more other applications and services managed by separate entities.

[0021] While example implementations are described using tasks herein, embodiments are not limited to tasks. Automatically extracting and completing tasks associated with a communication may be implemented in other environments, such as instant messages, data sharing, application sharing, online conferencing, and similar communications, where task data may be exchanged.

[0022] The technical advantages of automatically extracting and completing tasks associated with a communication may include, among others, increased efficiency of user interactions, task presentation, and prioritization. Processing and network bandwidth usage may also be reduced by avoiding repeated task assignment changes, for example when tasks or resources have to be re-allocated. The initial establishment of the nodes to form the tasks may also be optimized through implementing a learning based mechanism and/or a learning based scheme to modify the assignments of the nodes to the tasks based on past behaviors.

[0023] Embodiments address a need that arises from very large scale of operations created by networked computing and cloud based services that cannot be managed by humans. The actions/operations described herein are not a mere use of a computer, but address results of a system that is a direct consequence of software used as a service such as task services offered in conjunction with the tasks.

[0024] FIG. 1 is a conceptual diagram illustrating an example computing environment for automatically extracting and completing tasks associated with a communication, according to embodiments. [0025] As shown in a diagram 100, a computing device 102 may execute a task management application 103. The task management application may include a task extraction engine and a task modification engine, among others. The computing device 102 may include a physical server, a special purpose computing device, a datacenter, and/or a data warehouse, among others.

[0026] The task extraction engine of the task management application 103 may generate nodes based on properties extracted from a communication. The communication may include an email, an instant message, an audio communication, a graphical

communication, a visual communication, an online calendar invite, an attachment associated with an email, and/or a text message, among other forms of communication. The task extraction engine may also compile task data and the tasks associated with the communication. The task management application 103 may also analyze scenarios associated with the tasks and may visualize various aspects of the communication, such as schedules, resource allocations, and/or similar ones using visual tools like Gantt charts, calendars, tables, and/or comparable ones.

[0027] The computing device 102 may include a networking device, a memory, and one or more processors. The task management application 103 may utilize the networking device of the computing device 102 to interact with other devices, such as a client device 106. The client device 106 may include a desktop computer, a laptop computer, a tablet, a smart phone, and/or a wearable computer, among others. The client device 106 may display a task management interface of the task management application 103 through a client interface 110. A target stakeholder 105 may interact with the task management application 103 through the task management interface displayed within the client interface 110. The client interface 110 may render the task management interface of the task management application 103. Alternatively, the client interface 1 10 may include the task management interface of the task management application 103.

[0028] The computing device 102 may communicate with the client device 106 through a network 104. The network 104 may provide wired or wireless communications between nodes, such as the computing device 102 or the client device 106. The task management application 103 may also be provided by a third-party service, such as a task management service, web applications, and/or a datacenter service, among others.

[0029] In some examples, the information, the tasks, and the resources may be displayed as a presentation on the task management interface 110. Furthermore, conventional and intrinsic task management fields, such as a percentage complete, may be used for automatic placement of specific tasks into appropriate columns on the task management interface 1 10.

[0030] While the example system in FIG. 1 has been described with specific components including the computing device 102 and the task management application 103, embodiments are not limited to these components or system configurations and can be implemented with other system configuration employing fewer or additional components.

[0031] FIG. 2 is an architectural diagram illustrating components of a scheme to automatically extract and complete tasks associated with a communication, according to embodiments.

[0032] In a diagram 200, a communication source 204 may include a computing device that manages communications such as emails, and/or messages, among others. The task management application 212 may include a task extraction engine and a task modification engine, among others. The task extraction engine may process a communication 206 received from the communication source 204. The task extraction engine may process the communication 206 by extracting properties 202 of the communication 206 and generating nodes 214 based on the properties 202.

[0033] Tasks 222 may be generated based on the nodes 214. The task extraction engine of the task management application 212 may construct a graph 218 based on the nodes 214 and the tasks 222. The graph 218 may include an ordered pair of a set of vertices or the nodes 214. The nodes 214 may be connected with edges or arcs. In an example, the graph 218 may be an undirected graph. The undirected graph may not have a distinction between two nodes associated with each edge. In another example, the graph 218 may be a directed graph that includes edges directed from a node to another node.

[0034] A degree may be associated with the nodes 214. The degree is a number of edges incident to the nodes 214. In the undirected graph, an isolated node is one of the nodes 214 with a degree of zero. In another example, a pendant node or a leaf node is one of the nodes 214 with a degree of one. In the directed graph, the nodes 214 can be distinguished by an outdegree and an indegree. The outdegree is a number of outgoing edges from one of the nodes 214. The indegree is a number of incoming edges from one of the nodes 214. Some examples of nodes include a source node, a sink node, a simplicial node, and a universal node, among others. The source node is one of the nodes 214 with the indegree of zero. The sink node is one of the nodes 214 with the outdegree of zero. The simplicial node is one of the nodes 214 whose neighbors form a clique, where every two neighbors are adjacent. The universal node is one of the nodes 214 that is adjacent to every other node in the graph 218.

[0035] The task modification engine of the task management application 212 may perform a prioritization of the tasks 222 within the graph 218 based on the properties 202 of the nodes 214 and may order the tasks 222 within the graph 218 based on the prioritization of the tasks 222. The properties 202 may include a priority associated with the

communication, a priority associated with a source of the communication (i.e. a source stakeholder), a timestamp associated with the communication, a subject matter associated with the communication, and a type of an attachment associated with the communication. In other examples, the tasks 222 may also be ordered in an ascending order or a descending order based on a deadline associated with the tasks 222. In other examples, the tasks 222 may be ordered based on a numeric variable, a string variable, or a factor variable associated with the tasks 222.

[0036] The task modification engine of the task management application 212 may provide a task management interface to present the tasks 222 within a graph 218. The task management interface may be used to visualize the tasks 222 employing a grid of columns reflecting the state of a given task (e.g., not started, in progress, ready for testing signoff, completed, etc.) and rows representing aggregations of the tasks 222 (summary tasks, or "stories").

[0037] In another example, the task modification engine of the task management application 212 may provide, through an application programming interface (API) 216, the task management interface to the client application 220 to present the tasks 222 within the graph 218. The API 216 may be a set of routines, protocols, and tools for an application (i.e. the task management application 212) that enables the application (i.e. the task management application 212) to interact or communicate with one or more other applications and services managed by separate entities. The API 216 may also be configured to extract task data from the properties 202 of the communication 206 and extract the task data from the nodes 214. The task management application 212 may utilize an algorithm, such as a task extraction algorithm, to facilitate the transfer of the tasks 222 and the nodes 214 to the graph 218.

[0038] The API 216 may query the graph 218 to structure task data, extracted from the properties 202 of the communication 206, in a graphical format. In some examples, the graph 218 may be populated by the one or more other applications and services managed by the separate entities. In other examples, the API 216 may be a web service API that adheres to Representational State Transfer (REST) architectural constraints (e.g., a RESTful API).

[0039] An example of the graphical format may include a tree structure. In some examples, the graph 218 may be configured as an extension to the API 216. The graph 218 may enable third party applications to utilize the nodes 214 and the tasks 222 by connecting to the graph 218. Further, the graph 218 may act as a persistence layer to provide the API 216 to other applications and/or the services.

[0040] The tree structure may be defined locally as a collection of the nodes 214, where each of the nodes 214 is a data structure consisting of a value, together with a list of references to the nodes 214 with constraints that no reference is duplicated. The API 216 may use the tree structure to associate the nodes 214 in the graph 218, in examples. The association of the nodes 214 in the graph 218 may result in one of the tasks 222. In examples, the association of the nodes 214 in the graph 218 may occur by a one-to-one translation of the properties 202 of the nodes 214 or a one-to-many translation of the properties 202 of the nodes 214, among other examples. Examples of the tree structure may include a binary search tree (BST), a red-black tree, an AVL tree, and an R-tree, among others.

[0041] If the properties 202 cannot be provided for the nodes 214, for example, default properties may be assigned to the nodes 214. In further examples, the tree structure may be annotated with the properties 202 associated with the nodes 214 and may be rendered as a document, a web page, and a selectable tree view through the task management application 212. In some examples, the association of the nodes 214 in the graph 218 may be customizable.

[0042] In some examples, the information, the tasks, and the resources may be displayed as a presentation on the task management interface. Furthermore, conventional and intrinsic task management fields, such as a percentage complete, may be used for automatic placement of specific tasks into appropriate columns on the task management interface.

[0043] FIG. 3 is a display diagram illustrating components of a task management application that automatically extracts and completes tasks associated with a

communication, according to embodiments.

[0044] In a diagram 300, a task extraction engine of a task management application 312 may construct a graph 304 based on nodes 306 extracted from a communication and tasks 310 generated based on an association of the nodes 306. A task modification engine of the task management application 312 may perform a prioritization of the tasks 310 within the graph 304 based on properties of the nodes 306 and may order the tasks 310 within the graph 304 based on the prioritization of the tasks 310. The tasks 310 may also be ordered in an ascending order or a descending order based on a deadline associated with the tasks 310. In other examples, the tasks 310 may be ordered based on a numeric variable, a string variable, or a factor variable associated with the tasks 310.

[0045] The task modification engine of the task management application 312 may provide a task management interface 302 to the client application 320 to present the tasks 310 within the graph 304. The task management interface 302 may be used to visualize the tasks 310 employing a grid of columns reflecting the state of a given task (e.g., not started, in progress, ready for testing signoff, completed, etc.) and rows representing aggregations of the tasks 310 (summary tasks, or "stories"). The task management interface 302 may display task data, the tasks 310, resources, and information associated with the tasks 310 to a target stakeholder associated with the client application 320. The tasks 310 may include a first task 311, a second task 314, and a third task 316. The task modification engine of the task management application 312 may perform various computations, analyses, and visualization operations associated with the resources and the tasks 310.

[0046] In examples, the task extraction engine of the task management application 312 may process a qualification of a subset of the nodes 306 to exceed a threshold to generate one of the tasks 310. The threshold, in examples, may be based on an urgency associated with the communication and an urgency associated with an attachment of the

communication, among others. The qualification may include a prior history associated with a completion of the task, among other qualifications. The task extraction engine of the task management application 312 may detect the qualification of the subset of the nodes 306 exceeding the threshold.

[0047] The task extraction engine of the task management application 312 may wait for an allocation of the subset of the nodes 306 to the task during a time period. The task extraction engine may detect the allocation of the subset of the nodes 306 to the task during the time period and in response, the task extraction engine may generate the task based on the subset of the nodes 306. An alert may be transmitted to the task management interface 302 of the client application 320 to indicate a creation of the task.

[0048] In further examples, the task extraction engine may implement a learning mechanism to associate the subset of the nodes 306 to generate one of the tasks 310. The learning mechanism may include text extraction operations, task identification operations, and analysis operations to identify a history of past behavior associated with the target stakeholder. The history of past behavior may include the history of associating the properties of the subset of the nodes 306 to one of the tasks 310. The learning mechanism may further include additional analysis operations to identify another history of the past behavior associated with other stakeholders. The other history of the past behavior may include the history of associating the properties of the subset of the nodes 306 to one of the tasks 310 of the other stakeholders.

[0049] In examples, the text extraction operations may involve detecting similar text, linguistic phrases, and/or keywords in the properties of the nodes 306. The task extraction engine of the task management application 312 may associate the nodes 306 having similar textual properties, similar linguistic phrases, and/or similar keywords into one of the tasks 310. In other examples, the task extraction engine may analyze the other history of the past behavior of the other stakeholders. In response to analyzing the other history, the task extraction engine may associate the subset of the nodes 306 to one of the tasks 310. In a further example, the task extraction engine of the task management application 312 may associate the subset of the nodes 306 having similar metadata properties into one of the tasks 310.

[0050] In another example, the task modification engine of the task management application 312 may receive a feedback associated with a subset of the tasks 310 (i.e. the first task 311 and the second task 314) and/or the prioritization of the subset of the tasks 310 (i.e. the first task 311 and the second task 314) from the target stakeholder. The feedback may include the communication, an audio communication, a visual

communication, an attachment to the communication, a text message, and/or an instant message, among others. The task modification engine may customize the subset of the tasks 310 (i.e. the first task 311 and the second task 314) and/or the prioritization of the subset of the tasks 310 (i.e. the first task 311 and the second task 314) based on the feedback.

[0051] In another example, the task modification engine may customize the subset of the tasks 310 (i.e. the first task 311 and the second task 314) based on a received response from the target stakeholder. For example, if the target stakeholder performs an action to dismiss the subset of the tasks 310 (i.e. the first task 311 and the second task 314) more than a default number of times (i.e. three times), the task extraction engine may utilize the learning mechanism to modify the operations utilized to associated the subset of the nodes 306 to generate one of the tasks 310. [0052] In another example, the subset of the nodes 306 may fail to be associated to generate one of the tasks 310. The task extraction engine may detect the failure and may be enabled to utilize default properties associated with the subset of the nodes 306 to generate one of the tasks 310. The learning mechanism may customize the operations utilized to associate the subset of the nodes 306 to prohibit this situation from arising again.

[0053] In other examples, the task extraction engine may wait for an allocation of the subset of the nodes 306 to one of the tasks 310 during a time period. In response to detecting the allocation of the subset of the nodes 306 to one of the tasks 310 during the time period, the task extraction engine of the task management application 312 may prevent the subset of the nodes 306 from being allocated to another task during the time period. In examples, the subset of the nodes 306 may be prohibited from overlapping with the other task during the time period. The task extraction engine may generate one of the tasks 310 based on the subset of the nodes 306. An alert may be transmitted through the task management interface 302 to indicate a creation of one of the tasks 310.

[0054] In another example, the task extraction engine may perform a verification process during the generation of the tasks 310 to determine if a first node associated with the first task 311 is additionally allocated to the second task 314. In response to a determination, from the verification process, that the first node is allocated to the second task 314, the task extraction engine may release the first node from the second task 314. A completion of the first task 311 may be detected and the task extraction engine may re-assign the first node to the second task 314.

[0055] In a further example, the task extraction engine may receive a move request to move a first node associated with the first task 311 to the second task 314. The task extraction engine may determine that the first node meets a threshold for creation of the first task 311. The threshold may include a type of the communication, a type of metadata associated with the communication, and the source stakeholder of the communication, among others. The task modification engine may transmit a notification to the client application 320 to receive an input associated with a movement of the first node to the second task 314. The notification may include consequences associated with a movement of the first node to the second task 314. The task modification engine may, in response to receiving an input of an approval the movement of the first node to the second task 314, move the first node to the second task 314 and executing the second task 314. [0056] In some examples, the task modification engine may also filter 318 the tasks 310 based on the prioritization of the tasks 310. In other examples, the task modification engine may also filter 318 the tasks 310 based on a selection 321 by the target stakeholder. The selection 321 may include filtering the tasks 310 based on the target stakeholder, the source stakeholder, a persistence of the source stakeholder, a type of a meeting associated with the communication, and the communication in which the target stakeholder is mentioned, among others. The persistence of the source stakeholder may include a time period exceeded in which the target stakeholder fails to reply to the commination. In other examples, the task management application 312 may filter 318 the tasks 310 based on a deadline associated with the tasks 310.

[0057] In a further example, the task extraction engine may perform a historical trend analysis to analyze a history of the properties of the nodes 306. The properties may include a priority associated with the communication, a priority associated with the source stakeholder of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and a type of an attachment associated with the communication, among others. The task modification engine may then perform the prioritization of the tasks 310 based on the history of the properties of the nodes 306. The task modification engine may also filter 318 the tasks 310 based on the prioritization. The task management application 308 may then display the tasks 310 on the task management interface 302.

[0058] FIG. 4 is a display diagram illustrating a task management interface of a task management application for automatically extracting and completing tasks associated with a communication, according to embodiments.

[0059] In a diagram 400, a task management application may provide a task management interface 420 to the client application 410. The task management interface 420 may be used to visualize the tasks 412. The task management interface 420 may display task data, the tasks 412, resources, and information associated with the tasks 412 to the target stakeholder associated with the client application 410. The tasks 412 may include a first task 414 and a second task 415. The first task 414 and the second task 415 may include titles to distinguish the tasks 412.

[0060] In some examples, the tasks 412 may be listed in a first status column

hierarchically distinguished from the tasks 412 (or sub-tasks) in the same column. Other tasks may be displayed in a second status column and a third status column, following the same tree structure previously described. Summary tasks may also be displayed in the first status column, the second status column, and the third status column. A summary task may be defined as a task that has one or more children tasks. The summary tasks may have the children tasks that are themselves summary tasks. A child task may be any task that has no children reporting to it. The children tasks are also referred to as the sub-tasks herein.

[0061] The first status column, the second status column, and the third status column may be determined based on the selection, by the target stakeholder, of predefined status categories or by a definition from the target stakeholder for the categories. An automatic mapping may be performed to translate the fields to the status columns. For example, a zero in the percent complete field may be translated as "Not Started", any value between 1 and 99 may be translated as "In Progress", and a one hundred in the percent complete field may be translated as "Completed."

[0062] In other examples, the mapping of the task statues from project fields to the columns in the task management interface 420 of the task management application may occur through a predefined or stakeholder-specific filter. The predefined or stakeholder- specific filter may include rules. A rule may indicate, "the tasks with zero percent complete and starting less than today are to be placed in a column title To Do." An algorithm facilitating the transformation may evaluate each task within each summary task to determine the column the task fits in based on the filter (rule or combination of rules). In response to the evaluation of the tasks 412, a task extraction engine of the task management application may move the tasks 412 to the respective column. The columns may be determined by properties of the nodes used to generate the tasks and may be unrelated to the status of the task. For example, each task may have a field called

"deadline week day", with values like "Monday", "Tuesday", etc. The fields and values associated with the tasks 412 may be displayed visually on the task management interface 420.

[0063] A task modification engine of the task management application may allow the target stakeholder to select 416 a subset of the tasks 412 (i.e. the first task 414) on the task management interface 420. In response to receiving a selection 416, for example, the task modification engine may display 418 task data, resources, and information associated with the first task 414 on the task management interface 420. The information may include the nodes associated with the subset of the tasks 412, the properties of the nodes associated with the subset of the tasks 412, and a deadline associated with the subset of the tasks 412. The information may be distinguished with a textual scheme, a graphical scheme, an audio scheme, an animation scheme, a coloring scheme, a highlighting scheme, and a shading scheme, among others. In some examples, the subset of the tasks 412 (i.e. the first task 414) may be selected 416 through use of a drop-down menu or a textual entry box, among others.

[0064] In some examples, the subset of the tasks 412 (i.e. the first task 414) may request an input. The task modification engine may receive the input associated with the subset of the tasks 412 (i.e. the first task 414). The input may include an approval of the subset of the tasks 412 (i.e. the first task 414), a dismissal of the subset of the tasks 412 (i.e. the first task 414), and a tentative approval of the subset of the tasks 412 (i.e. the first task 414), among others. The task modification engine of the task management application may detect the approval of the subset of the tasks 412 (i.e. the first task 414) as the input and may execute the subset of the tasks 412 (i.e. the first task 414). In another example, the task modification engine may detect the dismissal of the subset of the tasks 412 (i.e. the first task 414) as the input and may fail to execute the subset of the tasks 412 (i.e. the first task 414). In a further example, the task modification engine may detect the tentative approval of the subset of the tasks 412 (i.e. the first task 414) as the input. The task modification engine of the task management application may execute the subset of the tasks 412 (i.e. the first task 414) in response to meeting the deadline associated with the subset of the tasks 412 (i.e. the first task 414).

[0065] In some examples, the subset of the tasks 412 may be displayed using graphical objects and/or textual identification. Some or all of the displayed elements on the task management interface 420 may be actionable. The task management application may include controls 417 (graphical and/or textual control elements) on the task management interface 420 to allow the target stakeholder to perform actions on the subset of the tasks 412 (i.e. the first task 414). The actions may include editing, copying, moving, and scheduling of the tasks 412.

[0066] For example, the task management application may provide links to the controls 417 associated with setting parameters and/or modification parameters of the tasks 412. In some examples, the links may be associated with modifying view settings of the subset of the tasks 412 on the task management interface 420. In some examples, a timeline may be present on the task management application. The timeline may display a time and/or a date based temporal reference for the progress of the tasks 412 displayed.

[0067] The example scenarios and schemas in FIG. 1 through FIG. 4 are shown with specific components, data types, and configurations. Embodiments are not limited to systems according to these example configurations. Automatically extracting and completing tasks 412 associated with a communication may be implemented in configurations employing fewer or additional components in applications and user interfaces. Furthermore, the example schema and components shown in FIG. 1 through FIG. 4 and their subcomponents may be implemented in a similar manner with other values using the principles described herein.

[0068] FIG. 5 is a simplified networked environment, where a system according to embodiments may be implemented.

[0069] As shown in a diagram 500, operations such as prioritization of tasks based on properties of nodes and sorting the tasks based on the prioritization of the tasks, among others, may be performed by a task management application. In examples, the task management application may be implemented via software executed over the servers 514. The platform may communicate with client applications on individual computing devices such as a smart phone 513, a mobile computer 512, or desktop computer 511 ('client devices') through network(s) 510. The servers 514, may include one or more task management servers 516, where at least one of the one or more task management servers 516 may be configured to execute one or more applications (i.e. the task management application), among other applications. In other examples, the task management application may be provided by a third party service or may include a web application. The task management application may store data associated with project data in a data store 519 directly or through a database server 518. Client applications executed on client devices 511-513 may be enabled to automatically extract and complete tasks from a communication.

[0070] Client applications executed on any of the client devices 511-513 may facilitate communications via application(s) executed by the one or more task management servers 516, or on an individual task management server. An application, such as the task management application, may include a task extraction engine and a task modification engine. The task extraction engine may generate nodes based on properties extracted from a communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. In some examples, the task extraction engine may also process a qualification of a subset of the nodes to exceed a threshold to generate one of the tasks.

The qualification may include a prior history associated with a completion of the task. The task extraction engine may also detect the qualification of the subset of the nodes exceeding the threshold. [0071] The task modification engine may perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide a task management interface to present the tasks within the graph. The task modification engine may also transmit the tasks within the graph to the task extraction engine in response to a modification input executed on the graph.

[0072] In other examples, the task modification engine may perform a historical trend analysis to analyze a history of the properties of the nodes. The properties may include a priority associated with the communication, a priority associated with a source of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and a type of an attachment associated with the communication. The task modification engine may also perform the prioritization of the tasks based on the history of the properties of the nodes. The task management application may store task data associated with the tasks in the data store 519 directly or through database server 518.

[0073] The network(s) 510 may comprise any topology of servers, clients, Internet service providers, and communication media. A system according to embodiments may have a static or dynamic topology. The network(s) 510 may include secure networks such as an enterprise network, an unsecure network such as a wireless open network, or the Internet. The network(s) 510 may also coordinate communication over other networks such as Public Switched Telephone Network (PSTN) or cellular networks. Furthermore, the network(s) 510 may include short range wireless networks such as Bluetooth or similar ones. The network(s) 510 provide communication between the nodes described herein. By way of example, and not limitation, the network(s) 510 may include wireless media such as acoustic, RF, infrared and other wireless media.

[0074] A textual scheme, a graphical scheme, an audio scheme, an animation scheme, a coloring scheme, a highlighting scheme, and/or a shading scheme may be employed to further enhance interaction between the task data and the provided task management interface.

[0075] Many other configurations of computing devices, applications, data sources, and data distribution systems may be employed to automatically extract and complete tasks from the communication. Furthermore, the networked environments discussed in FIG. 5 are for illustration purposes only. Embodiments are not limited to the example

applications, modules, or processes. [0076] FIG. 6 is a block diagram of an example computing device, which may be used for automatically extracting and completing tasks associated with a communication, according to embodiments.

[0077] For example, a computing device 600 may be used as a server, desktop computer, portable computer, smart phone, special purpose computer, or similar device. In an example basic configuration 602, the computing device 600 may include one or more processors 604 and a system memory 606. A memory bus 608 may be used for communication between the processor 604 and the system memory 606. The example basic configuration 602 may be illustrated in FIG. 6 by those components within the inner dashed line.

[0078] Depending on the desired configuration, the processor 604 may be of any type, including but not limited to a microprocessor (μΡ), a microcontroller (μθ), a digital signal processor (DSP), or any combination thereof. The processor 604 may include one more levels of caching, such as a level cache memory 612, one or more processor cores 614, and registers 616. The one or more processor cores 614 may (each) include an arithmetic logic unit (ALU), a floating point unit (FPU), a digital signal processing core (DSP Core), or any combination thereof. An example memory controller 618 may also be used with the processor 604, or in some implementations, the example memory controller 618 may be an internal part of the processor 604.

[0079] Depending on the desired configuration, the system memory 606 may be of any type including but not limited to volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.), or any combination thereof. The system memory 606 may include an operating system 620, a task management application 622, and a program data 624. The task management application 622 may include a task extraction engine 626 and a task modification engine 627. The task extraction engine 626 may generate nodes based on properties extracted from a communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. In some examples, the task extraction engine may also process a qualification of a subset of the nodes to exceed a threshold to generate one of the tasks. The qualification may include a prior history associated with a completion of the task. The task extraction engine 626 may also detect the qualification of the subset of the nodes exceeding the threshold. In other examples, the task extraction engine 626 may modify a current state of the graph. For example, the task extraction engine 626 may modify the graph based on the nodes and the tasks. If the nodes and/or the tasks are not relevant to the graph, the nodes and/or the tasks may be deleted. [0080] The task modification engine 627 may perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide a task management interface to present the tasks within the graph. The task modification engine 627 may also transmit the tasks within the graph to the task extraction engine 626 in response to a modification input executed on the graph. In other examples, the task modification engine 627 may perform a historical trend analysis to analyze a history of the properties of the nodes. The properties may include a priority associated with the communication, a priority associated with a source of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and a type of an attachment associated with the communication. The task modification engine 627 may also perform the prioritization of the tasks based on the history of the properties of the nodes.

[0081] The task management application 622 may utilize a networking device associated with the computing device 600 to interact with other devices, such a client application. The program data 624 may also include, among other data, the task data or the like, as described herein.

[0082] The computing device 600 may have additional features or functionality, and additional interfaces to facilitate communications between the example basic configuration 602 and any desired devices and interfaces. For example, a bus/interface controller 630 may be used to facilitate communications between the example basic configuration 602 and one or more data storage devices 632 via a storage interface bus 634. The data storage devices 632 may be one or more removable storage devices 636, one or more nonremovable storage devices 638, or a combination thereof. Examples of the removable storage and the non-removable storage devices may include magnetic disk devices, such as flexible disk drives and hard-disk drives (HDD), optical disk drives such as compact disk (CD) drives or digital versatile disk (DVD) drives, solid state drives (SSD), and tape drives, to name a few. Example computer storage media may include volatile and nonvolatile, removable, and non-removable media implemented in any method or technology for storage of information, such as computer-readable instructions, data structures, program modules, or other data.

[0083] The system memory 606, the removable storage devices 636 and the nonremovable storage devices 638 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVDs), solid state drives, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which may be used to store the desired information and which may be accessed by the computing device 600. Any such computer storage media may be part of the computing device 600.

[0084] The computing device 600 may also include an interface bus 640 for facilitating communication from various interface devices (for example, one or more output devices 642, one or more peripheral interfaces 644, and one or more communication devices 646) to the example basic configuration 602 via the bus/interface controller 630. Some of the one or more output devices 642 include a graphics processing unit 648 and an audio processing unit 650, which may be configured to communicate to various external devices such as a display or speakers via one or more A/V ports 652. The one or more peripheral interfaces 644 may include a serial interface controller 654 or a parallel interface controller 656, which may be configured to communicate with external devices such as input devices (for example, keyboard, mouse, pen, voice input device, touch input device, etc.) or other peripheral devices (for example, printer, scanner, etc.) via one or more I/O ports 658. An example communication device 666 includes a network controller 660, which may be arranged to facilitate communications with one or more other computing devices 662 over a network communication link via one or more communication ports 664. The one or more other computing devices 662 may include servers, computing devices, and comparable devices.

[0085] The network communication link may be one example of a communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and may include any information delivery media. A "modulated data signal" may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), microwave, infrared (IR) and other wireless media. The term computer readable media as used herein may include both storage media and communication media.

[0086] The computing device 600 may be implemented as a part of a general purpose or specialized server, mainframe, or similar computer, which includes any of the above functions. The computing device 600 may also be implemented as a personal computer including both laptop computer and non-laptop computer configurations. [0087] Example embodiments may also include methods for automatically extracting and completing tasks associated with the communication. These methods can be implemented in any number of ways, including the structures described herein. One such way may be by machine operations, of devices of the type described in the present disclosure. Another optional way may be for one or more of the individual operations of the methods to be performed in conjunction with one or more human operators performing some of the operations while other operations may be performed by machines. These human operators need not be collocated with each other, but each can be only with a machine that performs a portion of the program. In other embodiments, the human interaction can be automated such as by pre-selected criteria that may be machine automated.

[0088] FIG. 7 is a logic flow diagram illustrating a process for automatically extracting and completing tasks associated with a communication, according to embodiments.

[0089] A process 700 may be implemented on a computing device, such as the computing device 600, or with another system. The computing device may include a networking device, a memory, and one or more processors coupled to the memory and the networking device. The one or more processors may execute a task management application in conjunction with instructions stored in the memory. The task management application may include a task extraction engine and a task modification engine, among others.

[0090] The process 700 begins with operation 710, where the task extraction engine may generate nodes based on properties extracted from a communication. At operation 720, the task extraction engine may generate tasks based on the nodes. In some examples, the task extraction engine may process a qualification of a subset of the nodes to exceed a threshold to generate one of the tasks. The qualification may include a prior history associated with a completion of the task. The task extraction engine may detect the qualification of the subset of the nodes exceeding the threshold. In response, the task extraction engine may wait for an allocation of the subset of the nodes to the task during a time period, detect the allocation of the subset of the nodes to the task during the time period, and generate the task based on the subset of the nodes. In other examples, the task extraction engine may generate the tasks based on one node. In further examples, the task extraction engine may generate default tasks based on zero nodes.

[0091] At operation 730, the task extraction engine may construct a graph based on the nodes and the tasks. At operation 740, the task modification engine may perform a prioritization of the tasks within the graph based on the properties of the nodes. In some examples, the task modification engine may perform a historical trend analysis to analyze a history of the properties of the nodes. The properties may include a priority associated with the communication, a priority associated with a source of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and a type of an attachment associated with the communication. The task modification engine may also perform the prioritization of the tasks based on the history of the one or more properties of the nodes.

[0092] At operation 750, the task modification engine may order the tasks within the graph based on the prioritization of the tasks. In some examples, the task modification engine may order the tasks based on a deadline associated with the tasks. At operation 760, the task modification engine may provide, through the networking device, a task management interface to present the tasks within the graph. In some examples, the task modification engine may present a subset of the tasks on the task management interface. The subset of the tasks may request an input. The task modification engine may receive the input associated with the subset of the tasks. The input may include an approval of the subset of the tasks, a dismissal of the subset of the tasks, and a tentative approval of the subset of the tasks. In response to detecting the approval of the subset of the tasks as the input, the task modification engine may execute the subset of the tasks.

[0093] At operation 770, the task modification engine may transmit the tasks within the graph to the task extraction engine in response to a modification input executed on the graph. In examples, the task modification engine may detect a modification input, such as an edit action, executed on the graph. In some examples, the task modification engine may receive a feedback associated with the tasks. The task modification engine may transmit the graph to the task extraction engine, where the tasks may be customized based on the feedback.

[0094] The operations included in process 700 are for illustration purposes. Automatically extracting and completing tasks from a communication may be implemented by similar processes with fewer or additional steps, as well as in different order of operations using the principles described herein. The operations described herein may be executed by one or more processors operated on one or more computing devices, one or more processor cores, specialized processing devices, and/or general purpose processors, among other examples.

[0095] A means for automatically extracting and completing tasks associated with a communication may be provided, which may include a means for generating nodes based on properties extracted from a communication, a means for generating tasks based on the nodes, a means for constructing a graph based on the nodes and the tasks, a means for performing a prioritization of the tasks within the graph based on the properties of the nodes, a means for ordering the tasks within the graph based on the prioritization of the tasks and a means for providing, through a networking device, a task management interface to present the tasks within the graph. The communication may include an email, an online calendar invite, an attachment associated with an email, and/or a text message, among other examples.

[0096] According to some embodiments, computing devices for automatically extracting and completing tasks associated with a communication are described. An example computing device may include a networking device, a memory, and processors coupled to the memory and the networking device. The processors may execute a task management application in conjunction with instructions stored in the memory. The task management application may include a task extraction engine and a task modification engine. The task extraction engine may be configured to generate nodes based on properties extracted from a communication, generate tasks based on the nodes, and construct a graph based on the nodes and the tasks. The task modification engine may be configured to perform a prioritization of the tasks within the graph based on the properties of the nodes, order the tasks within the graph based on the prioritization of the tasks, and provide, through the networking device, a task management interface to present the tasks within the graph. The task modification engine may also be configured to transmit the tasks within the graph to the task extraction engine in response to a modification input executed on the graph.

[0097] In other examples, the task modification engine may be further configured to perform a historical trend analysis to analyze a history of the properties of the nodes. The properties may include a priority associated with the communication, a priority associated with a source of the communication, a timestamp associated with the communication, a subject matter associated with the communication, and/or a type of an attachment associated with the communication. The task modification engine may be further configured to perform the prioritization of the tasks based on the history of the properties of the nodes.

[0098] In further examples, the task modification engine may be further configured to order the tasks based on a deadline associated with the tasks and present a first subset of the tasks on the task management interface. The first subset of the tasks may request an input. The task modification engine may be configured to receive the input associated with the first subset of the tasks. The input may include an approval of the first subset of the tasks, a dismissal of the first subset of the tasks, or a tentative approval of the first subset of the tasks.

[0099] In some examples, the task modification engine may detect the approval of the first subset of the tasks as the input and may execute the first subset of the tasks. In other examples, the task modification engine may detect the dismissal of the first subset of the tasks as the input and may fail to execute the first subset of the tasks. In further examples, the task modification engine may detect the tentative approval of the first subset of the tasks as the input and may execute the first subset of the tasks in response to meeting the deadline associated with the first subset of the tasks.

[00100] In other examples, the task modification engine may be further configured to receive a feedback associated with a first subset of the tasks and/or the prioritization of the first subset of the tasks. In response, the task modification engine may customize the first subset of the tasks and/or the prioritization of the first subset of the tasks based on the feedback. In further examples, the task modification engine may present information associated with a first subset of the tasks. The information associated with the first subset of the tasks may include the nodes associated with the first subset of the tasks, the properties of the nodes associated with the first subset of the tasks, and/or a deadline associated with the first subset of the tasks. The information may be distinguished with a textual scheme, a graphical scheme, an audio scheme, an animation scheme, a coloring scheme, a highlighting scheme, and/or a shading scheme.

[00101] In other examples, the task modification engine may be further configured to process a qualification of a subset of the nodes to exceed a threshold to generate one of the tasks. The qualification may include a prior history associated with a completion of the task. The task modification engine may be further configured to detect the qualification of the subset of the nodes exceeding the threshold. In some examples, the task modification engine may be further configured to wait for an allocation of the subset of the nodes to the task during a time period and may detect the allocation of the subset of the nodes to the task during the time period. The task modification engine may generate the task based on the subset of the nodes and may transmit an alert to the task management interface to indicate a creation of the task.

[00102] In some examples, the task extraction engine may be further configured to wait for an allocation of the subset of the nodes to the task during a time period, detect the allocation of the subset of the nodes to the task during the time period, prevent the subset of the nodes from being allocated to another task during the time period, and prevent the subset of the nodes from overlapping with another task during the time period. The task extraction engine may be further configured to generate the task based on the subset of the nodes and transmit an alert to the task management interface to indicate a creation of the task.

[00103] According to some embodiments, methods executed on computing devices for automatically extracting and completing tasks associated with a communication may be provided. An example method may include process steps, such as, generating nodes based on properties extracted from a communication, generating tasks based on the nodes, constructing a graph based on the nodes and the tasks, performing a prioritization of the tasks within the graph based on the properties of the nodes, ordering the tasks within the graph based on the prioritization of the tasks, and providing, through a networking device, a task management interface to present the tasks within the graph. The communication may include an email, an online calendar invite, an attachment associated with an email, and/or a text message.

[00104] According to some examples, the method may further include processes for forming a verification process during the generation of the tasks to determine if a first node associated with a first task is additionally allocated to a second task. In response to a determination from the verification process that the first node is allocated to the second task, the method may further include processes to release the first node from the second task. In other examples, the method may include processes to detect a completion of the first task and may re-assign the first node to the second task.

[00105] In other examples, the method may further include processes for receiving a move request to move a first node associated with a first task to a second task, determining that the first node meets a threshold for creation of a first task, and transmitting a notification to the task management interface to receive an input associated with a movement of the first node to the second task. The notification may include consequences associated with a movement of the first node to the second task. In response to receiving an input of an approval the movement of the first node to the second task, the method may further include processes for moving the first node to the second task and executing the second task.

[00106] According to some examples, computer-readable memory devices with instructions stored thereon for automatically extracting and completing tasks associated with a communication may be provided. An example computer-readable memory device with instructions stored thereon for automatically extracting and completing tasks associated with a communication may include instructions for generating nodes based on properties extracted from a communication, generating tasks based on the nodes, constructing a graph based on the nodes and the tasks, performing a prioritization of the tasks within the graph based on the properties of the nodes, ordering the tasks within the graph based on the prioritization of the tasks, and providing a task management interface to present the tasks within the graph. The communication may include email, an online calendar invite, an attachment associated with an email, and/or a text message.

[00107] The above specification, examples and data provide a complete description of the manufacture and use of the composition of the embodiments. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims and embodiments.