Share via


ApprovalOutput interface

The workflow approval task properties.

Extends

Properties

approvalDetail

The approval task details

type

Inherited Properties

createdTime

The created time.

expiryInfo

Info of task expiry.

id

The workflow task id.

Value may contain a UUID

lastUpdateTime

The last update time.

payload

Info and material that helps assignees to take action.

reminderInfo

Info of task reminder.

requestor

The person who submitted the user request.

Value may contain a UUID

title

The workflow task title.

workflowId

The workflow id.

Value may contain a UUID

workflowRunId

The workflow run id.

Value may contain a UUID

Property Details

approvalDetail

The approval task details

approvalDetail?: ApprovalDetailOutput

Property Value

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