Hi Team, I have to disable Delegate and Step back features for a
particular workflow from content page. Do we have feasibility in OOTB
functionality? If not, is there any customized solution? Thank you!AryA
Hi Team, I have a requirement to disable component dialog so that only
the specific group of users can edit. I have 2 components in page. But
only one component is getting non-editable. Please find the below code.
I have included the below code's WCMUsePojo class at template level but
no use. I even kept this in other component but not working. How can I
make all the components in a page non-editable? Please suggest.
ComponentContext componentContext =
WCMUtils.getComponentContext(getRequest());...
@Bhuwan_B I tried system user but I'm not able to lock and/or unlock the
page. I'm working on AEM 6.5 and I don't see the properties related lock
in order to delete. Please suggest. @kautuk_sahni
Hi Team, I have a requirement to lock a page when specific group user
opens it and unlocks it when another group user opens it. But the page
can be unlocked by the user who locked it or by admin user. Any idea on
using system user for the same or any other solution? Thanks in
advance!AryA
The below API helped me.
https://www.adobe.io/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/workflow/api/WcmWorkflowService.html#isInWorkflow-java.lang.String-
Thank You!
Hi Team, How to identify a page that is subjected to a workflow? I don't
see any extra properties getting added to a page once the workflow is
started on the page. Kindly help in identifying this. Best Regards,AryA
Hi @Kiran_Vedantam , Yes. Actually I'm getting the resourceResolver from
servlet's request. As suggested, I used system/service user flow of
getting resource resolver but it also didn't help.