A task corresponds to asynchronous processes happening on the Polycom server Content-Type: application/vnd.plcm.plcm-task+xml. All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
plcm-error | plcm-error | See Definition of plcm-error | |
plcmSubjectResourceList | List of plcm-subject-resource | See Definition of plcm-subject-resource | |
task-identifier | xs:string | The unique identifier of the task | Mandatory |
description | xs:string | A description of the running task | |
output | xs:string | The output of the task, if any. | |
taskOwnerDomain | xs:string | The domain of the user that owns this task. (i.e the user that initiated this task.) | Mandatory |
taskOwnerUsername | xs:string | The username of the user that owns this task. (i.e the user that initiated this task) | Mandatory |
state | xs:string | The state of the task. Current possible values are: WAITING_TO_START IN_PROGRESS COMPLETED ERROR | Mandatory |
task-type | TaskType | The type of task. This is a read-only field. | |
percentComplete | Percentcomplete | The percentage complete of this task (if known) | |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. | |
start-timestamp | xs:dateTime | ||
end-timestamp | xs:dateTime | ||
expiration-date | xs:dateTime |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
Percentcomplete | xs:decimal | |
TaskType | xs:string | Value must be one of:
|