# StopAfterIf
## Properties
**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)