Invoke shell script from PEGA
Hi All,
While invoking a shell script from PEGA (java step in a activity), many commands like mkdir are not working.
i have tried the below
ProcessBuilder pb = new ProcessBuilder("myshellScript.sh");
and also
Process p = Runtime.getRuntime().exec("/jboss/support/temp/pegatemp/DEV_CELL_CEMS_LN_02/mysh.sh");
Could someone help in resolving this script
Thanks,
Aruldevan