Skip to content

RawTaskCreateResponse

Base interface containing common fields shared across all task response types

Extends

Properties

Property Type
action null | string
assignedToUser null | UserLoginInfo
completedByUser null | UserLoginInfo
completedTime null | string
createdTime string
data null | Record<string, unknown>
deletedTime null | string
deleterUserId null | number
externalTag null | string
folderId number
id number
isDeleted boolean
key string
lastAssignedTime null | string
lastModifiedTime null | string
parentOperationId null | string
priority TaskPriority
processingTime null | number
status TaskStatus
taskAssignees null | UserLoginInfo[]
taskSlaDetails null | TaskSlaDetail[]
title string
type TaskType
waitJobState null | JobState