Share via


TaskPayloadOutput interface

Info and material that helps assignees to take action.

Properties

payload

The payload of the task.

targetValue

The target value of entity which user want to involve workflow to update.

type

The task payload type.

Property Details

payload

The payload of the task.

payload?: Record<string, unknown>

Property Value

Record<string, unknown>

targetValue

The target value of entity which user want to involve workflow to update.

targetValue: string

Property Value

string

type

The task payload type.

type: "CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"

Property Value

"CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"