Overview
When debugging the flow, you can programmatically throw an exception.
Process
To throw an exception, place the code below anywhere in the JavaScript code:
// bunch of code
throw 'any text';
When an exception is thrown, the execution of the Flow will stop, and the entire exception stack trace will be displayed.
Comments
0 comments
Please sign in to leave a comment.