AEM Assets - Reporting on how many files were replaced
We would like to know how many "Files" were replaced (new file version) within a specific time period. Is the needed info available to pull that data?
We would like to know how many "Files" were replaced (new file version) within a specific time period. Is the needed info available to pull that data?
If we could determine how many times Dam Update Asset workflow has run on assets already published to Dynamic Media and DM has created new renditions, that would be good data.
To determine how often the Dam Update Asset workflow has run on published assets, you can query the workflow history stored under /var/workflow/instances, filtering for the workflow model like dam/update_asset model and completed status. Then, cross-check the payload paths to confirm if the assets were already published (using cq:lastReplicationAction = Activate). Optionally, inspect rendition timestamps to detect updates.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.