adrfinance - Hello, in a workflow I am doing an...
Hello, in a workflow I am doing an update in the Buildship Database. How can I capture the case that goes wrong so I return the appropriate error back to the frontend??
Hi @adrfinance, you can use the branch conditions if the condition fails then throw error, also you can include a Throw Error node as well in your workflow, and if you want to capture the error you can edit the node to include try catch block, use the AI to update.
On frontend you can simply return the error received at any step of your BuildShip workflow.