When I run my workflow from a bat script and execution not succeeds well a promt appears with the log, but sometimes the workflow have no error even so the prompt appears. I want to totally supress this prompt from all my workflows executions, how can I do that? Beneath my script and its parameters, maybe there is some parameter that can supress this error window. The content of the erroe log is not important, I just want to avoid this prompt independet wether error or not
-consoleLog: Outputs the log messages to the console. This is useful for debugging or monitoring the workflow execution in real-time.
-launcher.suppressErrors: Suppresses error dialogs in the GUI. Since batch mode is typically used in environments without a graphical interface, this option can prevent the system from waiting for user input on errors.