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
16
# BpmnVersionRollup

## Properties

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