Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Scheduler
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2010 at 17:07 UTC
Updated:
25 Dec 2018 at 03:49 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedThis doesn't completely make sense - there is no way to know in advance how many nodes are going to be affected by your scheduled rule. There's no queue full of items waiting to be acted on.
If you want to know how many nodes are going to be affected, then you have to "ask" that question. You can do this by creating another rule which runs periodically, executes an fetch entity by property action (with property status=FALSE), or uses a VBO count query action, to count the number of unpublished nodes and send a notification if that is below/above some value.