Tasks List Widget - TaskDelegated Event (Published)
The user transferred the selected tasks to another person.
Event Name
com.ibm.task.TaskDelegated
General purpose: The user delegated human tasks
Payload
Type: JSON
{ "type" : "object",
"description" : "Reference task resources",
"properties" : {
"items" : { "type":"array", "items": { "properties": {
"id" : { "type": "string", "description": "Task instance identifier" }
} } }
} }
The payload object contains entries with the
following value for each transferred task:
- id
- Task instance identifier
Published Since
6.2.0.1 + FEP
Parent Topic: Tasks List Widget