Yes one needs to submit the deletion to delete the file from staging.( Ref Admin Manual). You can configure your OD and dd to do the deletes from the target server and also from the DB ( Ref OD, DD manual). Yes you can also write custom perl script to Delete and initiate a workflow for all your deletes.Thanks
Where i can get more information about deleting and using custom script on delete.
I do not know if there is any more information, unless someone did a GearUp presentation on how they did this. This is very specific to how you want to work. Every company is different so there is no one size fits all solution.That being said here are the rough steps that I do:Delete WF is available only from the submit button.You do not need to pre-delete the files, I unlink them in the WF.If you delete a DCR, it will find the generated files and delete them as well. There is ALWAYS a review process. Even if I approve my own deletes (which I can) I still have to take that step (makes it easier to prevent accidents).I use the same deploy IPL and deploy XML as the normal WF. However I use a parameter for Delete=Yes/No in the XML and read the WF name in the IPL to decide if how to set the parameter.More questions you can PM or email me.Andy