Flow reports are configured in the Flow definition. The Akumina Flow User and Team widgets provide an easy to use reporting access. The Akumina Flow Owners Management Application also provides access to reports.
You can request reports directly by calling the API endpoint: POST: api/teamprocessinstance/metrics/run
The following parameters are available for all reports:
The following parameters are available on a report by report basis and are included under the "OptionalFilter" property:
"propValue" can't contain a ":" or a ",". Use "*" for a wildcard search; e.g. "START_TIME:2022-09-16*" will return all instances with a START_TIME property value of September 16, 2022 (regardless of time of day)
Report | Description | ID | Supported Other Parameters |
---|---|---|---|
Choice Property Usage | For each choice value found, returns Property Label (in requested language), Choice Value (in requested language) and Number of occurrences | PCVUR | Key (Required) The name of the choice property, CreatedById, CurrentSiteIdWebId, QueryProperties |
Choice Score | Returns the average score for instances that match the provided filter. The data returned includes: TotalScore, TotalCount, Score (Avg Score), ScoreLabel (Avg Score Label in requested language), Color, BackgroundColor | PCSR | CreatedById, CurrentSiteIdWebId, QueryProperties |
Count By Status | Returns the count of instances that match the provided filter grouped by instance status. The data returned includes: Status and TotalCount | PCR | CreatedById, CurrentSiteIdWebId, QueryProperties |
Property Values | Returns a page of non-null values found for the provided property in the instances that match the provided filter | PPVR | Key (Required) The name of the property (File Type properties are not supported), PageIndex, PageSize, OrderBy, CreatedById, CurrentSiteIdWebId, QueryProperties |
Properties Values | Returns a page of requested properties for instances that match the provided filter. Shares ReportUsage defined for Property Values report. The Akumina Flow Owners Page uses this report to implement the "Properties Export" report. | PPSVR | PageIndex, PageSize, OrderBy, CreatedById, CurrentSiteIdWebId, QueryProperties,
|
Workflow Performance | Returns TaskId (if not included in filter), TotalCount of tasks, TotalOverdue tasks, AvgAssignentTime, AvgWorkTime | PWPR | TaskId, CreatedById, CurrentSiteIdWebId, QueryProperties |
Assignee Workflow Performance | Returns TaskId (if not included in filter), AssigneeName (if not included in filter), TotalCount of tasks, TotalOverdue tasks, AvgAssignentTime, AvgWorkTime | PAWPR | TaskId, CreatedById, CurrentSiteIdWebId, QueryProperties,
|
Role Workflow Performance | Returns RoleId (if not included in filter), TaskId, AssigneeName (if not included in filter), TotalCount of tasks, TotalOverdue tasks, AvgAssignentTime, AvgWorkTime | PRWPR | CreatedById, CurrentSiteIdWebId, QueryProperties,
|