Posted by dpatte on July 21, 2010 at 10:06pm
Hi
I have been using rules-views integration. and have set up 3 different views where each view uses 'rules executor' to set some flags on my site.
Each of these 3 views works fine on its own.
But I need to schedule these three steps to run sequentially, once per day, but I'm not sure how to do that.
I need something that will run each view, one after the other, and do this every night at 2am.
Any ideas?
Comments
A 'master' rule set?
One way of doing this would be to create a rule set that calls the three rule sets you already have -- in the order you want.
You would then have to feed all the arguments into this master rule set, to pass them on to each individual sub rule set, but that probably won't be much of a hazzle.
Good luck!
//Johan Falk, NodeOne, Sweden