As part of our project, we are generating BIX Files on the daily basis in the Local directory within PEGA Server.
I am currently looking for PEGA based solution to delete the files older than a month from server. Is there any ootb or any other solution to implement this.
@BharanideviK there is no ootb solution available for this… but technically you can implement a file delete program in java step of your activity and schedule a job scheduler to run it every day. a sample program