Type Alias: UserTaskFilter
type UserTaskFilter = object;
User task filter request.
Properties
assignee?
optional assignee?: StringFilterProperty;
The assignee of the user task.
candidateGroup?
optional candidateGroup?: StringFilterProperty;
The candidate group for this user task.
candidateUser?
optional candidateUser?: StringFilterProperty;
The candidate user for this user task.
completionDate?
optional completionDate?: DateTimeFilterProperty;
The user task completion date.
creationDate?
optional creationDate?: DateTimeFilterProperty;
The user task creation date.
dueDate?
optional dueDate?: DateTimeFilterProperty;
The user task due date.
elementId?
optional elementId?: ElementId;
The element ID of the user task.
elementInstanceKey?
optional elementInstanceKey?: ElementInstanceKey;
The key of the element instance.
followUpDate?
optional followUpDate?: DateTimeFilterProperty;
The user task follow-up date.
localVariables?
optional localVariables?: VariableValueFilterProperty[];
The local variables of the user task.
name?
optional name?: StringFilterProperty;
The task name. This only works for data created with 8.8 and onwards. Instances from prior versions don't contain this data and cannot be found.
priority?
optional priority?: IntegerFilterProperty;
The priority of the user task.
processDefinitionId?
optional processDefinitionId?: ProcessDefinitionIdFilterProperty;
The ID of the process definition.
processDefinitionKey?
optional processDefinitionKey?: ProcessDefinitionKeyFilterProperty;
The key of the process definition.
processInstanceKey?
optional processInstanceKey?: ProcessInstanceKeyFilterProperty;
The key of the process instance.
processInstanceVariables?
optional processInstanceVariables?: VariableValueFilterProperty[];
The variables of the process instance.
state?
optional state?: UserTaskStateFilterProperty;
The user task state.
tags?
optional tags?: TagSet;
tenantId?
optional tenantId?: StringFilterProperty;
Tenant ID of this user task.
userTaskKey?
optional userTaskKey?: UserTaskKey;
The key for this user task.