Interface UserTaskRecordValue
- All Superinterfaces:
JsonSerializable,ProcessInstanceRelated,RecordValue,RecordValueWithVariables,TenantOwned
- All Known Implementing Classes:
ImmutableUserTaskRecordValue
@Immutable
public interface UserTaskRecordValue
extends RecordValueWithVariables, ProcessInstanceRelated, TenantOwned
Represents a user task related event or command.
See UserTaskIntent for intents.
-
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongintlongintlongMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.value.ProcessInstanceRelated
getProcessInstanceKeyMethods inherited from interface io.camunda.zeebe.protocol.record.RecordValueWithVariables
getVariablesMethods inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
getTenantId
-
Method Details
-
getUserTaskKey
long getUserTaskKey() -
getAssignee
String getAssignee() -
getCandidateGroupsList
-
getCandidateUsersList
-
getDueDate
String getDueDate() -
getFollowUpDate
String getFollowUpDate() -
getFormKey
long getFormKey() -
getChangedAttributes
-
getAction
String getAction() -
getExternalFormReference
String getExternalFormReference() -
getCustomHeaders
-
getCreationTimestamp
long getCreationTimestamp() -
getElementId
String getElementId()- Returns:
- the element id of the corresponding user task
-
getElementInstanceKey
long getElementInstanceKey()- Returns:
- the element instance key of the corresponding user task
-
getBpmnProcessId
String getBpmnProcessId()- Returns:
- the bpmn process id of the corresponding process definition
-
getProcessDefinitionVersion
int getProcessDefinitionVersion()- Returns:
- the version of the corresponding process definition
-
getProcessDefinitionKey
long getProcessDefinitionKey()- Returns:
- the process key of the corresponding process definition
-
getPriority
int getPriority()
-