Type Alias: UserTaskFilter
type UserTaskFilter = object;
Defined in: gen/types.gen.ts:6769
User task filter request.
Properties
assignee?
optional assignee: StringFilterProperty;
Defined in: gen/types.gen.ts:6777
The assignee of the user task.
candidateGroup?
optional candidateGroup: StringFilterProperty;
Defined in: gen/types.gen.ts:6794
The candidate group for this user task.
candidateUser?
optional candidateUser: StringFilterProperty;
Defined in: gen/types.gen.ts:6798
The candidate user for this user task.
completionDate?
optional completionDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:6814
The user task completion date.
creationDate?
optional creationDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:6810
The user task creation date.
dueDate?
optional dueDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:6822
The user task due date.
elementId?
optional elementId: ElementId;
Defined in: gen/types.gen.ts:6785
The element ID of the user task.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:6840
The key of the element instance.
followUpDate?
optional followUpDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:6818
The user task follow-up date.
localVariables?
optional localVariables: VariableValueFilterProperty[];
Defined in: gen/types.gen.ts:6824
name?
optional name: StringFilterProperty;
Defined in: gen/types.gen.ts:6790
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;
Defined in: gen/types.gen.ts:6781
The priority of the user task.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:6806
The ID of the process definition.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:6832
The key of the process definition.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:6836
The key of the process instance.
processInstanceVariables?
optional processInstanceVariables: VariableValueFilterProperty[];
Defined in: gen/types.gen.ts:6823
state?
optional state: UserTaskStateFilterProperty;
Defined in: gen/types.gen.ts:6773
The user task state.
tags?
optional tags: TagSet;
Defined in: gen/types.gen.ts:6841
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:6802
Tenant ID of this user task.
userTaskKey?
optional userTaskKey: UserTaskKey;
Defined in: gen/types.gen.ts:6828
The key for this user task.