orvanta-api 3.0.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# BpmnFlowVersionRollup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)