loop
boolean-condition

Graceful Failure Architecture

universalBeginner

About this Snippet

Save failures so that they don't interrupt workflows from finishing. Instead, they record the failures to data storage so you can manually rerun them later.

Most of the time this is used within a loop so that you don't stop a large list from executing if a few items in the list fail.

See it in action

CleanShot 2023-07-21 at 16.13.59@2x