WorkflowTaskOutputParent interface
An actionable item assigned to assignees. It is created when approval or task action starts to execute. Approval is one kind of task.
Properties
| created |
The created time. |
| expiry |
Info of task expiry. |
| id | The workflow task id. Value may contain a UUID |
| last |
The last update time. |
| payload | Info and material that helps assignees to take action. |
| reminder |
Info of task reminder. |
| requestor | The person who submitted the user request. Value may contain a UUID |
| title | The workflow task title. |
| type | |
| workflow |
The workflow id. Value may contain a UUID |
| workflow |
The workflow run id. Value may contain a UUID |
Property Details
createdTime
The created time.
createdTime: string
Property Value
string
expiryInfo
Info of task expiry.
expiryInfo?: WorkflowTaskExpiryInfoOutput
Property Value
id
The workflow task id.
Value may contain a UUID
id: string
Property Value
string
lastUpdateTime
The last update time.
lastUpdateTime: string
Property Value
string
payload
Info and material that helps assignees to take action.
payload: TaskPayloadOutput
Property Value
reminderInfo
Info of task reminder.
reminderInfo?: WorkflowTaskReminderInfoOutput
Property Value
requestor
The person who submitted the user request.
Value may contain a UUID
requestor: string
Property Value
string
title
The workflow task title.
title?: string
Property Value
string
type
type: "Approval" | "SimpleTask" | "WorkflowTask"
Property Value
"Approval" | "SimpleTask" | "WorkflowTask"
workflowId
The workflow id.
Value may contain a UUID
workflowId: string
Property Value
string
workflowRunId
The workflow run id.
Value may contain a UUID
workflowRunId: string
Property Value
string