My Work Organizer Widget - TaskCompleted Event (Handled)
The task list is refreshed to reflect the potentially updated
content.
This event is handled for seamless interaction with the
Task Information widget.
Event Name
com.ibm.task.TaskCompleted
General purpose: The user completed human tasks.
Payload
Type: JSON
{ "type" : "object",
"description" : "Reference task resources",
"properties" : {
"items" : { "type":"array", "items": { "properties": {
"id" : { "type": "string", "description": "Task instance identifier" }
} } }
} }
Handled Since
6.2.0.1
Parent Topic: My Work Organizer Widget