CreateTaskAction
CreateTaskAction
This data object type specifies the type of task to be created when this action is triggered.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"taskTypeId": "string",
"cancelable": false
}
string
taskTypeId
Required
Extension registered task type identifier for type of task being created.
boolean
cancelable
Required
Whether the task should be cancelable.