What is the best way to run a ksh or bash script (instead of a Java class) from within a script task? Or the only way is to wrap it with a Java class and use ProcessBuilder to run ksh/bash script? Maybe it's better to use Groovy to start ksh/bash script? Any ideas?
One more question. Can I use jython instead of Groovy as a script implementation?