Tasks widget

Key point: Shows the active tasks assigned to you.

This widget lets you navigate the tasks by publication or by group – only tasks assigned to you that have an active status are listed.

Click the icon to view a your task for a different publication or group. 

The task titles and when the task was created is shown. Clicking a task link opens a task panel on the right.

You can click the View my tasks button at the bottom of the widget to go to the my tasks and workflows page and view a list of all your tasks.

Configuration

The ID of this widget is tasks.

It supports the following parameters:

For example, to display a small tasks widget grouped by publication and group (default):

<widget name="tasks"/>

Or to display a medium-sized widget with tasks organized by publication only and showing up to 10 tasks at a time:

<widget name="tasks" size="medium">
  <parameters group-by="publication" max-items="10"/>
</widget>