TaskCompleteRequest
TaskCompleteRequest - request object with variables to update or add to task during the task completion.
- Schema
- Example value
{
"variables": [VariableInput]
}
{
"variables": [
{
"name": "string",
"value": "string"
}
]
}
Fields
TaskCompleteRequest.variables
● VariableInput
list
Variables to update or add to task during the task completion.
Consumed by
Complete task
PATCH