Solved
Extending ACS Commons Report Builder
Can we run a report created using ACS Commons Report Builder from a Java service? Requirement - Client wants to run a report every day to get all activities done on pages everyday (such as creation, modification, deletion, workflows, etc) automatically. So, we were thinking of configuring the report using the report builder and trigger it from the service and do the post processing based on client requirement. The advantage of this approach is that the client can modify the report easily and the changes will be reflected without dev involvement. Please let me know if there is a way to run the report or is there any better way. Thanks in advance!