Task terminated Event (Published by Tasks I Created Widget)
The user deleted submitted tasks. Event Name
com.ibm.task.TaskTerminated
General purpose: The user canceled 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 deleted task:
- id
- Task instance identifier
Published Since
6.2.0.1
Parent Topic: Tasks I Created Widget