As a follow on to the Retrying failed flows just landed announcement, today we released 2 new options you will find in your action settings:
Continue On Failure: If enabled, the flow will not stop if the step fails, it will continue normally and the step will be marked as failed in your run.
Auto Retry On Failure: If enabled, the step will retry up to four times (across ~4 minutes) if it fails.
For our contributors, you will be able to hide these options or set them to true by default through the errorHandlingOptions object in your action definition.
These options will allow you to get extra control of your flows, and help you deal better with pesky timeout and rate limiting errors in your runs.
Sweet! But can we set a default, or have the option to automatically tick one of the two options at the beginning of the flow (for the entire flow, of course then each step you wouldn’t want could be manually ticked off)? I don’t know about others, but I find it a bit tedious to turn on for every step I want to follow the protocol. Thanks team!