Icon

Error handling

This directory contains 4 workflows.

Icon1 Try Catch 

The workflow sends a GET request inside of a Try & Catch construction. The flow variable totalItems containing the total number of books available on Google […]

Icon2 Try Catch and Active Branch Inverter 

Use this workflow to wrap your GET request to Google Books API into a Try & Catch

Icon3 Usage of Breakpoint in a Loop 

This workflow demonstrates the usage of the "Breakpoint" node.

Icon4 Recover from Breakpoint in a Loop 

This workflow demonstrates the usage of the "Breakpoint" node and how to recover from an event triggered by the break-point.