I have a requirement to move certain object types from one state to the next 30 days after their modify date. I have created a lifecycle that allows scheduled promotions. From what I'm reading, there is no OOB way to set this up in the lifecycle (in Composer).
1. Is that correct, or am I missing something?
2. Is the best way to accomplish this to write a java method that runs nightly, checks for the modify date and then does a promote?
We're running CS 6.7 SP1
Thanks.