function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ryepesryepes 

time base workflow

is there a way to create a time base workflow that will fire every 7 days until a case status is closed, without having to create multiple workflow rules?

TheIntegratorTheIntegrator

you could only achieve this with multiple workflows (two) or writing a shceduled class that runs weekly.