# FlowModuleDebouncing
## Properties
**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)