Interface UserTask
- All Known Implementing Classes:
UserTaskImpl
public interface UserTask
-
Method Summary
Modifier and TypeMethodDescriptionAssignee of the taskBPMN process id of the process associated with this taskCandidate groups for the taskCandidate users for the taskCompletion date of the taskCreation date of the taskCustom headers associated with the taskDue date of the taskElement IDInstance key of the elementExternal form referenceFollow-up date of the taskKey of the formgetKey()
Priority of the taskKey of the process definitionVersion of the process definitionKey of the process instancegetState()
State of the taskTenant identifiers
-
Method Details
-
getKey
Long getKey() -
getState
String getState()State of the task -
getAssignee
String getAssignee()Assignee of the task -
getElementId
String getElementId()Element ID -
getElementInstanceKey
Long getElementInstanceKey()Instance key of the element -
getCandidateGroup
Candidate groups for the task -
getCandidateUser
Candidate users for the task -
getBpmnProcessId
String getBpmnProcessId()BPMN process id of the process associated with this task -
getProcessDefinitionKey
Long getProcessDefinitionKey()Key of the process definition -
getProcessInstanceKey
Long getProcessInstanceKey()Key of the process instance -
getFormKey
Long getFormKey()Key of the form -
getCreationDate
String getCreationDate()Creation date of the task -
getCompletionDate
String getCompletionDate()Completion date of the task -
getFollowUpDate
String getFollowUpDate()Follow-up date of the task -
getDueDate
String getDueDate()Due date of the task -
getTenantIds
String getTenantIds()Tenant identifiers -
getExternalFormReference
String getExternalFormReference()External form reference -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion()Version of the process definition -
getCustomHeaders
Custom headers associated with the task -
getPriority
Integer getPriority()Priority of the task
-