Now, for all action types, you can log an error based on the output of the emitted event. This is similar to the HTTP Request Action’s log_error_on_status
option, but works on any property – not just status. In particular, this combines well with action monitoring in Tines, so you can respond when failures arise in your workflows.
For example, take the Slack API, which returns error messages with a 200 status code. You can now apply the log_error_if
option to detect these, marking action runs as failures for monitoring purposes:
Read more about common action options in our documentation.