windmill-api 1.683.2

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
# PathScript

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input_transforms** | [**std::collections::HashMap<String, models::InputTransform>**]InputTransform.md | Map of parameter names to their values (static or JavaScript expressions). These become the script's input arguments | 
**path** | **String** | Path to the script in the workspace (e.g., 'f/scripts/send_email') | 
**hash** | Option<**String**> | Optional specific version hash of the script to use | [optional]
**r#type** | **String** |  | 
**tag_override** | Option<**String**> | Override the script's default worker group tag | [optional]
**is_trigger** | Option<**bool**> | If true, this script is a trigger that can start the flow | [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)