Skip to main content
Version: 8.9

Type Alias: UserTaskProperties

type UserTaskProperties = object;

Contains properties of a user task.

Properties

action

action: string;

The action performed on the user task.


assignee

assignee: string | null;

The user assigned to the task.


candidateGroups

candidateGroups: string[];

The groups eligible to claim the task.


candidateUsers

candidateUsers: string[];

The users eligible to claim the task.


changedAttributes

changedAttributes: string[];

The attributes that were changed in the task.


dueDate

dueDate: string | null;

The due date of the user task in ISO 8601 format.


followUpDate

followUpDate: string | null;

The follow-up date of the user task in ISO 8601 format.


formKey

formKey: FormKey | null;

The key of the form associated with the user task.


priority

priority: number | null;

The priority of the user task.


userTaskKey

userTaskKey: UserTaskKey | null;

The unique key identifying the user task.