windmill-api 1.680.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
# WhileloopFlow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**modules** | [**Vec<models::FlowModule>**]FlowModule.md | Steps to execute in each iteration. Use stop_after_if to control when the loop ends | 
**skip_failures** | **bool** | If true, iteration failures don't stop the loop. Failed iterations return null | 
**r#type** | **String** |  | 
**parallel** | Option<**bool**> | If true, iterations run concurrently (use with caution in while loops) | [optional]
**parallelism** | Option<[**models::InputTransform**]InputTransform.md> |  | [optional]
**squash** | Option<**bool**> |  | [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)