For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: UserTaskWaitStateDetails

type UserTaskWaitStateDetails = BaseWaitStateDetails & object;

Type Declaration

dueDate

dueDate: string | null;

The due date of the user task, if set.

taskKey

taskKey: UserTaskKey;

The key of the user task.

waitStateType

waitStateType: string;

The wait state type discriminator.