windmill-api 1.683.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
# ForloopFlow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**modules** | [**Vec<models::FlowModule>**]FlowModule.md | Steps to execute for each iteration. These can reference the iteration value via 'flow_input.iter.value' | 
**iterator** | [**models::InputTransform**]InputTransform.md |  | 
**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 (faster for I/O-bound operations). Use with parallelism to control concurrency | [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)