Workflows widget

Key point: Shows the active workflows assigned to you.

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

On the left, click a publication or group to display only workflows in that publication/group. You can click the View my workflows button at the bottom of the widget to go to the my tasks and workflows page and view a list of all your workflows.

Click a link in the widget to open the workflow in the workflow panel. In medium or large size, the status and due date for each workflow is displayed and clicking the icon previews the document in the document panel.

If there are many workflows, you can use the angle and chevron buttons at the bottom of the widget to see more workflows.

Display

Small

Medium

Configuration

The ID of this widget is workflows.

It supports the following parameters:

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

<widget name="workflows"/>

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

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