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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Hi,
This is executed by AEM editor to bring few details e.g. if page is part. of workflow or not.
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.
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
Last question
For workflow landing page you can check
Instances - Active
Failure - failed,
Archive - Completed.
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.
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
Views
Likes
Replies