SimpleTaskDetailOutput interface
Workflow simple task details.
Properties
| assigned |
The users or groups were assigned the simple task. |
| change |
|
| status | Simple task status. |
| task |
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