# EditFlow
## Properties
**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]
**on_behalf_of** | Option<**String**> | Authorization identity to run as: u/{username}, g/{group}, or a bare email when the username is itself email-shaped. Supply this or on_behalf_of_email; when only the address is given it is resolved to the account it names, and an address naming nobody is rejected. A pair that disagrees is rejected. | [optional]
**path** | Option<**String**> | | [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]
**preserve_on_behalf_of** | Option<**bool**> | When true and the caller is a member of the 'wm_deployers' group, preserves the original on_behalf_of_email / on_behalf_of pair instead of overwriting it with the caller's own identity. | [optional]
**labels** | Option<**Vec<String>**> | | [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)