Hi ghoti,I have used -cp and it did helped me in executing the java from DNR script.Is there any documentation regarding this? I know IW got no documentation, incase you know/aware of thisThanks a lot,
Try the following:<script cmd="/usr/bin/java -cp /export/home/user/FileWithClass.jar com.interwoven.company.DNRDataDeploy $WfID" as="root" where="/tmp" async="no"/>Make a jar file with your class in it into the correct package. Then use the dot notation to call your DNR.