When debugging a JavaScript code, it is possible to add information to the Flow log.
To log something (placed anywhere in the JavaScript code):
com.toolsverse.util.log.Logger.log(com.toolsverse.util.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.