Hi All,I m using WFM and using a java file to call the Deployment Script, I need to retrieve the Deployment Status and use this information in my java file (The same file from where the script was called). The value of the next task will depend on the deployment status. Can someone let me know how can we retrieve the status?Thanks in advance.
call the Deployment [...] I need to retrieve the Deployment Status...I cannot let my workflow wait till the deployment happens...Is there any way out?
My Problem is that i am doing a scheduled deployment.I want the deployment to get scheduled but the workflow should proceed and end. And when the deployment runs on the specified date i want to trigger an dnr which sends an email with deployment status is failure. I cannot let my workflow wait till the deployment happens.So Process(P.WaitFor) for cannot be used. Is there any way out???