Task released Event (Published by Available Tasks Widget)
The user returned the selected tasks.
This event only occurs if you changed the actions filter. It is recommended to use the Tasks widget instead.
Event Name
com.ibm.task.TaskReleased
General purpose: The user released 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"}
} }
}
} }
The payload object contains entries with the
following value for each returned task:
- id
- Task instance identifier
Published Since
7.0.0.0
Parent Topic: Available Tasks Widget