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
17
18
# FlowModuleSuspend

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**required_events** | Option<**i32**> | Number of approvals required before continuing | [optional]
**timeout** | Option<**i32**> | Timeout in seconds before auto-continuing or canceling | [optional]
**resume_form** | Option<[**models::FlowModuleSuspendResumeForm**]FlowModule_suspend_resume_form.md> |  | [optional]
**user_auth_required** | Option<**bool**> | If true, only authenticated users can approve | [optional]
**user_groups_required** | Option<[**models::InputTransform**]InputTransform.md> |  | [optional]
**self_approval_disabled** | Option<**bool**> | If true, the user who started the flow cannot approve | [optional]
**hide_cancel** | Option<**bool**> | If true, hide the cancel button on the approval form | [optional]
**continue_on_disapprove_timeout** | Option<**bool**> | If true, continue flow on timeout instead of canceling | [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)