windmill-api 1.682.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
# BranchOneBranchesInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**summary** | Option<**String**> | Short description of this branch condition | [optional]
**expr** | **String** | JavaScript expression that returns boolean. Can use 'results.step_id' or 'flow_input'. First true expr wins | 
**modules** | [**Vec<models::FlowModule>**]FlowModule.md | Steps to execute if this branch's expr is true | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)