In - INP-1484Getting issue details... STATUS task the "ProcessBuilder" was added. In short that component allows to run processes. Due incomplete testing it's impossible to use because the following exception is thrown on each usage attempt:
Use setCommand() or setExecutable(), not both.
Solution
Initialize the command
and executable
properties of ProcessBuilder
class with NULL rather than an empty string.