Interface UserTask
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Assignee of the taskDeprecated.BPMN process id of the process associated with this taskDeprecated.Candidate groups for the taskDeprecated.Candidate users for the taskDeprecated.Completion date of the taskDeprecated.Creation date of the taskDeprecated.Custom headers associated with the taskDeprecated.Due date of the taskDeprecated.Element IDDeprecated.Instance key of the elementDeprecated.External form referenceDeprecated.Follow-up date of the taskDeprecated.Key of the formgetKey()Deprecated.Deprecated.Priority of the taskDeprecated.Key of the process definitionDeprecated.Version of the process definitionDeprecated.Key of the process instancegetState()Deprecated.State of the taskDeprecated.Tenant identifiers
-
Method Details
-
getKey
Long getKey()Deprecated. -
getState
String getState()Deprecated.State of the task -
getAssignee
String getAssignee()Deprecated.Assignee of the task -
getElementId
String getElementId()Deprecated.Element ID -
getElementInstanceKey
Long getElementInstanceKey()Deprecated.Instance key of the element -
getCandidateGroup
Deprecated.Candidate groups for the task -
getCandidateUser
Deprecated.Candidate users for the task -
getBpmnProcessId
String getBpmnProcessId()Deprecated.BPMN process id of the process associated with this task -
getProcessDefinitionKey
Long getProcessDefinitionKey()Deprecated.Key of the process definition -
getProcessInstanceKey
Long getProcessInstanceKey()Deprecated.Key of the process instance -
getFormKey
Long getFormKey()Deprecated.Key of the form -
getCreationDate
String getCreationDate()Deprecated.Creation date of the task -
getCompletionDate
String getCompletionDate()Deprecated.Completion date of the task -
getFollowUpDate
String getFollowUpDate()Deprecated.Follow-up date of the task -
getDueDate
String getDueDate()Deprecated.Due date of the task -
getTenantIds
String getTenantIds()Deprecated.Tenant identifiers -
getExternalFormReference
String getExternalFormReference()Deprecated.External form reference -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion()Deprecated.Version of the process definition -
getCustomHeaders
Deprecated.Custom headers associated with the task -
getPriority
Integer getPriority()Deprecated.Priority of the task
-
UserTask