Expand my Community achievements bar.

SOLVED

\/resource-status/editor

Avatar

Level 4

Hi There,
Am trying to understand what triggers this resource in AEM - Every time we refresh a page I can see this on the logs am not sure where its coming from - 

[1639474622137] GET /resource-status/editor/content

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

It looks like, you have so many un purge workflow items, If you can run and purge all the invalid workfitem then query will work.

About your question

I am not sure if there is any configuration for this but you can write a direct for this to a path and  return empty json or dummy json.

one of the example is to achieve this via.Filter is https://aemlab.blogspot.com/2020/04/aem-crxde-restriction.html



Arun Patidar

View solution in original post

7 Replies

Avatar

Community Advisor

Hi,

This is executed by AEM editor to bring few details e.g. if page is part. of workflow or not.

Screenshot 2021-12-14 at 11.42.42.png



Arun Patidar

Avatar

Level 4

Is it possible to switch it off on certain paths/pages.

Or do you know the JS file thats calling this every time.

Heres why I want to fix it.

Screenshot 2021-12-14 at 12.52.02.png

Avatar

Correct answer by
Community Advisor

It looks like, you have so many un purge workflow items, If you can run and purge all the invalid workfitem then query will work.

About your question

I am not sure if there is any configuration for this but you can write a direct for this to a path and  return empty json or dummy json.

one of the example is to achieve this via.Filter is https://aemlab.blogspot.com/2020/04/aem-crxde-restriction.html



Arun Patidar

Avatar

Level 4

Last question   - Do we have a dashboard or tool we can use to check invalid workflow items.

Avatar

Community Advisor

For workflow landing page you can check

Instances - Active

Failure - failed,

Archive - Completed. 

 

Screenshot 2021-12-14 at 14.28.32.png



Arun Patidar

Avatar

Level 2

Hi Arun_patidar,

May I know which service will be called during this page-url.1.json and how the json response is generated. What are the input fields to get this response data.

 

Thanks in advance.

Avatar

Community Advisor

You can check this at http://localhost:4502/system/console/status-jcrresolver

It is a Granite provider 

Granite Resource Status (serviceId = 1782, bundleId = 293)          /resource-status auth=no, adaptable=false, attributable=false, modifiable=false, refreshable=false, supportsQueryLanguage=false, useResourceAccessSecurity=false

Decompile the bundle to check the logic 



Arun Patidar