Type Alias: UserTaskProperties
type UserTaskProperties = object;
Defined in: gen/types.gen.ts:3453
Contains properties of a user task.
Properties
action?
optional action: string;
Defined in: gen/types.gen.ts:3457
The action performed on the user task.
assignee?
optional assignee: string | null;
Defined in: gen/types.gen.ts:3461
The user assigned to the task.
candidateGroups?
optional candidateGroups: string[];
Defined in: gen/types.gen.ts:3465
The groups eligible to claim the task.
candidateUsers?
optional candidateUsers: string[];
Defined in: gen/types.gen.ts:3469
The users eligible to claim the task.
changedAttributes?
optional changedAttributes: string[];
Defined in: gen/types.gen.ts:3473
The attributes that were changed in the task.
dueDate?
optional dueDate: string | null;
Defined in: gen/types.gen.ts:3477
The due date of the user task in ISO 8601 format.
followUpDate?
optional followUpDate: string | null;
Defined in: gen/types.gen.ts:3481
The follow-up date of the user task in ISO 8601 format.
formKey?
optional formKey: FormKey;
Defined in: gen/types.gen.ts:3485
The key of the form associated with the user task.
priority?
optional priority: number | null;
Defined in: gen/types.gen.ts:3489
The priority of the user task.
userTaskKey?
optional userTaskKey: UserTaskKey | null;
Defined in: gen/types.gen.ts:3493
The unique key identifying the user task.