# BpmnFlowVersionRollup
## Properties
**bpmn_flow_path** | **String** | the flow as it is named now, resolved through `bpmn_flow_version.path` so a rename does not produce a dead link |
**latest_version** | Option<**i64**> | what a new start would pin to. Null when the flow row is not visible to the caller or has no deployed version. | [optional]
**running_instances** | **i64** | |
**outdated_instances** | **i64** | live instances not on `latest_version` |
**versions** | [**Vec<models::BpmnPinnedVersionRollup>**](BpmnPinnedVersionRollup.md) | newest pinned version first |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)