Task Information Widget - TaskTerminated Event (Published)
The user cancelled a subtask.
Event Name
com.ibm.task.TaskTerminated
General purpose: The user canceled human tasks.
Payload
Type: JSON
{ "type" : "object",
"description" : "Reference task resources",
"properties" : {
"items" : { "type":"array", "items": { "properties": {
"id" : { "type": "string", "description": "Task instance identifier" }
} } }
} }
Published Since
6.2.0.1
Parent Topic: Task Information Widget