New ‘emit failure event’ option


Now, for all action types, you can enable the emit failure event option for a guarantee that an event will be emitted – even if a fatal error takes place, such as a formula expression which crashes. In those cases, an event with {"failed": true} will be emitted, allowing you to intercept and recover from all errors in your most critical workflows.

Read more about common action options in our documentation.