Error Handling
Continue workflow using branched logic if the step returns an error
Last updated
Continue workflow using branched logic if the step returns an error
Last updated
Error handling allows the user to continue a workflow even if a step returned an error. Instead of terminating the workflow, you can choose to continue and instead
LLM Step
Code Step
API Step
Web Scrape Step
Select Continue
instead of Terminate Workflow
if the step fails
Add a conditional where the condition checks if the error
from the step exists e.g. step_1.error
Add the step that you want to retry if there was an error