Expand my Community achievements bar.

Sorting on Processing Status column in AEM DAM Console

Avatar

Level 1

Hi,

I would like to make a sorting behavior on 'Processing Status' column in AEM DAM Console. So whenever we are trying to upload an assets in DAM Console then we are good to upload but in few cases we are seeing some assets are showing like 'processing' and 'unProcessed' status in above mentioned column. So to identify actual status of issued assets we are trying to keep sorting on those. So could anyone help me on this behavior in 'Processing Status' column.

 

Regards,

Balu.processing-status-column.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 5

Hi @Balu156 ,

 

You will have to sort the assets based on dam:assetState Property on the jcr:content node of an asset. So you will have to overlay the DAM dashboard once any new asset is uploaded on the current view. I would suggest to check the business ask and sort them on any other relevant property. The Processing status is just to identify if an asset is still being processed by Out of the box workflows and any custom workflows & Post Processors. Usually it will go form Processing -> Failed/New. The NEW status goes away after a certain time and all that remains is an empty column like your screenshot. Since this information is not very relevant towards sorting Adobe itself hasnt given the option.