windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# Flow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**summary** | **String** | Short description of what this flow does | 
**description** | Option<**String**> | Detailed documentation for this flow | [optional]
**value** | [**models::FlowValue**]FlowValue.md |  | 
**schema** | Option<[**serde_json::Value**].md> | JSON Schema for flow inputs. Use this to define input parameters, their types, defaults, and validation. For resource inputs, set type to 'object' and format to 'resource-<type>' (e.g., 'resource-stripe') | [optional]
**on_behalf_of_email** | Option<**String**> |  | [optional]
**workspace_id** | Option<**String**> |  | [optional]
**path** | **String** |  | 
**edited_by** | **String** |  | 
**edited_at** | **String** |  | 
**archived** | **bool** |  | 
**extra_perms** | **std::collections::HashMap<String, bool>** |  | 
**starred** | Option<**bool**> |  | [optional]
**draft_only** | Option<**bool**> |  | [optional]
**tag** | Option<**String**> |  | [optional]
**ws_error_handler_muted** | Option<**bool**> |  | [optional]
**priority** | Option<**i32**> |  | [optional]
**dedicated_worker** | Option<**bool**> |  | [optional]
**timeout** | Option<**f64**> |  | [optional]
**visible_to_runner_only** | Option<**bool**> |  | [optional]
**labels** | Option<**Vec<String>**> |  | [optional][default to []]
**lock_error_logs** | Option<**String**> |  | [optional]
**version_id** | Option<**f64**> |  | [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)