ApprovalOutput interface
The workflow approval task properties.
- Extends
Properties
| approval |
The approval task details |
| type |
Inherited 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. |
| workflow |
The workflow id. Value may contain a UUID |
| workflow |
The workflow run id. Value may contain a UUID |
Property Details
approvalDetail
type
type: "Approval"
Property Value
"Approval"
Inherited Property Details
createdTime
The created time.
createdTime: string
Property Value
string
Inherited From WorkflowTaskOutputParent.createdTime
expiryInfo
Info of task expiry.
expiryInfo?: WorkflowTaskExpiryInfoOutput
Property Value
Inherited From WorkflowTaskOutputParent.expiryInfo
id
The workflow task id.
Value may contain a UUID
id: string
Property Value
string
Inherited From WorkflowTaskOutputParent.id
lastUpdateTime
The last update time.
lastUpdateTime: string
Property Value
string
Inherited From WorkflowTaskOutputParent.lastUpdateTime
payload
Info and material that helps assignees to take action.
payload: TaskPayloadOutput
Property Value
Inherited From WorkflowTaskOutputParent.payload
reminderInfo
Info of task reminder.
reminderInfo?: WorkflowTaskReminderInfoOutput
Property Value
Inherited From WorkflowTaskOutputParent.reminderInfo
requestor
The person who submitted the user request.
Value may contain a UUID
requestor: string
Property Value
string
Inherited From WorkflowTaskOutputParent.requestor
title
The workflow task title.
title?: string
Property Value
string
Inherited From WorkflowTaskOutputParent.title
workflowId
The workflow id.
Value may contain a UUID
workflowId: string
Property Value
string
Inherited From WorkflowTaskOutputParent.workflowId
workflowRunId
The workflow run id.
Value may contain a UUID
workflowRunId: string
Property Value
string
Inherited From WorkflowTaskOutputParent.workflowRunId