windmill-api 1.684.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
# StopAfterIf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**skip_if_stopped** | Option<**bool**> | If true, following steps are skipped when this condition triggers | [optional]
**expr** | **String** | JavaScript expression evaluated after the module runs. Can use 'result' (step's result) or 'flow_input'. Return true to stop | 
**error_message** | Option<**String**> | Custom error message when stopping with an error. Mutually exclusive with skip_if_stopped. If set to a non-empty string, the flow stops with this error. If empty string, a default error message is used. If null or omitted, no error is raised. | [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)