Task Definitions List Widget - ActionRequested Event (Published)
The user requested to create the selected task definitions.
Event Name
com.ibm.widget.ActionRequested
General purpose: The user requested an action to be performed.
Payload
Type: JSON
{ "type" : "object", "description" : "Reference action for items.", "properties" : {
"action" : { "type":"string", "description":"action name"},
"items" : { "type":"array", "optional":"true", "items": { "properties": {
"id" : { "type": "string" },
"type" : { "type": "string" }
} } }
} }
The payload object contains the following values:
- action
- create to create a new task,
- view to open tasks
- id
- Task definition identifier
- type
- com.ibm.task.TaskTemplate
Published Since
6.2.0.1 + FEP
Parent Topic: Task Definitions List Widget