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 | The id of the Workflow. |
| Series | String | Type of series for Workflow | ||
| Bucket | Date | Bucket of the Workflow | ||
| TimePeriod | String | True | The time period used to group the data. Must be one of DAY, WEEK, or MONTH
The allowed values are DAY, WEEK, MONTH. | |
| Frequency | Integer | Frequency of the Workflow | ||
| StartDate | Datetime | True | The start date for the data you want. | |
| EndDate | Datetime | True | The end date for the data you want. |