Hi.I am doing Open Deploy using workflows. I am facing a scenerio where-in a whole directory is getting deployed from source area to target area(Using Filelist deployment). But I need only a particular file to be deployed and not the entire directory. I tried implementing filters in Target area using "excludePath subPath" inside filters.But it dint work. Can anyone kindly guide me on this issue please.Thanks
If you're doing a filelist deployment, it is up to you to correctly populate the contents of the filelist to include the individual files you wish deployed. So your externaltask or cgitask script which is invoking OD should be creating the list correctly - fix that, and your deployment should work correctly.