Optionalassignee?: string | nullAssignee of the task.
OptionalcandidateGroups?: string[] | nullThe list of candidate groups of the task.
OptionalcandidateUsers?: string[] | nullThe list of candidate users of the task.
OptionaldueDate?: string | nullThe due date of the task.
OptionalfollowUpDate?: string | nullThe follow-up date of the task.
Optionalpriority?: number | nullThe priority of the task.
JSON object with attributes that were corrected by the worker.
The following attributes can be corrected, additional attributes will be ignored:
assignee- clear by providing an empty StringdueDate- clear by providing an empty StringfollowUpDate- clear by providing an empty StringcandidateGroups- clear by providing an empty listcandidateUsers- clear by providing an empty listpriority- minimum 0, maximum 100, default 50Providing any of those attributes with a
nullvalue or omitting it preserves the persisted attribute's value.