When debugging a JavaScript code, it is possible to add information to the Flow log.
To log something (placed anywhere in the JavaScript code):
importPackage(com.toolsverse.util.log);
// bunch of code
Logger.log(Logger.INFO, null, "Something happened");
To see the log in real-time (as a tail log) or after the Flow has been executed, go to the Flow dashboard.
Comments
0 comments
Please sign in to leave a comment.