PerformanceWorkflows
Provides performance breakdowns for workflows based on selected time periods, supporting workflow analysis.
View Specific Information
SELECT
The [WorkflowId] filter is required to retrieve data from this view. The view can be filtered by columns marked below as 'Filterable'. For those columns, the supported server-side operators is: =.
SELECT * FROM PerformanceWorkflows WHERE WorkflowId = '69731775';
SELECT * FROM PerformanceWorkflows WHERE WorkflowId = '69731772' AND TimePeriod = 'WEEK';
Columns
| Name | Type | References | Filterable | Description |
| WorkflowId | Long |
Workflows.Id | True | Unique identifier of the workflow associated with the performance data. |
| Series | String | Type or category of workflow series being analyzed. | ||
| Bucket | Date | Date used as the grouping bucket for the workflow data. | ||
| TimePeriod | String | True | Time interval used to group workflow performance data. Must be DAY, WEEK, or MONTH.
The allowed values are DAY, WEEK, MONTH. | |
| Frequency | Integer | Number of times the workflow was executed within the defined time period. | ||
| StartDate | Datetime | True | Start date for the workflow performance reporting window. | |
| EndDate | Datetime | True | End date for the workflow performance reporting window. |