Share via


SimpleTaskDetailOutput interface

Workflow simple task details.

Properties

assignedTo

The users or groups were assigned the simple task.

changeHistory
status

Simple task status.

taskBody

The simple task body.

Property Details

assignedTo

The users or groups were assigned the simple task.

assignedTo: string[]

Property Value

string[]

changeHistory

changeHistory: Record<string, unknown>[]

Property Value

Record<string, unknown>[]

status

Simple task status.

status: "InProgress" | "Completed" | "NotStarted" | "Canceled"

Property Value

"InProgress" | "Completed" | "NotStarted" | "Canceled"

taskBody

The simple task body.

taskBody: string

Property Value

string