Task Information Widget - TaskActivated Event (Published)
The user submitted a task that he newly or previously created.
Event Name
com.ibm.task.TaskActivated
General purpose: The user started 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 a single entry with the following value:
- id
- Task instance identifier
Published Since
6.2.0.1
Parent Topic: Task Information Widget