How to determine when a rule or rule_set is executed or evaluated?
Hello,
I want to be able to determine when exactly a rule_set or rule has been executed successfully. I have looked vividly at the entire Rules code and I can't just find what I need. The only implementation that gave me a result is rules_log_evaluation_finished(). Below is my understanding about some pretty clear Rules APIs (I hope I'm correct).
- rules_get_items (returns info about all defined items - rules or rule set)
- rules_gather_items (used for collecting events, rules, actions and conditions from other modules)
Running 3 rules sequentially, once per day
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?
Read more