# BpmnVersionRollup
## Properties
**flows** | [**Vec<models::BpmnFlowVersionRollup>**](BpmnFlowVersionRollup.md) | most outdated instances first, then most instances, then path |
**running_instances** | **i64** | |
**outdated_instances** | **i64** | |
**pinned_versions** | **i64** | distinct (flow, pinned version) groups |
**unattributed_instances** | **i64** | live root instances that resolve to no `bpmn_flow_version` at all. Preview runs are excluded outright, so this is normally zero; it is reported so the totals reconcile against `/instances/list`. |
**checks_truncated** | **bool** | true when the response's per-version check limit was reached and some versions carry no verdict for that reason alone |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)