WebSphere Business Space powered by WebSphere, Version 6.2.0.1


Task Information Widget - ActionRequested Event (Handled)

Opens a tab for each referenced task for viewing, editing or creating.
This event is handled for seamless interaction with the Task Creation, My Tasks, Available Tasks, Tasks I Created and Human Workflow Diagram widgets.

Event Name

com.ibm.widget.ActionRequested

General purpose: The user requested an action to be performed.

Payload

Type: JSON

+ View Schema

Tabs are opened for tasks referenced by the id properties.

The widget only considers events with the action property being one of the following

For these actions the widget only considers entries with the type property being one of the following object types

If the type is not one of these, the item is disregarded and no action is performed for it.

The last task in the items array property will become active.

If a task is already open in view mode, the task is switched to the mode corresponding to the action property.

The user must have at least reader rights to view a task. If the user is not authorized for init or edit mode, the task is shown in view mode.

Handled Since

6.2.0.1

Parent Topic: Task Information Widget