Task Information Widget - TaskCreated Event (Published)
The user submitted or saved task that he newly created.
Event Name
com.ibm.task.TaskCreated
General purpose: The user created 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