windmill-api 1.683.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**debounce_delay_s** | Option<**i32**> | Delay in seconds to debounce this step's executions across flow runs | [optional]
**debounce_key** | Option<**String**> | Expression to group debounced executions. Supports $workspace and $args[name]. Default: $workspace/flow/<flow_path>-<step_id> | [optional]
**debounce_args_to_accumulate** | Option<**Vec<String>**> | Array-type arguments to accumulate across debounced executions | [optional]
**max_total_debouncing_time** | Option<**i32**> | Maximum total time in seconds before forced execution | [optional]
**max_total_debounces_amount** | Option<**i32**> | Maximum number of debounces before forced execution | [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)