# FlowPreview
## Properties
**value** | [**models::FlowValue**](FlowValue.md) | |
**path** | Option<**String**> | | [optional]
**args** | [**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md) | The arguments to pass to the script or flow |
**tag** | Option<**String**> | | [optional]
**restarted_from** | Option<[**models::RestartedFrom**](RestartedFrom.md)> | | [optional]
**temp_script_refs** | Option<**std::collections::HashMap<String, String>**> | Map of relative-import script path -> temp storage hash, propagated to each flow step so inline-script relative imports resolve from not-yet-deployed local content instead of the deployed script | [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)