Open Workflows

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Open Workflows

The Open Workflows report uses the Workflow Details topic to display a list of open workflows and their associated forms. It includes information about the submitter, affected employees, and the workflow steps. By default, the report is filtered to display workflows that were initiated in the last 30 days.

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Form      
Workflow      
Reviewer/Approver      
Affected Employee      
Submitter      
Current Step      
Initiated Date      
Execution Time in Days      

Custom Fields

Submitter

The Submitter field displays the name of the user who submitted the form associated with the workflow. It uses the following expression:

COALESCE (AppUserEmployee.DisplayName, AppUserEmployee.LoginId)

Execution Time in Days

The Execution Time in Days field displays the number of days the workflow has been in the review and approval process. It uses the following expression:

DATEDIFF(dd, DFWorkflowData.CreatedDate, GETDATE())

Filters

The template includes the following filters:

Report filters.