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
| 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: