WorkflowRunRunPayloadOutput interface
The input of a workflow run. Align with operation in user request.
Properties
| payload | The payload of each operation which user want to submit. |
| target |
The target value which need involve workflow to update. |
| type | The workflow run payload type. |
Property Details
payload
The payload of each operation which user want to submit.
payload: Record<string, unknown>
Property Value
Record<string, unknown>
targetValue
The target value which need involve workflow to update.
targetValue: string
Property Value
string
type
The workflow run payload type.
type: "CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"
Property Value
"CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"