Human Workflow Diagram Widget - TabChanged Event (Handled)
The widget displays the process status of the process instance
associated to the task contained in an activated tab.
This event is handled for seamless interaction with the
Task Information widget.
Event Name
com.ibm.widget.TabChanged
General purpose: The user switched to another tab or closed the last tab.
Payload
Type: JSON
{ "type" : "object", "description" : "Reference single item", "properties" : {
"id" : { "type": "string", "optional":"true", "description": "Identifier for the object." },
"type" : { "type":"string", "optional":"true", "description": "Object type"},
"name" : { "type": "string", "optional":"true", "description": "Name of object" }
} }
The type property must be com.ibm.task.Task
.
The task must be a todo task defined inline in the business process.
Handled Since
6.2.0.1
Parent Topic: Human Workflow Diagram Widget