windmill-api 1.699.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
# RestartFlowAtStepRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**step_id** | **String** | top-level step id to restart the flow from (or the outermost container when restarting at a nested step) | 
**branch_or_iteration_n** | Option<**i32**> | for branchall or loop at the top level, 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]
**nested_path** | Option<[**Vec<models::RestartFlowAtStepRequestNestedPathInner>**]restartFlowAtStep_request_nested_path_inner.md> | path of additional steps to descend into AFTER `step_id`. Each entry represents one level of nesting inside the spawned child of the previous level's container (BranchOne / sequential ForLoop iteration / Subflow). When non-empty, the actual restart point is the LAST entry's step_id. | [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)