| Interface | Description | 
|---|---|
| Attachment | 
 Any type of content that is be associated with
 a task or with a process instance. 
 | 
| Comment | 
 User comments that form discussions around tasks. 
 | 
| Event | 
 Exposes twitter-like feeds for tasks and process instances. 
 | 
| IdentityLink | 
 An identity link is used to associate a task with a certain identity. 
 | 
| NativeTaskQuery | 
 Allows querying of  
Tasks via native (SQL) queries | 
| Task | 
 Represents one task for a human user. 
 | 
| TaskInfo | |
| TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo> | 
 Interface containing shared methods between the  
TaskQuery and the HistoricTaskInstanceQuery. | 
| TaskQuery | 
 Allows programmatic querying of  
Tasks; | 
| Class | Description | 
|---|---|
| IdentityLinkType | 
 Contains constants for all types of identity links that can be used to involve a 
 user or group with a certain task. 
 | 
| TaskInfoQueryWrapper | 
 This is a helper class to help you work with the  
TaskInfoQuery, without having to care about the awful generics. | 
| Enum | Description | 
|---|---|
| DelegationState | 
 Defines the different states of delegation that a task can be in. 
 | 
TaskService.Copyright © 2017 Flowable. All rights reserved.