We need to setup a "scheduled action" on spaces that will move files from one space to another space that are older than 7 days.Can you please suggest me steps on how to do this.I have tried following the steps given under Scheduled Actions Section, but resulting in Errors on Server Console.Please Help!
scheduled-jobs-context.xml defines all the jobs that the repository executes. This file defines the java classes that implement the jobs so it should be pretty easy to follow the path to quite a few examples of writing scheduled jobs.