public interface TaskInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignee()
The
userId of the person to which this task is delegated. |
String |
getCategory()
The category of the task.
|
Date |
getClaimTime()
The claim time of this task
|
Date |
getCreateTime()
The date/time when this task was created
|
String |
getDescription()
Free text description of the task.
|
Date |
getDueDate()
Due date of the task.
|
String |
getExecutionId()
Reference to the path of execution or null if it is not related to a process instance.
|
String |
getFormKey()
The form key for the user task
|
String |
getId()
DB id of the task.
|
List<? extends IdentityLinkInfo> |
getIdentityLinks()
Returns the identity links.
|
String |
getName()
Name or title of the task.
|
String |
getOwner()
The
userId of the person that is responsible for this task. |
String |
getParentTaskId()
The parent task for which this task is a subtask
|
int |
getPriority()
Indication of how important/urgent this task is
|
String |
getProcessDefinitionId()
Reference to the process definition or null if it is not related to a process.
|
String |
getProcessInstanceId()
Reference to the process instance or null if it is not related to a process instance.
|
Map<String,Object> |
getProcessVariables()
Returns the process variables if requested in the task query
|
String |
getScopeDefinitionId()
Reference to a scope definition identifier or null if none is set (e.g.
|
String |
getScopeId()
Reference to a scope identifier or null if none is set (e.g.
|
String |
getScopeType()
Reference to a scope type or null if none is set (e.g.
|
String |
getSubScopeId()
Reference to a sub scope identifier or null if none is set (e.g.
|
String |
getTaskDefinitionId()
Reference to the task definition or null if it is not related to any task definition.
|
String |
getTaskDefinitionKey()
The id of the activity in the process defining this task or null if this is not related to a process
|
Map<String,Object> |
getTaskLocalVariables()
Returns the local task variables if requested in the task query
|
String |
getTenantId()
The tenant identifier of this task
|
String getId()
String getName()
String getDescription()
int getPriority()
String getOwner()
userId of the person that is responsible for this task.String getAssignee()
userId of the person to which this task is delegated.String getProcessInstanceId()
String getExecutionId()
String getTaskDefinitionId()
String getProcessDefinitionId()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
Date getCreateTime()
String getTaskDefinitionKey()
Date getDueDate()
String getCategory()
String getParentTaskId()
String getTenantId()
String getFormKey()
Map<String,Object> getTaskLocalVariables()
Map<String,Object> getProcessVariables()
List<? extends IdentityLinkInfo> getIdentityLinks()
Date getClaimTime()
Copyright © 2019 Flowable. All rights reserved.