Hi Team, I have a following use case to solve for- I have to give ability to users to select multiple content fragments and trigger a review workflow. One workflow instance be created and running for this. Eg I selected CF1,CF2 and triggered w/f1. I should see 1 w/f instance running for both CF! ...
I have export of js , which is part of node_modules/ui-foundation-star I used below statement in main.ts to import specific js function import {scopecomponent} from '@ui-foundation-star/scope' scopecomponent('project-name'); This works fine in my local. but on gitlab pipeline above import stat...
Hi, Trying to flush the response of the GraphQL Peristed query when the corresponding content fragment is modified and published. For achieving the same, tried to configure the rule in the "ACS AEM Commons - Dispatcher Flush Rules" Rule - /content/dam/mysite/contentfragment/.*=/graphql/execute.json/...
Hi all, I am trying to do Sling content distribution (reverse -(Publish to Author)) for the /home/users/ folder in AEM. It's giving me the following exception ERROR - [default] PACKAGE-FAIL DSTRQ8: could not deliver package dstrpck-2022--10--10--9--53--9c41857f-e8f8-489d-b327-16ae0c652...
Hello, From what I've seen of the AEM / Workfront Enhanced Connector, it has some really nice capabilities when integrating AEM Assets with Workfront projects. Does the connector also integrate with Workfront DAM? If not, are there any existing connectors that are able to integrate AEM Assets with...
Hi all, After a long time we have set up our publisher instance and now facing issues in recognizing all the dependencies required before publishing Content Fragments, pages, etc. Whenever I try to publish any item it fails and then I need to find the missing item and publish it. It seems a time-c...
I'm trying to use the embed component and when I use html that has an iFram with the height set to a number and the width set to a percent, the width is invalidated and removed but the height passes. How do I change the regex so that widht="100%" does not get filtered out? From the /libs/cq/xsspro...
Hello, I want to synchronise all user within the instance to particular time. Normaly doing a scheduled job by creating a service and an appropiate config. But how can I achive it with a jmx service? In example synchronsing groups and users from ldap seems only be available as jxm service.