Thanks Arun Patidar smacdonald2008 for your response.I have got the solution for this issue, actually we are maintaining Adobe Granite Workflow Service configuration and adding one custom group to superuser property, which was removing OOTB workflow service user from superuser group that was causin...
Hi Arun,i am implementing custom ResourceStatusProvider to get status of particular resource to show on page,for this i am getting an issue with status so i implementated a servlet just to check what status i am getting. There i found that Workflow Status is not properly coming. After deploying co...
Hi Arun,I tried with resource.adaptTo(WorkflowStatus.class).getWorkflows(true).isEmpty(); to check if its part of any workflow but this one also return me with an empty list.As soon as i send page for workflow these methods returns correct status but if i deploy the code after workflow started these...
Hi All,We are facing an issue with WorkflowStatus api to get current wf status of a resource.It works fine when we start a workflow and get running status it return true but when we deploy our code again even though workflow still in running condition ,the api returns us as false.resource.adaptTo(Wo...
Yes there is OOTB show hide feature available which used target value concept.Please refer below link for detailed implementationhttps://techrevel.blog/tag/showhide/ Hope this helps
Sunita,As arun mentioned your images should be in resources folder.Please try using ui include instead of cq. Ex:<ui:includeClientLib categories="etc.sunita.global"/>
Hi Sunil,You need to add your custom parameter like data-target in xssprotection config file. Overlay /libs/cq/xssprotection/config.xml to /apps/cq/xssprotection/config.xml.Open /apps/cq/xssprotection/config.xml.In the common-attributes section, add the following attribute declaration.<attribute na...