Task claimed Event (Handled by Available Tasks Widget)
The task list is refreshed to reflect the potentially updated
content.
This event is handled for seamless interaction with the
My Tasks and Tasks widgets. Event Name com.ibm.task.TaskClaimed
General purpose: The user claimed tasks.
Payload
Type: JSON
{
"type" : "object",
"description" : "Reference task resources",
"properties" : {
"items" : { "type":"array",
"items": { "properties": {
"id" : { "type": "string", "description": "Task instance identifier" },
"systemID" : { "type": "string", "optional": true,
"description": "Identifies the system the task originates. Only provided and required, if Federated services are used." },
"systemType": {"type":"string", "optional":true,
"enum" : ["SYSTEM_TYPE_ICM", "SYSTEM_TYPE_WLE", "SYSTEM_TYPE_WPS" ],
"description":"Type of the system. Is only set if using the Federated services"}
} }
}
} }
Handled Since 7.0.0.0
Parent Topic: Available Tasks Widget