-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Confluence Automation
-
None
-
Minor
Issue Summary
While creating a rule using “Notify people about inactive pages when scheduled (recurring)” template, rule fails if the Branch returns more than 1000 inactive pages.
As per the Branch definition : Confluence branches can perform actions on up to 1,000 pages, tasks, etc at a time. If the limit is reached, the rule will stop running even if there are more items that meet the rule’s criteria.
So it should run with the first 1000 pages but in our case the rule fails.
Steps to Reproduce
- Create a rule using “Notify people about inactive pages when scheduled (recurring)” and make sure you have more than 1000 inactivate pages on your site.
- Run the rule and it will fail with below error:

Expected Results
Rule should work on the first 1000 inactive pages.
Actual Results
The below exception is thrown in the splunk:

Workaround
We can ask customer to limit the rule to run only in few spaces to get limited inactive pages.