WorkflowRunPayloadOutput interface
The input of a workflow run. Align with operation in user request.
Properties
| target |
The target value which need involve workflow to update. |
| type | The workflow run payload type. |
Property Details
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"