windmill-api 1.683.1

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
# RestartFlowAtStepRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**step_id** | **String** | step id to restart the flow from | 
**branch_or_iteration_n** | Option<**i32**> | for branchall or loop, the iteration at which the flow should restart (optional) | [optional]
**flow_version** | Option<**i32**> | specific flow version to use for restart (optional, uses current version if not specified) | [optional]

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