Reputation: 1
I want to create an action for a scheduled job in Alfresco 5.2. The goal is to trigger a rule for a specific period to declare a document as an archive document. I plan to achieve this by creating a Java bean or a custom XML script.
What properties should I modify to accomplish this? I'm using Alfresco Record Management 2.5b.
Thanks in advance!
i tried at first place to understand how java beans and custom scripts in Alfresco works, but when i was working on it ,i was stuck in knowing the properties to change
Upvotes: 0
Views: 66
Reputation: 11
Search about AbstractScheduledLockedJob class and StatefulJob interface. You have to override executeJob function.
Upvotes: 1