orvanta-api 3.2.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
17
18
# BpmnMigrationPlanCheck

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from_version** | **i64** |  | 
**to_version** | **i64** |  | 
**bpmn_flow_path** | **String** |  | 
**eligible** | **bool** | the mapping document holds against this pair | 
**identity** | **bool** | the resolved plan rewrites nothing, so the pair is identity-migratable and `process_status` must not be touched | 
**executable_today** | **bool** | this migration can be performed with what exists today. Equal to `identity` until the engine-side applier lands -- a non-identity plan is validated but not yet applicable. | 
**plan** | Option<[**models::BpmnMigrationPlan**]BpmnMigrationPlan.md> |  | [optional]
**blockers** | [**Vec<models::BpmnMappingBlocker>**]BpmnMappingBlocker.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)