Task Information Widget - TaskReleased Event (Handled)
The widget closes the corresponding tab if the referenced tasks are open.
This event is handled for seamless interaction with the
My Tasks widget.
Event Name
com.ibm.task.TaskReleased
General purpose: The user released 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: Task Information Widget