Share via


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

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.

type
workflowId

The workflow id.

Value may contain a UUID

workflowRunId

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