oo

Using Workflow Metrics

Subscription

warning

This feature works only with Elasticsearch.

Workflow Metrics gives insight into the time spent to complete certain workflow events. To use it, set up deadlines on a workflow process’s events. These deadline configurations are referred to as SLAs (Service Level Agreements). Once defined, Workflow Reports measure compliance with the SLAs. They’re like a contract between the workflow participants and Users submitting workflow items. Workflow Reports shows data for all processes with SLAs, including each workflow item’s SLA status: on time or overdue.

important
  • Editing a Workflow with SLAs: Editing a workflow (e.g., removing nodes, editing a task name) with SLAs defined on it may invalidate the SLA for items already in the workflow/SLA pipeline.

  • Creating or Editing SLAs for Active Processes: Editing an SLA’s duration or defining a new SLA while items are already in the workflow process causes a recalculation for all instances currently in the workflow. Completed workflow instances are not recalculated.

Prerequisites

To use Workflow Metrics, you must be using Elasticsearch to index your DXP data. To learn more, read the Installing Elasticsearch article.

Adding SLAs

To add a SLA,

  1. In the Global Menu, navigate to the ApplicationsWorkflowMetrics.

  2. Click on the title of the Process.

  3. If there’s no SLA for the process, a warning message stating as much appears. Click the Add a new SLA link from the warning to access the New SLA form directly.

    Alternatively, click the Options (Options) menu and select SLA Settings.

    Add SLAs to a workflow definition from the Metrics application.

  4. On the SLAs screen, click the Add button (Add).

  5. In the New SLA form, give the SLA a Name and Description.

  6. Define the time frame for the SLA, specifying three things:

    • Start: Enters Task: Review
    • Pause: On Task: Update
    • Stop: Process Ends: Approved
  7. Define the duration (i.e., the deadline) for the SLA. Fill out at least one of the two time boxes.

    • Days: 1
    • Hours: 00:00

    SLA example

  8. Click Save.

Manage SLAs from the SLAs screen.

Valid Start and Stop Events

Any workflow task can be used as a start or end parameter for the SLA.

When the item makes it to the event defined here, the SLA timer begins counting. Choose between these options:

Start Event Description
The Start Node The SLA timer starts when entering the created node.
Entry into a Task The SLA clock begins when the workflow transitions to the task.
Exit from a Task The SLA clock begins when the workflow transitions out of the task. For example, the SLA timer starts when leaving the Review Task.

If the item makes it to the Stop event before the defined SLA duration (the deadline), it’s On Time according to the SLA. If it fails to make it to the Stop event in the specified duration, it’s Overdue. When defining the tasks to act as the SLA’s Stop Events, choose between these options:

Stop Event Description
Entry into a Task The SLA clock stops when the workflow transitions to the task (for example, an Update Task).
Exit from a Task The SLA clock stops when the workflow transitions out of the task (for example, a Review Task).
The end node The SLA timer stops when entering the approved node.

The Pause field defines an event in the workflow when time should stop counting. For the Single Approver workflow, you might choose to pause the SLA timer when the item is in the Update task. The SLA can be paused at any task that falls between the start node and the end node, and it is defined by setting the node(s) when the SLA should be paused. The SLA timer is paused the entire time a workflow item is in the specified node.

Durations

Unit of Time Instruction
Days Enter a whole number for number of days. If there are partial days such as 36 hours, use in combination with the Hours field; express it 1 Day and 12 Hours.
Hours Enter the number of hours and minutes. The values in the Hours box must not exceed 23:59; if the duration exceeds one day, use in combination with the Days field.

Configuring the SLA Job Interval

The time interval between metrics recalculation is called the SLA Job Interval. The default value is 1 minute. To change it,

  1. From the Applications Menu (Applications Menu), go to the System Settings application and open the Workflow Metrics entry.

  2. Change the Check SLA Job Interval configuration value and click Save.

Alternatively,

  1. Create a configuration file called

    com.liferay.portal.workflow.metrics.internal.configuration.WorkflowMetricsConfiguration.config
    
  2. Give it contents like these:

    checkSLAJobInterval="1"
    
  3. Place it in [Liferay Home]/osgi/configs.

Workflow Metrics data is read from the search engine to calculate metrics. When configuring the interval value, consider these competing performance concerns:

  • A long time between metrics recalculation events corresponds with more search documents being read during each recalculation.
  • A short time between metrics recalculation events corresponds with a higher frequency of read requests to the search engine.

Reindexing Workflow Metrics

A Reindex action in Liferay DXP completely deletes, then recreates, search indexes based on mapping files. Because metrics are also stored in the database, there’s no danger of data loss when reindexing. To Reindex Workflow Metrics on Liferay 7.3,

  1. From the Metrics application, open the Options menu (Options) and click Settings.

  2. Now in the Workflow Index Actions screen, click Reindex All for the Workflow Indexes entry.

    This option acts on every index in the Workflow Metrics application. More granular options are available as well. If you have multiple Virtual Instances, you must reindex each one’s Workflow Metrics separately.

On Liferay 7.2, Workflow Metrics are reindexed from the Search administrative panel (Control Panel → Configuration → Search).

A reindex of Workflow Metrics is required when the search engine is first configured and each time it’s upgraded. A good rule of thumb is that Workflow Metrics should be reindexed each time Liferay DXP’s main search indexes are reindexed.

From the overall metrics of a workflow process down to the details on a single item in the workflow, the new Workflow Metrics functionality gives you insights into the time it takes to get things done in Liferay DXP.

Managing Workflow Tasks in Bulk

Within the metrics UI you can manage workflow tasks in bulk. For example, you can assign multiple tasks to a single user without going into each task separately. To explore this functionality make sure you have some items that need managing inside a workflow process. For example, activate the Single Approver workflow process for blogs, then submit a few blogs to the workflow.

  1. From the Metrics application, click the workflow process (e.g., Single Approver) to open its dashboard view.

  2. Hover over the Total Pending box and click See Items to open the table of pending workflow items with the Pending status.

  3. Select the items you want to reassign in the workflow and click the reassign button (Reassign).

    Reassign multiple workflow tasks at once.

  4. In the Select Tasks to Reassign modal, select the tasks again and click Next.

  5. To assign all the tasks to the same assignee, check the box Use the same assignee for all tasks., then search for the assignee.

    To select assignees manually for each task, use the New Assignee box for each item to select the assignee.

    Select the assignee for each workflow task, or use the same assignee for all tasks.

  6. Click Reassign.

Following a similar set of steps, you can also update the due date (Calendar) of selected workflow items or transition (Transition) them to another step in the workflow.

Transition multiple workflow items at once to a new step in the workflow.

Capability:
Feature: