Using T.S. 6.5 sol.My delete workflow logic is like this:1. author selectsthe dcrs to be deleted2. author chooses the delete workflow3. the delete workflow first lock the dcrs and sent a email notification to approvers4. approvers receive email and one of them takes the task and approves.5. deletes the dcrs from the workarea using iwdeltaskfile6. calls opendeploy to delete the dcrs in the target web server7. submit to Staging areaIt works perfect if the DCRs exist in Staging area. The OpenDeploy doesn’t delete the DCRs from the web server if the DCRs haven’t been pushed to Staging area. Any idea on how to solve this problem?