Abort
The Abort function stops the execution of a graph at any point in the workflow. It’s especially helpful when you want to halt the process based on a specific condition, for example, if a required value is missing or a validation fails.
By using this, you can prevent the workflow from continuing with incorrect or incomplete data.
How to use the abort function?
Step 1: Connect the “Abort” function to the desired point in the execution where you intend to halt the process. Afterwards, run the graph to put this into effect.
For example: In the Log section, you can observe that the flow of the graph has been halted with the assistance of an abort command.
